Searched refs:UCLASS_MISC (Results 1 – 25 of 78) sorted by relevance
1234
| /drivers/misc/ |
| A D | stm32mp_fuse.c | 27 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_read() 42 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_read() 72 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_prog() 87 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_prog() 116 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_sense() 130 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_sense() 160 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_override() 175 ret = uclass_get_device_by_driver(UCLASS_MISC, in fuse_override()
|
| A D | nvmem.c | 25 case UCLASS_MISC: { in nvmem_cell_read() 50 case UCLASS_MISC: { in nvmem_cell_write() 83 UCLASS_MISC, in nvmem_get_device() enumerator
|
| A D | misc-uclass.c | 6 #define LOG_CATEGORY UCLASS_MISC 70 .id = UCLASS_MISC,
|
| A D | altera_sysid.c | 33 ret = uclass_first_device_err(UCLASS_MISC, &dev); in display_sysid() 93 .id = UCLASS_MISC,
|
| A D | irq_sandbox_test.c | 19 .id = UCLASS_MISC,
|
| A D | spltest_sandbox.c | 17 .id = UCLASS_MISC,
|
| A D | ls2_sfp.c | 14 #define LOG_CATEGORY UCLASS_MISC 274 .id = UCLASS_MISC, 283 int ret = uclass_get_device_by_driver(UCLASS_MISC, in ls2_sfp_device()
|
| A D | microchip_flexcom.c | 61 .id = UCLASS_MISC,
|
| A D | sandbox_adder.c | 8 #define LOG_CATEGORY UCLASS_MISC
|
| A D | tegra_car.c | 62 .id = UCLASS_MISC,
|
| A D | esm_pmic.c | 76 .id = UCLASS_MISC,
|
| A D | gdsys_soc.c | 51 int res = uclass_get_device_by_phandle(UCLASS_MISC, dev, "fpga", in gdsys_soc_probe()
|
| A D | gdsys_rxaui_ctrl.c | 75 .id = UCLASS_MISC,
|
| A D | gsc.c | 410 .id = UCLASS_MISC, 520 ret = uclass_get_device_by_driver(UCLASS_MISC, DM_DRIVER_GET(gsc), &dev); in do_gsc() 559 ret = uclass_get_device_by_driver(UCLASS_MISC, DM_DRIVER_GET(gsc), &dev); in gsc_boot_wd_disable()
|
| A D | npcm_host_intf.c | 106 .id = UCLASS_MISC,
|
| A D | misc_sandbox.c | 130 .id = UCLASS_MISC,
|
| /drivers/firmware/scmi/ |
| A D | sandbox-scmi_devices.c | 6 #define LOG_CATEGORY UCLASS_MISC 161 .id = UCLASS_MISC,
|
| /drivers/gpio/ |
| A D | sandbox_test.c | 18 .id = UCLASS_MISC,
|
| /drivers/mailbox/ |
| A D | sandbox-mbox-test.c | 50 .id = UCLASS_MISC,
|
| /drivers/sound/ |
| A D | tegra_ahub.c | 8 #define LOG_CATEGORY UCLASS_MISC 252 .id = UCLASS_MISC,
|
| /drivers/ufs/ |
| A D | ti-j721e-ufs.c | 68 .id = UCLASS_MISC,
|
| /drivers/power/domain/ |
| A D | sandbox-power-domain-test.c | 65 .id = UCLASS_MISC,
|
| /drivers/phy/ |
| A D | mt7620-usb-phy.c | 71 ret = uclass_get_device_by_ofnode(UCLASS_MISC, sysc_args.node, in mt7620_usb_phy_probe()
|
| /drivers/phy/marvell/ |
| A D | comphy_core.c | 153 .id = UCLASS_MISC,
|
| /drivers/reset/ |
| A D | sandbox-reset-test.c | 120 .id = UCLASS_MISC,
|
Completed in 45 milliseconds
1234