Searched refs:ca_activate (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/sys/
H A Ddevice.h136 * Actions for ca_activate.
378 int (*ca_activate)(device_t, devact_t); member in struct:cfattach
395 .ca_activate = actfn, \
/netbsd-current/sys/kern/
H A Dsubr_autoconf.c2466 if (ca->ca_activate == NULL)
2469 rv = (*ca->ca_activate)(descendant, DVACT_DEACTIVATE);

Completed in 209 milliseconds