Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dauxiliary.c174 const char *auxdev_name = dev_name(&auxdev->dev); in auxiliary_match_id() local
175 const char *p = strrchr(auxdev_name, '.'); in auxiliary_match_id()
180 match_size = p - auxdev_name; in auxiliary_match_id()
185 !strncmp(auxdev_name, id->name, match_size)) in auxiliary_match_id()