Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/implementation/
H A Dusb_init.h47 typedef enum controller_type { enum
50 } controller_type; typedef
69 * Input: ctype ------ the type of usb's controller, the legal value is one of 'controller_type';
77 uint32_t usb_init(controller_type ctype, device_type dtype);
H A Dusb_init.c40 controller_type ctype;
46 static usb_info_t usb_info = { false, (controller_type)0xFFFF, (device_type)0xFFFF };
112 usb_info.ctype = (controller_type)0xFFFF; in usbinfo_clean()
246 usb_init(controller_type ctype, device_type dtype) in usb_init()

Completed in 1 milliseconds