Searched refs:iso_tasklet (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | amdtp.c | 260 struct ohci1394_iso_tasklet iso_tasklet; member 366 ohci1394_start_it_ctx(s->host->ohci, s->iso_tasklet.context, in stream_start_dma() 390 ohci1394_wake_it_ctx(s->host->ohci, s->iso_tasklet.context); in stream_put_dma_packet_list() 895 ohci1394_stop_it_ctx(s->host->ohci, s->iso_tasklet.context, 0); in plug_update() 1046 ohci1394_init_iso_tasklet(&s->iso_tasklet, OHCI_ISO_TRANSMIT, in stream_alloc() 1050 if (ohci1394_register_iso_tasklet(host->ohci, &s->iso_tasklet) < 0) { in stream_alloc() 1077 ohci1394_stop_it_ctx(s->host->ohci, s->iso_tasklet.context, 1); in stream_free() 1078 ohci1394_unregister_iso_tasklet(s->host->ohci, &s->iso_tasklet); in stream_free()
|
D | video1394.c | 81 struct ohci1394_iso_tasklet iso_tasklet; member 167 if (d->iso_tasklet.link.next != NULL) in free_dma_iso_ctx() 168 ohci1394_unregister_iso_tasklet(d->ohci, &d->iso_tasklet); in free_dma_iso_ctx() 236 ohci1394_init_iso_tasklet(&d->iso_tasklet, type, in alloc_dma_iso_ctx() 240 ohci1394_init_iso_tasklet(&d->iso_tasklet, type, in alloc_dma_iso_ctx() 244 if (ohci1394_register_iso_tasklet(ohci, &d->iso_tasklet) < 0) { in alloc_dma_iso_ctx() 250 d->ctx = d->iso_tasklet.context; in alloc_dma_iso_ctx()
|