Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/mei/pxp/
Dmei_pxp.c152 struct component_match *master_match; in mei_pxp_probe() local
167 master_match = NULL; in mei_pxp_probe()
168 component_match_add_typed(&cldev->dev, &master_match, in mei_pxp_probe()
170 if (IS_ERR_OR_NULL(master_match)) { in mei_pxp_probe()
178 master_match); in mei_pxp_probe()
/Linux-v6.1/drivers/misc/mei/hdcp/
Dmei_hdcp.c805 struct component_match *master_match; in mei_hdcp_probe() local
820 master_match = NULL; in mei_hdcp_probe()
821 component_match_add_typed(&cldev->dev, &master_match, in mei_hdcp_probe()
823 if (IS_ERR_OR_NULL(master_match)) { in mei_hdcp_probe()
831 master_match); in mei_hdcp_probe()