Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Dconst_structs.checkpatch63 usb_mon_operations
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h708 struct usb_mon_operations { struct
715 extern const struct usb_mon_operations *mon_ops; argument
737 int usb_mon_register(const struct usb_mon_operations *ops);
/OK3568_Linux_fs/kernel/drivers/usb/mon/
H A Dmon_main.c245 static const struct usb_mon_operations mon_ops_0 = {
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c3001 const struct usb_mon_operations *mon_ops;
3011 int usb_mon_register(const struct usb_mon_operations *ops) in usb_mon_register()