Searched refs:match_size (Results 1 – 1 of 1) sorted by relevance
47 int match_size; in auxiliary_match_id() local51 match_size = p - dev_name(&auxdev->dev); in auxiliary_match_id()53 if (strlen(id->name) == match_size && in auxiliary_match_id()54 !strncmp(dev_name(&auxdev->dev), id->name, match_size)) in auxiliary_match_id()