Searched defs:f_ncm (Results 1 – 2 of 2) sorted by relevance
47 struct f_ncm { struct48 struct gether port;49 u8 ctrl_id, data_id;51 char ethaddr[14];53 struct usb_ep *notify;54 struct usb_request *notify_req;78 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