Searched refs:OHCI_ISO_RECEIVE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dvideo1394.c74 int type; /* OHCI_ISO_TRANSMIT or OHCI_ISO_RECEIVE */
212 if (type == OHCI_ISO_RECEIVE)
223 type == OHCI_ISO_RECEIVE ? "receive" : "transmit");
239 if (type == OHCI_ISO_RECEIVE) {
335 (type == OHCI_ISO_RECEIVE) ? "receive" : "transmit",
785 d = alloc_dma_iso_ctx(ohci, OHCI_ISO_RECEIVE,
863 d = find_ctx(&ctx->context_list, OHCI_ISO_RECEIVE, channel);
883 d = find_ctx(&ctx->context_list, OHCI_ISO_RECEIVE, v.channel);
949 d = find_ctx(&ctx->context_list, OHCI_ISO_RECEIVE, v.channel);
1241 d->type == OHCI_ISO_RECEIVE
[all...]
H A Dohci1394.h141 enum { OHCI_ISO_TRANSMIT, OHCI_ISO_RECEIVE, enumerator in enum:ohci1394_iso_tasklet::__anon11534
H A Ddv1394.c958 ohci1394_init_iso_tasklet(&video->ir_tasklet, OHCI_ISO_RECEIVE,
H A Dohci1394.c1117 OHCI_ISO_RECEIVE,
2135 /* OHCI_ISO_RECEIVE or OHCI_ISO_MULTICHANNEL_RECEIVE */

Completed in 66 milliseconds