Searched refs:subcomponent (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/base/ |
A D | component.c | 75 int subcomponent; member 170 mc->compare_typed(c->dev, c->subcomponent, mc->data)) in find_component() 658 int subcomponent) in __component_add() argument 669 component->subcomponent = subcomponent; in __component_add() 709 int subcomponent) in component_add_typed() argument 711 if (WARN_ON(subcomponent == 0)) in component_add_typed() 714 return __component_add(dev, ops, subcomponent); in component_add_typed()
|
/linux/sound/hda/ |
A D | hdac_i915.c | 99 static int i915_component_master_match(struct device *dev, int subcomponent, in i915_component_master_match() argument 112 subcomponent == I915_COMPONENT_AUDIO && in i915_component_master_match()
|
/linux/drivers/misc/mei/pxp/ |
A D | mei_pxp.c | 129 static int mei_pxp_component_match(struct device *dev, int subcomponent, in mei_pxp_component_match() argument 135 subcomponent != I915_COMPONENT_PXP) in mei_pxp_component_match()
|
/linux/include/linux/ |
A D | component.h | 38 int subcomponent);
|
/linux/drivers/misc/mei/hdcp/ |
A D | mei_hdcp.c | 782 static int mei_hdcp_component_match(struct device *dev, int subcomponent, in mei_hdcp_component_match() argument 788 subcomponent != I915_COMPONENT_HDCP) in mei_hdcp_component_match()
|
/linux/Documentation/s390/ |
A D | s390dbf.rst | 17 If the system still runs but only a subcomponent which uses dbf fails,
|
Completed in 9 milliseconds