Searched refs:start_iso (Results 1 – 6 of 6) sorted by relevance
548 start_iso.pkts_per_urb = pkts_per_sec / 100; in usbredir_handle_iso_data()549 if (start_iso.pkts_per_urb < 1) { in usbredir_handle_iso_data()550 start_iso.pkts_per_urb = 1; in usbredir_handle_iso_data()551 } else if (start_iso.pkts_per_urb > 32) { in usbredir_handle_iso_data()552 start_iso.pkts_per_urb = 32; in usbredir_handle_iso_data()555 start_iso.no_urbs = DIV_ROUND_UP( in usbredir_handle_iso_data()557 start_iso.pkts_per_urb); in usbredir_handle_iso_data()561 start_iso.no_urbs *= 2; in usbredir_handle_iso_data()563 if (start_iso.no_urbs > 16) { in usbredir_handle_iso_data()564 start_iso.no_urbs = 16; in usbredir_handle_iso_data()[all …]
99 int (*start_iso)(struct fw_iso_context *ctx, member
164 return ctx->card->driver->start_iso(ctx, cycle, sync, tags); in fw_iso_context_start()
692 .start_iso = dummy_start_iso,
432 struct fw_cdev_start_iso start_iso; member1222 struct fw_cdev_start_iso *a = &arg->start_iso; in ioctl_start_iso()
3582 .start_iso = ohci_start_iso,