| /linux/drivers/input/misc/ |
| A D | iqs626a.c | 673 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 D | iqs7222.c | 2008 if (!fwnode_property_present(child_node, "azoteq,gpio-select")) in iqs7222_gpio_select() 2102 if (!fwnode_property_present(reg_grp_node, name)) in iqs7222_parse_props() 2210 if (!fwnode_property_present(cycle_node, "azoteq,tx-enable")) in iqs7222_parse_cycle() 2260 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan() 2270 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan() 2324 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan() 2327 fwnode_property_present(chan_node, in iqs7222_parse_chan() 2336 if (fwnode_property_present(chan_node, "azoteq,rx-enable")) { in iqs7222_parse_chan() 2518 if (fwnode_property_present(sldr_node, "azoteq,use-prox")) in iqs7222_parse_sldr() 2736 if (fwnode_property_present(tpad_node, "azoteq,use-prox")) in iqs7222_parse_tpad() [all …]
|
| A D | iqs269a.c | 577 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan() 580 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan() 583 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan() 586 if (fwnode_property_present(ch_node, "azoteq,slider1-select") && in iqs269_parse_chan() 612 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan() 616 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan() 643 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan() 683 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
|
| /linux/include/linux/ |
| A D | property.h | 55 bool fwnode_property_present(const struct fwnode_handle *fwnode, 81 if (fwnode_property_present(fwnode, "big-endian")) in fwnode_device_is_big_endian() 84 fwnode_property_present(fwnode, "native-endian")) in fwnode_device_is_big_endian() 269 return fwnode_property_present(fwnode, propname); in fwnode_property_read_bool() 480 return fwnode_property_present(fwnode, "remote-endpoint"); in fwnode_graph_is_endpoint()
|
| /linux/drivers/leds/ |
| A D | leds-gpio.c | 187 if (fwnode_property_present(child, "retain-state-suspended")) in gpio_leds_create() 189 if (fwnode_property_present(child, "retain-state-shutdown")) in gpio_leds_create() 191 if (fwnode_property_present(child, "panic-indicator")) in gpio_leds_create()
|
| A D | led-core.c | 470 if (fwnode_property_present(fwnode, "label")) { in led_parse_fwnode_props() 477 if (fwnode_property_present(fwnode, "color")) { in led_parse_fwnode_props() 488 if (!fwnode_property_present(fwnode, "function")) in led_parse_fwnode_props() 498 if (!fwnode_property_present(fwnode, "function-enumerator")) in led_parse_fwnode_props()
|
| A D | led-class.c | 486 if (fwnode_property_present(init_data->fwnode, in led_classdev_register_ext() 494 if (fwnode_property_present(init_data->fwnode, "color")) in led_classdev_register_ext()
|
| /linux/drivers/platform/chrome/ |
| A D | cros_typec_switch.c | 254 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/drivers/usb/roles/ |
| 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/leds/blink/ |
| A D | leds-lgm-sso.c | 649 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/drivers/usb/typec/ |
| A D | retimer.c | 29 if (id && !fwnode_property_present(fwnode, id)) in typec_retimer_match()
|
| 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()
|
| /linux/drivers/base/ |
| 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/hwmon/ |
| A D | max31827.c | 528 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/drivers/gpio/ |
| A D | gpiolib-acpi.c | 1301 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() 1327 if (!fwnode_property_present(fwnode, "gpio-hog")) in acpi_gpiochip_scan_gpios()
|
| /linux/drivers/iio/frequency/ |
| A D | admfm2000.c | 179 if (fwnode_property_present(child, "adi,mixer-mode")) in admfm2000_channel_config()
|
| /linux/drivers/hwtracing/coresight/ |
| A D | coresight-tmc-core.c | 373 return fwnode_property_present(dev->fwnode, "arm,scatter-gather"); in tmc_etr_can_use_sg() 384 if (fwnode_property_present(dev->fwnode, "arm,scatter-gather")) { in tmc_etr_can_use_sg()
|
| A D | coresight-replicator.c | 267 if (fwnode_property_present(dev_fwnode(dev), in replicator_probe()
|
| /linux/drivers/input/keyboard/ |
| A D | iqs62x-keys.c | 85 if (fwnode_property_present(child, "azoteq,use-prox")) in iqs62x_keys_parse_prop()
|
| /linux/drivers/media/v4l2-core/ |
| A D | v4l2-fwnode.c | 213 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/include/linux/gpio/ |
| A D | driver.h | 868 if (!fwnode_property_present(child, "gpio-controller")) {} else
|
| /linux/drivers/phy/intel/ |
| A D | phy-intel-lgm-combo.c | 495 if (fwnode_property_present(fwnode, "intel,aggregation")) in intel_cbphy_fwnode_parse()
|
| /linux/drivers/iio/adc/ |
| 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/ |
| 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/ |
| A D | pinctrl-ma35.c | 1081 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()
|