to_f_serial_opts  765 drivers/usb/gadget/function/f_acm.c 	struct f_serial_opts *opts = to_f_serial_opts(item);
to_f_serial_opts  776 drivers/usb/gadget/function/f_acm.c 	return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num);
to_f_serial_opts  389 drivers/usb/gadget/function/f_obex.c 	struct f_serial_opts *opts = to_f_serial_opts(item);
to_f_serial_opts  400 drivers/usb/gadget/function/f_obex.c 	return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num);
to_f_serial_opts  260 drivers/usb/gadget/function/f_serial.c 	struct f_serial_opts *opts = to_f_serial_opts(item);
to_f_serial_opts  271 drivers/usb/gadget/function/f_serial.c 	return sprintf(page, "%u\n", to_f_serial_opts(item)->port_num);