Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/caiaq/
H A Daudio.c103 cdev->first_packet = 4; in stream_start()
395 if (cdev->first_packet) in read_in_urb_mode2()
407 cdev->first_packet = 0; in read_in_urb_mode2()
468 !cdev->first_packet) { in read_in_urb_mode3()
480 if (cdev->first_packet > 0) in read_in_urb_mode3()
481 cdev->first_packet--; in read_in_urb_mode3()
H A Ddevice.h84 int streaming, first_packet, output_running; member
/openbmc/linux/sound/firewire/
H A Disight.c61 bool first_packet; member
185 if (!isight->first_packet) in isight_packet()
187 isight->first_packet = false; in isight_packet()
380 isight->first_packet = true; in isight_start_streaming()
/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c1161 bool first_packet) in mt_process_mt_event() argument
1176 if (!first_packet) in mt_process_mt_event()
1204 bool first_packet; in mt_touch_report() local
1241 first_packet = app->num_received == 0; in mt_touch_report()
1260 first_packet); in mt_touch_report()
/openbmc/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb.c442 static int pcan_usb_decode_ts(struct pcan_usb_msg_context *mc, u8 first_packet) in pcan_usb_decode_ts() argument
445 if (first_packet) { in pcan_usb_decode_ts()
/openbmc/linux/drivers/usb/host/
H A Dehci.h466 unsigned first_packet; member
H A Dehci-sched.c1631 sched->first_packet = urb->error_count; in iso_stream_schedule()
1767 for (packet = iso_sched->first_packet, itd = NULL; in itd_link_urb()
2169 for (packet = sched->first_packet, sitd = NULL; in sitd_link_urb()