Searched refs:pccard_get_next_tuple (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/pcmcia/ |
D | cs_internal.h | 170 int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function,
|
D | cistpl.c | 463 if (pccard_get_next_tuple(s, function, tuple) == 0) { in pccard_get_first_tuple() 465 if (pccard_get_next_tuple(s, function, tuple) != 0) in pccard_get_first_tuple() 471 return pccard_get_next_tuple(s, function, tuple); in pccard_get_first_tuple() 521 int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function, in pccard_get_next_tuple() function 1434 ret = pccard_get_next_tuple(s, BIND_FN_ALL, tuple); in pccard_validate_cis() 1531 status = pccard_get_next_tuple(s, BIND_FN_ALL, &tuple); in pccard_extract_cis()
|
D | pcmcia_cis.c | 118 ret = pccard_get_next_tuple(s, function, &tuple); in pccard_loop_tuple()
|