Searched refs:cis_cache (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/pcmcia/
H A Dss.h141 struct list_head cis_cache; member in struct:pcmcia_socket
/linux-master/drivers/pcmcia/
H A Dcistpl.c308 list_for_each_entry(cis, &s->cis_cache, node) {
326 list_add(&cis->node, &s->cis_cache);
340 list_for_each_entry(cis, &s->cis_cache, node)
361 list_for_each_safe(l, n, &s->cis_cache) {
386 list_for_each_entry(cis, &s->cis_cache, node) {
H A Dcs.c153 INIT_LIST_HEAD(&socket->cis_cache);

Completed in 199 milliseconds