Lines Matching defs:mly_ident
106 static const struct mly_ident *mly_find_ident(struct pci_attach_args *);
179 static struct mly_ident {
186 } const mly_ident[] = {
232 * Try to find a `mly_ident' entry corresponding to this board.
234 static const struct mly_ident *
237 const struct mly_ident *mpi, *maxmpi;
240 mpi = mly_ident;
241 maxmpi = mpi + sizeof(mly_ident) / sizeof(mly_ident[0]);
283 const struct mly_ident *ident;