Home
last modified time | relevance | path

Searched refs:master_match (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/misc/mei/pxp/
H A Dmei_pxp.c183 struct component_match *master_match; in mei_pxp_probe() local
198 master_match = NULL; in mei_pxp_probe()
199 component_match_add_typed(&cldev->dev, &master_match, in mei_pxp_probe()
201 if (IS_ERR_OR_NULL(master_match)) { in mei_pxp_probe()
209 master_match); in mei_pxp_probe()
/openbmc/linux/drivers/misc/mei/gsc_proxy/
H A Dmei_gsc_proxy.c135 struct component_match *master_match = NULL; in mei_gsc_proxy_probe() local
150 component_match_add_typed(&cldev->dev, &master_match, in mei_gsc_proxy_probe()
152 if (IS_ERR_OR_NULL(master_match)) { in mei_gsc_proxy_probe()
160 master_match); in mei_gsc_proxy_probe()
/openbmc/linux/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c803 struct component_match *master_match; in mei_hdcp_probe() local
818 master_match = NULL; in mei_hdcp_probe()
819 component_match_add_typed(&cldev->dev, &master_match, in mei_hdcp_probe()
821 if (IS_ERR_OR_NULL(master_match)) { in mei_hdcp_probe()
829 master_match); in mei_hdcp_probe()