| /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/gpio/ |
| A D | gpio_slg7xl45106.c | 92 label_ptr = dev_read_prop(dev, "label", NULL); in slg7xl45106_i2c_gpo_probe()
|
| A D | zynqmp_gpio_modepin.c | 131 label_ptr = dev_read_prop(dev, "label", NULL); in modepin_gpio_probe()
|
| A D | mcp230xx_gpio.c | 201 tmp = dev_read_prop(dev, "label", &size); in mcp230xx_probe()
|
| A D | gpio-fxl6408.c | 346 tmp_str = (char *)dev_read_prop(dev, "bank-name", &size); in fxl6408_probe()
|
| 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 | 350 tmp = dev_read_prop(dev, "label", &size); in pca953x_probe()
|
| /u-boot/drivers/pwm/ |
| A D | pwm-cadence-ttc.c | 218 cells = dev_read_prop(dev, "#pwm-cells", NULL); in cadence_ttc_pwm_of_to_plat() 233 cells = dev_read_prop(dev, "#pwm-cells", NULL); in cadence_ttc_pwm_bind()
|
| /u-boot/drivers/firmware/scmi/ |
| A D | mailbox_agent.c | 103 if (!dev_read_prop(dev, "shmem", NULL)) { in scmi_mbox_get_channel()
|
| A D | optee_agent.c | 312 if (dev_read_prop(dev, "shmem", NULL)) { in setup_channel()
|
| /u-boot/drivers/timer/ |
| A D | cadence-ttc.c | 104 cells = dev_read_prop(dev, "#pwm-cells", NULL); in cadence_ttc_bind()
|
| /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/thermal/ |
| A D | imx_tmu.c | 272 calibration = dev_read_prop(dev, "fsl,tmu-calibration", &len); in imx_tmu_calibration() 302 calibration = dev_read_prop(dev, "fsl,tmu-calibration", &len); in imx_tmu_calibration() 543 prop = dev_read_prop(dev, "compatible", NULL); in imx_tmu_bind()
|
| /u-boot/drivers/core/ |
| A D | read.c | 295 const void *dev_read_prop(const struct udevice *dev, const char *propname, in dev_read_prop() function 420 values = dev_read_prop(dev, "bus-range", &len); in dev_read_pci_bus_range()
|
| /u-boot/drivers/phy/ |
| A D | phy-uclass.c | 411 if (!dev_read_prop(dev, "phys", NULL)) { in generic_phy_get_bulk() 413 if (!dev_read_prop(phydev, "phys", NULL)) { in generic_phy_get_bulk()
|
| /u-boot/drivers/fwu-mdata/ |
| A D | gpt_blk.c | 239 phandle_p = dev_read_prop(dev, "fwu-mdata-store", &size); in fwu_get_mdata_device()
|
| /u-boot/drivers/pinctrl/ |
| A D | pinctrl-at91-pio4.c | 75 if (!dev_read_prop(config, params->property, NULL)) in atmel_pinctrl_get_pinconf()
|
| A D | pinctrl-single.c | 456 prop = dev_read_prop(config, "pinctrl-single,pins", &len); in single_set_state() 469 prop_bits = dev_read_prop(config, "pinctrl-single,bits", &len); in single_set_state()
|
| A D | pinctrl-uclass.c | 77 list = dev_read_prop(dev, propname, &size); in pinctrl_select_state_full()
|
| A D | pinctrl-generic.c | 408 pinmux_groups = dev_read_prop(config, propname, &scratch); in pinctrl_generic_set_state_subnode()
|
| /u-boot/drivers/video/ |
| A D | pwm_backlight.c | 232 cell = dev_read_prop(dev, "brightness-levels", &len); in pwm_backlight_of_to_plat()
|
| /u-boot/include/dm/ |
| A D | read.h | 556 const void *dev_read_prop(const struct udevice *dev, const char *propname, 1088 static inline const void *dev_read_prop(const struct udevice *dev, in dev_read_prop() function
|
| /u-boot/drivers/clk/ti/ |
| A D | clk-divider.c | 309 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 | 436 data = dev_read_prop(config, "rockchip,pins", &count); in rockchip_pinctrl_set_state()
|