Lines Matching defs:loop
29 * @function: the device function we loop for
68 * pccard_loop_tuple() - loop over tuples in the CIS
70 * @function: the device function we loop for
80 * returns 0, the loop exits. Returns 0 on success or errorcode otherwise.
248 * pcmcia_loop_config() - loop over configuration options
249 * @p_dev: the struct pcmcia_device which we need to loop for.
302 struct pcmcia_loop_mem *loop = priv;
304 return loop->loop_tuple(loop->p_dev, tuple, loop->priv_data);
308 * pcmcia_loop_tuple() - loop over tuples in the CIS
309 * @p_dev: the struct pcmcia_device which we need to loop for.
317 * returns 0, the loop exits. Returns 0 on success or errorcode otherwise.
325 struct pcmcia_loop_mem loop = {
331 &loop, pcmcia_do_loop_tuple);
366 * @p_dev: the struct pcmcia_device which we need to loop for.