Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Duep.c106 static void uep_childdet(device_t, device_t);
111 uep_detach, uep_activate, NULL, uep_childdet);
259 uep_childdet(device_t self, device_t child) in uep_childdet() function