Lines Matching defs:pcmcia_device
91 struct pcmcia_device { struct
94 struct pcmcia_socket *socket;
96 char *devname;
98 u8 device_no;
102 u8 func;
103 struct config_t *function_config;
105 struct list_head socket_device_list;
108 unsigned int irq;
109 struct resource *resource[PCMCIA_NUM_RESOURCES];
110 resource_size_t card_addr; /* for the 1st IOMEM resource */
111 unsigned int vpp;
113 unsigned int config_flags; /* CONF_ENABLE_ flags below */
114 unsigned int config_base;
115 unsigned int config_index;
116 unsigned int config_regs; /* PRESENT_ flags below */
117 unsigned int io_lines; /* number of I/O lines */
120 u16 suspended:1;
124 u16 _irq:1;
125 u16 _io:1;
126 u16 _win:4;
127 u16 _locked:1;
154 #define to_pcmcia_dev(n) container_of(n, struct pcmcia_device, dev) argument