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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_vhci.c64 static struct miscdevice vhci_miscdev; variable in typeref:struct:miscdevice
347 static struct miscdevice vhci_miscdev= { variable in typeref:struct:miscdevice
356 vhci_miscdev.minor = minor;
358 if (misc_register(&vhci_miscdev) < 0) {
368 if (misc_deregister(&vhci_miscdev) < 0)

Completed in 31 milliseconds