Searched defs:f_ncm (Results 1 – 2 of 2) sorted by relevance
50 struct f_ncm { struct51 struct gether port;52 u8 ctrl_id, data_id;54 char ethaddr[14];56 struct usb_ep *notify;57 struct usb_request *notify_req;81 static inline struct f_ncm *func_to_ncm(struct usb_function *f) in func_to_ncm() argument
89 static struct usb_function *f_ncm; variable