Searched refs:ep_ctrl_w (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/usb/line6/ |
D | podhd.c | 397 .ep_ctrl_w = 0x03, 408 .ep_ctrl_w = 0x03, 419 .ep_ctrl_w = 0x01, 430 .ep_ctrl_w = 0x01, 441 .ep_ctrl_w = 0x01, 453 .ep_ctrl_w = 0x01, 465 .ep_ctrl_w = 0x01, 477 .ep_ctrl_w = 0x01,
|
D | pod.c | 482 .ep_ctrl_w = 0x03, 495 .ep_ctrl_w = 0x03, 508 .ep_ctrl_w = 0x03, 519 .ep_ctrl_w = 0x02, 531 .ep_ctrl_w = 0x03, 544 .ep_ctrl_w = 0x03, 557 .ep_ctrl_w = 0x03,
|
D | variax.c | 266 .ep_ctrl_w = 0x05, 277 .ep_ctrl_w = 0x01,
|
D | driver.c | 118 usb_sndintpipe(line6->usbdev, properties->ep_ctrl_w), in line6_send_raw_message() 123 usb_sndbulkpipe(line6->usbdev, properties->ep_ctrl_w), in line6_send_raw_message() 167 usb_sndintpipe(line6->usbdev, line6->properties->ep_ctrl_w), in line6_send_raw_message_async_part() 172 usb_sndbulkpipe(line6->usbdev, line6->properties->ep_ctrl_w), in line6_send_raw_message_async_part()
|
D | driver.h | 103 unsigned int ep_ctrl_w; member
|
D | midi.c | 129 line6->properties->ep_ctrl_w), in send_midi_async()
|