| /u-boot/drivers/block/ |
| A D | blk_legacy.c | 14 struct blk_driver *drv = ll_entry_start(struct blk_driver, blk_driver); in blk_driver_lookup_type() local 44 struct blk_driver *drv = blk_driver_lookup_type(uclass_id); in blk_get_uclass_name() local 75 struct blk_driver *drv; in blk_list_part() local 102 struct blk_driver *drv = blk_driver_lookup_type(uclass_id); in blk_print_part_devnum() local 120 struct blk_driver *drv = blk_driver_lookup_type(uclass_id); in blk_list_devices() local 138 struct blk_driver *drv = blk_driver_lookup_type(uclass_id); in blk_print_device_num() local 155 struct blk_driver *drv = blk_driver_lookup_type(uclass_id); in blk_show_device() local 179 struct blk_driver *drv = blk_driver_lookup_type(uclass_id); in blk_get_devnum_by_uclass_id() local 220 struct blk_driver *drv = blk_driver_lookup_type(uclass_id); in blk_read_devnum() local 240 struct blk_driver *drv = blk_driver_lookup_type(uclass_id); in blk_write_devnum() local [all …]
|
| /u-boot/env/ |
| A D | env.c | 20 struct env_driver *drv; in env_fix_drivers() local 42 struct env_driver *drv; in _env_driver_lookup() local 174 struct env_driver *drv; in env_driver_lookup() local 191 struct env_driver *drv; in env_load() local 253 struct env_driver *drv; in env_reload() local 281 struct env_driver *drv; in env_save() local 313 struct env_driver *drv; in env_erase() local 345 struct env_driver *drv; in env_init() local 377 struct env_driver *drv; in env_select() local
|
| /u-boot/drivers/core/ |
| A D | device-remove.c | 25 int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind() 47 int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove() 73 const struct driver *drv; in device_unbind() local 201 const struct driver *drv; in device_remove() local
|
| A D | lists.c | 25 struct driver *drv = in lists_driver_lookup_name() local 143 struct driver *drv; in device_bind_driver_to_node() local 185 struct driver *drv, bool pre_reloc_only) in lists_bind_fdt()
|
| A D | device.c | 39 static int device_bind_common(struct udevice *parent, const struct driver *drv, in device_bind_common() 240 const struct driver *drv, const char *name, in device_bind_with_driver_data() 248 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind() 259 struct driver *drv; in device_bind_by_name() local 348 const struct driver *drv; in device_alloc_priv() local 390 const struct driver *drv; in device_of_to_plat() local 482 const struct driver *drv; in device_probe() local
|
| /u-boot/cmd/ |
| A D | bind.c | 21 struct driver *drv; in bind_by_class_index() local 100 struct driver *drv; in unbind_child_by_class_index() local 129 struct driver *drv; in bind_by_node_path() local
|
| /u-boot/include/dm/ |
| A D | device-internal.h | 247 static inline int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind() 273 static inline int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove()
|
| /u-boot/disk/ |
| A D | part.c | 31 struct part_driver *drv = in part_driver_lookup_type() local 224 struct part_driver *drv = in part_init() local 294 struct part_driver *drv; in part_print() local 312 struct part_driver *drv; in part_get_info() local
|
| /u-boot/lib/efi_driver/ |
| A D | efi_uclass.c | 265 static efi_status_t efi_add_driver(struct driver *drv) in efi_add_driver() 320 struct driver *drv; in efi_driver_init() local
|
| /u-boot/common/ |
| A D | log.c | 398 static struct log_device *log_find_device_by_drv(struct log_driver *drv) in log_find_device_by_drv() 415 int log_device_set_enable(struct log_driver *drv, bool enable) in log_device_set_enable() 432 struct log_driver *drv = ll_entry_start(struct log_driver, log_driver); in log_init() local
|
| /u-boot/test/py/tests/ |
| A D | test_bind.py | 9 def in_tree(response, name, uclass, drv, depth, last_child): argument
|
| /u-boot/drivers/misc/ |
| A D | stm32_rcc.c | 50 struct driver *drv; in stm32_rcc_bind() local
|
| /u-boot/drivers/power/pmic/ |
| A D | fan53555.c | 54 struct driver *drv; in pmic_fan53555_bind() local
|
| A D | pmic-uclass.c | 26 struct driver *drv; in pmic_bind_children() local
|
| /u-boot/test/dm/ |
| A D | bus.c | 211 struct driver *drv; in dm_test_bus_parent_data_uclass() local 354 struct driver *drv; in dm_test_bus_parent_plat_uclass() local
|
| /u-boot/drivers/cpu/ |
| A D | riscv_cpu.c | 96 struct driver *drv; in riscv_cpu_bind() local
|
| /u-boot/drivers/net/phy/ |
| A D | micrel_ksz90x1.c | 113 struct phy_driver *drv = phydev->drv; in ksz90x1_of_config_group() local 199 struct phy_driver *drv = phydev->drv; in ksz9031_center_flp_timing() local 396 struct phy_driver *drv = phydev->drv; in ksz9131_config_rgmii_delay() local
|
| A D | phy.c | 470 struct phy_driver *drv, *ll_entry; in phy_init() local 551 struct phy_driver *drv; in get_phy_driver() local 1056 struct phy_driver *drv = phydev->drv; in phy_read_mmd() local 1088 struct phy_driver *drv = phydev->drv; in phy_write_mmd() local
|
| /u-boot/drivers/firmware/scmi/ |
| A D | scmi_agent-uclass.c | 66 struct driver *drv = NULL; in scmi_bind_protocols() local
|
| /u-boot/boot/ |
| A D | bootstd-uclass.c | 129 struct driver *drv = ll_entry_start(struct driver, driver); in dm_scan_other() local
|
| /u-boot/drivers/clk/ |
| A D | clk.c | 22 struct driver *drv; in clk_register() local
|
| /u-boot/drivers/tpm/ |
| A D | tpm-uclass.c | 156 const char *drv = TPM_RNG_DRV_NAME; in tpm_uclass_post_probe() local
|
| /u-boot/include/ |
| A D | bootdev.h | 93 struct driver *drv; member
|
| /u-boot/drivers/power/regulator/ |
| A D | scmi_regulator.c | 192 struct driver *drv; in scmi_regulator_bind() local
|
| /u-boot/drivers/pinctrl/nexell/ |
| A D | pinctrl-s5pxx18.c | 59 static void nx_gpio_set_drive_strength(void *base, u32 pin, u32 drv) in nx_gpio_set_drive_strength()
|