to_fsg_lun_opts  3024 drivers/usb/gadget/function/f_mass_storage.c 	lun_opts = to_fsg_lun_opts(item);
to_fsg_lun_opts  3034 drivers/usb/gadget/function/f_mass_storage.c 	struct fsg_lun_opts *opts = to_fsg_lun_opts(item);
to_fsg_lun_opts  3043 drivers/usb/gadget/function/f_mass_storage.c 	struct fsg_lun_opts *opts = to_fsg_lun_opts(item);
to_fsg_lun_opts  3053 drivers/usb/gadget/function/f_mass_storage.c 	return fsg_show_ro(to_fsg_lun_opts(item)->lun, page);
to_fsg_lun_opts  3059 drivers/usb/gadget/function/f_mass_storage.c 	struct fsg_lun_opts *opts = to_fsg_lun_opts(item);
to_fsg_lun_opts  3070 drivers/usb/gadget/function/f_mass_storage.c 	return fsg_show_removable(to_fsg_lun_opts(item)->lun, page);
to_fsg_lun_opts  3076 drivers/usb/gadget/function/f_mass_storage.c 	return fsg_store_removable(to_fsg_lun_opts(item)->lun, page, len);
to_fsg_lun_opts  3083 drivers/usb/gadget/function/f_mass_storage.c 	return fsg_show_cdrom(to_fsg_lun_opts(item)->lun, page);
to_fsg_lun_opts  3089 drivers/usb/gadget/function/f_mass_storage.c 	struct fsg_lun_opts *opts = to_fsg_lun_opts(item);
to_fsg_lun_opts  3100 drivers/usb/gadget/function/f_mass_storage.c 	return fsg_show_nofua(to_fsg_lun_opts(item)->lun, page);
to_fsg_lun_opts  3106 drivers/usb/gadget/function/f_mass_storage.c 	return fsg_store_nofua(to_fsg_lun_opts(item)->lun, page, len);
to_fsg_lun_opts  3114 drivers/usb/gadget/function/f_mass_storage.c 	return fsg_show_inquiry_string(to_fsg_lun_opts(item)->lun, page);
to_fsg_lun_opts  3120 drivers/usb/gadget/function/f_mass_storage.c 	return fsg_store_inquiry_string(to_fsg_lun_opts(item)->lun, page, len);
to_fsg_lun_opts  3205 drivers/usb/gadget/function/f_mass_storage.c 	lun_opts = to_fsg_lun_opts(item);