Home
last modified time | relevance | path

Searched defs:cis_cache_entry (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/pcmcia/
Dcs_internal.h42 struct cis_cache_entry { struct
43 struct list_head node;
44 unsigned int addr;
45 unsigned int len;
46 unsigned int attr;
47 unsigned char cache[0];
/kernel/linux/linux-5.10/drivers/pcmcia/
Dcs_internal.h38 struct cis_cache_entry { struct
39 struct list_head node;
40 unsigned int addr;
41 unsigned int len;
42 unsigned int attr;
43 unsigned char cache[];