Lines Matching defs:loop
28 * @function: the device function we loop for
67 * pccard_loop_tuple() - loop over tuples in the CIS
69 * @function: the device function we loop for
79 * returns 0, the loop exits. Returns 0 on success or errorcode otherwise.
247 * pcmcia_loop_config() - loop over configuration options
248 * @p_dev: the struct pcmcia_device which we need to loop for.
301 struct pcmcia_loop_mem *loop = priv;
303 return loop->loop_tuple(loop->p_dev, tuple, loop->priv_data);
307 * pcmcia_loop_tuple() - loop over tuples in the CIS
308 * @p_dev: the struct pcmcia_device which we need to loop for.
316 * returns 0, the loop exits. Returns 0 on success or errorcode otherwise.
324 struct pcmcia_loop_mem loop = {
330 &loop, pcmcia_do_loop_tuple);
365 * @p_dev: the struct pcmcia_device which we need to loop for.