Searched refs:fwnode_property_present (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/leds/ |
D | leds-gpio.c | 208 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/ |
D | property.h | 55 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/ |
D | gpiolib-acpi.c | 996 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/ |
D | property.c | 312 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/ |
D | v4l2-fwnode.c | 100 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/ |
D | coresight-tmc.c | 335 return fwnode_property_present(drvdata->dev->fwnode, in tmc_etr_can_use_sg()
|
/Linux-v4.19/drivers/acpi/ |
D | property.c | 1045 return (fwnode_property_present(fwnode, "reg") && in is_acpi_graph_node() 1047 fwnode_property_present(fwnode, str); in is_acpi_graph_node()
|
D | scan.c | 1561 (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/ |
D | max2175.c | 1304 if (fwnode_property_present(fwnode, "maxim,am-hiz-filter")) in max2175_probe()
|
D | ov7670.c | 1739 if (fwnode_property_present(fwnode, "ov7670,pclk-hb-disable")) in ov7670_parse_dt()
|
/Linux-v4.19/drivers/net/phy/ |
D | phylink.c | 248 if (dn || fwnode_property_present(fwnode, "fixed-link")) in phylink_parse_mode()
|