Lines Matching defs:bus
68 * -bus/c running buffer. */
77 /* While any outstand message on the bus exists... */
80 /* Peek the msg bus */
97 "%s() found timed out command on the bus\n",
100 /* Clean the bus */
120 * -bus/c running buffer. */
143 printk(KERN_ERR "found timed out command on the bus\n");
145 /* Clean the bus */
175 struct tmComResBusInfo *bus = &dev->bus;
191 cmds = size / bus->m_wMaxReqSize;
192 if (size % bus->m_wMaxReqSize == 0)
201 msg->size = bus->m_wMaxReqSize;
202 tmp = buf + idx * bus->m_wMaxReqSize;
222 msg->size = size - idx * bus->m_wMaxReqSize;
224 ret = saa7164_bus_set(dev, msg, buf + idx * bus->m_wMaxReqSize);
506 /* See of other commands are on the bus */
530 /* See of other commands are on the bus */
549 /* See of other commands are on the bus */
564 /* See of other commands are on the bus */