/u-boot-v2022.01-rc1/drivers/core/ |
A D | uclass.c | 28 struct uclass *uc; in uclass_find() local 57 struct uclass *uc; in uclass_add() local 147 struct uclass *uc; in uclass_get() local 166 struct uclass *uc; in uclass_get_name() local 220 struct uclass *uc; in uclass_find_device() local 243 struct uclass *uc; in uclass_find_first_device() local 274 struct uclass *uc; in uclass_find_device_by_name() local 320 struct uclass *uc; in uclass_find_device_by_seq() local 348 struct uclass *uc; in uclass_find_device_by_of_offset() local 372 struct uclass *uc; in uclass_find_device_by_ofnode() local [all …]
|
A D | dump.c | 79 struct uclass *uc; in dm_dump_uclass() local 132 struct uclass *uc; in dm_dump_drivers() local
|
/u-boot-v2022.01-rc1/drivers/dma/ti/ |
A D | k3-udma.c | 505 static int udma_start(struct udma_chan *uc) in udma_start() 2316 struct udma_chan *uc = &ud->channels[0]; in udma_transfer() local 2356 struct udma_chan *uc; in udma_request() local 2409 struct udma_chan *uc; in udma_rfree() local 2436 struct udma_chan *uc; in udma_enable() local 2453 struct udma_chan *uc; in udma_disable() local 2477 struct udma_chan *uc; in udma_send() local 2535 struct udma_chan *uc; in udma_receive() local 2583 struct udma_chan *uc = &ud->channels[0]; in udma_of_xlate() local 2648 struct udma_chan *uc; in udma_prepare_rcv_buf() local [all …]
|
A D | k3-udma-u-boot.c | 97 static void udma_alloc_tchan_raw(struct udma_chan *uc) in udma_alloc_tchan_raw() 121 static void udma_alloc_rchan_raw(struct udma_chan *uc) in udma_alloc_rchan_raw()
|
/u-boot-v2022.01-rc1/drivers/dma/ |
A D | sandbox-dma-test.c | 53 struct sandbox_dma_chan *uc; in sandbox_dma_of_xlate() local 78 struct sandbox_dma_chan *uc; in sandbox_dma_request() local 96 struct sandbox_dma_chan *uc; in sandbox_dma_rfree() local 116 struct sandbox_dma_chan *uc; in sandbox_dma_enable() local 136 struct sandbox_dma_chan *uc; in sandbox_dma_disable() local 157 struct sandbox_dma_chan *uc; in sandbox_dma_send() local 189 struct sandbox_dma_chan *uc; in sandbox_dma_receive() local 260 struct sandbox_dma_chan *uc = &ud->channels[i]; in sandbox_dma_probe() local
|
/u-boot-v2022.01-rc1/test/dm/ |
A D | test-uclass.c | 74 struct uclass *uc = dev->uclass; in test_post_probe() local 102 static int test_init(struct uclass *uc) in test_init() 112 static int test_destroy(struct uclass *uc) in test_destroy()
|
A D | core.c | 98 struct uclass *uc; in dm_leak_check_end() local 156 struct uclass *uc; in dm_test_autobind_uclass_pdata_alloc() local 225 struct uclass *uc; in dm_test_autoprobe() local 529 struct uclass *uc; in dm_test_uclass() local 988 struct uclass *uc; in dm_test_uclass_before_ready() local 1174 struct uclass *uc; in dm_test_all_have_seq() local
|
A D | bus.c | 28 struct uclass *uc; in dm_test_bus_children() local 146 struct uclass *uc; in test_bus_parent_data() local 243 struct uclass *uc; in dm_test_bus_parent_ops() local
|
A D | mdio.c | 27 struct uclass *uc; in dm_test_mdio() local
|
A D | mdio_mux.c | 23 struct uclass *uc; in dm_test_mdio_mux() local
|
A D | blk.c | 49 struct uclass *uc; in count_blk_devices() local
|
/u-boot-v2022.01-rc1/drivers/led/ |
A D | led-uclass.c | 20 struct uclass *uc; in led_get_by_label() local 72 struct uclass *uc; in led_default_state() local
|
/u-boot-v2022.01-rc1/drivers/watchdog/ |
A D | wdt-uclass.c | 65 struct uclass *uc; in initr_watchdog() local 127 struct uclass *uc; in wdt_stop_all() local 189 struct uclass *uc; in watchdog_reset() local
|
/u-boot-v2022.01-rc1/include/dm/ |
A D | uclass.h | 432 #define uclass_id_foreach_dev(id, pos, uc) \ argument 446 #define uclass_foreach_dev(pos, uc) \ argument 461 #define uclass_foreach_dev_safe(pos, next, uc) \ argument
|
/u-boot-v2022.01-rc1/drivers/button/ |
A D | button-uclass.c | 18 struct uclass *uc; in button_get_by_label() local
|
/u-boot-v2022.01-rc1/cmd/mvebu/ |
A D | comphy_rx_training.c | 20 struct uclass *uc; in mvebu_comphy_rx_training_cmd() local
|
/u-boot-v2022.01-rc1/arch/x86/cpu/ |
A D | qfw_cpu.c | 20 struct uclass *uc; in qemu_cpu_fixup() local
|
/u-boot-v2022.01-rc1/drivers/block/ |
A D | blk-uclass.c | 99 struct uclass *uc; in blk_get_devnum_by_typename() local 181 struct uclass *uc; in get_desc() local 405 struct uclass *uc; in blk_find_device() local 514 struct uclass *uc; in blk_find_max_devnum() local 595 struct uclass *uc; in blk_claim_devnum() local 675 struct uclass *uc; in blk_unbind_all() local
|
/u-boot-v2022.01-rc1/cmd/ |
A D | lsblk.c | 18 struct uclass *uc; in do_lsblk() local
|
A D | bdinfo.c | 72 struct uclass *uc; in show_video_info() local
|
A D | rtc.c | 118 struct uclass *uc; in do_rtc() local
|
/u-boot-v2022.01-rc1/arch/arm/mach-rockchip/ |
A D | boot_mode.c | 44 struct uclass *uc; in rockchip_dnl_key_pressed() local
|
/u-boot-v2022.01-rc1/drivers/w1-eeprom/ |
A D | w1-eeprom-uclass.c | 65 struct uclass *uc; in w1_eeprom_dm_init() local
|
/u-boot-v2022.01-rc1/drivers/usb/host/ |
A D | usb-uclass.c | 180 struct uclass *uc; in usb_stop() local 239 static void remove_inactive_children(struct uclass *uc, struct udevice *bus) in remove_inactive_children() 259 struct uclass *uc; in usb_init() local 736 struct uclass *uc; in usb_detect_change() local
|
/u-boot-v2022.01-rc1/drivers/cpu/ |
A D | cpu-uclass.c | 123 static int uclass_cpu_init(struct uclass *uc) in uclass_cpu_init()
|