/linux/drivers/input/misc/ |
A D | iqs626a.c | 581 if (!fwnode_property_present(ev_node, "azoteq,thresh")) in iqs626_parse_events() 690 if (!fwnode_property_present(ch_node, "azoteq,ati-base")) in iqs626_parse_ati_target() 726 if (!fwnode_property_present(ch_node, propname)) in iqs626_parse_pins() 826 if (!fwnode_property_present(ch_node, "linux,keycodes")) in iqs626_parse_trackpad() 846 if (fwnode_property_present(ch_node, "azoteq,gesture-swipe")) in iqs626_parse_trackpad() 964 if (fwnode_property_present(ch_node, "azoteq,linearize")) in iqs626_parse_channel() 972 if (fwnode_property_present(ch_node, "azoteq,filt-disable")) in iqs626_parse_channel() 1064 if (fwnode_property_present(ch_node, "azoteq,proj-enable")) in iqs626_parse_channel() 1187 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs626_parse_channel() 1191 if (fwnode_property_present(ch_node, "azoteq,comp-disable")) in iqs626_parse_channel() [all …]
|
A D | iqs269a.c | 522 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan() 525 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan() 528 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan() 531 if (fwnode_property_present(ch_node, "azoteq,slider1-select")) in iqs269_parse_chan() 562 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan() 566 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan() 593 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan() 633 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
|
/linux/drivers/leds/ |
A D | led-core.c | 373 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 D | leds-gpio.c | 166 if (fwnode_property_present(child, "retain-state-suspended")) in gpio_leds_create() 168 if (fwnode_property_present(child, "retain-state-shutdown")) in gpio_leds_create() 170 if (fwnode_property_present(child, "panic-indicator")) in gpio_leds_create()
|
A D | led-class.c | 358 if (fwnode_property_present(init_data->fwnode, in led_classdev_register_ext()
|
A D | leds-lm3532.c | 606 if (fwnode_property_present(child, "led-max-microamp") && in lm3532_parse_node()
|
/linux/drivers/usb/typec/ |
A D | mux.c | 41 if (id && !fwnode_property_present(fwnode, id)) in typec_switch_match() 214 match = fwnode_property_present(fwnode, "accessory"); in typec_mux_match()
|
/linux/drivers/usb/roles/ |
A D | class.c | 95 if (id && !fwnode_property_present(fwnode, id)) in usb_role_switch_match() 109 if (!parent || !fwnode_property_present(parent, "usb-role-switch")) in usb_role_switch_is_parent()
|
/linux/include/linux/ |
A D | property.h | 54 bool fwnode_property_present(const struct fwnode_handle *fwnode, 186 return fwnode_property_present(fwnode, propname); in fwnode_property_read_bool() 410 return fwnode_property_present(fwnode, "remote-endpoint"); in fwnode_graph_is_endpoint()
|
/linux/drivers/leds/blink/ |
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/base/ |
A D | property.c | 36 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present() 45 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() function 57 EXPORT_SYMBOL_GPL(fwnode_property_present);
|
/linux/drivers/gpio/ |
A D | gpiolib-acpi.c | 1240 if (fwnode_property_present(fwnode, "input")) in acpi_gpiochip_parse_own_gpio() 1242 else if (fwnode_property_present(fwnode, "output-low")) in acpi_gpiochip_parse_own_gpio() 1244 else if (fwnode_property_present(fwnode, "output-high")) in acpi_gpiochip_parse_own_gpio() 1266 if (!fwnode_property_present(fwnode, "gpio-hog")) in acpi_gpiochip_scan_gpios()
|
/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/hwtracing/coresight/ |
A D | coresight-replicator.c | 264 if (fwnode_property_present(dev_fwnode(dev), in replicator_probe()
|
A D | coresight-tmc-core.c | 373 return fwnode_property_present(dev->fwnode, "arm,scatter-gather"); in tmc_etr_can_use_sg()
|
A D | coresight-core.c | 1708 return fwnode_property_present(dev_fwnode(dev), in coresight_loses_context_with_cpu()
|
A D | coresight-etm4x-core.c | 1974 fwnode_property_present(dev_fwnode(dev), "qcom,skip-power-up")) in etm4_probe()
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-fwnode.c | 207 if (fwnode_property_present(fwnode, "clock-noncontinuous")) { in v4l2_fwnode_endpoint_parse_csi2_bus() 313 if (fwnode_property_present(fwnode, "slave-mode")) { in v4l2_fwnode_endpoint_parse_parallel_bus()
|
/linux/drivers/acpi/ |
A D | property.c | 1118 return (fwnode_property_present(fwnode, "reg") && in is_acpi_graph_node() 1120 fwnode_property_present(fwnode, str); in is_acpi_graph_node()
|
A D | scan.c | 1719 (fwnode_property_present(&device->fwnode, "spiSclkPeriod") || in acpi_device_enumeration_by_parent() 1720 fwnode_property_present(&device->fwnode, "i2cAddress") || in acpi_device_enumeration_by_parent() 1721 fwnode_property_present(&device->fwnode, "baud"))) in acpi_device_enumeration_by_parent()
|
/linux/drivers/phy/intel/ |
A D | phy-intel-lgm-combo.c | 510 if (fwnode_property_present(fwnode, "intel,aggregation")) in intel_cbphy_fwnode_parse()
|
/linux/drivers/media/i2c/ |
A D | max2175.c | 1294 if (fwnode_property_present(fwnode, "maxim,am-hiz-filter")) in max2175_probe()
|
A D | ov7670.c | 1830 if (fwnode_property_present(fwnode, "ov7670,pclk-hb-disable")) in ov7670_parse_dt()
|
/linux/drivers/net/phy/ |
A D | phylink.c | 320 if (dn || fwnode_property_present(fwnode, "fixed-link")) in phylink_parse_mode()
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_main.c | 6691 return (!fwnode_property_present(port_fwnode, "phy-handle") && in mvpp2_use_acpi_compat_mode() 6692 !fwnode_property_present(port_fwnode, "managed") && in mvpp2_use_acpi_compat_mode()
|