Searched defs:match_id (Results 1 - 2 of 2) sorted by relevance

/drivers/base/
H A Dplatform.c1033 int match_id; local
1043 match_id = epdrv->requested_id;
1047 match_id = id;
1057 match_id = EARLY_PLATFORM_ID_UNSET;
1061 switch (match_id) {
1070 match = early_platform_match(epdrv, match_id);
/drivers/s390/cio/
H A Dcio.c1038 struct sch_match_id *match_id = data; local
1043 (schib.pmcw.dev == match_id->devid.devno) &&
1044 (schid.ssid == match_id->devid.ssid)) {
1045 match_id->schid = schid;
1046 match_id->rc = 0;
1055 struct sch_match_id match_id; local
1057 match_id.devid = *devid;
1058 match_id.rc = -ENODEV;
1059 for_each_subchannel(__reipl_subchannel_match, &match_id);
1060 if (match_id
[all...]

Completed in 12 milliseconds