Home
last modified time | relevance | path

Searched refs:fwnode_property_read_bool (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.15/drivers/iio/temperature/
H A Dltc2983.c667 if (fwnode_property_read_bool(child, "adi,single-ended")) in ltc2983_thermocouple_new()
784 if (fwnode_property_read_bool(child, "adi,rsense-share")) { in ltc2983_rtd_new()
786 if (fwnode_property_read_bool(child, "adi,current-rotate")) { in ltc2983_rtd_new()
911 if (fwnode_property_read_bool(child, "adi,single-ended")) { in ltc2983_thermistor_new()
913 } else if (fwnode_property_read_bool(child, "adi,rsense-share")) { in ltc2983_thermistor_new()
915 if (fwnode_property_read_bool(child, "adi,current-rotate")) in ltc2983_thermistor_new()
1027 if (fwnode_property_read_bool(child, "adi,single-ended")) in ltc2983_diode_new()
1030 if (fwnode_property_read_bool(child, "adi,three-conversion-cycles")) in ltc2983_diode_new()
1033 if (fwnode_property_read_bool(child, "adi,average-on")) in ltc2983_diode_new()
1124 if (fwnode_property_read_bool(child, "adi,single-ended")) in ltc2983_adc_new()
[all …]
/linux-6.15/drivers/input/keyboard/
H A Dgpio_keys_polled.c186 fwnode_property_read_bool(child, "wakeup-source") || in gpio_keys_polled_get_devtree_pdata()
188 fwnode_property_read_bool(child, "gpio-key,wakeup"); in gpio_keys_polled_get_devtree_pdata()
H A Dgpio_keys.c809 fwnode_property_read_bool(child, "wakeup-source") || in gpio_keys_get_devtree_pdata()
811 fwnode_property_read_bool(child, "gpio-key,wakeup"); in gpio_keys_get_devtree_pdata()
817 fwnode_property_read_bool(child, "linux,can-disable"); in gpio_keys_get_devtree_pdata()
/linux-6.15/drivers/base/
H A Dproperty.c84 return fwnode_property_read_bool(dev_fwnode(dev), propname); in device_property_read_bool()
95 bool fwnode_property_read_bool(const struct fwnode_handle *fwnode, in fwnode_property_read_bool() function
109 EXPORT_SYMBOL_GPL(fwnode_property_read_bool);
/linux-6.15/drivers/net/mdio/
H A Dfwnode_mdio.c91 if (fwnode_property_read_bool(child, "broken-turn-around")) in fwnode_mdiobus_phy_device_register()
/linux-6.15/drivers/hwmon/
H A Dmax31827.c520 prop = fwnode_property_read_bool(fwnode, "adi,comp-int"); in max31827_init_client()
523 prop = fwnode_property_read_bool(fwnode, "adi,timeout-enable"); in max31827_init_client()
H A Dltc2991.c332 ret = fwnode_property_read_bool(child, in ltc2991_init()
/linux-6.15/drivers/leds/
H A Dleds-pwm.c170 led.active_low = fwnode_property_read_bool(fwnode, in led_pwm_create_fwnode()
/linux-6.15/drivers/leds/rgb/
H A Dleds-pwm-multicolor.c89 pwmled->active_low = fwnode_property_read_bool(fwnode, "active-low"); in iterate_subleds()
/linux-6.15/drivers/iio/adc/
H A Dmax11410.c771 cfg->bipolar = fwnode_property_read_bool(child, "bipolar"); in max11410_parse_channels()
772 cfg->buffered_vrefp = fwnode_property_read_bool(child, "adi,buffered-vrefp"); in max11410_parse_channels()
773 cfg->buffered_vrefn = fwnode_property_read_bool(child, "adi,buffered-vrefn"); in max11410_parse_channels()
H A Dad7292.c285 diff_channels = fwnode_property_read_bool(child, in ad7292_probe()
H A Dad7124.c1103 cfg->bipolar = fwnode_property_read_bool(child, "bipolar"); in ad7124_parse_channel_config()
1112 fwnode_property_read_bool(child, "adi,buffered-positive"); in ad7124_parse_channel_config()
1114 fwnode_property_read_bool(child, "adi,buffered-negative"); in ad7124_parse_channel_config()
H A Dad4851.c995 st->bipolar_ch[reg] = fwnode_property_read_bool(child, "bipolar"); in ad4851_parse_channels_common()
1046 if (fwnode_property_read_bool(child, "bipolar")) { in ad4858_parse_channels()
H A Dad7173.c1616 is_current_chan = fwnode_property_read_bool(child, "adi,current-channel"); in ad7173_fw_parse_channel_config()
1662 chan_st_priv->cfg.bipolar = fwnode_property_read_bool(child, "bipolar"); in ad7173_fw_parse_channel_config()
H A Dad4695.c1559 !fwnode_property_read_bool(child, "adi,no-high-z"); in ad4695_parse_channel_cfg()
1560 chan_cfg->bipolar = fwnode_property_read_bool(child, "bipolar"); in ad4695_parse_channel_cfg()
/linux-6.15/drivers/base/test/
H A Dproperty-entry-test.c336 KUNIT_EXPECT_TRUE(test, fwnode_property_read_bool(node, "prop")); in pe_test_bool()
337 KUNIT_EXPECT_FALSE(test, fwnode_property_read_bool(node, "not-prop")); in pe_test_bool()
/linux-6.15/drivers/iio/dac/
H A Dad5755.c760 fwnode_property_read_bool(pp, "adi,ext-current-sense-resistor"); in ad5755_parse_fw()
763 fwnode_property_read_bool(pp, "adi,enable-voltage-overrange"); in ad5755_parse_fw()
H A Dltc2688.c767 if (fwnode_property_read_bool(child, "adi,toggle-mode")) { in ltc2688_channel_config()
827 if (fwnode_property_read_bool(child, "adi,overrange")) { in ltc2688_channel_config()
H A Dad5770r.c570 st->external_res = fwnode_property_read_bool(st->spi->dev.fwnode, in ad5770r_init()
H A Dltc2664.c561 if (fwnode_property_read_bool(child, "adi,toggle-mode")) { in ltc2664_channel_config()
/linux-6.15/drivers/dma/lgm/
H A Dlgm-dma.c923 if (fwnode_property_read_bool(fwnode, "intel,dma-byte-en")) in ldma_parse_dt()
926 if (fwnode_property_read_bool(fwnode, "intel,dma-dburst-wr")) in ldma_parse_dt()
929 if (fwnode_property_read_bool(fwnode, "intel,dma-drb")) in ldma_parse_dt()
/linux-6.15/drivers/video/backlight/
H A Dlm3630a_bl.c428 linear = fwnode_property_read_bool(node, in lm3630a_parse_bank()
/linux-6.15/include/linux/
H A Dproperty.h58 bool fwnode_property_read_bool(const struct fwnode_handle *fwnode,
/linux-6.15/drivers/iio/imu/bmi270/
H A Dbmi270_core.c782 open_drain = fwnode_property_read_bool(fwnode, "drive-open-drain"); in bmi270_trigger_probe()
/linux-6.15/drivers/leds/blink/
H A Dleds-lgm-sso.c673 desc->hw_trig = fwnode_property_read_bool(fwnode_child, in __sso_led_dt_parse()

12