/openbmc/u-boot/drivers/input/ |
H A D | key_matrix.c | 146 prop = dev_read_prop(dev, "linux,keymap", &proplen); in key_matrix_decode_fdt() 160 prop = dev_read_prop(dev, "linux,fn-keymap", &proplen); in key_matrix_decode_fdt()
|
/openbmc/u-boot/drivers/pinctrl/broadcom/ |
H A D | pinctrl-bcm283x.c | 68 if (!dev_read_prop(config, "brcm,pins", &len) || !len || in bcm283x_pinctrl_set_state()
|
/openbmc/u-boot/include/dm/ |
H A D | read.h | 398 const void *dev_read_prop(struct udevice *dev, const char *propname, int *lenp); 697 static inline const void *dev_read_prop(struct udevice *dev, in dev_read_prop() function
|
/openbmc/u-boot/drivers/misc/ |
H A D | aspeed_dp.c | 49 cell = dev_read_prop(dev, "eq-table", &len); in _redriver_cfg()
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-uclass.c | 107 list = dev_read_prop(dev, propname, &size); in pinctrl_select_state_full()
|
/openbmc/u-boot/drivers/video/ |
H A D | pwm_backlight.c | 207 cell = dev_read_prop(dev, "brightness-levels", &len); in pwm_backlight_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 206 const void *dev_read_prop(struct udevice *dev, const char *propname, int *lenp) in dev_read_prop() function
|
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 657 addr_prop = dev_read_prop(dev, "tpm_event_log_addr", &asize); in tcg2_platform_get_log() 659 addr_prop = dev_read_prop(dev, "linux,sml-base", &asize); in tcg2_platform_get_log() 661 size_prop = dev_read_prop(dev, "tpm_event_log_size", &ssize); in tcg2_platform_get_log() 663 size_prop = dev_read_prop(dev, "linux,sml-size", &ssize); in tcg2_platform_get_log()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | xilinx_gpio.c | 246 label_ptr = dev_read_prop(dev, "label", NULL); in xilinx_gpio_probe()
|
H A D | zynq_gpio.c | 341 label_ptr = dev_read_prop(dev, "label", NULL); in zynq_gpio_probe()
|
H A D | pca953x_gpio.c | 309 tmp = dev_read_prop(dev, "label", &size); in pca953x_probe()
|
/openbmc/u-boot/drivers/net/ |
H A D | zynq_gem.c | 785 phy_mode = dev_read_prop(dev, "phy-mode", NULL); in zynq_gem_ofdata_to_platdata()
|
H A D | tsec.c | 837 phy_mode = dev_read_prop(dev, "phy-connection-type", NULL); in tsec_probe()
|
/openbmc/u-boot/drivers/pinctrl/rockchip/ |
H A D | pinctrl-rockchip-core.c | 580 data = dev_read_prop(config, "rockchip,pins", &count);
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.c | 799 if (!dev_read_prop(dev, "phys", NULL)) in dwc3_setup_phy()
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_stm32mp1.c | 1738 pkcs_cell = dev_read_prop(dev, "st,pkcs", &len); in stm32mp1_clktree()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 2471 cell = dev_read_prop(dev, "reg", &len); in cfi_flash_probe()
|