/linux/drivers/input/misc/ |
H A D | iqs626a.c | 668 if (!fwnode_property_present(ch_node, propname)) in iqs626_parse_pins() 807 if (!fwnode_property_present(ch_node, "linux,keycodes")) in iqs626_parse_trackpad() 827 if (fwnode_property_present(ch_node, "azoteq,gesture-swipe")) in iqs626_parse_trackpad() 915 if (!fwnode_property_present(ch_node, "azoteq,ati-exclude")) in iqs626_parse_channel() 918 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs626_parse_channel() 922 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs626_parse_channel() 958 if (fwnode_property_present(ch_node, "azoteq,linearize")) in iqs626_parse_channel() 962 if (fwnode_property_present(ch_node, "azoteq,dual-direction")) in iqs626_parse_channel() 966 if (fwnode_property_present(ch_node, "azoteq,filt-disable")) in iqs626_parse_channel() 1050 if (fwnode_property_present(ch_node, "azoteq,ati-band-tighten")) in iqs626_parse_channel() [all …]
|
H A D | iqs269a.c | 569 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan() 572 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan() 575 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan() 578 if (fwnode_property_present(ch_node, "azoteq,slider1-select") && in iqs269_parse_chan() 604 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan() 608 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan() 635 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan() 675 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
|
H A D | iqs7222.c | 2005 if (!fwnode_property_present(child_node, "azoteq,gpio-select")) in iqs7222_gpio_select() 2099 if (!fwnode_property_present(reg_grp_node, name)) in iqs7222_parse_props() 2207 if (!fwnode_property_present(cycle_node, "azoteq,tx-enable")) in iqs7222_parse_cycle() 2257 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan() 2267 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan() 2321 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan() 2324 fwnode_property_present(chan_node, in iqs7222_parse_chan() 2333 if (fwnode_property_present(chan_node, "azoteq,rx-enable")) { in iqs7222_parse_chan() 2512 if (fwnode_property_present(sldr_node, "azoteq,use-prox")) in iqs7222_parse_sldr() 2729 if (fwnode_property_present(tpad_node, "azoteq,use-prox")) in iqs7222_parse_tpad() [all …]
|
/linux/drivers/leds/ |
H A D | leds-gpio.c | 183 if (fwnode_property_present(child, "retain-state-suspended")) in gpio_leds_create() 185 if (fwnode_property_present(child, "retain-state-shutdown")) in gpio_leds_create() 187 if (fwnode_property_present(child, "panic-indicator")) in gpio_leds_create()
|
H A D | led-core.c | 485 if (fwnode_property_present(fwnode, "label")) { in led_parse_fwnode_props() 492 if (fwnode_property_present(fwnode, "color")) { in led_parse_fwnode_props() 503 if (!fwnode_property_present(fwnode, "function")) in led_parse_fwnode_props() 513 if (!fwnode_property_present(fwnode, "function-enumerator")) in led_parse_fwnode_props()
|
/linux/include/linux/ |
H A D | property.h | 57 bool fwnode_property_present(const struct fwnode_handle *fwnode, 85 if (fwnode_property_present(fwnode, "big-endian")) in fwnode_device_is_big_endian() 88 fwnode_property_present(fwnode, "native-endian")) in fwnode_device_is_big_endian() 497 return fwnode_property_present(fwnode, "remote-endpoint"); in fwnode_graph_is_endpoint()
|
/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 | 48 if (id && !fwnode_property_present(fwnode, id)) in typec_switch_match() 278 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/leds/blink/ |
H A D | leds-lgm-sso.c | 651 if (fwnode_property_present(fwnode_child, in __sso_led_dt_parse() 655 if (fwnode_property_present(fwnode_child, in __sso_led_dt_parse() 659 if (fwnode_property_present(fwnode_child, "panic-indicator")) in __sso_led_dt_parse() 672 if (fwnode_property_present(fwnode_child, "intel,sso-hw-blink")) in __sso_led_dt_parse()
|
/linux/drivers/usb/roles/ |
H A D | class.c | 131 if (id && !fwnode_property_present(fwnode, id)) in usb_role_switch_match() 145 if (!fwnode_property_present(parent, "usb-role-switch")) { in usb_role_switch_is_parent()
|
/linux/drivers/base/ |
H A D | property.c | 46 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present() 57 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() function 71 EXPORT_SYMBOL_GPL(fwnode_property_present);
|
/linux/drivers/gpio/ |
H A D | gpiolib-acpi-core.c | 1228 if (fwnode_property_present(fwnode, "input")) in acpi_gpiochip_parse_own_gpio() 1230 else if (fwnode_property_present(fwnode, "output-low")) in acpi_gpiochip_parse_own_gpio() 1232 else if (fwnode_property_present(fwnode, "output-high")) in acpi_gpiochip_parse_own_gpio() 1253 if (!fwnode_property_present(fwnode, "gpio-hog")) in acpi_gpiochip_scan_gpios()
|
/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/input/keyboard/ |
H A D | iqs62x-keys.c | 85 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-replicator.c | 268 if (fwnode_property_present(dev_fwnode(dev), in replicator_probe()
|
H A D | coresight-tmc-core.c | 605 return fwnode_property_present(dev->fwnode, "arm,scatter-gather"); in tmc_etr_can_use_sg() 616 if (fwnode_property_present(dev->fwnode, "arm,scatter-gather")) { in tmc_etr_can_use_sg()
|
/linux/rust/kernel/device/ |
H A D | property.rs | 100 unsafe { bindings::fwnode_property_present(self.as_raw().cast_const(), name.as_char_ptr()) } in property_present()
|
/linux/include/linux/gpio/ |
H A D | driver.h | 892 for_each_if(fwnode_property_present(child, "gpio-controller"))
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_typec.c | 190 if (fwnode_property_present(fwnode, "usb2-port")) in cros_typec_parse_port_props() 192 if (fwnode_property_present(fwnode, "usb3-port")) in cros_typec_parse_port_props() 194 if (fwnode_property_present(fwnode, "usb4-port")) in cros_typec_parse_port_props()
|
/linux/drivers/soundwire/ |
H A D | mipi_disco.c | 32 if (!fwnode_property_present(fwnode, propname)) in mipi_fwnode_property_read_bool()
|
/linux/drivers/iio/adc/ |
H A D | ad4170-4.c | 2233 if (!fwnode_property_present(child, propname) && in ad4170_parse_adc_channel_type() 2234 !fwnode_property_present(child, propname2)) in ad4170_parse_adc_channel_type() 2251 if (fwnode_property_present(child, propname) && in ad4170_parse_adc_channel_type() 2252 !fwnode_property_present(child, propname2)) in ad4170_parse_adc_channel_type()
|
H A D | mcp3564.c | 1027 if (fwnode_property_present(child, "diff-channels")) { in mcp3564_parse_fw_children() 1057 if (fwnode_property_present(child, "label")) { in mcp3564_parse_fw_children()
|
/linux/drivers/acpi/ |
H A D | property.c | 1361 return (fwnode_property_present(fwnode, "reg") && in is_acpi_graph_node() 1363 fwnode_property_present(fwnode, str); in is_acpi_graph_node()
|
/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-ma35.c | 1080 if (fwnode_property_present(child, "gpio-controller")) in ma35_pinctrl_probe_dt() 1101 if (fwnode_property_present(child, "gpio-controller")) in ma35_pinctrl_probe_dt()
|