Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/ti/
Dphy-tusb1210.c122 device_property_read_u8(&ulpi->dev, "ihstx", &val); in tusb1210_probe()
126 device_property_read_u8(&ulpi->dev, "zhsdrv", &val); in tusb1210_probe()
130 device_property_read_u8(&ulpi->dev, "datapolarity", &val); in tusb1210_probe()
/Linux-v5.4/drivers/char/ipmi/
Dipmi_si_platform.c142 rv = device_property_read_u8(&pdev->dev, "addr-source", &addr_source); in platform_ipmi_probe()
156 rv = device_property_read_u8(&pdev->dev, "ipmi-type", &type); in platform_ipmi_probe()
179 rv = device_property_read_u8(&pdev->dev, "reg-size", &regsize); in platform_ipmi_probe()
184 rv = device_property_read_u8(&pdev->dev, "reg-shift", &regshift); in platform_ipmi_probe()
191 rv = device_property_read_u8(&pdev->dev, "slave-addr", &slave_addr); in platform_ipmi_probe()
Dipmi_ssif.c2072 rv = device_property_read_u8(&pdev->dev, "slave-addr", &slave_addr); in dmi_ipmi_probe()
/Linux-v5.4/drivers/input/touchscreen/
Dad7879.c503 device_property_read_u8(dev, "adi,first-conversion-delay", in ad7879_parse_dt()
505 device_property_read_u8(dev, "adi,acquisition-time", in ad7879_parse_dt()
507 device_property_read_u8(dev, "adi,median-filter-size", &ts->median); in ad7879_parse_dt()
508 device_property_read_u8(dev, "adi,averaging", &ts->averaging); in ad7879_parse_dt()
509 device_property_read_u8(dev, "adi,conversion-interval", in ad7879_parse_dt()
/Linux-v5.4/drivers/nfc/fdp/
Di2c.c232 r = device_property_read_u8(dev, FDP_DP_CLOCK_TYPE_NAME, clock_type); in fdp_nci_i2c_read_device_properties()
245 r = device_property_read_u8(dev, FDP_DP_FW_VSC_CFG_NAME, in fdp_nci_i2c_read_device_properties()
/Linux-v5.4/drivers/usb/dwc3/
Dcore.c1250 device_property_read_u8(dev, "snps,lpm-nyet-threshold", in dwc3_get_properties()
1254 device_property_read_u8(dev, "snps,hird-threshold", in dwc3_get_properties()
1262 device_property_read_u8(dev, "snps,rx-thr-num-pkt-prd", in dwc3_get_properties()
1264 device_property_read_u8(dev, "snps,rx-max-burst-prd", in dwc3_get_properties()
1266 device_property_read_u8(dev, "snps,tx-thr-num-pkt-prd", in dwc3_get_properties()
1268 device_property_read_u8(dev, "snps,tx-max-burst-prd", in dwc3_get_properties()
1308 device_property_read_u8(dev, "snps,tx_de_emphasis", in dwc3_get_properties()
/Linux-v5.4/drivers/iio/light/
Dus5182d.c773 if (device_property_read_u8(&data->client->dev, in us5182d_get_platform_data()
777 if (device_property_read_u8(&data->client->dev, in us5182d_get_platform_data()
/Linux-v5.4/include/linux/
Dproperty.h124 static inline int device_property_read_u8(struct device *dev, in device_property_read_u8() function
/Linux-v5.4/drivers/thunderbolt/
Dnhi.c896 if (device_property_read_u8(&pdev->dev, "WAKE_SUPPORTED", &val)) in nhi_wake_supported()
1088 if (!device_property_read_u8(&pdev->dev, "IMR_VALID", &val)) in nhi_imr_valid()
/Linux-v5.4/drivers/leds/
Dleds-lm3532.c531 ret = device_property_read_u8(&priv->client->dev, "ti,als-input-mode", in lm3532_parse_als()
/Linux-v5.4/drivers/pci/
Dpci-acpi.c1222 if (device_property_read_u8(&dev->dev, "ExternalFacingPort", &val)) in pci_acpi_set_untrusted()