Home
last modified time | relevance | path

Searched refs:set_iso_channels (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/firewire/
Dcore.h102 int (*set_iso_channels)(struct fw_iso_context *ctx, u64 *channels); member
Dcore-iso.c170 return ctx->card->driver->set_iso_channels(ctx, channels); in fw_iso_context_set_channels()
Dcore-card.c665 .set_iso_channels = dummy_set_iso_channels,
Dcore-cdev.c428 struct fw_cdev_set_iso_channels set_iso_channels; member
1050 struct fw_cdev_set_iso_channels *a = &arg->set_iso_channels; in ioctl_set_iso_channels()
Dohci.c3510 .set_iso_channels = ohci_set_iso_channels,