• Home
  • Raw
  • Download

Lines Matching refs:iso_context

163 struct iso_context {  struct
211 struct iso_context *it_context_list;
215 struct iso_context *ir_context_list;
2790 static void flush_iso_completions(struct iso_context *ctx) in flush_iso_completions()
2798 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr) in copy_iso_headers()
2829 struct iso_context *ctx = in handle_ir_packet_per_buffer()
2830 container_of(context, struct iso_context, context); in handle_ir_packet_per_buffer()
2864 struct iso_context *ctx = in handle_ir_buffer_fill()
2865 container_of(context, struct iso_context, context); in handle_ir_buffer_fill()
2898 static void flush_ir_buffer_fill(struct iso_context *ctx) in flush_ir_buffer_fill()
2952 struct iso_context *ctx = in handle_it_packet()
2953 container_of(context, struct iso_context, context); in handle_it_packet()
3000 struct iso_context *ctx; in ohci_allocate_iso_context()
3097 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_start_iso()
3147 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_stop_iso()
3172 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_free_iso_context()
3240 struct iso_context *ctx; in ohci_resume_iso_dma()
3256 static int queue_iso_transmit(struct iso_context *ctx, in queue_iso_transmit()
3360 static int queue_iso_packet_per_buffer(struct iso_context *ctx, in queue_iso_packet_per_buffer()
3441 static int queue_iso_buffer_fill(struct iso_context *ctx, in queue_iso_buffer_fill()
3502 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_queue_iso()
3526 &container_of(base, struct iso_context, base)->context; in ohci_flush_queue_iso()
3533 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_flush_iso_completions()
3730 size = sizeof(struct iso_context) * ohci->n_ir; in pci_probe()
3745 size = sizeof(struct iso_context) * ohci->n_it; in pci_probe()