• Home
  • Raw
  • Download

Lines Matching refs:card

141 static inline struct fw_card *fw_card_get(struct fw_card *card)  in fw_card_get()  argument
143 kref_get(&card->kref); in fw_card_get()
145 return card; in fw_card_get()
150 static inline void fw_card_put(struct fw_card *card) in fw_card_put() argument
152 kref_put(&card->kref, fw_card_release); in fw_card_put()
155 int fw_card_read_cycle_time(struct fw_card *card, u32 *cycle_time);
193 struct fw_card *card; member
262 struct fw_card *card, int status);
263 typedef void (*fw_transaction_callback_t)(struct fw_card *card, int rcode,
266 typedef void (*fw_transaction_callback_with_tstamp_t)(struct fw_card *card, int rcode,
286 typedef void (*fw_address_callback_t)(struct fw_card *card,
323 struct fw_card *card; member
357 void fw_send_response(struct fw_card *card,
362 void __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode,
385 static inline void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request() argument
393 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request()
414 static inline void fw_send_request_with_tstamp(struct fw_card *card, struct fw_transaction *t, in fw_send_request_with_tstamp() argument
422 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request_with_tstamp()
426 int fw_cancel_transaction(struct fw_card *card,
428 int fw_run_transaction(struct fw_card *card, int tcode, int destination_id,
438 void fw_schedule_bus_reset(struct fw_card *card, bool delayed,
495 int fw_iso_buffer_init(struct fw_iso_buffer *buffer, struct fw_card *card,
497 void fw_iso_buffer_destroy(struct fw_iso_buffer *buffer, struct fw_card *card);
513 struct fw_card *card; member
524 struct fw_iso_context *fw_iso_context_create(struct fw_card *card,
550 queue_work(ctx->card->isoc_wq, &ctx->work); in fw_iso_context_schedule_flush_completions()
557 void fw_iso_resource_manage(struct fw_card *card, int generation,