Searched defs:f_acm (Results 1 – 4 of 4) sorted by relevance
40 struct f_acm { struct41 struct gserial port;42 u8 ctrl_id, data_id;43 u8 port_num;45 u8 pending;74 static inline struct f_acm *func_to_acm(struct usb_function *f) in func_to_acm() argument
80 static struct usb_function *f_acm; variable
97 static struct usb_function *f_acm; variable
145 struct usb_function *f_acm; in nokia_bind_config() local