/openbmc/u-boot/drivers/misc/ |
H A D | stm32mp_fuse.c | 25 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_read() 53 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_prog() 81 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_sense() 108 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_override()
|
H A D | altera_sysid.c | 34 ret = uclass_first_device_err(UCLASS_MISC, &dev); in display_sysid() 94 .id = UCLASS_MISC,
|
H A D | rockchip-efuse.c | 60 ret = uclass_get_device_by_driver(UCLASS_MISC, in dump_efuses() 155 .id = UCLASS_MISC,
|
H A D | aspeed_ahbc.c | 51 .id = UCLASS_MISC,
|
H A D | tegra_car.c | 62 .id = UCLASS_MISC,
|
H A D | gdsys_soc.c | 51 int res = uclass_get_device_by_phandle(UCLASS_MISC, dev, "fpga", in gdsys_soc_probe()
|
H A D | spltest_sandbox.c | 47 .id = UCLASS_MISC,
|
H A D | gdsys_rxaui_ctrl.c | 71 .id = UCLASS_MISC,
|
/openbmc/u-boot/test/dm/ |
H A D | reset.c | 27 ut_assertok(uclass_get_device_by_name(UCLASS_MISC, "reset-ctl-test", in dm_test_reset() 53 ut_assertok(uclass_get_device_by_name(UCLASS_MISC, "reset-ctl-test", in dm_test_reset_bulk()
|
H A D | clk.c | 31 ut_assertok(uclass_get_device_by_name(UCLASS_MISC, "clk-test", in dm_test_clk() 114 ut_assertok(uclass_get_device_by_name(UCLASS_MISC, "clk-test", in dm_test_clk_bulk()
|
H A D | mailbox.c | 17 ut_assertok(uclass_get_device_by_name(UCLASS_MISC, "mbox-test", &dev)); in dm_test_mailbox()
|
H A D | power-domain.c | 27 ut_assertok(uclass_get_device_by_name(UCLASS_MISC, "power-domain-test", in dm_test_power_domain()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | denali_dt.c | 139 .id = UCLASS_MISC, 150 ret = uclass_get_device_by_driver(UCLASS_MISC, in board_nand_init()
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | cpu.c | 301 ret = uclass_get_device_by_driver(UCLASS_MISC, in setup_mac_address() 339 ret = uclass_get_device_by_driver(UCLASS_MISC, in setup_serial_number()
|
/openbmc/u-boot/drivers/power/domain/ |
H A D | sandbox-power-domain-test.c | 51 .id = UCLASS_MISC,
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | sandbox-mbox-test.c | 50 .id = UCLASS_MISC,
|
/openbmc/u-boot/board/freescale/imx8qxp_mek/ |
H A D | spl.c | 23 uclass_find_first_device(UCLASS_MISC, &dev); in spl_board_init()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_aspeed.c | 409 (UCLASS_MISC, DM_GET_DRIVER(aspeed_ahbc), &ahbc_dev); in pcie_aspeed_probe() 436 (UCLASS_MISC, slot0_of_handle, &slot0_dev)) in pcie_aspeed_probe() 455 (UCLASS_MISC, slot1_of_handle, &slot1_dev)) in pcie_aspeed_probe()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | spl.c | 61 for (uclass_first_device(UCLASS_MISC, &dev); in spl_board_init()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | aspeed_i2c_global.c | 88 .id = UCLASS_MISC,
|
/openbmc/u-boot/board/aspeed/slt_ast2600/ |
H A D | slt_ast2600.c | 37 ret = uclass_get_device(UCLASS_MISC, i++, &dev); in board_init()
|
/openbmc/u-boot/drivers/reset/ |
H A D | sandbox-reset-test.c | 80 .id = UCLASS_MISC,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 61 UCLASS_MISC, /* Miscellaneous device */ enumerator
|
/openbmc/u-boot/arch/arm/mach-mvebu/ |
H A D | arm64-common.c | 130 ret = uclass_get_device(UCLASS_MISC, i++, &dev); in arch_early_init_r()
|
/openbmc/u-boot/drivers/clk/at91/ |
H A D | clk-system.c | 34 .id = UCLASS_MISC,
|