/u-boot/drivers/input/ |
A D | key_matrix.c | 147 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 D | pinctrl-single.c | 123 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 D | pinctrl-at91-pio4.c | 50 if (!dev_read_prop(config, params->property, NULL)) in atmel_pinctrl_get_pinconf()
|
A D | pinctrl-generic.c | 357 pinmux_groups = dev_read_prop(config, "pinmux", &scratch); in pinctrl_generic_set_state_subnode()
|
A D | pinctrl-uclass.c | 76 list = dev_read_prop(dev, propname, &size); in pinctrl_select_state_full()
|
/u-boot/drivers/pinctrl/broadcom/ |
A D | pinctrl-bcm283x.c | 69 if (!dev_read_prop(config, "brcm,pins", &len) || !len || in bcm283x_pinctrl_set_state()
|
/u-boot/drivers/core/ |
A D | read.c | 255 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 D | imx_tmu.c | 230 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 D | read.h | 482 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 D | pwm_backlight.c | 224 cell = dev_read_prop(dev, "brightness-levels", &len); in pwm_backlight_of_to_plat()
|
/u-boot/drivers/phy/ |
A D | phy-uclass.c | 225 if (!dev_read_prop(dev, "phys", NULL)) in generic_phy_get_bulk()
|
/u-boot/drivers/gpio/ |
A D | xilinx_gpio.c | 247 label_ptr = dev_read_prop(dev, "label", NULL); in xilinx_gpio_probe()
|
A D | zynq_gpio.c | 376 label_ptr = dev_read_prop(dev, "label", NULL); in zynq_gpio_probe()
|
A D | pca953x_gpio.c | 318 tmp = dev_read_prop(dev, "label", &size); in pca953x_probe()
|
/u-boot/drivers/clk/ti/ |
A D | clk-divider.c | 305 if (dev_read_prop(dev, "ti,dividers", &div_num)) { in clk_ti_divider_of_to_plat()
|
/u-boot/drivers/pinctrl/rockchip/ |
A D | pinctrl-rockchip-core.c | 410 data = dev_read_prop(config, "rockchip,pins", &count);
|
/u-boot/drivers/net/ |
A D | zynq_gem.c | 801 phy_mode = dev_read_prop(dev, "phy-mode", NULL); in zynq_gem_of_to_plat()
|
A D | dwc_eth_qos.c | 1867 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 D | tsec.c | 865 phy_mode = dev_read_prop(dev, "phy-connection-type", NULL); in tsec_probe()
|
A D | macb.c | 1371 phy_mode = dev_read_prop(dev, "phy-mode", NULL); in macb_eth_probe()
|
/u-boot/drivers/mmc/ |
A D | fsl_esdhc_imx.c | 1463 if (dev_read_prop(dev, "fsl,wp-controller", NULL)) { in fsl_esdhc_of_to_plat()
|
/u-boot/drivers/clk/ |
A D | clk_stm32mp1.c | 2057 pkcs_cell = dev_read_prop(dev, "st,pkcs", &len); in stm32mp1_clktree()
|