| /linux/drivers/input/misc/ |
| H A D | iqs626a.c | 667 if (!fwnode_property_present(ch_node, propname)) in iqs626_parse_pins() 806 if (!fwnode_property_present(ch_node, "linux,keycodes")) in iqs626_parse_trackpad() 826 if (fwnode_property_present(ch_node, "azoteq,gesture-swipe")) in iqs626_parse_trackpad() 914 if (!fwnode_property_present(ch_node, "azoteq,ati-exclude")) in iqs626_parse_channel() 917 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs626_parse_channel() 921 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs626_parse_channel() 957 if (fwnode_property_present(ch_node, "azoteq,linearize")) in iqs626_parse_channel() 961 if (fwnode_property_present(ch_node, "azoteq,dual-direction")) in iqs626_parse_channel() 965 if (fwnode_property_present(ch_node, "azoteq,filt-disable")) in iqs626_parse_channel() 1049 if (fwnode_property_present(ch_node, "azoteq,ati-band-tighten")) in iqs626_parse_channel() [all …]
|
| H A D | iqs269a.c | 568 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan() 571 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan() 574 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan() 577 if (fwnode_property_present(ch_node, "azoteq,slider1-select") && in iqs269_parse_chan() 603 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan() 607 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan() 634 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan() 674 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
|
| H A D | iqs7222.c | 2004 if (!fwnode_property_present(child_node, "azoteq,gpio-select")) in iqs7222_gpio_select() 2098 if (!fwnode_property_present(reg_grp_node, name)) in iqs7222_parse_props() 2206 if (!fwnode_property_present(cycle_node, "azoteq,tx-enable")) in iqs7222_parse_cycle() 2256 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan() 2266 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan() 2320 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan() 2323 fwnode_property_present(chan_node, in iqs7222_parse_chan() 2332 if (fwnode_property_present(chan_node, "azoteq,rx-enable")) { in iqs7222_parse_chan() 2514 if (fwnode_property_present(sldr_node, "azoteq,use-prox")) in iqs7222_parse_sldr() 2731 if (fwnode_property_present(tpad_node, "azoteq,use-prox")) in iqs7222_parse_tpad() [all …]
|
| /linux/drivers/iio/temperature/ |
| H A D | ltc2983.c | 778 if (fwnode_property_present(child, "adi,sensor-oc-current-microamp")) { in ltc2983_thermocouple_new() 875 if (fwnode_property_present(child, "adi,number-of-wires")) { in ltc2983_rtd_new() 962 if (fwnode_property_present(child, "adi,excitation-current-microamp")) { in ltc2983_rtd_new() 1004 if (fwnode_property_present(child, "adi,rtd-curve")) { in ltc2983_rtd_new() 1079 if (fwnode_property_present(child, "adi,excitation-current-nanoamp")) { in ltc2983_thermistor_new() 1175 if (ct->is_sub_ohm && fwnode_property_present(child, "adi,custom-copper-trace")) in ltc2983_copper_trace_new() 1182 if (!fwnode_property_present(child, "adi,custom-copper-trace")) in ltc2983_copper_trace_new() 1191 if (fwnode_property_present(child, "adi,excitation-current-microamp")) { in ltc2983_copper_trace_new() 1273 if (!fwnode_property_present(child, "adi,custom-leak-detector")) in ltc2983_leak_detector_new() 1368 if (fwnode_property_present(child, "adi,excitation-current-microamp")) { in ltc2983_diode_new() [all …]
|
| /linux/drivers/usb/typec/ |
| H A D | port-mapper.c | 71 if (fwnode_property_present(adev_fwnode, "usb4-host-interface")) in typec_port_match()
|
| H A D | mux.c | 50 if (id && !fwnode_property_present(fwnode, id)) in typec_switch_match() 292 if (id && !fwnode_property_present(fwnode, id)) in typec_mux_match()
|
| H A D | retimer.c | 29 if (id && !fwnode_property_present(fwnode, id)) in typec_retimer_match()
|
| /linux/drivers/usb/roles/ |
| H A D | class.c | 131 if (id && !fwnode_property_present(fwnode, id)) in usb_role_switch_match() 150 if (!fwnode_property_present(parent, "usb-role-switch")) { in usb_role_switch_is_parent()
|
| /linux/drivers/base/ |
| H A D | property.c | 48 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present() 63 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() function 77 EXPORT_SYMBOL_GPL(fwnode_property_present);
|
| /linux/drivers/iio/dac/ |
| H A D | ad3552r-common.c | 272 if (!fwnode_property_present(child, "adi,output-range-microvolt")) in ad3552r_get_output_range()
|
| /linux/drivers/iio/frequency/ |
| H A D | admfm2000.c | 178 if (fwnode_property_present(child, "adi,mixer-mode")) in admfm2000_channel_config()
|
| /linux/drivers/input/keyboard/ |
| H A D | iqs62x-keys.c | 85 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
|
| /linux/drivers/soundwire/ |
| H A D | mipi_disco.c | 31 if (!fwnode_property_present(fwnode, propname)) in mipi_fwnode_property_read_bool()
|
| /linux/drivers/acpi/ |
| H A D | property.c | 1454 return (fwnode_property_present(fwnode, "reg") && in is_acpi_graph_node() 1456 fwnode_property_present(fwnode, str); in is_acpi_graph_node()
|
| H A D | mipi-disco-img.c | 623 if (!fwnode_property_present(adev_fwnode, "rotation")) { in init_crs_csi2_swnodes()
|
| /linux/drivers/iio/adc/ |
| H A D | ti-ads1119.c | 635 differential = fwnode_property_present(child, "diff-channels"); in ads1119_alloc_and_config_channels()
|
| H A D | ad4851.c | 991 if (fwnode_property_present(child, "diff-channels")) { in ad4851_parse_channels_common()
|
| H A D | pac1934.c | 1195 if (fwnode_property_present(node, "label")) { in pac1934_fw_parse_channel_config()
|
| /linux/drivers/gpio/ |
| H A D | gpiolib.c | 1002 if (fwnode_property_present(fwnode, "input")) { in gpiochip_add_hog() 1004 } else if (fwnode_property_present(fwnode, "output-low")) { in gpiochip_add_hog() 1006 } else if (fwnode_property_present(fwnode, "output-high")) { in gpiochip_add_hog() 1058 if (!fwnode_property_present(fwnode, "gpio-hog")) in gpiochip_hog_lines()
|
| /linux/drivers/iio/ |
| H A D | inkern.c | 270 if (!fwnode_property_present(parent, "io-channel-ranges")) { in fwnode_iio_channel_get_by_name()
|
| /linux/drivers/pinctrl/samsung/ |
| H A D | pinctrl-exynos.c | 814 if (!fwnode_property_present(bank->fwnode, "interrupts")) { in exynos_eint_wkup_init()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-pistachio.c | 1386 if (!fwnode_property_present(child, "gpio-controller")) { in pistachio_gpio_register()
|
| /linux/drivers/media/i2c/ |
| H A D | ov7670.c | 1802 if (fwnode_property_present(fwnode, "ov7670,pclk-hb-disable")) in ov7670_parse_dt()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-core.c | 1787 return fwnode_property_present(dev_fwnode(dev), in coresight_loses_context_with_cpu()
|
| /linux/sound/soc/codecs/ |
| H A D | cs35l56.c | 1893 if (!fwnode_property_present(af01_fwnode, "spk-id-gpios")) { in cs35l56_try_get_broken_sdca_spkid_gpio()
|