/kernel/linux/linux-5.10/drivers/base/ |
H A D | component.c | 77 int subcomponent; member 174 mc->compare_typed(c->dev, c->subcomponent, mc->data)) in find_component() 667 int subcomponent) in __component_add() 678 component->subcomponent = subcomponent; in __component_add() 702 * @subcomponent: nonzero identifier for subcomponents 708 * @subcomponent must be nonzero and is used to differentiate between multiple 718 int subcomponent) in component_add_typed() 720 if (WARN_ON(subcomponent == 0)) in component_add_typed() 723 return __component_add(dev, ops, subcomponent); in component_add_typed() 666 __component_add(struct device *dev, const struct component_ops *ops, int subcomponent) __component_add() argument 717 component_add_typed(struct device *dev, const struct component_ops *ops, int subcomponent) component_add_typed() argument [all...] |
/kernel/linux/linux-6.6/drivers/base/ |
H A D | component.c | 71 int subcomponent; member 166 mc->compare_typed(c->dev, c->subcomponent, mc->data)) in find_component() 712 int subcomponent) in __component_add() 723 component->subcomponent = subcomponent; in __component_add() 747 * @subcomponent: nonzero identifier for subcomponents 753 * @subcomponent must be nonzero and is used to differentiate between multiple 763 int subcomponent) in component_add_typed() 765 if (WARN_ON(subcomponent == 0)) in component_add_typed() 768 return __component_add(dev, ops, subcomponent); in component_add_typed() 711 __component_add(struct device *dev, const struct component_ops *ops, int subcomponent) __component_add() argument 762 component_add_typed(struct device *dev, const struct component_ops *ops, int subcomponent) component_add_typed() argument [all...] |
/kernel/linux/linux-5.10/sound/hda/ |
H 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()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_i915.c | 100 static int i915_component_master_match(struct device *dev, int subcomponent, in i915_component_master_match() argument 113 subcomponent == I915_COMPONENT_AUDIO && in i915_component_master_match()
|
/kernel/linux/linux-6.6/drivers/misc/mei/gsc_proxy/ |
H A D | mei_gsc_proxy.c | 98 * Intel VGA adapter, the subcomponent is SW Proxy 103 * @subcomponent: subcomponent to match (I915_COMPONENT_SWPROXY) 110 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()
|
/kernel/linux/linux-6.6/drivers/misc/mei/pxp/ |
H A D | mei_pxp.c | 141 * The function checks if the driver is i915, the subcomponent is PXP 146 * @subcomponent: subcomponent to match (I915_COMPONENT_PXP) 153 static int mei_pxp_component_match(struct device *dev, int subcomponent, in mei_pxp_component_match() argument 162 subcomponent != I915_COMPONENT_PXP) in mei_pxp_component_match()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | component.h | 38 int subcomponent);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | component.h | 38 int subcomponent);
|
/kernel/linux/linux-5.10/drivers/misc/mei/hdcp/ |
H A D | mei_hdcp.c | 771 * The function checks if the driver is i915, the subcomponent is HDCP 776 * @subcomponent: subcomponent to match (I915_COMPONENT_HDCP) 783 static int mei_hdcp_component_match(struct device *dev, int subcomponent, in mei_hdcp_component_match() argument 789 subcomponent != I915_COMPONENT_HDCP) in mei_hdcp_component_match()
|
/kernel/linux/linux-6.6/drivers/misc/mei/hdcp/ |
H A D | mei_hdcp.c | 768 * The function checks if the driver is i915, the subcomponent is HDCP 773 * @subcomponent: subcomponent to match (I915_COMPONENT_HDCP) 780 static int mei_hdcp_component_match(struct device *dev, int subcomponent, in mei_hdcp_component_match() argument 786 subcomponent != I915_COMPONENT_HDCP) in mei_hdcp_component_match()
|