Searched refs:device_is_available (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dfwnode.h112 * @device_is_available: Return true if the device is available.
136 bool (*device_is_available)(const struct fwnode_handle *fwnode); member in struct:fwnode_operations
/linux-master/drivers/base/
H A Dproperty.c891 * For fwnode node types that don't implement the .device_is_available()
899 if (!fwnode_has_op(fwnode, device_is_available))
902 return fwnode_call_bool_op(fwnode, device_is_available);
/linux-master/drivers/of/
H A Dproperty.c1457 .device_is_available = of_fwnode_device_is_available,
/linux-master/drivers/acpi/
H A Dproperty.c1648 .device_is_available = acpi_fwnode_device_is_available, \

Completed in 197 milliseconds