Lines Matching defs:properties

66 	if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) {
68 usb_rcvintpipe(line6->usbdev, line6->properties->ep_ctrl_r),
73 usb_rcvbulkpipe(line6->usbdev, line6->properties->ep_ctrl_r),
104 const struct line6_properties *properties = line6->properties;
112 if (properties->capabilities & LINE6_CAP_CONTROL_MIDI) {
114 usb_sndintpipe(line6->usbdev, properties->ep_ctrl_w),
119 usb_sndbulkpipe(line6->usbdev, properties->ep_ctrl_w),
162 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) {
164 usb_sndintpipe(line6->usbdev, line6->properties->ep_ctrl_w),
169 usb_sndbulkpipe(line6->usbdev, line6->properties->ep_ctrl_w),
294 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) {
497 const struct line6_properties *properties = line6->properties;
501 if (properties->capabilities & LINE6_CAP_CONTROL) {
502 if (properties->capabilities & LINE6_CAP_CONTROL_MIDI) {
504 line6->properties->ep_ctrl_r);
507 line6->properties->ep_ctrl_r);
512 /* Control data transfer properties */
517 if (properties->capabilities & LINE6_CAP_CONTROL) {
525 /* Isochronous transfer properties */
699 if (line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI) {
737 const struct line6_properties *properties,
763 line6->properties = properties;
768 strcpy(card->id, properties->id);
770 strcpy(card->shortname, properties->name);
771 sprintf(card->longname, "Line 6 %s at USB %s", properties->name,
781 dev_info(&interface->dev, "Line 6 %s found\n", properties->name);
788 properties->altsetting);
796 if (properties->capabilities & LINE6_CAP_CONTROL) {
810 properties->name);
849 line6->properties->name);
870 if (line6->properties->capabilities & LINE6_CAP_CONTROL)
887 if (line6->properties->capabilities & LINE6_CAP_CONTROL)