Home
last modified time | relevance | path

Searched refs:gfs_dev_desc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H A Dg_ffs.c64 static struct usb_device_descriptor gfs_dev_desc = { variable
65 .bLength = sizeof gfs_dev_desc,
78 module_param_named(bDeviceClass, gfs_dev_desc.bDeviceClass, byte, 0644);
80 module_param_named(bDeviceSubClass, gfs_dev_desc.bDeviceSubClass, byte, 0644);
82 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644);
150 .dev = &gfs_dev_desc,
392 gfs_dev_desc.iProduct = gfs_strings[USB_GADGET_PRODUCT_IDX].id; in gfs_bind()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dg_ffs.c64 static struct usb_device_descriptor gfs_dev_desc = { variable
65 .bLength = sizeof gfs_dev_desc,
78 module_param_named(bDeviceClass, gfs_dev_desc.bDeviceClass, byte, 0644);
80 module_param_named(bDeviceSubClass, gfs_dev_desc.bDeviceSubClass, byte, 0644);
82 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644);
150 .dev = &gfs_dev_desc,
386 gfs_dev_desc.iProduct = gfs_strings[USB_GADGET_PRODUCT_IDX].id; in gfs_bind()

Completed in 2 milliseconds