Home
last modified time | relevance | path

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

/freebsd/sys/dev/cardbus/
H A Dcardbus_device.c52 static d_close_t cardbus_close; variable
59 .d_close = cardbus_close,
141 cardbus_close(struct cdev *dev, int fflags, int devtype, struct thread *td) in cardbus_close() function