Searched refs:BUS_PASS_SUPPORTDEV (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/sys/dev/altera/dwc/ |
| D | if_dwc_socfpga.c | 111 dwc_socfpga_devclass, 0, 0, BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| /freebsd-12-stable/sys/arm/allwinner/ |
| D | a10_sramc.c | 119 0, 0, BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_FIRST);
|
| D | aw_rsb.c | 495 BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE); 497 BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| D | aw_sid.c | 414 BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_FIRST);
|
| D | aw_usbphy.c | 521 0, 0, BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| /freebsd-12-stable/sys/arm/freescale/imx/ |
| D | imx6_usbphy.c | 209 BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| /freebsd-12-stable/sys/dev/usb/controller/ |
| D | usb_nop_xceiv.c | 211 usb_nop_xceiv_devclass, 0, 0, BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| /freebsd-12-stable/sys/arm64/rockchip/ |
| D | rk3399_emmcphy.c | 340 rk_emmcphy_devclass, 0, 0, BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| D | rk_pcie_phy.c | 369 BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| D | rk_usb2phy.c | 416 rk_usb2phy_devclass, 0, 0, BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| D | rk_typec_phy.c | 473 rk_typec_phy_devclass, 0, 0, BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
| /freebsd-12-stable/sys/sys/ |
| D | bus.h | 733 #define BUS_PASS_SUPPORTDEV 100000 /* Drivers which support DEFAULT drivers. */ macro
|