Home
last modified time | relevance | path

Searched refs:first_packet (Results 1 – 4 of 4) sorted by relevance

/linux/sound/usb/caiaq/
H A Daudio.c98 cdev->first_packet = 4; in stream_start()
372 if (cdev->first_packet) in read_in_urb_mode2()
384 cdev->first_packet = 0; in read_in_urb_mode2()
445 !cdev->first_packet) { in read_in_urb_mode3()
457 if (cdev->first_packet > 0) in read_in_urb_mode3()
458 cdev->first_packet--; in read_in_urb_mode3()
H A Ddevice.h84 int streaming, first_packet, output_running; member
/linux/drivers/hid/
H A Dhid-multitouch.c1260 bool first_packet) in mt_process_mt_event() argument
1275 if (!first_packet) in mt_process_mt_event()
1303 bool first_packet; in mt_touch_report() local
1340 first_packet = app->num_received == 0; in mt_touch_report()
1359 first_packet); in mt_touch_report()
/linux/drivers/usb/host/
H A Dehci-sched.c1630 sched->first_packet = urb->error_count; in iso_stream_schedule()
1766 for (packet = iso_sched->first_packet, itd = NULL; in itd_link_urb()
2168 for (packet = sched->first_packet, sitd = NULL; in sitd_link_urb()