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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dss.h145 struct list_head cis_cache; member in struct:pcmcia_socket
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) {
387 list_for_each_entry(cis, &s->cis_cache, node) {
H A Dcs.c158 INIT_LIST_HEAD(&socket->cis_cache);

Completed in 63 milliseconds