Home
last modified time | relevance | path

Searched refs:subcomponent (Results 1 – 4 of 4) sorted by relevance

/drivers/base/
A Dcomponent.c71 int subcomponent; member
166 mc->compare_typed(c->dev, c->subcomponent, mc->data)) in find_component()
730 int subcomponent) in __component_add() argument
741 component->subcomponent = subcomponent; in __component_add()
781 int subcomponent) in component_add_typed() argument
783 if (WARN_ON(subcomponent == 0)) in component_add_typed()
786 return __component_add(dev, ops, subcomponent); in component_add_typed()
/drivers/misc/mei/gsc_proxy/
A Dmei_gsc_proxy.c110 static int mei_gsc_proxy_component_match(struct device *dev, int subcomponent, in mei_gsc_proxy_component_match() argument
124 if (subcomponent != I915_COMPONENT_GSC_PROXY) in mei_gsc_proxy_component_match()
/drivers/misc/mei/pxp/
A Dmei_pxp.c225 static int mei_pxp_component_match(struct device *dev, int subcomponent, in mei_pxp_component_match() argument
246 if (subcomponent != I915_COMPONENT_PXP) in mei_pxp_component_match()
/drivers/misc/mei/hdcp/
A Dmei_hdcp.c781 static int mei_hdcp_component_match(struct device *dev, int subcomponent, in mei_hdcp_component_match() argument
796 if (subcomponent != I915_COMPONENT_HDCP) in mei_hdcp_component_match()

Completed in 8 milliseconds