/Linux-v5.15/drivers/phy/ti/ |
D | phy-tusb1210.c | 125 if (!device_property_read_u8(&ulpi->dev, "ihstx", &val)) in tusb1210_probe() 129 if (!device_property_read_u8(&ulpi->dev, "zhsdrv", &val)) in tusb1210_probe() 133 if (!device_property_read_u8(&ulpi->dev, "datapolarity", &val)) in tusb1210_probe()
|
/Linux-v5.15/drivers/char/ipmi/ |
D | ipmi_si_platform.c | 140 rv = device_property_read_u8(&pdev->dev, "addr-source", &addr_source); in platform_ipmi_probe() 154 rv = device_property_read_u8(&pdev->dev, "ipmi-type", &type); in platform_ipmi_probe() 177 rv = device_property_read_u8(&pdev->dev, "reg-size", ®size); in platform_ipmi_probe() 182 rv = device_property_read_u8(&pdev->dev, "reg-shift", ®shift); in platform_ipmi_probe() 189 rv = device_property_read_u8(&pdev->dev, "slave-addr", &slave_addr); in platform_ipmi_probe()
|
D | ipmi_ssif.c | 2014 rv = device_property_read_u8(&pdev->dev, "slave-addr", &slave_addr); in dmi_ipmi_probe()
|
/Linux-v5.15/drivers/input/touchscreen/ |
D | ad7879.c | 503 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.15/drivers/video/backlight/ |
D | rt4831-backlight.c | 113 ret = device_property_read_u8(dev, "richtek,bled-ovp-sel", &propval); in rt4831_parse_backlight_properties() 123 ret = device_property_read_u8(dev, "richtek,channel-use", &propval); in rt4831_parse_backlight_properties()
|
/Linux-v5.15/drivers/nfc/fdp/ |
D | i2c.c | 226 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()
|
/Linux-v5.15/drivers/usb/dwc3/ |
D | core.c | 1319 device_property_read_u8(dev, "snps,lpm-nyet-threshold", in dwc3_get_properties() 1323 device_property_read_u8(dev, "snps,hird-threshold", in dwc3_get_properties() 1333 device_property_read_u8(dev, "snps,rx-thr-num-pkt-prd", in dwc3_get_properties() 1335 device_property_read_u8(dev, "snps,rx-max-burst-prd", in dwc3_get_properties() 1337 device_property_read_u8(dev, "snps,tx-thr-num-pkt-prd", in dwc3_get_properties() 1339 device_property_read_u8(dev, "snps,tx-max-burst-prd", in dwc3_get_properties() 1344 device_property_read_u8(dev, "tx-fifo-max-num", in dwc3_get_properties() 1386 device_property_read_u8(dev, "snps,tx_de_emphasis", in dwc3_get_properties()
|
/Linux-v5.15/drivers/iio/light/ |
D | gp2ap002.c | 484 ret = device_property_read_u8(dev, "sharp,proximity-far-hysteresis", in gp2ap002_probe() 493 ret = device_property_read_u8(dev, "sharp,proximity-close-hysteresis", in gp2ap002_probe()
|
D | us5182d.c | 771 if (device_property_read_u8(&data->client->dev, in us5182d_get_platform_data() 775 if (device_property_read_u8(&data->client->dev, in us5182d_get_platform_data()
|
/Linux-v5.15/drivers/regulator/ |
D | rt6245-regulator.c | 130 ret = device_property_read_u8(dev, rt6245_props[i].name, &propval); in rt6245_init_device_properties()
|
/Linux-v5.15/drivers/pci/controller/ |
D | pcie-hisi-error.c | 267 if (device_property_read_u8(dev, "socket", &socket)) in hisi_pcie_notify_error()
|
/Linux-v5.15/include/linux/ |
D | property.h | 132 static inline int device_property_read_u8(struct device *dev, in device_property_read_u8() function
|
/Linux-v5.15/drivers/thunderbolt/ |
D | nhi.c | 949 if (device_property_read_u8(&pdev->dev, "WAKE_SUPPORTED", &val)) in nhi_wake_supported() 1151 if (!device_property_read_u8(&pdev->dev, "IMR_VALID", &val)) in nhi_imr_valid()
|
/Linux-v5.15/drivers/leds/ |
D | leds-lm3532.c | 530 ret = device_property_read_u8(&priv->client->dev, "ti,als-input-mode", in lm3532_parse_als()
|
/Linux-v5.15/drivers/pci/ |
D | pci-acpi.c | 1348 if (device_property_read_u8(&dev->dev, "ExternalFacingPort", &val)) in pci_acpi_set_external_facing()
|