Home
last modified time | relevance | path

Searched refs:to_f_serial_opts (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Df_serial.c255 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() function
263 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release()
274 return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num); in f_serial_port_num_show()
Df_obex.c384 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() function
392 struct f_serial_opts *opts = to_f_serial_opts(item); in obex_attr_release()
403 return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num); in f_obex_port_num_show()
Df_acm.c758 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() function
766 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release()
777 return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num); in f_acm_port_num_show()