Searched refs:pccard_get_next_tuple (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/pcmcia/ |
D | cs_internal.h | 179 int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function,
|
D | cistpl.c | 466 if (pccard_get_next_tuple(s, function, tuple) == 0) { in pccard_get_first_tuple() 468 if (pccard_get_next_tuple(s, function, tuple) != 0) in pccard_get_first_tuple() 474 return pccard_get_next_tuple(s, function, tuple); in pccard_get_first_tuple() 524 int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function, in pccard_get_next_tuple() function 1437 ret = pccard_get_next_tuple(s, BIND_FN_ALL, tuple); in pccard_validate_cis() 1544 status = pccard_get_next_tuple(s, BIND_FN_ALL, &tuple); in pccard_extract_cis()
|
D | pcmcia_cis.c | 121 ret = pccard_get_next_tuple(s, function, &tuple); in pccard_loop_tuple()
|