Home
last modified time | relevance | path

Searched refs:device_property_read_u32_array (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v1.c709 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
724 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
739 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
754 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
769 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
784 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
/Linux-v4.19/drivers/input/
Dmatrix-keymap.c92 size = device_property_read_u32_array(dev, propname, NULL, 0); in matrix_keypad_parse_keymap()
109 retval = device_property_read_u32_array(dev, propname, keys, size); in matrix_keypad_parse_keymap()
/Linux-v4.19/drivers/input/keyboard/
Dmpr121_touchkey.c260 mpr121->keycount = device_property_read_u32_array(dev, "linux,keycodes", in mpr_touchkey_probe()
267 error = device_property_read_u32_array(dev, "linux,keycodes", in mpr_touchkey_probe()
/Linux-v4.19/include/linux/
Dproperty.h43 int device_property_read_u32_array(struct device *dev, const char *propname,
137 return device_property_read_u32_array(dev, propname, val, 1); in device_property_read_u32()
/Linux-v4.19/drivers/mux/
Dadg792a.c89 ret = device_property_read_u32_array(dev, "idle-state", in adg792a_probe()
/Linux-v4.19/drivers/iio/dac/
Dad5758.c727 ret = device_property_read_u32_array(&st->spi->dev, in ad5758_parse_dt()
738 ret = device_property_read_u32_array(&st->spi->dev, in ad5758_parse_dt()
/Linux-v4.19/drivers/usb/dwc2/
Dparams.c359 num = device_property_read_u32_array(hsotg->dev, in dwc2_get_device_properties()
367 device_property_read_u32_array(hsotg->dev, in dwc2_get_device_properties()
/Linux-v4.19/drivers/dma/
Dstm32-dmamux.c202 count = device_property_read_u32_array(&pdev->dev, "dma-masters", in stm32_dmamux_probe()
Dstm32-mdma.c1570 count = device_property_read_u32_array(&pdev->dev, "st,ahb-addr-masks", in stm32_mdma_probe()
1582 device_property_read_u32_array(&pdev->dev, "st,ahb-addr-masks", in stm32_mdma_probe()
/Linux-v4.19/drivers/base/
Dproperty.c403 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() function
408 EXPORT_SYMBOL_GPL(device_property_read_u32_array);
/Linux-v4.19/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c782 ret = device_property_read_u32_array(dev, "snps,block-size", carr, in parse_device_properties()
793 ret = device_property_read_u32_array(dev, "snps,priority", carr, in parse_device_properties()
/Linux-v4.19/drivers/input/touchscreen/
Dhideep.c817 ts->key_num = device_property_read_u32_array(dev, "linux,keycodes", in hideep_init_input()
829 error = device_property_read_u32_array(dev, "linux,keycodes", in hideep_init_input()
Datmel_mxt_ts.c2998 n_keys = device_property_read_u32_array(dev, keymap_property, in mxt_parse_device_properties()
3012 error = device_property_read_u32_array(dev, keymap_property, in mxt_parse_device_properties()
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c812 ntype = device_property_read_u32_array(dev, in dwc3_set_incr_burst_type()
824 ret = device_property_read_u32_array(dev, in dwc3_set_incr_burst_type()
/Linux-v4.19/drivers/extcon/
Dextcon-arizona.c1261 nconfs = device_property_read_u32_array(arizona->dev, prop, NULL, 0); in arizona_extcon_get_micd_configs()
1269 ret = device_property_read_u32_array(arizona->dev, prop, vals, nconfs); in arizona_extcon_get_micd_configs()
/Linux-v4.19/sound/soc/codecs/
Dnau8824.c1815 ret = device_property_read_u32_array(dev, "nuvoton,sar-threshold", in nau8824_read_device_properties()
Dnau8825.c2499 ret = device_property_read_u32_array(dev, "nuvoton,sar-threshold", in nau8825_read_device_properties()
Drt5663.c3465 device_property_read_u32_array(dev, in rt5663_parse_dp()
/Linux-v4.19/drivers/tty/serial/
Dserial_core.c3029 ret = device_property_read_u32_array(dev, "rs485-rts-delay", in uart_get_rs485_mode()
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c1205 if (!device_property_read_u32_array(dev, "hisilicon,signal-attenuation", in init_reg_v2_hw()