| /linux/drivers/soundwire/ |
| H A D | mipi_disco.c | 97 ret = fwnode_property_read_u32_array(link, in sdw_master_read_prop() 132 ret = fwnode_property_read_u32_array(link, in sdw_master_read_prop() 184 ret = fwnode_property_read_u32_array(port, in sdw_slave_read_dp0() 209 ret = fwnode_property_read_u32_array(port, in sdw_slave_read_dp0() 263 ret = fwnode_property_read_u32_array(node, in sdw_slave_read_dpn() 306 ret = fwnode_property_read_u32_array(node, in sdw_slave_read_dpn() 325 ret = fwnode_property_read_u32_array(node, in sdw_slave_read_dpn() 354 ret = fwnode_property_read_u32_array(node, in sdw_slave_read_dpn()
|
| /linux/drivers/base/test/ |
| H A D | property-entry-test.c | 77 error = fwnode_property_read_u32_array(node, "prop-u32", array_u32, 1); in pe_test_uints() 81 error = fwnode_property_read_u32_array(node, "prop-u32", array_u32, 2); in pe_test_uints() 87 error = fwnode_property_read_u32_array(node, "no-prop-u32", array_u32, 1); in pe_test_uints() 198 error = fwnode_property_read_u32_array(node, "prop-u32", array_u32, 1); in pe_test_uint_arrays() 202 error = fwnode_property_read_u32_array(node, "prop-u32", array_u32, 2); in pe_test_uint_arrays() 207 error = fwnode_property_read_u32_array(node, "prop-u32", array_u32, 17); in pe_test_uint_arrays() 213 error = fwnode_property_read_u32_array(node, "no-prop-u32", array_u32, 1); in pe_test_uint_arrays()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-cti-platform.c | 254 err = fwnode_property_read_u32_array(fwnode, grp_name, in cti_plat_read_trig_group() 290 err = fwnode_property_read_u32_array(fwnode, type_name, in cti_plat_read_trig_types()
|
| /linux/drivers/power/supply/ |
| H A D | power_supply_core.c | 711 if (!fwnode_property_read_u32_array(fwnode, "ambient-celsius", in power_supply_get_battery_info() 716 if (!fwnode_property_read_u32_array(fwnode, "alert-celsius", in power_supply_get_battery_info() 721 if (!fwnode_property_read_u32_array(fwnode, "operating-range-celsius", in power_supply_get_battery_info() 736 fwnode_property_read_u32_array(fwnode, "ocv-capacity-celsius", in power_supply_get_battery_info() 765 err = fwnode_property_read_u32_array(fwnode, propname, propdata, proplen); in power_supply_get_battery_info() 806 err = fwnode_property_read_u32_array(fwnode, "resistance-temp-table", in power_supply_get_battery_info()
|
| /linux/include/linux/ |
| H A D | property.h | 67 int fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, 314 return fwnode_property_read_u32_array(fwnode, propname, val, 1); in fwnode_property_read_u32() 338 return fwnode_property_read_u32_array(fwnode, propname, NULL, 0); in fwnode_property_count_u32()
|
| /linux/drivers/base/ |
| H A D | property.c | 199 return fwnode_property_read_u32_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u32_array() 401 int fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u32_array() function 407 EXPORT_SYMBOL_GPL(fwnode_property_read_u32_array);
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_functions.c | 1247 fwnode_property_read_u32_array(entity_node, in find_sdca_entity_pde() 1381 ret = fwnode_property_read_u32_array(entity_node, in find_sdca_entity_hide() 1397 ret = fwnode_property_read_u32_array(entity_node, in find_sdca_entity_hide() 1416 fwnode_property_read_u32_array(entity_node, in find_sdca_entity_hide() 1559 fwnode_property_read_u32_array(function_node, "mipi-sdca-entity-id-list", in find_sdca_entities() 1715 fwnode_property_read_u32_array(entity_node, in find_sdca_entity_connection_pde() 2033 fwnode_property_read_u32_array(function_node, "mipi-sdca-cluster-id-list", in find_sdca_clusters() 2093 fwnode_property_read_u32_array(function_node, "mipi-sdca-file-set-id-list", in find_sdca_filesets() 2131 fwnode_property_read_u32_array(function_node, fileset_name, in find_sdca_filesets()
|
| /linux/drivers/leds/ |
| H A D | leds-lm36274.c | 94 ret = fwnode_property_read_u32_array(child, "led-sources", in lm36274_parse_dt()
|
| H A D | leds-ns2.c | 205 fwnode_property_read_u32_array(node, "modes-map", (void *)modval, in ns2_led_register()
|
| H A D | leds-lm3697.c | 258 ret = fwnode_property_read_u32_array(child, "led-sources", in lm3697_probe_dt()
|
| H A D | leds-lm3532.c | 644 ret = fwnode_property_read_u32_array(child, "led-sources", in lm3532_parse_node()
|
| /linux/drivers/iio/dac/ |
| H A D | ad3552r-common.c | 275 ret = fwnode_property_read_u32_array(child, in ad3552r_get_output_range()
|
| H A D | ltc2664.c | 579 ret = fwnode_property_read_u32_array(child, "output-range-microvolt", in ltc2664_channel_config() 589 ret = fwnode_property_read_u32_array(child, "output-range-microamp", in ltc2664_channel_config()
|
| H A D | ad5770r.c | 529 ret = fwnode_property_read_u32_array(child, in ad5770r_channel_config()
|
| H A D | ad5755.c | 765 if (!fwnode_property_read_u32_array(pp, "adi,slew", tmparray, 3)) { in ad5755_parse_fw()
|
| /linux/drivers/input/joystick/ |
| H A D | adc-joystick.c | 170 error = fwnode_property_read_u32_array(child, "abs-range", in adc_joystick_set_axes()
|
| /linux/drivers/usb/typec/mux/ |
| H A D | fsa4480.c | 213 ret = fwnode_property_read_u32_array(ep, "data-lanes", data_lanes, DATA_LANES_COUNT); in fsa4480_parse_data_lanes_mapping()
|
| /linux/drivers/irqchip/ |
| H A D | irq-sni-exiu.c | 206 if (fwnode_property_read_u32_array(fwnode, "socionext,spi-base", in exiu_init()
|
| /linux/drivers/input/misc/ |
| H A D | iqs7222.c | 2019 error = fwnode_property_read_u32_array(child_node, in iqs7222_gpio_select() 2221 error = fwnode_property_read_u32_array(cycle_node, "azoteq,tx-enable", in iqs7222_parse_cycle() 2356 error = fwnode_property_read_u32_array(chan_node, in iqs7222_parse_chan() 2476 error = fwnode_property_read_u32_array(sldr_node, in iqs7222_parse_sldr() 2701 error = fwnode_property_read_u32_array(tpad_node, in iqs7222_parse_tpad()
|
| H A D | iqs626a.c | 684 error = fwnode_property_read_u32_array(ch_node, propname, val, count); in iqs626_parse_pins() 819 error = fwnode_property_read_u32_array(ch_node, "linux,keycodes", in iqs626_parse_trackpad()
|
| /linux/drivers/pinctrl/ |
| H A D | pinconf-generic.c | 347 ret = fwnode_property_read_u32_array(fwnode, "pinmux", pmux_t, npins_t); in pinconf_generic_parse_dt_pinmux()
|
| /linux/drivers/video/backlight/ |
| H A D | lm3630a_bl.c | 389 ret = fwnode_property_read_u32_array(node, "led-sources", sources, in lm3630a_parse_led_sources()
|
| /linux/drivers/leds/flash/ |
| H A D | leds-mt6370-flash.c | 451 ret = fwnode_property_read_u32_array(fwnode, "led-sources", sources, num); in mt6370_init_flash_properties()
|
| /linux/drivers/usb/typec/ |
| H A D | anx7411.c | 1206 ret = fwnode_property_read_u32_array(fwnode, "source-pdos", in anx7411_typec_port_probe() 1220 ret = fwnode_property_read_u32_array(fwnode, "sink-pdos", in anx7411_typec_port_probe()
|
| /linux/drivers/iio/adc/ |
| H A D | ti-ads1119.c | 633 ret = fwnode_property_read_u32_array(child, in ads1119_alloc_and_config_channels()
|