Searched refs:Attributes (Results 1 - 25 of 60) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpcmcia_resource.c218 config->Attributes = CONF_VALID_CLIENT;
222 config->Attributes |= CONF_ENABLE_IRQ;
241 config->Attributes = 0;
247 config->Attributes = c->Attributes | CONF_VALID_CLIENT;
258 config->IRQAttributes = c->irq.Attributes;
299 req->Attributes = 0;
301 req->Attributes |= WIN_MEMORY_TYPE_AM;
303 req->Attributes |= WIN_ENABLE;
305 req->Attributes |
[all...]
H A Dcs_internal.h45 u_int Attributes; member in struct:config_t
52 u_int Attributes; member in struct:config_t::__anon6194
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dbulkmem.h20 u_int Attributes; member in struct:region_info_t
H A Dcs.h34 u_int Attributes; member in struct:adjust_t
79 u_int Attributes; member in struct:config_info_t
107 u_int Attributes; member in struct:client_req_t
114 u_int Attributes; member in struct:modconf_t
118 /* Attributes for ModifyConfiguration */
127 u_int Attributes; member in struct:config_req_t
136 /* Attributes for RequestConfiguration */
159 /* Attributes for RequestIO and ReleaseIO */
170 u_int Attributes; member in struct:irq_req_t
177 /* Attributes fo
199 u_int Attributes; member in struct:eventmask_t
225 u_int Attributes; member in struct:modwin_t
231 u_int Attributes; member in struct:win_req_t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dsedlbauer_cs.c165 link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_SHARED;
184 link->conf.Attributes = 0;
234 tuple.Attributes = 0;
268 link->conf.Attributes |= CONF_ENABLE_SPKR;
291 link->conf.Attributes |= CONF_ENABLE_IRQ;
331 req.Attributes = WIN_DATA_WIDTH_16|WIN_MEMORY_TYPE_CM;
332 req.Attributes |= WIN_ENABLE;
358 if (link->conf.Attributes & CONF_ENABLE_IRQ)
381 if (link->conf.Attributes & CONF_ENABLE_IRQ)
H A Davma1_cs.c139 p_dev->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
140 p_dev->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_SHARED;
145 p_dev->conf.Attributes = CONF_ENABLE_IRQ;
227 tuple.Attributes = 0;
H A Delsa_cs.c157 link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_SHARED;
172 link->conf.Attributes = CONF_ENABLE_IRQ;
245 tuple.Attributes = 0;
296 if (link->conf.Attributes & CONF_ENABLE_IRQ)
H A Dteles_cs.c147 link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_SHARED;
162 link->conf.Attributes = CONF_ENABLE_IRQ;
235 tuple.Attributes = 0;
286 if (link->conf.Attributes & CONF_ENABLE_IRQ)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo_cs.c150 p_dev->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
161 p_dev->conf.Attributes = 0;
235 tuple.Attributes = 0;
254 link->conf.Attributes |= CONF_ENABLE_SPKR;
269 link->conf.Attributes |= CONF_ENABLE_IRQ;
307 req.Attributes = WIN_DATA_WIDTH_16|WIN_MEMORY_TYPE_CM;
329 if (link->conf.Attributes & CONF_ENABLE_IRQ)
356 if (link->conf.Attributes & CONF_ENABLE_IRQ)
H A Datmel_cs.c161 p_dev->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
172 p_dev->conf.Attributes = 0;
241 tuple.Attributes = 0;
273 link->conf.Attributes |= CONF_ENABLE_SPKR;
288 link->conf.Attributes |= CONF_ENABLE_IRQ;
324 if (link->conf.Attributes & CONF_ENABLE_IRQ)
H A Dorinoco_cs.c119 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT;
129 link->conf.Attributes = 0;
195 tuple.Attributes = 0;
239 link->conf.Attributes |= CONF_ENABLE_IRQ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dibmtr_cs.c165 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT;
168 link->conf.Attributes = CONF_ENABLE_IRQ;
255 req.Attributes = WIN_DATA_WIDTH_16|WIN_MEMORY_TYPE_CM|WIN_ENABLE;
256 req.Attributes |= WIN_USE_WAIT;
268 req.Attributes = WIN_DATA_WIDTH_16|WIN_MEMORY_TYPE_CM|WIN_ENABLE;
269 req.Attributes |= WIN_USE_WAIT;
H A Dcom20020_cs.c172 p_dev->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
174 p_dev->conf.Attributes = CONF_ENABLE_IRQ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Davm_cs.c111 p_dev->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
112 p_dev->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_SHARED;
117 p_dev->conf.Attributes = CONF_ENABLE_IRQ;
205 tuple.Attributes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Defivars.c115 __u32 Attributes; member in struct:efi_variable
194 &var->Attributes,
235 if (var->Attributes & 0x1)
237 if (var->Attributes & 0x2)
239 if (var->Attributes & 0x4)
302 if ((new_var->DataSize <= 0) || (new_var->Attributes == 0)){
303 printk(KERN_ERR "efivars: DataSize & Attributes must be valid!\n");
310 new_var->Attributes,
461 new_var->Attributes,
515 /* force the Attributes/DataSiz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811_cs.c174 tuple.Attributes = 0;
218 link->conf.Attributes |= CONF_ENABLE_IRQ;
243 if (link->conf.Attributes & CONF_ENABLE_IRQ)
288 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
292 link->conf.Attributes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_cs.c116 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
118 link->conf.Attributes = CONF_ENABLE_IRQ;
169 tuple.Attributes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Daha152x_stub.c118 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
120 link->conf.Attributes = CONF_ENABLE_IRQ;
160 tuple.Attributes = 0;
H A Dfdomain_stub.c101 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
103 link->conf.Attributes = CONF_ENABLE_IRQ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dide-cs.c122 link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING;
124 link->conf.Attributes = CONF_ENABLE_IRQ;
193 tuple.Attributes = 0;
204 tuple.Attributes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_pcmcia.c174 pdev->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING;
176 pdev->conf.Attributes = CONF_ENABLE_IRQ;
191 tuple.Attributes = 0;
205 tuple.Attributes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_cs.c296 tuple.Attributes = TUPLE_RETURN_COMMON;
572 tuple.Attributes = 0;
600 link->conf.Attributes |= CONF_ENABLE_SPKR;
631 link->conf.Attributes |= CONF_ENABLE_IRQ;
632 else if (!(link->conf.Attributes & CONF_ENABLE_IRQ)) {
637 link->conf.Attributes |= CONF_ENABLE_IRQ;
697 if (link->conf.Attributes & CONF_ENABLE_IRQ) {
698 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT;
723 if (link->conf.Attributes & CONF_ENABLE_IRQ)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_cs.c348 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
350 link->conf.Attributes = CONF_ENABLE_IRQ;
352 link->conf.Attributes |= CONF_ENABLE_SPKR;
482 if ((i == CS_SUCCESS) && (config.Attributes & CONF_VALID_CLIENT)) {
502 tuple->Attributes = 0;
602 tuple->Attributes = 0;
740 tuple->Attributes = 0;
744 tuple->Attributes = TUPLE_RETURN_COMMON | TUPLE_RETURN_LINK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c141 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT | IRQ_FORCED_PULSE;
142 // link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_SHARED;
147 link->conf.Attributes = CONF_ENABLE_IRQ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxpocket.c162 link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT;
168 link->conf.Attributes = CONF_ENABLE_IRQ;

Completed in 300 milliseconds

123