Home
last modified time | relevance | path

Searched refs:start_iso (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dredirect.c548 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 …]
/openbmc/linux/drivers/firewire/
H A Dcore.h99 int (*start_iso)(struct fw_iso_context *ctx, member
H A Dcore-iso.c164 return ctx->card->driver->start_iso(ctx, cycle, sync, tags); in fw_iso_context_start()
H A Dcore-card.c692 .start_iso = dummy_start_iso,
H A Dcore-cdev.c432 struct fw_cdev_start_iso start_iso; member
1222 struct fw_cdev_start_iso *a = &arg->start_iso; in ioctl_start_iso()
H A Dohci.c3582 .start_iso = ohci_start_iso,