Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/input/misc/
A 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()
967 if (fwnode_property_present(ch_node, "azoteq,linearize")) in iqs626_parse_channel()
975 if (fwnode_property_present(ch_node, "azoteq,filt-disable")) in iqs626_parse_channel()
1067 if (fwnode_property_present(ch_node, "azoteq,proj-enable")) in iqs626_parse_channel()
1190 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs626_parse_channel()
1194 if (fwnode_property_present(ch_node, "azoteq,comp-disable")) in iqs626_parse_channel()
1198 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs626_parse_channel()
[all …]
A 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()
A Diqs7222.c1621 if (!fwnode_property_present(child_node, "azoteq,gpio-select")) in iqs7222_gpio_select()
1715 if (!fwnode_property_present(reg_grp_node, name)) in iqs7222_parse_props()
1823 if (!fwnode_property_present(cycle_node, "azoteq,tx-enable")) in iqs7222_parse_cycle()
1873 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan()
1883 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan()
1937 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan()
1941 if (fwnode_property_present(chan_node, "azoteq,rx-enable")) { in iqs7222_parse_chan()
2123 if (fwnode_property_present(sldr_node, "azoteq,use-prox")) in iqs7222_parse_sldr()
/linux-6.3-rc2/drivers/leds/
A Dled-core.c373 if (fwnode_property_present(fwnode, "label")) { in led_parse_fwnode_props()
380 if (fwnode_property_present(fwnode, "color")) { in led_parse_fwnode_props()
391 if (!fwnode_property_present(fwnode, "function")) in led_parse_fwnode_props()
401 if (!fwnode_property_present(fwnode, "function-enumerator")) in led_parse_fwnode_props()
A Dleds-gpio.c165 if (fwnode_property_present(child, "retain-state-suspended")) in gpio_leds_create()
167 if (fwnode_property_present(child, "retain-state-shutdown")) in gpio_leds_create()
169 if (fwnode_property_present(child, "panic-indicator")) in gpio_leds_create()
A Dled-class.c457 if (fwnode_property_present(init_data->fwnode, in led_classdev_register_ext()
A Dleds-lm3532.c606 if (fwnode_property_present(child, "led-max-microamp") && in lm3532_parse_node()
/linux-6.3-rc2/drivers/usb/typec/
A Dmux.c48 if (id && !fwnode_property_present(fwnode, id)) in typec_switch_match()
289 match = fwnode_property_present(fwnode, "accessory") || in typec_mux_match()
290 fwnode_property_present(fwnode, id); in typec_mux_match()
A Dretimer.c29 if (id && !fwnode_property_present(fwnode, id)) in typec_retimer_match()
/linux-6.3-rc2/drivers/platform/chrome/
A Dcros_typec_switch.c249 if (fwnode_property_present(fwnode, "retimer-switch")) { in cros_typec_register_switches()
259 if (!fwnode_property_present(fwnode, "mode-switch")) in cros_typec_register_switches()
/linux-6.3-rc2/drivers/usb/roles/
A Dclass.c95 if (id && !fwnode_property_present(fwnode, id)) in usb_role_switch_match()
109 if (!fwnode_property_present(parent, "usb-role-switch")) { in usb_role_switch_is_parent()
/linux-6.3-rc2/include/linux/
A Dproperty.h59 bool fwnode_property_present(const struct fwnode_handle *fwnode,
205 return fwnode_property_present(fwnode, propname); in fwnode_property_read_bool()
416 return fwnode_property_present(fwnode, "remote-endpoint"); in fwnode_graph_is_endpoint()
/linux-6.3-rc2/drivers/leds/blink/
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.3-rc2/drivers/base/
A Dproperty.c43 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present()
52 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() function
66 EXPORT_SYMBOL_GPL(fwnode_property_present);
/linux-6.3-rc2/drivers/gpio/
A Dgpiolib-acpi.c1287 if (fwnode_property_present(fwnode, "input")) in acpi_gpiochip_parse_own_gpio()
1289 else if (fwnode_property_present(fwnode, "output-low")) in acpi_gpiochip_parse_own_gpio()
1291 else if (fwnode_property_present(fwnode, "output-high")) in acpi_gpiochip_parse_own_gpio()
1313 if (!fwnode_property_present(fwnode, "gpio-hog")) in acpi_gpiochip_scan_gpios()
/linux-6.3-rc2/drivers/input/keyboard/
A Diqs62x-keys.c86 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-replicator.c258 if (fwnode_property_present(dev_fwnode(dev), in replicator_probe()
A Dcoresight-tmc-core.c355 return fwnode_property_present(dev->fwnode, "arm,scatter-gather"); in tmc_etr_can_use_sg()
/linux-6.3-rc2/include/linux/gpio/
A Ddriver.h783 if (!fwnode_property_present(child, "gpio-controller")) {} else
/linux-6.3-rc2/drivers/media/v4l2-core/
A 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-6.3-rc2/drivers/phy/intel/
A Dphy-intel-lgm-combo.c495 if (fwnode_property_present(fwnode, "intel,aggregation")) in intel_cbphy_fwnode_parse()
/linux-6.3-rc2/drivers/acpi/
A Dproperty.c1297 return (fwnode_property_present(fwnode, "reg") && in is_acpi_graph_node()
1299 fwnode_property_present(fwnode, str); in is_acpi_graph_node()
A Dscan.c1741 (fwnode_property_present(&device->fwnode, "spiSclkPeriod") || in acpi_device_enumeration_by_parent()
1742 fwnode_property_present(&device->fwnode, "i2cAddress") || in acpi_device_enumeration_by_parent()
1743 fwnode_property_present(&device->fwnode, "baud"))) in acpi_device_enumeration_by_parent()
/linux-6.3-rc2/drivers/pinctrl/samsung/
A Dpinctrl-exynos.c574 if (!fwnode_property_present(bank->fwnode, "interrupts")) { in exynos_eint_wkup_init()
/linux-6.3-rc2/drivers/iio/
A Dinkern.c274 if (!fwnode_property_present(parent, "io-channel-ranges")) { in fwnode_iio_channel_get_by_name()

Completed in 51 milliseconds

12