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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dvideo1394.c468 find_ctx(struct list_head *list, int type, int channel) function
863 d = find_ctx(&ctx->context_list, OHCI_ISO_RECEIVE, channel);
865 d = find_ctx(&ctx->context_list, OHCI_ISO_TRANSMIT, 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);
1021 d = find_ctx(&ctx->context_list, OHCI_ISO_TRANSMIT, v.channel);
1123 d = find_ctx(&ctx->context_list, OHCI_ISO_TRANSMIT, v.channel);

Completed in 102 milliseconds