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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dvideo1394.c537 find_ctx(struct list_head *list, int type, int channel) function
934 d = find_ctx(&ctx->context_list, OHCI_ISO_RECEIVE, channel);
936 d = find_ctx(&ctx->context_list, OHCI_ISO_TRANSMIT, channel);
953 d = find_ctx(&ctx->context_list, OHCI_ISO_RECEIVE, v.channel);
1015 d = find_ctx(&ctx->context_list, OHCI_ISO_RECEIVE, v.channel);
1088 d = find_ctx(&ctx->context_list, OHCI_ISO_TRANSMIT, v.channel);
1177 d = find_ctx(&ctx->context_list, OHCI_ISO_TRANSMIT, v.channel);

Completed in 35 milliseconds