Searched refs:dev_read_u8_array_ptr (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/pmic/ |
| H A D | i2c_pmic_emul.c | 110 reg_defaults = dev_read_u8_array_ptr(emul, "reg-defaults", in sandbox_i2c_pmic_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | read.h | 453 const uint8_t *dev_read_u8_array_ptr(struct udevice *dev, const char *propname, 676 static inline const uint8_t *dev_read_u8_array_ptr(struct udevice *dev, in dev_read_u8_array_ptr() function
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | read.c | 218 const uint8_t *dev_read_u8_array_ptr(struct udevice *dev, const char *propname, in dev_read_u8_array_ptr() function
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | core.c | 998 tmp = dev_read_u8_array_ptr(dev, "snps,lpm-nyet-threshold", 1); in dwc3_of_parse() 1004 tmp = dev_read_u8_array_ptr(dev, "snps,hird-threshold", 1); in dwc3_of_parse() 1034 tmp = dev_read_u8_array_ptr(dev, "snps,tx_de_emphasis", 1); in dwc3_of_parse()
|
| /rk3399_rockchip-uboot/drivers/power/fuel_gauge/ |
| H A D | fg_cw201x.c | 140 info = dev_read_u8_array_ptr(dev, "cellwise,battery-profile", len); in cw201x_parse_config_info()
|
| H A D | fg_cw221x.c | 190 info = dev_read_u8_array_ptr(dev, "cellwise,battery-profile", len); in cw221x_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-samsung-hdptx.c | 617 prop = dev_read_u8_array_ptr(dev, "training-table", size); in rockchip_hdptx_phy_parse_training_table()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop2.c | 3112 tmp = dev_read_u8_array_ptr(cstate->dev, "esmart_lb_mode", 1); in vop2_global_initial()
|