Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/function/
Df_serial.c252 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() function
260 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release()
274 return gserial_set_console(to_f_serial_opts(item)->port_num, in f_serial_console_store()
280 return gserial_get_console(to_f_serial_opts(item)->port_num, page); in f_serial_console_show()
289 return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num); in f_serial_port_num_show()
Df_acm.c775 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() function
783 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release()
797 return gserial_set_console(to_f_serial_opts(item)->port_num, in f_acm_console_store()
803 return gserial_get_console(to_f_serial_opts(item)->port_num, page); in f_acm_console_show()
812 return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num); in f_acm_port_num_show()
Df_obex.c381 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() function
389 struct f_serial_opts *opts = to_f_serial_opts(item); in obex_attr_release()
400 return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num); in f_obex_port_num_show()