Home
last modified time | relevance | path

Searched refs:bridge (Results 1 – 25 of 87) sorted by relevance

1234

/dragonfly/sys/dev/drm/
H A Ddrm_bridge.c128 ret = bridge->funcs->attach(bridge); in drm_bridge_attach()
139 encoder->bridge = bridge; in drm_bridge_attach()
154 bridge->funcs->detach(bridge); in drm_bridge_detach()
191 if (!bridge) in drm_bridge_mode_fixup()
223 if (!bridge) in drm_bridge_mode_valid()
227 ret = bridge->funcs->mode_valid(bridge, mode); in drm_bridge_mode_valid()
254 bridge->funcs->disable(bridge); in drm_bridge_disable()
274 bridge->funcs->post_disable(bridge); in drm_bridge_post_disable()
300 bridge->funcs->mode_set(bridge, mode, adjusted_mode); in drm_bridge_mode_set()
325 bridge->funcs->pre_enable(bridge); in drm_bridge_pre_enable()
[all …]
H A Ddrm_encoder.c162 if (encoder->bridge) { in drm_encoder_cleanup()
163 struct drm_bridge *bridge = encoder->bridge; in drm_encoder_cleanup() local
166 while (bridge) { in drm_encoder_cleanup()
167 next = bridge->next; in drm_encoder_cleanup()
168 drm_bridge_detach(bridge); in drm_encoder_cleanup()
169 bridge = next; in drm_encoder_cleanup()
H A Ddrm_crtc_helper.c155 drm_bridge_disable(encoder->bridge); in drm_encoder_disable()
162 drm_bridge_post_disable(encoder->bridge); in drm_encoder_disable()
359 drm_bridge_disable(encoder->bridge); in drm_crtc_helper_set_mode()
365 drm_bridge_post_disable(encoder->bridge); in drm_crtc_helper_set_mode()
409 drm_bridge_pre_enable(encoder->bridge); in drm_crtc_helper_set_mode()
414 drm_bridge_enable(encoder->bridge); in drm_crtc_helper_set_mode()
812 struct drm_bridge *bridge = encoder->bridge; in drm_helper_encoder_dpms() local
820 drm_bridge_pre_enable(bridge); in drm_helper_encoder_dpms()
822 drm_bridge_disable(bridge); in drm_helper_encoder_dpms()
828 drm_bridge_enable(bridge); in drm_helper_encoder_dpms()
[all …]
H A Ddrm_simple_kms_helper.c189 struct drm_bridge *bridge) in drm_simple_display_pipe_attach_bridge() argument
191 return drm_bridge_attach(&pipe->encoder, bridge, NULL); in drm_simple_display_pipe_attach_bridge()
/dragonfly/usr.sbin/vknetd/
H A Dbridge.c49 bridge_t bridge; in bridge_add() local
51 bridge = malloc(sizeof(struct bridge)); in bridge_add()
52 bzero(bridge, sizeof(*bridge)); in bridge_add()
53 bridge->io = io; in bridge_add()
57 return(bridge); in bridge_add()
64 bridge_del(bridge_t bridge) in bridge_del() argument
73 free(bridge); in bridge_del()
90 mac_add(bridge, pkt + 6); in bridge_packet()
91 } else if (mac->bridge != bridge) { in bridge_packet()
97 if (mac->bridge != bridge && in bridge_packet()
[all …]
H A Dvknetd.h65 typedef struct bridge { struct
66 TAILQ_ENTRY(bridge) entry;
68 struct bridge *fd_next; argument
77 bridge_t bridge; member
101 void bridge_del(bridge_t bridge);
102 void bridge_packet(bridge_t bridge, u_int8_t *pkt, int bytes);
106 void mac_add(bridge_t bridge, u_int8_t *macbuf);
H A Dmac.c90 mac_add(bridge_t bridge, u_int8_t *macbuf) in mac_add() argument
99 if (mac->bridge) in mac_add()
107 TAILQ_INSERT_TAIL(&bridge->mac_list, mac, bridge_entry); in mac_add()
113 mac->bridge = bridge; in mac_add()
133 TAILQ_REMOVE(&mac->bridge->mac_list, mac, bridge_entry); in mac_delete()
134 mac->bridge = NULL; in mac_delete()
H A Dvknetd.c406 bridge_t bridge; in vknet_io() local
416 bridge = bridge_add(info); in vknet_io()
425 bridge_packet(bridge, pkt, bytes); in vknet_io()
433 bridge_del(bridge); in vknet_io()
H A DMakefile7 SRCS= vknetd.c bridge.c mac.c filter.c
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_bridge.h50 int (*attach)(struct drm_bridge *bridge);
60 void (*detach)(struct drm_bridge *bridge);
131 bool (*mode_fixup)(struct drm_bridge *bridge,
150 void (*disable)(struct drm_bridge *bridge);
169 void (*post_disable)(struct drm_bridge *bridge);
181 void (*mode_set)(struct drm_bridge *bridge,
202 void (*pre_enable)(struct drm_bridge *bridge);
222 void (*enable)(struct drm_bridge *bridge);
248 void drm_bridge_add(struct drm_bridge *bridge);
249 void drm_bridge_remove(struct drm_bridge *bridge);
[all …]
H A Ddrm_of.h34 struct drm_bridge **bridge);
67 struct drm_bridge **bridge) in drm_of_find_panel_or_bridge() argument
85 struct drm_bridge *bridge; in drm_of_panel_bridge_remove() local
92 bridge = of_drm_find_bridge(remote); in drm_of_panel_bridge_remove()
93 drm_panel_bridge_remove(bridge); in drm_of_panel_bridge_remove()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_agp_backend.c47 device_t bridge; member
59 mem = agp_alloc_memory(agp_be->bridge, AGP_USER_MEMORY, ttm->num_pages); in ttm_agp_bind()
114 device_t bridge, in ttm_agp_tt_create() argument
124 agp_be->bridge = bridge; in ttm_agp_tt_create()
/dragonfly/sys/bus/mmc/
H A Dmmcbr_if.m58 #include <bus/mmc/bridge.h>
62 # This is the interface that a mmc bridge chip gives to the mmc bus
63 # that attaches to the mmc bridge.
100 # requests are queued. Time passes. The bridge then gets notification
119 # Claim the current bridge, blocking the current thread until the host
128 # Release the current bridge.
H A Dmmcbus_if.m58 #include <bus/mmc/bridge.h>
77 # Claim the current bridge, blocking the current thread until the host
86 # Release the current bridge.
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c68 static void list_devs(int verbose, int bars, int bridge, int caps,
97 int errors, bridge; in main() local
101 errors = bridge = 0; in main()
110 bridge = 1; in main()
158 list_devs(verbose, bars, bridge, caps, errors); in main()
175 list_devs(int verbose, int bars, int bridge, int caps, int errors) in list_devs() argument
185 fd = open(_PATH_DEVPCI, (bridge || caps || errors) ? in list_devs()
234 if (bridge) in list_devs()
/dragonfly/etc/mtree/
H A DBSD.include.dist249 bridge
299 bridge
353 bridge
/dragonfly/test/vkernel/
H A DREADME5 are two easy ways of doing this. First you can set up a bridge:
19 can then attach to it. If you bridge you can use your normal LAN's dhcp
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dvlan_init.c218 os_strlcpy(n->bridge, vlan->bridge, sizeof(n->bridge)); in vlan_add_dynamic()
H A Dx_snoop.c28 if (conf->bridge[0] == '\0') { in x_snoop_init()
75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1); in x_snoop_get_l2_packet()
H A Dvlan_full.c426 if (vlan->bridge[0]) { in vlan_bridge_name()
427 os_strlcpy(br_name, vlan->bridge, IFNAMSIZ); in vlan_bridge_name()
486 if (hapd->conf->bridge[0] && in vlan_newlink()
487 !br_addif(hapd->conf->bridge, ifname)) in vlan_newlink()
603 if (hapd->conf->bridge[0] && in vlan_dellink()
605 br_delif(hapd->conf->bridge, ifname); in vlan_dellink()
H A Dap_drv_ops.c334 const char *bridge = NULL; in hostapd_set_wds_sta() local
339 bridge = hapd->conf->wds_bridge; in hostapd_set_wds_sta()
340 else if (hapd->conf->bridge[0]) in hostapd_set_wds_sta()
341 bridge = hapd->conf->bridge; in hostapd_set_wds_sta()
343 bridge, ifname_wds); in hostapd_set_wds_sta()
495 const char *bridge, int use_existing) in hostapd_if_add() argument
501 bridge, use_existing, 1); in hostapd_if_add()
/dragonfly/sys/platform/pc64/
H A DMakefile.inc4 DEV_SUPPORT= acpica agp bridge crypto disk drm misc netif \
/dragonfly/tools/tools/net80211/scripts/
H A Dsetup.tdma-slave16 BRIDGE=`ifconfig bridge create`
/dragonfly/sys/net/
H A DMakefile2 bridge \
/dragonfly/sys/netgraph/
H A DMakefile7 bridge \

1234