Home
last modified time | relevance | path

Searched refs:device_property_read_u8 (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/phy/ti/
Dphy-tusb1210.c125 device_property_read_u8(&ulpi->dev, "ihstx", &val); in tusb1210_probe()
129 device_property_read_u8(&ulpi->dev, "zhsdrv", &val); in tusb1210_probe()
133 device_property_read_u8(&ulpi->dev, "datapolarity", &val); in tusb1210_probe()
/Linux-v4.19/drivers/input/touchscreen/
Dad7879.c513 device_property_read_u8(dev, "adi,first-conversion-delay", in ad7879_parse_dt()
515 device_property_read_u8(dev, "adi,acquisition-time", in ad7879_parse_dt()
517 device_property_read_u8(dev, "adi,median-filter-size", &ts->median); in ad7879_parse_dt()
518 device_property_read_u8(dev, "adi,averaging", &ts->averaging); in ad7879_parse_dt()
519 device_property_read_u8(dev, "adi,conversion-interval", in ad7879_parse_dt()
/Linux-v4.19/drivers/char/ipmi/
Dipmi_si_platform.c141 rv = device_property_read_u8(&pdev->dev, "addr-source", &addr_source); in platform_ipmi_probe()
155 rv = device_property_read_u8(&pdev->dev, "ipmi-type", &type); in platform_ipmi_probe()
178 rv = device_property_read_u8(&pdev->dev, "slave-addr", &slave_addr); in platform_ipmi_probe()
Dipmi_ssif.c1797 rv = device_property_read_u8(&pdev->dev, "slave-addr", &slave_addr); in dmi_ipmi_probe()
/Linux-v4.19/drivers/nfc/fdp/
Di2c.c240 r = device_property_read_u8(dev, FDP_DP_CLOCK_TYPE_NAME, clock_type); in fdp_nci_i2c_read_device_properties()
253 r = device_property_read_u8(dev, FDP_DP_FW_VSC_CFG_NAME, in fdp_nci_i2c_read_device_properties()
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1241 device_property_read_u8(dev, "snps,lpm-nyet-threshold", in dwc3_get_properties()
1245 device_property_read_u8(dev, "snps,hird-threshold", in dwc3_get_properties()
1249 device_property_read_u8(dev, "snps,rx-thr-num-pkt-prd", in dwc3_get_properties()
1251 device_property_read_u8(dev, "snps,rx-max-burst-prd", in dwc3_get_properties()
1253 device_property_read_u8(dev, "snps,tx-thr-num-pkt-prd", in dwc3_get_properties()
1255 device_property_read_u8(dev, "snps,tx-max-burst-prd", in dwc3_get_properties()
1291 device_property_read_u8(dev, "snps,tx_de_emphasis", in dwc3_get_properties()
/Linux-v4.19/include/linux/
Dproperty.h122 static inline int device_property_read_u8(struct device *dev, in device_property_read_u8() function
/Linux-v4.19/drivers/iio/light/
Dus5182d.c781 if (device_property_read_u8(&data->client->dev, in us5182d_get_platform_data()
785 if (device_property_read_u8(&data->client->dev, in us5182d_get_platform_data()