Lines Matching defs:pcmcia_device
88 struct pcmcia_device { struct
91 struct pcmcia_socket *socket;
93 char *devname;
95 u8 device_no;
99 u8 func;
100 struct config_t *function_config;
102 struct list_head socket_device_list;
105 unsigned int irq;
106 struct resource *resource[PCMCIA_NUM_RESOURCES];
107 resource_size_t card_addr; /* for the 1st IOMEM resource */
108 unsigned int vpp;
110 unsigned int config_flags; /* CONF_ENABLE_ flags below */
111 unsigned int config_base;
112 unsigned int config_index;
113 unsigned int config_regs; /* PRESENT_ flags below */
114 unsigned int io_lines; /* number of I/O lines */
117 u16 suspended:1;
121 u16 _irq:1;
122 u16 _io:1;
123 u16 _win:4;
124 u16 _locked:1;
151 #define to_pcmcia_dev(n) container_of(n, struct pcmcia_device, dev) argument