Searched refs:tRsp (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/media/video/saa7164/
H A Dsaa7164-cmd.c94 tmComResInfo_t tRsp = { 0, 0, 0, 0, 0, 0 }; local
95 ret = saa7164_bus_get(dev, &tRsp, NULL, 1);
99 q = &dev->cmds[tRsp.seqno].wait;
100 timeout = saa7164_cmd_timeout_get(dev, tRsp.seqno);
105 __func__, tRsp.seqno);
106 dev->cmds[tRsp.seqno].signalled = 1;
131 tmComResInfo_t tRsp = { 0, 0, 0, 0, 0, 0 }; local
132 ret = saa7164_bus_get(dev, &tRsp, NULL, 1);
139 q = &dev->cmds[tRsp.seqno].wait;
140 timeout = saa7164_cmd_timeout_get(dev, tRsp
[all...]

Completed in 106 milliseconds