| /drivers/bootcount/ |
| A D | bootcount-uclass.c | 49 ret = uclass_get_device_by_ofnode(UCLASS_BOOTCOUNT, node, &dev); in bootcount_store() 77 ret = uclass_get_device_by_ofnode(UCLASS_BOOTCOUNT, node, &dev); in bootcount_load()
|
| A D | rtc.c | 61 if (uclass_get_device_by_ofnode(UCLASS_RTC, phandle_args.node, &rtc)) { in bootcount_rtc_probe()
|
| A D | i2c-eeprom.c | 66 if (uclass_get_device_by_ofnode(UCLASS_I2C_EEPROM, phandle_args.node, in bootcount_i2c_eeprom_probe()
|
| A D | spi-flash.c | 96 if (uclass_get_device_by_ofnode(UCLASS_SPI_FLASH, phandle_args.node, &spi_flash)) { in bootcount_spi_flash_probe()
|
| A D | pmic_pfuze100.c | 133 if (uclass_get_device_by_ofnode(UCLASS_PMIC, phandle_args.node, &pmic)) { in bootcount_pmic_probe()
|
| /drivers/sound/ |
| A D | rockchip_sound.c | 66 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in rockchip_sound_probe() 83 ret = uclass_get_device_by_ofnode(UCLASS_AUDIO_CODEC, args.node, in rockchip_sound_probe()
|
| A D | sound-uclass.c | 143 ret = uclass_get_device_by_ofnode(UCLASS_AUDIO_CODEC, args.node, in sound_find_codec_i2s() 162 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in sound_find_codec_i2s()
|
| A D | samsung_sound.c | 75 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in samsung_sound_probe()
|
| /drivers/mailbox/ |
| A D | mailbox-uclass.c | 52 ret = uclass_get_device_by_ofnode(UCLASS_MAILBOX, args.node, &dev_mbox); in mbox_get_by_index() 58 ret = uclass_get_device_by_ofnode(UCLASS_MAILBOX, in mbox_get_by_index()
|
| /drivers/video/tegra/ |
| A D | dc.c | 466 ret = uclass_get_device_by_ofnode(UCLASS_PANEL, remote, &priv->panel); in tegra_lcd_configure_rgb() 470 ret = uclass_get_device_by_ofnode(UCLASS_VIDEO_BRIDGE, remote, &priv->bridge); in tegra_lcd_configure_rgb() 479 ret = uclass_get_device_by_ofnode(UCLASS_PANEL, remote, &priv->panel); in tegra_lcd_configure_rgb() 484 ret = uclass_get_device_by_ofnode(UCLASS_VIDEO_BRIDGE, remote, in tegra_lcd_configure_rgb() 536 ret = uclass_get_device_by_ofnode(UCLASS_VIDEO_BRIDGE, node, &priv->bridge); in tegra_lcd_configure_internal()
|
| /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()
|
| A D | sti_usb_phy.c | 122 ret = uclass_get_device_by_ofnode(UCLASS_SYSCON, syscfg_phandle.node, in sti_usb_phy_probe()
|
| /drivers/video/ |
| A D | ihs_video_out.c | 300 res = uclass_get_device_by_ofnode(UCLASS_CLK, phandle_args.node, in ihs_video_out_probe() 316 res = uclass_get_device_by_ofnode(UCLASS_DISPLAY, phandle_args.node, in ihs_video_out_probe()
|
| /drivers/net/ |
| A D | mdio_mux_i2creg.c | 67 err = uclass_get_device_by_ofnode(UCLASS_I2C, bus_node, &i2c_bus); in mdio_mux_i2creg_probe()
|
| /drivers/reboot-mode/ |
| A D | reboot-mode-rtc.c | 84 if (uclass_get_device_by_ofnode(UCLASS_RTC, phandle_args.node, in reboot_mode_ofdata_to_platdata()
|
| /drivers/hwspinlock/ |
| A D | hwspinlock-uclass.c | 58 ret = uclass_get_device_by_ofnode(UCLASS_HWSPINLOCK, in hwspinlock_get_by_index()
|
| /drivers/timer/ |
| A D | timer-uclass.c | 146 uclass_get_device_by_ofnode(UCLASS_TIMER, node, &dev)) { in dm_timer_init()
|
| /drivers/misc/ |
| A D | nvmem.c | 88 ret = uclass_get_device_by_ofnode(ids[i], node, &cell->nvmem); in nvmem_get_device()
|
| /drivers/button/ |
| A D | button-adc.c | 70 ret = uclass_get_device_by_ofnode(UCLASS_ADC, args.node, &priv->adc); in button_adc_of_to_plat()
|
| /drivers/clk/mtmips/ |
| A D | clk-mt7620.c | 127 ret = uclass_get_device_by_ofnode(UCLASS_MISC, sysc_args.node, in mt7620_clk_probe()
|
| /drivers/power/regulator/ |
| A D | pwm_regulator.c | 113 ret = uclass_get_device_by_ofnode(UCLASS_PWM, args.node, &priv->pwm); in pwm_regulator_of_to_plat()
|
| /drivers/soc/ti/ |
| A D | pruss.c | 170 ret = uclass_get_device_by_ofnode(UCLASS_SYSCON, sub_node, in pruss_probe()
|
| /drivers/core/ |
| A D | syscon-uclass.c | 217 if (uclass_get_device_by_ofnode(UCLASS_SYSCON, node, &dev)) in syscon_node_to_regmap()
|
| /drivers/iommu/ |
| A D | iommu-uclass.c | 93 ret = uclass_get_device_by_ofnode(UCLASS_IOMMU, args.node, in dev_iommu_enable()
|
| /drivers/led/ |
| A D | led_pwm.c | 111 ret = uclass_get_device_by_ofnode(UCLASS_PWM, args.node, &priv->pwm); in led_pwm_of_to_plat()
|