Lines Matching defs:function
29 * @function: the device function we loop for
35 int pccard_read_tuple(struct pcmcia_socket *s, unsigned int function,
49 if (function == BIND_FN_ALL)
51 ret = pccard_get_first_tuple(s, function, &tuple);
70 * @function: the device function we loop for
73 * @priv_data: private data to be passed to the loop_tuple function.
74 * @loop_tuple: function to call for each CIS entry of type @function. IT
78 * pccard_loop_tuple() loops over all CIS entries of type @function, and
79 * calls the @loop_tuple function for each entry. If the call to @loop_tuple
82 static int pccard_loop_tuple(struct pcmcia_socket *s, unsigned int function,
104 ret = pccard_get_first_tuple(s, function, &tuple);
118 ret = pccard_get_next_tuple(s, function, &tuple);
211 * configure the network function with window 0,
250 * @conf_check: function to call for each configuration option.
253 * @priv_data: private data to be passed to the conf_check function.
311 * @priv_data: private data to be passed to the loop_tuple function.
312 * @loop_tuple: function to call for each CIS entry of type @function. IT
315 * pcmcia_loop_tuple() loops over all CIS entries of type @function, and
316 * calls the @loop_tuple function for each entry. If the call to @loop_tuple