Searched refs:UCLASS_SIMPLE_BUS (Results 1 – 25 of 29) sorted by relevance
12
| /u-boot/test/dm/ |
| A D | phy.c | 26 ut_assertok(uclass_get_device_by_name(UCLASS_SIMPLE_BUS, in dm_test_phy_base() 66 ut_assertok(uclass_get_device_by_name(UCLASS_SIMPLE_BUS, in dm_test_phy_ops() 122 ut_assertok(uclass_get_device_by_name(UCLASS_SIMPLE_BUS, in dm_test_phy_bulk() 134 ut_assertok(uclass_get_device_by_name(UCLASS_SIMPLE_BUS, in dm_test_phy_bulk()
|
| A D | simple-pm-bus.c | 31 ut_assertok(uclass_get_device_by_name(UCLASS_SIMPLE_BUS, "pm-bus-test", in dm_test_simple_pm_bus()
|
| A D | of_platdata.c | 216 ut_assertok(uclass_first_device_err(UCLASS_SIMPLE_BUS, &bus)); in dm_test_of_plat_parent()
|
| /u-boot/drivers/core/ |
| A D | simple-bus.c | 42 .id = UCLASS_SIMPLE_BUS, 58 .id = UCLASS_SIMPLE_BUS,
|
| A D | simple-pm-bus.c | 50 .id = UCLASS_SIMPLE_BUS,
|
| A D | fdtaddr.c | 74 UCLASS_SIMPLE_BUS) in devfdt_get_addr_index()
|
| /u-boot/drivers/bus/ |
| A D | ti-pwmss.c | 18 .id = UCLASS_SIMPLE_BUS,
|
| A D | uniphier-system-bus.c | 97 .id = UCLASS_SIMPLE_BUS,
|
| A D | ti-sysc.c | 153 .id = UCLASS_SIMPLE_BUS,
|
| /u-boot/drivers/clk/ti/ |
| A D | omap4-cm.c | 19 .id = UCLASS_SIMPLE_BUS,
|
| /u-boot/drivers/misc/ |
| A D | gdsys_soc.c | 71 .id = UCLASS_SIMPLE_BUS,
|
| /u-boot/arch/arm/mach-meson/ |
| A D | board-axg.c | 154 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_init() 238 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_cleanup()
|
| A D | board-gx.c | 190 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_init() 278 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_cleanup()
|
| A D | board-g12a.c | 193 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_init() 275 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_cleanup()
|
| /u-boot/drivers/net/ |
| A D | sandbox-raw-bus.c | 64 .id = UCLASS_SIMPLE_BUS,
|
| /u-boot/drivers/usb/host/ |
| A D | dwc3-of-simple.c | 101 .id = UCLASS_SIMPLE_BUS,
|
| A D | ehci-omap.c | 351 .id = UCLASS_SIMPLE_BUS,
|
| /u-boot/arch/x86/lib/ |
| A D | tpl.c | 151 .id = UCLASS_SIMPLE_BUS,
|
| /u-boot/include/dm/ |
| A D | uclass-id.h | 102 UCLASS_SIMPLE_BUS, /* Bus with child devices */ enumerator
|
| /u-boot/arch/arm/mach-uniphier/ |
| A D | micro-support-card.c | 97 ret = uclass_get_device_by_driver(UCLASS_SIMPLE_BUS, in support_card_init()
|
| /u-boot/drivers/usb/dwc3/ |
| A D | dwc3-uniphier.c | 117 .id = UCLASS_SIMPLE_BUS,
|
| A D | dwc3-meson-gxl.c | 419 .id = UCLASS_SIMPLE_BUS,
|
| /u-boot/drivers/cpu/ |
| A D | cpu-uclass.c | 117 .id = UCLASS_SIMPLE_BUS,
|
| /u-boot/drivers/timer/ |
| A D | mpc83xx_timer.c | 121 ret = uclass_get_device_by_phandle(UCLASS_SIMPLE_BUS, sysinfo, in interrupt_init()
|
| /u-boot/drivers/adc/ |
| A D | stm32-adc-core.c | 209 .id = UCLASS_SIMPLE_BUS,
|
Completed in 33 milliseconds
12