Searched refs:master_match (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/misc/mei/gsc_proxy/ |
| H A D | mei_gsc_proxy.c | 135 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()
|
| /linux/drivers/misc/mei/pxp/ |
| H A D | mei_pxp.c | 267 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()
|
| /linux/drivers/misc/mei/ |
| H A D | mei_lb.c | 269 struct component_match *master_match = NULL; in mei_lb_probe() local 272 component_match_add_typed(&cldev->dev, &master_match, in mei_lb_probe() 274 if (IS_ERR_OR_NULL(master_match)) in mei_lb_probe() 279 master_match); in mei_lb_probe()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | wmi-capdata.c | 365 struct component_match *master_match = NULL; in lwmi_cd_sub_master_add() local 383 component_match_add(&priv->wdev->dev, &master_match, lwmi_cd_match, in lwmi_cd_sub_master_add() 385 if (IS_ERR(master_match)) in lwmi_cd_sub_master_add() 386 return PTR_ERR(master_match); in lwmi_cd_sub_master_add() 389 master_match); in lwmi_cd_sub_master_add()
|
| H A D | wmi-other.c | 1095 struct component_match *master_match = NULL; in lwmi_other_probe() local 1108 lwmi_cd_match_add_all(&wdev->dev, &master_match); in lwmi_other_probe() 1109 if (IS_ERR(master_match)) in lwmi_other_probe() 1110 return PTR_ERR(master_match); in lwmi_other_probe() 1113 master_match); in lwmi_other_probe()
|
| /linux/drivers/misc/mei/hdcp/ |
| H A D | mei_hdcp.c | 813 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()
|