Searched refs:fw_iso_context_start (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/firewire/ |
H A D | core-iso.c | 171 int fw_iso_context_start(struct fw_iso_context *ctx, in fw_iso_context_start() function 180 EXPORT_SYMBOL(fw_iso_context_start);
|
H A D | net.c | 1171 retval = fw_iso_context_start(context, -1, 0, in fwnet_broadcast_start()
|
H A D | core-cdev.c | 1250 return fw_iso_context_start(client->iso_context, in ioctl_start_iso()
|
/linux/drivers/media/firewire/ |
H A D | firedtv-fw.c | 167 err = fw_iso_context_start(ctx->context, -1, 0, in fdtv_start_iso()
|
/linux/include/linux/ |
H A D | firewire.h | 553 int fw_iso_context_start(struct fw_iso_context *ctx,
|
/linux/sound/firewire/ |
H A D | isight.c | 383 err = fw_iso_context_start(isight->context, -1, 0, in isight_start_streaming()
|
H A D | amdtp-stream.c | 1845 err = fw_iso_context_start(s->context, -1, 0, tag); in amdtp_stream_start()
|