Home
last modified time | relevance | path

Searched refs:FWNODE_GRAPH_DEVICE_DISABLED (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/base/
Dproperty.c1126 bool enabled_only = !(flags & FWNODE_GRAPH_DEVICE_DISABLED); in fwnode_graph_get_endpoint_by_id()
1182 if (flags & FWNODE_GRAPH_DEVICE_DISABLED || in fwnode_graph_get_endpoint_count()
/linux-6.1.9/include/linux/
Dproperty.h425 #define FWNODE_GRAPH_DEVICE_DISABLED BIT(1) macro