Searched refs:cis_cache (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/pcmcia/ |
H A D | ss.h | 141 struct list_head cis_cache; member
|
/kernel/linux/linux-6.6/include/pcmcia/ |
H A D | ss.h | 141 struct list_head cis_cache; member
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | cistpl.c | 308 list_for_each_entry(cis, &s->cis_cache, node) { in read_cis_cache() 326 list_add(&cis->node, &s->cis_cache); in read_cis_cache() 340 list_for_each_entry(cis, &s->cis_cache, node) in remove_cis_cache() 361 list_for_each_safe(l, n, &s->cis_cache) { in destroy_cis_cache() 386 list_for_each_entry(cis, &s->cis_cache, node) { in verify_cis_cache()
|
H A D | cs.c | 153 INIT_LIST_HEAD(&socket->cis_cache); in pcmcia_register_socket()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | cistpl.c | 308 list_for_each_entry(cis, &s->cis_cache, node) { in read_cis_cache() 326 list_add(&cis->node, &s->cis_cache); in read_cis_cache() 340 list_for_each_entry(cis, &s->cis_cache, node) in remove_cis_cache() 361 list_for_each_safe(l, n, &s->cis_cache) { in destroy_cis_cache() 386 list_for_each_entry(cis, &s->cis_cache, node) { in verify_cis_cache()
|
H A D | cs.c | 153 INIT_LIST_HEAD(&socket->cis_cache); in pcmcia_register_socket()
|
Completed in 10 milliseconds