Home
last modified time | relevance | path

Searched refs:of_property_count_elems_of_size (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/include/linux/
Dof.h315 extern int of_property_count_elems_of_size(const struct device_node *np,
705 static inline int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size() function
1028 return of_property_count_elems_of_size(np, propname, sizeof(u8)); in of_property_count_u8_elems()
1045 return of_property_count_elems_of_size(np, propname, sizeof(u16)); in of_property_count_u16_elems()
1062 return of_property_count_elems_of_size(np, propname, sizeof(u32)); in of_property_count_u32_elems()
1079 return of_property_count_elems_of_size(np, propname, sizeof(u64)); in of_property_count_u64_elems()
/linux-4.19.296/drivers/of/
Dproperty.c43 int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size() function
61 EXPORT_SYMBOL_GPL(of_property_count_elems_of_size);
846 return of_property_count_elems_of_size(node, propname, in of_fwnode_property_read_int_array()
/linux-4.19.296/drivers/irqchip/
Dqcom-pdc.c240 n = of_property_count_elems_of_size(np, "qcom,pdc-ranges", sizeof(u32)); in pdc_setup_pin_mapping()
Dirq-gic-v3-mbi.c268 n = of_property_count_elems_of_size(np, "mbi-ranges", sizeof(u32)); in mbi_init()
Dirq-gic-v3.c1189 n = of_property_count_elems_of_size(child_part, "affinity", in gic_populate_ppi_partitions()
/linux-4.19.296/drivers/regulator/
Dof_regulator.c139 len = of_property_count_elems_of_size(np, "regulator-allowed-modes", in of_get_regulation_constraints()
/linux-4.19.296/drivers/memory/
Datmel-ebi.c307 nentries = of_property_count_elems_of_size(np, "reg", in atmel_ebi_dev_setup()
/linux-4.19.296/drivers/clk/ti/
Ddpll.c251 ret = of_property_count_elems_of_size(node, "reg", 1); in _register_dpll_x2()
/linux-4.19.296/drivers/pwm/
Dpwm-stm32.c521 nb = of_property_count_elems_of_size(np, "st,breakinput", in stm32_pwm_apply_breakinputs()
/linux-4.19.296/drivers/iio/adc/
Dstm32-adc.c1601 ret = of_property_count_elems_of_size(node, "st,adc-diff-channels", in stm32_adc_chan_of_init()