Home
last modified time | relevance | path

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

/drivers/misc/mei/pxp/
A Dmei_pxp.c267 struct component_match *master_match; in mei_pxp_probe() local
282 master_match = NULL; in mei_pxp_probe()
283 component_match_add_typed(&cldev->dev, &master_match, in mei_pxp_probe()
285 if (IS_ERR_OR_NULL(master_match)) { in mei_pxp_probe()
293 master_match); in mei_pxp_probe()
/drivers/misc/mei/gsc_proxy/
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()
/drivers/platform/x86/lenovo/
A Dwmi-other.c616 struct component_match *master_match = NULL; in lwmi_other_probe() local
626 component_match_add(&wdev->dev, &master_match, lwmi_cd01_match, NULL); in lwmi_other_probe()
627 if (IS_ERR(master_match)) in lwmi_other_probe()
628 return PTR_ERR(master_match); in lwmi_other_probe()
631 master_match); in lwmi_other_probe()
/drivers/misc/mei/hdcp/
A Dmei_hdcp.c813 struct component_match *master_match; in mei_hdcp_probe() local
828 master_match = NULL; in mei_hdcp_probe()
829 component_match_add_typed(&cldev->dev, &master_match, in mei_hdcp_probe()
831 if (IS_ERR_OR_NULL(master_match)) { in mei_hdcp_probe()
839 master_match); in mei_hdcp_probe()

Completed in 12 milliseconds