Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A 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()
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A 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()
H A Dipmi_ssif.c2079 rv = device_property_read_u8(&pdev->dev, "slave-addr", &slave_addr); in dmi_ipmi_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A 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()
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Di2c.c226 r = device_property_read_u8(dev, FDP_DP_CLOCK_TYPE_NAME, clock_type); in fdp_nci_i2c_read_device_properties()
239 r = device_property_read_u8(dev, FDP_DP_FW_VSC_CFG_NAME, in fdp_nci_i2c_read_device_properties()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c1357 device_property_read_u8(dev, "snps,lpm-nyet-threshold", in dwc3_get_properties()
1361 device_property_read_u8(dev, "snps,hird-threshold", in dwc3_get_properties()
1371 device_property_read_u8(dev, "snps,rx-thr-num-pkt-prd", in dwc3_get_properties()
1373 device_property_read_u8(dev, "snps,rx-max-burst-prd", in dwc3_get_properties()
1375 device_property_read_u8(dev, "snps,tx-thr-num-pkt-prd", in dwc3_get_properties()
1377 device_property_read_u8(dev, "snps,tx-max-burst-prd", in dwc3_get_properties()
1382 device_property_read_u8(dev, "tx-fifo-max-num", in dwc3_get_properties()
1424 device_property_read_u8(dev, "snps,tx_de_emphasis", in dwc3_get_properties()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dgp2ap002.c485 ret = device_property_read_u8(dev, "sharp,proximity-far-hysteresis", in gp2ap002_probe()
494 ret = device_property_read_u8(dev, "sharp,proximity-close-hysteresis", in gp2ap002_probe()
H A 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()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-hisi-error.c267 if (device_property_read_u8(dev, "socket", &socket)) in hisi_pcie_notify_error()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h132 static inline int device_property_read_u8(struct device *dev, in device_property_read_u8() function
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dnhi.c902 if (device_property_read_u8(&pdev->dev, "WAKE_SUPPORTED", &val)) in nhi_wake_supported()
1094 if (!device_property_read_u8(&pdev->dev, "IMR_VALID", &val)) in nhi_imr_valid()
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lm3532.c530 ret = device_property_read_u8(&priv->client->dev, "ti,als-input-mode", in lm3532_parse_als()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-acpi.c1232 if (device_property_read_u8(&dev->dev, "ExternalFacingPort", &val)) in pci_acpi_set_external_facing()