Lines Matching defs:pcmcia_device
79 struct pcmcia_device { struct
82 struct pcmcia_socket *socket;
84 char *devname;
86 u8 device_no;
90 u8 func;
91 struct config_t *function_config;
93 struct list_head socket_device_list;
96 unsigned int irq;
97 struct resource *resource[PCMCIA_NUM_RESOURCES];
98 resource_size_t card_addr; /* for the 1st IOMEM resource */
99 unsigned int vpp;
101 unsigned int config_flags; /* CONF_ENABLE_ flags below */
102 unsigned int config_base;
103 unsigned int config_index;
104 unsigned int config_regs; /* PRESENT_ flags below */
105 unsigned int io_lines; /* number of I/O lines */
108 u16 suspended:1;
112 u16 _irq:1;
113 u16 _io:1;
114 u16 _win:4;
115 u16 _locked:1;
142 #define to_pcmcia_dev(n) container_of(n, struct pcmcia_device, dev) argument