Lines Matching defs:function
28 * @function: the device function we loop for
34 int pccard_read_tuple(struct pcmcia_socket *s, unsigned int function,
48 if (function == BIND_FN_ALL)
50 ret = pccard_get_first_tuple(s, function, &tuple);
69 * @function: the device function we loop for
72 * @priv_data: private data to be passed to the loop_tuple function.
73 * @loop_tuple: function to call for each CIS entry of type @function. IT
77 * pccard_loop_tuple() loops over all CIS entries of type @function, and
78 * calls the @loop_tuple function for each entry. If the call to @loop_tuple
81 static int pccard_loop_tuple(struct pcmcia_socket *s, unsigned int function,
103 ret = pccard_get_first_tuple(s, function, &tuple);
117 ret = pccard_get_next_tuple(s, function, &tuple);
210 * configure the network function with window 0,
249 * @conf_check: function to call for each configuration option.
252 * @priv_data: private data to be passed to the conf_check function.
310 * @priv_data: private data to be passed to the loop_tuple function.
311 * @loop_tuple: function to call for each CIS entry of type @function. IT
314 * pcmcia_loop_tuple() loops over all CIS entries of type @function, and
315 * calls the @loop_tuple function for each entry. If the call to @loop_tuple