Searched defs:called (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/
H A Dmvme147.c69 static unsigned char called = 0; local
74 if (!MACH_IS_MVME147 || called)
76 called++;
H A Dmac_scsi.c230 static int called = 0; local
234 if (!MACH_IS_MAC || called)
309 called = 1;
H A Dsun3_scsi.c204 static int called = 0; local
217 if(called)
304 called = 1;
402 * Debug stuff - to be called on NMI, or sysrq key. Use at your own risk;
H A Dsun3_scsi_vme.c146 static int called = 0; local
165 if(called)
273 called = 1;
385 * Debug stuff - to be called on NMI, or sysrq key. Use at your own risk;
H A Datari_scsi.c277 /* Dead code... wasn't called anyway :-) and causes some trouble, because at
577 static int called = 0; local
582 called)
723 called = 1;
/drivers/net/ethernet/amd/
H A Dmvme147.c74 static int called; local
81 if (!MACH_IS_MVME147 || called)
83 called++;
/drivers/tty/serial/8250/
H A D8250_hp300.c91 * This function should be called before serial_console_init() is called
209 static int called; local
217 if (called)
219 called = 1;
/drivers/gpio/
H A Dgpio-omap.c238 * *_runtime_get_sync() is called, _gpio_dbck_enable() within
667 called so that we don't miss any interrupt occurred while
936 static bool called; local
939 if (called || bank->regs->revision == USHRT_MAX)
946 called = true;
/drivers/isdn/capi/
H A Dcapidrv.c1478 printk(KERN_DEBUG "capidrv-%d: capidrv_ioctl(%ld) called ??\n",
1598 u8 called[ISDN_MSNLEN + 2]; local
1634 called[0] = 0;
1642 called[0] = strlen(bchan->num) + 1;
1643 called[1] = 0x80;
1644 strncpy(called + 2, bchan->num, ISDN_MSNLEN);
1652 called, /* CalledPartyNumber */
1752 * just ignore, we a called from
1837 "capidrv: if_command %d called with invalid driverId %d!\n",
1856 printk(KERN_ERR "capidrv: if_sendbuf called wit
[all...]

Completed in 534 milliseconds