Searched refs:pccard_get_next_tuple (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/pcmcia/ |
| D | cs_internal.h | 176 int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function,
|
| D | cistpl.c | 462 if (pccard_get_next_tuple(s, function, tuple) == 0) { in pccard_get_first_tuple() 464 if (pccard_get_next_tuple(s, function, tuple) != 0) in pccard_get_first_tuple() 470 return pccard_get_next_tuple(s, function, tuple); in pccard_get_first_tuple() 520 int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function, in pccard_get_next_tuple() function 1433 ret = pccard_get_next_tuple(s, BIND_FN_ALL, tuple); in pccard_validate_cis() 1530 status = pccard_get_next_tuple(s, BIND_FN_ALL, &tuple); in pccard_extract_cis()
|
| D | pcmcia_cis.c | 117 ret = pccard_get_next_tuple(s, function, &tuple); in pccard_loop_tuple()
|