/linux/drivers/mmc/core/ |
H A D | host.c | 319 if (device_property_read_bool(dev, "non-removable")) { in mmc_of_parse() 322 if (device_property_read_bool(dev, "cd-inverted")) in mmc_of_parse() 329 if (device_property_read_bool(dev, "broken-cd")) in mmc_of_parse() 342 if (device_property_read_bool(dev, "wp-inverted")) in mmc_of_parse() 351 if (device_property_read_bool(dev, "disable-wp")) in mmc_of_parse() 354 if (device_property_read_bool(dev, "cap-sd-highspeed")) in mmc_of_parse() 356 if (device_property_read_bool(dev, "cap-mmc-highspeed")) in mmc_of_parse() 358 if (device_property_read_bool(dev, "sd-uhs-sdr12")) in mmc_of_parse() 360 if (device_property_read_bool(dev, "sd-uhs-sdr25")) in mmc_of_parse() 362 if (device_property_read_bool(dev, "sd-uhs-sdr50")) in mmc_of_parse() [all …]
|
/linux/drivers/iio/frequency/ |
H A D | adrf6780.c | 431 st->vga_buff_en = device_property_read_bool(&spi->dev, "adi,vga-buff-en"); in adrf6780_properties_parse() 432 st->lo_buff_en = device_property_read_bool(&spi->dev, "adi,lo-buff-en"); in adrf6780_properties_parse() 433 st->if_mode_en = device_property_read_bool(&spi->dev, "adi,if-mode-en"); in adrf6780_properties_parse() 434 st->iq_mode_en = device_property_read_bool(&spi->dev, "adi,iq-mode-en"); in adrf6780_properties_parse() 435 st->lo_x2_en = device_property_read_bool(&spi->dev, "adi,lo-x2-en"); in adrf6780_properties_parse() 436 st->lo_ppf_en = device_property_read_bool(&spi->dev, "adi,lo-ppf-en"); in adrf6780_properties_parse() 437 st->lo_en = device_property_read_bool(&spi->dev, "adi,lo-en"); in adrf6780_properties_parse() 438 st->uc_bias_en = device_property_read_bool(&spi->dev, "adi,uc-bias-en"); in adrf6780_properties_parse() 439 st->lo_sideband = device_property_read_bool(&spi->dev, "adi,lo-sideband"); in adrf6780_properties_parse() 440 st->vdet_out_en = device_property_read_bool(&spi->dev, "adi,vdet-out-en"); in adrf6780_properties_parse()
|
H A D | adf4350.c | 520 pdata->ref_doubler_en = device_property_read_bool(dev, "adi,reference-doubler-enable"); in adf4350_parse_dt() 521 pdata->ref_div2_en = device_property_read_bool(dev, "adi,reference-div2-enable"); in adf4350_parse_dt() 525 if (device_property_read_bool(dev, "adi,phase-detector-polarity-positive-enable")) in adf4350_parse_dt() 527 if (device_property_read_bool(dev, "adi,lock-detect-precision-6ns-enable")) in adf4350_parse_dt() 529 if (device_property_read_bool(dev, "adi,lock-detect-function-integer-n-enable")) in adf4350_parse_dt() 540 if (device_property_read_bool(dev, "adi,low-spur-mode-enable")) in adf4350_parse_dt() 546 if (device_property_read_bool(dev, "adi,cycle-slip-reduction-enable")) in adf4350_parse_dt() 548 if (device_property_read_bool(dev, "adi,charge-cancellation-enable")) in adf4350_parse_dt() 550 if (device_property_read_bool(dev, "adi,anti-backlash-3ns-enable")) in adf4350_parse_dt() 552 if (device_property_read_bool(dev, "adi,band-select-clock-mode-high-enable")) in adf4350_parse_dt() [all …]
|
/linux/drivers/usb/dwc3/ |
H A D | core.c | 94 !device_property_read_bool(dwc->dev, "usb-role-switch")) && in dwc3_get_dr_mode() 1733 dwc->sysdev_is_parent = device_property_read_bool(dev, in dwc3_get_properties() 1742 dwc->has_lpm_erratum = device_property_read_bool(dev, in dwc3_get_properties() 1746 dwc->is_utmi_l1_suspend = device_property_read_bool(dev, in dwc3_get_properties() 1750 dwc->dis_start_transfer_quirk = device_property_read_bool(dev, in dwc3_get_properties() 1752 dwc->usb3_lpm_capable = device_property_read_bool(dev, in dwc3_get_properties() 1754 dwc->usb2_lpm_disable = device_property_read_bool(dev, in dwc3_get_properties() 1756 dwc->usb2_gadget_lpm_disable = device_property_read_bool(dev, in dwc3_get_properties() 1780 dwc->do_fifo_resize = device_property_read_bool(dev, in dwc3_get_properties() 1786 dwc->disable_scramble_quirk = device_property_read_bool(dev, in dwc3_get_properties() [all …]
|
H A D | dwc3-imx8mp.c | 74 if (device_property_read_bool(dev, "fsl,permanently-attached")) in imx8mp_configure_glue() 79 if (device_property_read_bool(dev, "fsl,disable-port-power-control")) in imx8mp_configure_glue() 87 if (device_property_read_bool(dev, "fsl,over-current-active-low")) in imx8mp_configure_glue() 92 if (device_property_read_bool(dev, "fsl,power-active-low")) in imx8mp_configure_glue()
|
/linux/drivers/video/backlight/ |
H A D | mt6370-backlight.c | 140 if (device_property_read_bool(dev, "mediatek,bled-pwm-enable")) in mt6370_init_backlight_properties() 143 if (device_property_read_bool(dev, "mediatek,bled-pwm-hys-enable")) in mt6370_init_backlight_properties() 165 if (device_property_read_bool(dev, "mediatek,bled-ovp-shutdown")) in mt6370_init_backlight_properties() 178 if (device_property_read_bool(dev, "mediatek,bled-ocp-shutdown")) in mt6370_init_backlight_properties() 210 if (device_property_read_bool(dev, "mediatek,bled-exponential-mode-enable")) { in mt6370_init_backlight_properties()
|
/linux/drivers/usb/host/ |
H A D | xhci-plat.c | 247 if (device_property_read_bool(tmpdev, "usb2-lpm-disable")) in xhci_plat_probe() 250 if (device_property_read_bool(tmpdev, "usb3-lpm-capable")) in xhci_plat_probe() 253 if (device_property_read_bool(tmpdev, "quirk-broken-port-ped")) in xhci_plat_probe() 256 if (device_property_read_bool(tmpdev, "xhci-sg-trb-cache-size-quirk")) in xhci_plat_probe() 259 if (device_property_read_bool(tmpdev, "write-64-hi-lo-quirk")) in xhci_plat_probe() 262 if (device_property_read_bool(tmpdev, "xhci-missing-cas-quirk")) in xhci_plat_probe() 265 if (device_property_read_bool(tmpdev, "xhci-skip-phy-init-quirk")) in xhci_plat_probe()
|
/linux/drivers/input/misc/ |
H A D | rotary_encoder.c | 206 steps_per_period = device_property_read_bool(dev, in rotary_encoder_probe() 211 device_property_read_bool(dev, "rotary-encoder,rollover"); in rotary_encoder_probe() 229 device_property_read_bool(dev, "rotary-encoder,relative-axis"); in rotary_encoder_probe() 301 device_property_read_bool(dev, "wakeup-source")); in rotary_encoder_probe()
|
/linux/drivers/input/ |
H A D | touchscreen.c | 126 device_property_read_bool(dev, "touchscreen-inverted-x"); in touchscreen_parse_properties() 134 device_property_read_bool(dev, "touchscreen-inverted-y"); in touchscreen_parse_properties() 142 device_property_read_bool(dev, "touchscreen-swapped-x-y"); in touchscreen_parse_properties()
|
/linux/drivers/mmc/host/ |
H A D | of_mmc_spi.c | 74 if (device_property_read_bool(dev, "cap-sd-highspeed")) in mmc_spi_get_pdata() 76 if (device_property_read_bool(dev, "cap-mmc-highspeed")) in mmc_spi_get_pdata()
|
H A D | sdhci-pltfm.c | 102 if (device_property_read_bool(dev, "wakeup-source") || in sdhci_get_property() 103 device_property_read_bool(dev, "enable-sdio-wakeup")) /* legacy */ in sdhci_get_property()
|
/linux/sound/soc/codecs/ |
H A D | cs42l43-jack.c | 131 priv->bias_low = device_property_read_bool(cs42l43->dev, "cirrus,bias-low"); in cs42l43_set_jack() 150 if (!device_property_read_bool(cs42l43->dev, "cirrus,button-automute")) in cs42l43_set_jack() 161 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-invert")) in cs42l43_set_jack() 164 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-disable-pullup")) in cs42l43_set_jack() 185 if (device_property_read_bool(cs42l43->dev, "cirrus,use-ring-sense")) { in cs42l43_set_jack() 191 if (!device_property_read_bool(cs42l43->dev, "cirrus,ring-invert")) in cs42l43_set_jack() 194 if (!device_property_read_bool(cs42l43->dev, in cs42l43_set_jack()
|
/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-ltc4306.c | 223 idle_disc = device_property_read_bool(&client->dev, in ltc4306_probe() 265 if (device_property_read_bool(&client->dev, in ltc4306_probe() 269 if (device_property_read_bool(&client->dev, in ltc4306_probe()
|
H A D | i2c-mux-pca954x.c | 499 if (device_property_read_bool(&client->dev, "maxim,isolate-stuck-channel")) in pca954x_init() 501 if (device_property_read_bool(&client->dev, in pca954x_init() 504 if (device_property_read_bool(&client->dev, in pca954x_init() 623 if (device_property_read_bool(dev, "i2c-mux-idle-disconnect")) in pca954x_probe()
|
/linux/drivers/video/fbdev/ |
H A D | ssd1307fb.c | 651 par->seg_remap = !device_property_read_bool(dev, "solomon,segment-no-remap"); in ssd1307fb_probe() 652 par->com_seq = device_property_read_bool(dev, "solomon,com-seq"); in ssd1307fb_probe() 653 par->com_lrremap = device_property_read_bool(dev, "solomon,com-lrremap"); in ssd1307fb_probe() 654 par->com_invdir = device_property_read_bool(dev, "solomon,com-invdir"); in ssd1307fb_probe() 656 device_property_read_bool(dev, "solomon,area-color-enable"); in ssd1307fb_probe() 657 par->low_power = device_property_read_bool(dev, "solomon,low-power"); in ssd1307fb_probe()
|
/linux/drivers/net/ethernet/freescale/ |
H A D | xgmac_mdio.c | 363 if (!device_property_read_bool(dev, "suppress-preamble")) in xgmac_mdio_set_suppress_preamble() 411 priv->is_little_endian = device_property_read_bool(&pdev->dev, in xgmac_mdio_probe() 414 priv->has_a009885 = device_property_read_bool(&pdev->dev, in xgmac_mdio_probe() 416 priv->has_a011043 = device_property_read_bool(&pdev->dev, in xgmac_mdio_probe()
|
/linux/drivers/input/touchscreen/ |
H A D | bu21013_ts.c | 433 ts->x_flip = device_property_read_bool(dev, "rohm,flip-x"); in bu21013_probe() 434 ts->y_flip = device_property_read_bool(dev, "rohm,flip-y"); in bu21013_probe() 458 device_property_read_bool(dev, "rohm,flip-x")) { in bu21013_probe() 465 device_property_read_bool(dev, "rohm,flip-y")) { in bu21013_probe()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_dw.c | 588 if (device_property_read_bool(dev, "dcd-override")) { in dw8250_probe() 594 if (device_property_read_bool(dev, "dsr-override")) { in dw8250_probe() 600 if (device_property_read_bool(dev, "cts-override")) { in dw8250_probe() 606 if (device_property_read_bool(dev, "ri-override")) { in dw8250_probe() 644 data->uart_16550_compatible = device_property_read_bool(dev, "snps,uart-16550-compatible"); in dw8250_probe()
|
/linux/drivers/leds/ |
H A D | leds-pca963x.c | 318 hw_blink = device_property_read_bool(dev, "nxp,hw-blink"); in pca963x_register_leds() 325 if (device_property_read_bool(dev, "nxp,totem-pole")) in pca963x_register_leds() 331 if (device_property_read_bool(dev, "nxp,inverted-out")) in pca963x_register_leds()
|
/linux/drivers/nfc/st-nci/ |
H A D | spi.c | 243 device_property_read_bool(&dev->dev, "ese-present"); in st_nci_spi_probe() 245 device_property_read_bool(&dev->dev, "uicc-present"); in st_nci_spi_probe()
|
H A D | i2c.c | 229 device_property_read_bool(dev, "ese-present"); in st_nci_i2c_probe() 231 device_property_read_bool(dev, "uicc-present"); in st_nci_i2c_probe()
|
/linux/drivers/iio/cdc/ |
H A D | ad7746.c | 748 if (device_property_read_bool(dev, "adi,exca-output-en")) { in ad7746_probe() 749 if (device_property_read_bool(dev, "adi,exca-output-invert")) in ad7746_probe() 755 if (device_property_read_bool(dev, "adi,excb-output-en")) { in ad7746_probe() 756 if (device_property_read_bool(dev, "adi,excb-output-invert")) in ad7746_probe()
|
/linux/drivers/iio/adc/ |
H A D | ad7192.c | 515 if (device_property_read_bool(dev, "adi,int-clock-output-enable")) { in ad7192_clock_setup() 522 if (device_property_read_bool(dev, "adi,clock-xtal")) { in ad7192_clock_setup() 598 rej60_en = device_property_read_bool(dev, "adi,rejection-60-Hz-enable"); in ad7192_setup() 602 refin2_en = device_property_read_bool(dev, "adi,refin2-pins-enable"); in ad7192_setup() 608 buf_en = device_property_read_bool(dev, "adi,buffer-enable"); in ad7192_setup() 612 bipolar = device_property_read_bool(dev, "bipolar"); in ad7192_setup() 616 burnout_curr_en = device_property_read_bool(dev, in ad7192_setup()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-mcp23s08.c | 662 device_property_read_bool(dev, "interrupt-controller"); in mcp23s08_probe_one() 665 device_property_read_bool(dev, in mcp23s08_probe_one() 668 mirror = device_property_read_bool(dev, "microchip,irq-mirror"); in mcp23s08_probe_one() 669 open_drain = device_property_read_bool(dev, "drive-open-drain"); in mcp23s08_probe_one()
|
/linux/drivers/iio/common/st_sensors/ |
H A D | st_sensors_spi.c | 43 if (device_property_read_bool(dev, "spi-3wire")) in st_sensors_is_spi_3_wire()
|