Home
last modified time | relevance | path

Searched refs:dev_read_prop (Results 1 – 22 of 22) sorted by relevance

/u-boot/drivers/input/
A Dkey_matrix.c147 prop = dev_read_prop(dev, "linux,keymap", &proplen); in key_matrix_decode_fdt()
161 prop = dev_read_prop(dev, "linux,fn-keymap", &proplen); in key_matrix_decode_fdt()
/u-boot/drivers/pinctrl/
A Dpinctrl-single.c123 prop = dev_read_prop(config, "pinctrl-single,pins", &len); in single_set_state()
136 prop_bits = dev_read_prop(config, "pinctrl-single,bits", &len); in single_set_state()
A Dpinctrl-at91-pio4.c50 if (!dev_read_prop(config, params->property, NULL)) in atmel_pinctrl_get_pinconf()
A Dpinctrl-generic.c357 pinmux_groups = dev_read_prop(config, "pinmux", &scratch); in pinctrl_generic_set_state_subnode()
A Dpinctrl-uclass.c76 list = dev_read_prop(dev, propname, &size); in pinctrl_select_state_full()
/u-boot/drivers/pinctrl/broadcom/
A Dpinctrl-bcm283x.c69 if (!dev_read_prop(config, "brcm,pins", &len) || !len || in bcm283x_pinctrl_set_state()
/u-boot/drivers/core/
A Dread.c255 const void *dev_read_prop(const struct udevice *dev, const char *propname, in dev_read_prop() function
380 values = dev_read_prop(dev, "bus-range", &len); in dev_read_pci_bus_range()
/u-boot/drivers/thermal/
A Dimx_tmu.c230 calibration = dev_read_prop(dev, "fsl,tmu-calibration", &len); in imx_tmu_calibration()
351 prop = dev_read_prop(dev, "compatible", NULL); in imx_tmu_bind()
/u-boot/include/dm/
A Dread.h482 const void *dev_read_prop(const struct udevice *dev, const char *propname,
936 static inline const void *dev_read_prop(const struct udevice *dev, in dev_read_prop() function
/u-boot/drivers/video/
A Dpwm_backlight.c224 cell = dev_read_prop(dev, "brightness-levels", &len); in pwm_backlight_of_to_plat()
/u-boot/drivers/phy/
A Dphy-uclass.c225 if (!dev_read_prop(dev, "phys", NULL)) in generic_phy_get_bulk()
/u-boot/drivers/gpio/
A Dxilinx_gpio.c247 label_ptr = dev_read_prop(dev, "label", NULL); in xilinx_gpio_probe()
A Dzynq_gpio.c376 label_ptr = dev_read_prop(dev, "label", NULL); in zynq_gpio_probe()
A Dpca953x_gpio.c318 tmp = dev_read_prop(dev, "label", &size); in pca953x_probe()
/u-boot/drivers/clk/ti/
A Dclk-divider.c305 if (dev_read_prop(dev, "ti,dividers", &div_num)) { in clk_ti_divider_of_to_plat()
/u-boot/drivers/pinctrl/rockchip/
A Dpinctrl-rockchip-core.c410 data = dev_read_prop(config, "rockchip,pins", &count);
/u-boot/drivers/net/
A Dzynq_gem.c801 phy_mode = dev_read_prop(dev, "phy-mode", NULL); in zynq_gem_of_to_plat()
A Ddwc_eth_qos.c1867 phy_mode = dev_read_prop(dev, "phy-mode", NULL); in eqos_get_interface_stm32()
1904 phy_mode = dev_read_prop(dev, "phy-mode", NULL); in eqos_get_interface_imx()
A Dtsec.c865 phy_mode = dev_read_prop(dev, "phy-connection-type", NULL); in tsec_probe()
A Dmacb.c1371 phy_mode = dev_read_prop(dev, "phy-mode", NULL); in macb_eth_probe()
/u-boot/drivers/mmc/
A Dfsl_esdhc_imx.c1463 if (dev_read_prop(dev, "fsl,wp-controller", NULL)) { in fsl_esdhc_of_to_plat()
/u-boot/drivers/clk/
A Dclk_stm32mp1.c2057 pkcs_cell = dev_read_prop(dev, "st,pkcs", &len); in stm32mp1_clktree()

Completed in 56 milliseconds