Searched defs:f_acm (Results 1 – 4 of 4) sorted by relevance
44 struct f_acm { struct45 struct gserial port;46 u8 ctrl_id, data_id;47 u8 port_num;49 u8 pending;78 static inline struct f_acm *func_to_acm(struct usb_function *f) in func_to_acm() argument
98 static struct usb_function *f_acm; variable
115 static struct usb_function *f_acm; variable
123 struct usb_function *f_acm; in nokia_bind_config() local