Searched refs:dev_self (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dw83977af_ir.c86 static struct w83977af_ir *dev_self[] = { NULL, NULL, NULL, NULL}; variable in typeref:struct:w83977af_ir
118 for (i=0; i < ARRAY_SIZE(dev_self) && io[i] < 2000; i++) {
137 for (i=0; i < ARRAY_SIZE(dev_self); i++) {
138 if (dev_self[i])
139 w83977af_close(dev_self[i]);
250 dev_self[i] = self;
H A Dnsc-ircc.c129 static struct nsc_ircc_cb *dev_self[] = { NULL, NULL, NULL, NULL, NULL }; variable in typeref:struct:nsc_ircc_cb
323 for (i = 0; i < ARRAY_SIZE(dev_self); i++) {
324 if (dev_self[i])
325 nsc_ircc_close(dev_self[i]);
366 for (chip_index = 0; chip_index < ARRAY_SIZE(dev_self); chip_index++) {
367 if (!dev_self[chip_index])
371 if (chip_index == ARRAY_SIZE(dev_self)) {
396 dev_self[chip_index] = self;
506 dev_self[chip_index] = NULL;
544 dev_self[sel
[all...]
H A Dali-ircc.c91 static struct ali_ircc_cb *dev_self[] = { NULL, NULL, NULL, NULL }; variable in typeref:struct:ali_ircc_cb
254 for (i=0; i < ARRAY_SIZE(dev_self); i++) {
255 if (dev_self[i])
256 ali_ircc_close(dev_self[i]);
293 if (i >= ARRAY_SIZE(dev_self)) {
315 dev_self[i] = self;
409 dev_self[i] = NULL;
446 dev_self[self->index] = NULL;
H A Dvia-ircc.c79 static struct via_ircc_cb *dev_self[] = { NULL, NULL, NULL, NULL }; variable in typeref:struct:via_ircc_cb
275 for (i=0; i < ARRAY_SIZE(dev_self); i++) {
276 if (dev_self[i])
277 via_ircc_close(dev_self[i]);
327 if (i >= ARRAY_SIZE(dev_self))
340 dev_self[i] = self;
450 dev_self[i] = NULL;
484 dev_self[self->index] = NULL;
H A Dsmsc-ircc2.c356 static struct smsc_ircc_cb *dev_self[] = { NULL, NULL }; variable in typeref:struct:smsc_ircc_cb
528 if (dev_count >= ARRAY_SIZE(dev_self)) {
555 dev_self[dev_count] = self;
628 dev_self[dev_count] = NULL;
1813 if (dev_self[i])
1814 smsc_ircc_close(dev_self[i]);

Completed in 130 milliseconds