Home
last modified time | relevance | path

Searched refs:cis_cache (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/pcmcia/
Dss.h144 struct list_head cis_cache; member
/linux-4.4.14/Documentation/pcmcia/
Dlocking.txt84 struct list_head cis_cache;
/linux-4.4.14/drivers/pcmcia/
Dcistpl.c309 list_for_each_entry(cis, &s->cis_cache, node) { in read_cis_cache()
327 list_add(&cis->node, &s->cis_cache); in read_cis_cache()
341 list_for_each_entry(cis, &s->cis_cache, node) in remove_cis_cache()
362 list_for_each_safe(l, n, &s->cis_cache) { in destroy_cis_cache()
387 list_for_each_entry(cis, &s->cis_cache, node) { in verify_cis_cache()
Dcs.c156 INIT_LIST_HEAD(&socket->cis_cache); in pcmcia_register_socket()