Home
last modified time | relevance | path

Searched refs:fwnode_property_present (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.15/drivers/input/misc/
H A Diqs626a.c668 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()
958 if (fwnode_property_present(ch_node, "azoteq,linearize")) in iqs626_parse_channel()
966 if (fwnode_property_present(ch_node, "azoteq,filt-disable")) in iqs626_parse_channel()
1058 if (fwnode_property_present(ch_node, "azoteq,proj-enable")) in iqs626_parse_channel()
1181 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs626_parse_channel()
1185 if (fwnode_property_present(ch_node, "azoteq,comp-disable")) in iqs626_parse_channel()
1189 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs626_parse_channel()
[all …]
H A Diqs269a.c569 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 Diqs7222.c2002 if (!fwnode_property_present(child_node, "azoteq,gpio-select")) in iqs7222_gpio_select()
2096 if (!fwnode_property_present(reg_grp_node, name)) in iqs7222_parse_props()
2204 if (!fwnode_property_present(cycle_node, "azoteq,tx-enable")) in iqs7222_parse_cycle()
2254 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan()
2264 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan()
2318 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan()
2321 fwnode_property_present(chan_node, in iqs7222_parse_chan()
2330 if (fwnode_property_present(chan_node, "azoteq,rx-enable")) { in iqs7222_parse_chan()
2509 if (fwnode_property_present(sldr_node, "azoteq,use-prox")) in iqs7222_parse_sldr()
2726 if (fwnode_property_present(tpad_node, "azoteq,use-prox")) in iqs7222_parse_tpad()
[all …]
/linux-6.15/drivers/leds/
H A Dleds-gpio.c183 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 Dled-core.c484 if (fwnode_property_present(fwnode, "label")) { in led_parse_fwnode_props()
491 if (fwnode_property_present(fwnode, "color")) { in led_parse_fwnode_props()
502 if (!fwnode_property_present(fwnode, "function")) in led_parse_fwnode_props()
512 if (!fwnode_property_present(fwnode, "function-enumerator")) in led_parse_fwnode_props()
H A Dled-class.c495 if (fwnode_property_present(init_data->fwnode, in led_classdev_register_ext()
503 if (fwnode_property_present(init_data->fwnode, "color")) in led_classdev_register_ext()
/linux-6.15/include/linux/
H A Dproperty.h56 bool fwnode_property_present(const struct fwnode_handle *fwnode,
84 if (fwnode_property_present(fwnode, "big-endian")) in fwnode_device_is_big_endian()
87 fwnode_property_present(fwnode, "native-endian")) in fwnode_device_is_big_endian()
471 return fwnode_property_present(fwnode, "remote-endpoint"); in fwnode_graph_is_endpoint()
/linux-6.15/drivers/platform/chrome/
H A Dcros_typec_switch.c254 if (fwnode_property_present(fwnode, "retimer-switch")) { in cros_typec_register_switches()
264 if (!fwnode_property_present(fwnode, "mode-switch")) in cros_typec_register_switches()
H A Dcros_ec_typec.c105 if (fwnode_property_present(fwnode, "usb2-port")) in cros_typec_parse_port_props()
107 if (fwnode_property_present(fwnode, "usb3-port")) in cros_typec_parse_port_props()
109 if (fwnode_property_present(fwnode, "usb4-port")) in cros_typec_parse_port_props()
/linux-6.15/drivers/usb/roles/
H A Dclass.c131 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-6.15/drivers/leds/blink/
H A Dleds-lgm-sso.c649 if (fwnode_property_present(fwnode_child, in __sso_led_dt_parse()
653 if (fwnode_property_present(fwnode_child, in __sso_led_dt_parse()
657 if (fwnode_property_present(fwnode_child, "panic-indicator")) in __sso_led_dt_parse()
670 if (fwnode_property_present(fwnode_child, "intel,sso-hw-blink")) in __sso_led_dt_parse()
/linux-6.15/drivers/usb/typec/
H A Dretimer.c29 if (id && !fwnode_property_present(fwnode, id)) in typec_retimer_match()
H A Dmux.c48 if (id && !fwnode_property_present(fwnode, id)) in typec_switch_match()
278 if (id && !fwnode_property_present(fwnode, id)) in typec_mux_match()
/linux-6.15/drivers/base/
H A Dproperty.c46 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-6.15/drivers/hwmon/
H A Dmax31827.c528 if (fwnode_property_present(fwnode, "adi,alarm-pol")) { in max31827_init_client()
553 if (fwnode_property_present(fwnode, "adi,fault-q")) { in max31827_init_client()
/linux-6.15/drivers/gpio/
H A Dgpiolib-acpi.c1301 if (fwnode_property_present(fwnode, "input")) in acpi_gpiochip_parse_own_gpio()
1303 else if (fwnode_property_present(fwnode, "output-low")) in acpi_gpiochip_parse_own_gpio()
1305 else if (fwnode_property_present(fwnode, "output-high")) in acpi_gpiochip_parse_own_gpio()
1326 if (!fwnode_property_present(fwnode, "gpio-hog")) in acpi_gpiochip_scan_gpios()
/linux-6.15/drivers/iio/dac/
H A Dad3552r-common.c268 if (!fwnode_property_present(child, "adi,output-range-microvolt")) in ad3552r_get_output_range()
/linux-6.15/drivers/iio/frequency/
H A Dadmfm2000.c179 if (fwnode_property_present(child, "adi,mixer-mode")) in admfm2000_channel_config()
/linux-6.15/drivers/input/keyboard/
H A Diqs62x-keys.c85 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c224 if (fwnode_property_present(fwnode, "clock-noncontinuous")) { in v4l2_fwnode_endpoint_parse_csi2_bus()
373 if (fwnode_property_present(fwnode, "slave-mode")) { in v4l2_fwnode_endpoint_parse_parallel_bus()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-replicator.c267 if (fwnode_property_present(dev_fwnode(dev), in replicator_probe()
H A Dcoresight-tmc-core.c605 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-6.15/include/linux/gpio/
H A Ddriver.h904 for_each_if(fwnode_property_present(child, "gpio-controller"))
/linux-6.15/drivers/soundwire/
H A Dmipi_disco.c32 if (!fwnode_property_present(fwnode, propname)) in mipi_fwnode_property_read_bool()
/linux-6.15/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c495 if (fwnode_property_present(fwnode, "intel,aggregation")) in intel_cbphy_fwnode_parse()

12