Home
last modified time | relevance | path

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

/u-boot/drivers/misc/
A Dk3_esm.c87 num_pins = dev_read_size(dev, "ti,esm-pins"); in k3_esm_probe()
/u-boot/drivers/iommu/
A Diommu-uclass.c27 len = dev_read_size(parent, "iommu-map"); in dev_pci_iommu_enable()
/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.c55 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/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.c191 size = dev_read_size(dev, "intel,pmc-routes"); in itss_of_to_plat()
/u-boot/include/dm/
A Dread.h211 int dev_read_size(const struct udevice *dev, const char *propname);
936 static inline int dev_read_size(const struct udevice *dev, const char *propname) in dev_read_size() function
/u-boot/drivers/pinctrl/renesas/
A Dpinctrl-rzn1.c319 ret = dev_read_size(config, "pinmux"); in rzn1_pinctrl_set_state()
/u-boot/drivers/adc/
A Dstm32-adc.c256 ret = dev_read_size(dev, "st,adc-channels"); in stm32_adc_get_legacy_chan_count()
/u-boot/drivers/gpio/
A Dtegra_gpio.c338 len = dev_read_size(parent, "interrupts"); in gpio_tegra_bind()
/u-boot/drivers/pinctrl/
A Dpinctrl-generic.c369 *count = dev_read_size(config, propname); in pinctrl_generic_get_subnode_type()
/u-boot/drivers/core/
A Dread.c121 int dev_read_size(const struct udevice *dev, const char *propname) in dev_read_size() function
/u-boot/drivers/clk/
A Dclk-uclass.c299 size = dev_read_size(dev, "assigned-clock-rates"); in clk_set_default_rates()
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg.c1008 ret = dev_read_size(dev, "g-tx-fifo-size"); in dwc2_udc_otg_of_to_plat()
/u-boot/drivers/firmware/
A Dti_sci.c2953 sets = dev_read_size(dev, of_prop); in devm_ti_sci_get_of_resource()

Completed in 57 milliseconds