Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c162 struct at_context { struct
217 struct at_context at_request_ctx;
218 struct at_context at_response_ctx;
990 struct at_context *ctx = from_work(ctx, work, work); in ohci_at_context_work()
1194 static int at_context_queue_packet(struct at_context *ctx, struct fw_packet *packet) in at_context_queue_packet()
1333 static void at_context_flush(struct at_context *ctx) in at_context_flush()
1360 struct at_context *ctx = container_of(context, struct at_context, context); in handle_at_packet()
1538 static void handle_local_request(struct at_context *ctx, struct fw_packet *packet) in handle_local_request()
1575 static void at_context_transmit(struct at_context *ctx, struct fw_packet *packet) in at_context_transmit()
2570 struct at_context *ctx = &ohci->at_request_ctx; in ohci_cancel_packet()