diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-02-16 17:34:41 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:59 -0500 |
commit | 69cdb7268ca2e644665dae8ea26e35ce4e96679c (patch) | |
tree | 36c68569d97dd3ee0dfc942f32a7f0e7147770d2 /drivers/firewire/fw-transaction.h | |
parent | 295e3feb92e5073ec32a3c626302d4b92c4c8a95 (diff) |
firewire: Rename 'send_iso' to 'start_iso'.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 9e92edad68d7..9ccbed80cebb 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -376,10 +376,6 @@ fw_iso_context_create(struct fw_card *card, int type, size_t header_size, | |||
376 | void | 376 | void |
377 | fw_iso_context_destroy(struct fw_iso_context *ctx); | 377 | fw_iso_context_destroy(struct fw_iso_context *ctx); |
378 | 378 | ||
379 | void | ||
380 | fw_iso_context_start(struct fw_iso_context *ctx, | ||
381 | int channel, int speed, int cycle); | ||
382 | |||
383 | int | 379 | int |
384 | fw_iso_context_queue(struct fw_iso_context *ctx, | 380 | fw_iso_context_queue(struct fw_iso_context *ctx, |
385 | struct fw_iso_packet *packet, | 381 | struct fw_iso_packet *packet, |
@@ -387,7 +383,7 @@ fw_iso_context_queue(struct fw_iso_context *ctx, | |||
387 | unsigned long payload); | 383 | unsigned long payload); |
388 | 384 | ||
389 | int | 385 | int |
390 | fw_iso_context_send(struct fw_iso_context *ctx, | 386 | fw_iso_context_start(struct fw_iso_context *ctx, |
391 | int channel, int speed, int cycle); | 387 | int channel, int speed, int cycle); |
392 | 388 | ||
393 | struct fw_card_driver { | 389 | struct fw_card_driver { |
@@ -426,7 +422,7 @@ struct fw_card_driver { | |||
426 | (*allocate_iso_context)(struct fw_card *card, int type); | 422 | (*allocate_iso_context)(struct fw_card *card, int type); |
427 | void (*free_iso_context)(struct fw_iso_context *ctx); | 423 | void (*free_iso_context)(struct fw_iso_context *ctx); |
428 | 424 | ||
429 | int (*send_iso)(struct fw_iso_context *ctx, s32 cycle); | 425 | int (*start_iso)(struct fw_iso_context *ctx, s32 cycle); |
430 | 426 | ||
431 | int (*queue_iso)(struct fw_iso_context *ctx, | 427 | int (*queue_iso)(struct fw_iso_context *ctx, |
432 | struct fw_iso_packet *packet, | 428 | struct fw_iso_packet *packet, |