Searched defs:f_ncm (Results 1 – 2 of 2) sorted by relevance
51 struct f_ncm { struct52 struct gether port;53 u8 ctrl_id, data_id;55 char ethaddr[14];57 struct usb_ep *notify;58 struct usb_request *notify_req;59 u8 notify_state;60 bool is_open;85 static inline struct f_ncm *func_to_ncm(struct usb_function *f) in func_to_ncm() argument
93 static struct usb_function *f_ncm; variable