Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/input/misc/
Diqs626a.c673 if (!fwnode_property_present(ch_node, propname)) in iqs626_parse_pins()
816 if (!fwnode_property_present(ch_node, "linux,keycodes")) in iqs626_parse_trackpad()
836 if (fwnode_property_present(ch_node, "azoteq,gesture-swipe")) in iqs626_parse_trackpad()
924 if (!fwnode_property_present(ch_node, "azoteq,ati-exclude")) in iqs626_parse_channel()
927 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs626_parse_channel()
931 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs626_parse_channel()
967 if (fwnode_property_present(ch_node, "azoteq,linearize")) in iqs626_parse_channel()
971 if (fwnode_property_present(ch_node, "azoteq,dual-direction")) in iqs626_parse_channel()
975 if (fwnode_property_present(ch_node, "azoteq,filt-disable")) in iqs626_parse_channel()
1059 if (fwnode_property_present(ch_node, "azoteq,ati-band-tighten")) in iqs626_parse_channel()
[all …]
Diqs269a.c519 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan()
522 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan()
525 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan()
528 if (fwnode_property_present(ch_node, "azoteq,slider1-select")) in iqs269_parse_chan()
553 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan()
557 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan()
584 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan()
624 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
Diqs7222.c1896 if (!fwnode_property_present(child_node, "azoteq,gpio-select")) in iqs7222_gpio_select()
1990 if (!fwnode_property_present(reg_grp_node, name)) in iqs7222_parse_props()
2098 if (!fwnode_property_present(cycle_node, "azoteq,tx-enable")) in iqs7222_parse_cycle()
2148 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan()
2158 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan()
2212 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan()
2215 fwnode_property_present(chan_node, in iqs7222_parse_chan()
2224 if (fwnode_property_present(chan_node, "azoteq,rx-enable")) { in iqs7222_parse_chan()
2406 if (fwnode_property_present(sldr_node, "azoteq,use-prox")) in iqs7222_parse_sldr()
2624 if (fwnode_property_present(tpad_node, "azoteq,use-prox")) in iqs7222_parse_tpad()
[all …]
/Linux-v6.6/drivers/leds/
Dled-core.c428 if (fwnode_property_present(fwnode, "label")) { in led_parse_fwnode_props()
435 if (fwnode_property_present(fwnode, "color")) { in led_parse_fwnode_props()
446 if (!fwnode_property_present(fwnode, "function")) in led_parse_fwnode_props()
456 if (!fwnode_property_present(fwnode, "function-enumerator")) in led_parse_fwnode_props()
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()
Dled-class.c501 if (fwnode_property_present(init_data->fwnode, in led_classdev_register_ext()
509 if (fwnode_property_present(init_data->fwnode, "color")) in led_classdev_register_ext()
Dleds-lm3532.c606 if (fwnode_property_present(child, "led-max-microamp") && in lm3532_parse_node()
/Linux-v6.6/drivers/platform/chrome/
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()
/Linux-v6.6/drivers/usb/roles/
Dclass.c97 if (id && !fwnode_property_present(fwnode, id)) in usb_role_switch_match()
111 if (!fwnode_property_present(parent, "usb-role-switch")) { in usb_role_switch_is_parent()
/Linux-v6.6/include/linux/
Dproperty.h58 bool fwnode_property_present(const struct fwnode_handle *fwnode,
216 return fwnode_property_present(fwnode, propname); in fwnode_property_read_bool()
427 return fwnode_property_present(fwnode, "remote-endpoint"); in fwnode_graph_is_endpoint()
/Linux-v6.6/drivers/leds/blink/
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-v6.6/drivers/usb/typec/
Dretimer.c29 if (id && !fwnode_property_present(fwnode, id)) in typec_retimer_match()
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-v6.6/drivers/base/
Dproperty.c45 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present()
56 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() function
70 EXPORT_SYMBOL_GPL(fwnode_property_present);
/Linux-v6.6/drivers/gpio/
Dgpiolib-acpi.c1290 if (fwnode_property_present(fwnode, "input")) in acpi_gpiochip_parse_own_gpio()
1292 else if (fwnode_property_present(fwnode, "output-low")) in acpi_gpiochip_parse_own_gpio()
1294 else if (fwnode_property_present(fwnode, "output-high")) in acpi_gpiochip_parse_own_gpio()
1316 if (!fwnode_property_present(fwnode, "gpio-hog")) in acpi_gpiochip_scan_gpios()
/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-replicator.c261 if (fwnode_property_present(dev_fwnode(dev), in replicator_probe()
Dcoresight-tmc-core.c355 return fwnode_property_present(dev->fwnode, "arm,scatter-gather"); in tmc_etr_can_use_sg()
/Linux-v6.6/drivers/input/keyboard/
Diqs62x-keys.c86 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-fwnode.c213 if (fwnode_property_present(fwnode, "clock-noncontinuous")) { in v4l2_fwnode_endpoint_parse_csi2_bus()
332 if (fwnode_property_present(fwnode, "slave-mode")) { in v4l2_fwnode_endpoint_parse_parallel_bus()
/Linux-v6.6/include/linux/gpio/
Ddriver.h799 if (!fwnode_property_present(child, "gpio-controller")) {} else
/Linux-v6.6/drivers/phy/intel/
Dphy-intel-lgm-combo.c495 if (fwnode_property_present(fwnode, "intel,aggregation")) in intel_cbphy_fwnode_parse()
/Linux-v6.6/drivers/acpi/
Dproperty.c1285 return (fwnode_property_present(fwnode, "reg") && in is_acpi_graph_node()
1287 fwnode_property_present(fwnode, str); in is_acpi_graph_node()
Dscan.c1747 (fwnode_property_present(&device->fwnode, "spiSclkPeriod") || in acpi_device_enumeration_by_parent()
1748 fwnode_property_present(&device->fwnode, "i2cAddress") || in acpi_device_enumeration_by_parent()
1749 fwnode_property_present(&device->fwnode, "baud"))) in acpi_device_enumeration_by_parent()
/Linux-v6.6/drivers/usb/typec/altmodes/
Ddisplayport.c602 if (fwnode_property_present(fwnode, "displayport")) in dp_altmode_probe()
/Linux-v6.6/drivers/pinctrl/samsung/
Dpinctrl-exynos.c574 if (!fwnode_property_present(bank->fwnode, "interrupts")) { in exynos_eint_wkup_init()

12