Searched defs:cfattach (Results 1 – 1 of 1) sorted by relevance
127 struct cfattach { struct128 size_t ca_devsize; /* size of dev data (for malloc) */129 cfmatch_t ca_match; /* returns a match level */130 void (*ca_attach)(struct device *, struct device *, void *);131 int (*ca_detach)(struct device *, int);132 int (*ca_activate)(struct device *, int);