Home
last modified time | relevance | path

Searched refs:dev_read_size (Results 1 – 16 of 16) sorted by relevance

/u-boot/drivers/misc/
A Dk3_esm.c47 num_pins = dev_read_size(dev, "ti,esm-pins"); in k3_esm_probe()
/u-boot/drivers/mux/
A Dmmio.c56 num_fields = dev_read_size(dev, "mux-reg-masks"); in mmio_mux_probe()
/u-boot/drivers/power/regulator/
A Dgpio-regulator.c56 ret = dev_read_size(dev, "states"); in gpio_regulator_of_to_plat()
/u-boot/drivers/clk/ti/
A Dclk-ctrl.c105 size = dev_read_size(dev, "reg"); in clk_ti_ctrl_of_to_plat()
/u-boot/drivers/i2c/
A Ddesignware_i2c_pci.c162 size = dev_read_size(dev, "i2c,speeds"); in dw_i2c_acpi_fill_ssdt()
/u-boot/drivers/pinctrl/nxp/
A Dpinctrl-mxs.c72 size = dev_read_size(conf, "fsl,pinmux-ids"); in mxs_pinctrl_set_state()
/u-boot/arch/x86/cpu/apollolake/
A Dpmc.c132 size = dev_read_size(dev, "gpe0-dw"); in apl_pmc_ofdata_to_uc_plat()
/u-boot/arch/x86/cpu/intel_common/
A Ditss.c190 size = dev_read_size(dev, "intel,pmc-routes"); in itss_of_to_plat()
/u-boot/include/dm/
A Dread.h170 int dev_read_size(const struct udevice *dev, const char *propname);
797 static inline int dev_read_size(const struct udevice *dev, const char *propname) in dev_read_size() function
/u-boot/drivers/adc/
A Dstm32-adc.c174 ret = dev_read_size(dev, "st,adc-channels"); in stm32_adc_chan_of_init()
/u-boot/drivers/pinctrl/
A Dpinctrl-generic.c325 *count = dev_read_size(config, "pinmux"); in pinctrl_generic_get_subnode_type()
/u-boot/drivers/gpio/
A Dtegra_gpio.c338 len = dev_read_size(parent, "interrupts"); in gpio_tegra_bind()
/u-boot/drivers/core/
A Dread.c100 int dev_read_size(const struct udevice *dev, const char *propname) in dev_read_size() function
/u-boot/drivers/clk/
A Dclk-uclass.c291 size = dev_read_size(dev, "assigned-clock-rates"); in clk_set_default_rates()
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg.c998 dev_read_size(dev, "g-tx-fifo-size") / sizeof(u32); in dwc2_udc_otg_of_to_plat()
/u-boot/drivers/firmware/
A Dti_sci.c3081 sets = dev_read_size(dev, of_prop); in devm_ti_sci_get_of_resource()

Completed in 44 milliseconds