Searched refs:start_iso (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core.h | 99 int (*start_iso)(struct fw_iso_context *ctx, member
|
H A D | core-iso.c | 164 return ctx->card->driver->start_iso(ctx, cycle, sync, tags); in fw_iso_context_start()
|
H A D | core-card.c | 653 .start_iso = dummy_start_iso,
|
H A D | core-cdev.c | 419 struct fw_cdev_start_iso start_iso; member 1151 struct fw_cdev_start_iso *a = &arg->start_iso; in ioctl_start_iso()
|
H A D | ohci.c | 3562 .start_iso = ohci_start_iso,
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core.h | 99 int (*start_iso)(struct fw_iso_context *ctx, member
|
H A D | core-iso.c | 164 return ctx->card->driver->start_iso(ctx, cycle, sync, tags); in fw_iso_context_start()
|
H A D | core-card.c | 692 .start_iso = dummy_start_iso,
|
H A D | core-cdev.c | 432 struct fw_cdev_start_iso start_iso; member 1222 struct fw_cdev_start_iso *a = &arg->start_iso; in ioctl_start_iso()
|
H A D | ohci.c | 3574 .start_iso = ohci_start_iso,
|
Completed in 19 milliseconds