Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/leds/
Dleds-gpio.c208 if (fwnode_property_present(child, "retain-state-suspended")) in gpio_leds_create()
210 if (fwnode_property_present(child, "retain-state-shutdown")) in gpio_leds_create()
212 if (fwnode_property_present(child, "panic-indicator")) in gpio_leds_create()
/Linux-v4.19/include/linux/
Dproperty.h55 bool fwnode_property_present(const struct fwnode_handle *fwnode,
149 return fwnode_property_present(fwnode, propname); in fwnode_property_read_bool()
/Linux-v4.19/drivers/gpio/
Dgpiolib-acpi.c996 if (fwnode_property_present(fwnode, "input")) in acpi_gpiochip_parse_own_gpio()
998 else if (fwnode_property_present(fwnode, "output-low")) in acpi_gpiochip_parse_own_gpio()
1000 else if (fwnode_property_present(fwnode, "output-high")) in acpi_gpiochip_parse_own_gpio()
1021 if (!fwnode_property_present(fwnode, "gpio-hog")) in acpi_gpiochip_scan_gpios()
/Linux-v4.19/drivers/base/
Dproperty.c312 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present()
321 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present() function
333 EXPORT_SYMBOL_GPL(fwnode_property_present);
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-fwnode.c100 if (fwnode_property_present(fwnode, "clock-noncontinuous")) in v4l2_fwnode_endpoint_parse_csi2_bus()
142 if (fwnode_property_present(fwnode, "slave-mode")) in v4l2_fwnode_endpoint_parse_parallel_bus()
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc.c335 return fwnode_property_present(drvdata->dev->fwnode, in tmc_etr_can_use_sg()
/Linux-v4.19/drivers/acpi/
Dproperty.c1045 return (fwnode_property_present(fwnode, "reg") && in is_acpi_graph_node()
1047 fwnode_property_present(fwnode, str); in is_acpi_graph_node()
Dscan.c1561 (fwnode_property_present(&device->fwnode, "spiSclkPeriod") || in acpi_device_enumeration_by_parent()
1562 fwnode_property_present(&device->fwnode, "i2cAddress") || in acpi_device_enumeration_by_parent()
1563 fwnode_property_present(&device->fwnode, "baud"))) in acpi_device_enumeration_by_parent()
/Linux-v4.19/drivers/media/i2c/
Dmax2175.c1304 if (fwnode_property_present(fwnode, "maxim,am-hiz-filter")) in max2175_probe()
Dov7670.c1739 if (fwnode_property_present(fwnode, "ov7670,pclk-hb-disable")) in ov7670_parse_dt()
/Linux-v4.19/drivers/net/phy/
Dphylink.c248 if (dn || fwnode_property_present(fwnode, "fixed-link")) in phylink_parse_mode()