Searched refs:pccard_get_first_tuple (Results 1 – 3 of 3) sorted by relevance
/drivers/pcmcia/ |
D | pcmcia_cis.c | 54 ret = pccard_get_first_tuple(s, function, &tuple); in pccard_read_tuple() 107 ret = pccard_get_first_tuple(s, function, &tuple); in pccard_loop_tuple()
|
D | cs_internal.h | 176 int pccard_get_first_tuple(struct pcmcia_socket *s, unsigned int function,
|
D | cistpl.c | 446 int pccard_get_first_tuple(struct pcmcia_socket *s, unsigned int function, in pccard_get_first_tuple() function 1411 ret = pccard_get_first_tuple(s, BIND_FN_ALL, tuple); in pccard_validate_cis() 1493 status = pccard_get_first_tuple(s, BIND_FN_ALL, &tuple); in pccard_extract_cis()
|