Searched defs:f_ncm (Results 1 – 2 of 2) sorted by relevance
48 struct f_ncm { struct49 struct gether port;50 u8 ctrl_id, data_id;52 char ethaddr[14];54 struct usb_ep *notify;55 struct usb_request *notify_req;79 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