Searched refs:routine (Results 1 - 21 of 21) sorted by relevance

/drivers/isdn/mISDN/
H A Dfsm.h48 void (*routine) (struct FsmInst *, int, void *); member in struct:FsmNode
H A Dfsm.c47 fnlist[i].state] = (FSMFNPTR) fnlist[i].routine;
/drivers/isdn/hisax/
H A Dfsm.h40 void (*routine) (struct FsmInst *, int, void *); member in struct:FsmNode
H A Dfsm.c41 fnlist[i].state] = (FSMFNPTR) fnlist[i].routine;
71 fi->printdebug(fi, "State %s Event %s no routine",
H A Dhisax.h187 void (*routine) (struct FsmInst *, int, void *); member in struct:FsmNode
/drivers/net/wireless/bcmdhd/include/
H A Dlinuxver.h339 tasklet->routine = (void (*)(void *))func;
358 (_tq)->routine = _routine; \
/drivers/tty/serial/
H A D68328serial.c120 char *name, const char *routine)
129 printk(badinfo, name, routine);
133 printk(badmagic, name, routine);
339 * This is the serial driver's generic interrupt routine
414 * This routine will shutdown a serial port; interrupts are disabled, and
489 * This routine is called to set the UART divisor registers to match
759 * This routine is called by the upper-layer tty layer to signal that
897 * This routine sends a break character out the serial port.
983 * This routine is called when the serial port gets closed. First, we
1185 * This routine i
119 serial_paranoia_check(struct m68k_serial *info, char *name, const char *routine) argument
[all...]
/drivers/net/wan/
H A Dcycx_x25.c220 /* X.25 Protocol Initialization routine.
222 * This routine is called by the main Cyclom 2X module during setup. At this
362 * This routine is called by the router when ROUTER_IFNEW IOCTL is being
497 * This routine is called only once for each interface, during Linux network
593 * 1. This routine is called either by the protocol stack or by the "net
751 * This routine handles fragmented IP packets using M-bit according to the
969 u8 code, routine; local
978 cycx_peek(&card->hw, cmd->buf + 10 + toread + 1, &routine, 1);
985 pr_info("log routine=0x%X\n", routine);
[all...]
/drivers/tty/
H A Dtty_io.c274 const char *routine)
280 imajor(inode), iminor(inode), routine);
286 imajor(inode), iminor(inode), routine);
293 static int check_tty_count(struct tty_struct *tty, const char *routine) argument
311 tty->name, tty->count, count, routine);
323 * This routine returns a tty driver structure, given a device number
350 * This routine returns a tty driver structure, given a name
1439 /* call the tty release_tty routine to clean out this slot */
273 tty_paranoia_check(struct tty_struct *tty, struct inode *inode, const char *routine) argument
H A Damiserial.c121 char *name, const char *routine)
130 printk(badinfo, name, routine);
134 printk(badmagic, name, routine);
235 * This routine is used by the interrupt handler to schedule
512 * This routine is used to handle the "bottom half" processing for the
633 * This routine will shutdown a serial port; interrupts are disabled, and
691 * This routine is called to set the UART divisor registers to match
1001 * This routine is called by the upper-layer tty layer to signal that
1243 * rs_break() --- routine which turns the break handling on or off
1427 * This routine i
120 serial_paranoia_check(struct async_struct *info, char *name, const char *routine) argument
[all...]
H A Disicom.c379 char *name, const char *routine)
383 name, routine);
388 name, routine);
513 * Main interrupt handler routine
378 __isicom_paranoia_check(struct isi_port const *port, char *name, const char *routine) argument
H A Drocket.c299 const char *routine)
306 "struct in %s\n", routine);
550 * The top level polling routine. Repeats every 1/100 HZ (10ms).
1551 * Exception handler - write char routine. The RocketPort driver uses a
1597 * Exception handler - write routine, called when user app writes to the device.
2227 * The module "startup" routine; it's run when the module is loaded.
298 rocket_paranoia_check(struct r_port *info, const char *routine) argument
H A Dcyclades.c333 const char *name, const char *routine)
338 "in %s\n", name, routine);
344 "struct (%s) in %s\n", name, routine);
354 /* This routine waits up to 1000 micro-seconds for the previous
761 /* The real interrupt service routine is called
1438 * This routine shuts down a serial port; interrupts are disabled,
1512 * This routine is called whenever a serial port is opened. It
1777 * This routine is called when a particular tty device is closed.
1787 /* This routine gets called when tty_write has put something into
1791 * This routine wil
332 serial_paranoia_check(struct cyclades_port *info, const char *name, const char *routine) argument
[all...]
H A Dsynclink.c926 char *name, const char *routine)
935 printk(badinfo, name, routine);
939 printk(badmagic, name, routine);
1044 /* Mark BH routine as complete */
1677 * Interrupt service routine entry point.
6703 * In this routine, we will return DMABUFFERSIZE "chunks" at a time.
925 mgsl_paranoia_check(struct mgsl_struct *info, char *name, const char *routine) argument
H A Dsynclinkmp.c667 char *name, const char *routine)
676 printk(badinfo, name, routine);
680 printk(badmagic, name, routine);
1986 /* Mark BH routine as complete */
2522 /* Interrupt service routine entry point.
666 sanity_check(SLMP_INFO *info, char *name, const char *routine) argument
/drivers/scsi/qla2xxx/
H A Dqla_gs.c116 struct ct_sns_rsp *ct_rsp, const char *routine)
126 routine, ms_pkt->entry_status, vha->d_id.b.domain,
142 "%02x%02x%02x.\n", routine,
155 "%02x%02x%02x.\n", routine, comp_status,
731 * This command uses the old Exectute SNS Command mailbox routine.
803 * This command uses the old Exectute SNS Command mailbox routine.
873 * This command uses the old Exectute SNS Command mailbox routine.
929 * This command uses the old Exectute SNS Command mailbox routine.
999 * This command uses the old Exectute SNS Command mailbox routine.
1049 * This command uses the old Exectute SNS Command mailbox routine
115 qla2x00_chk_ms_status(scsi_qla_host_t *vha, ms_iocb_entry_t *ms_pkt, struct ct_sns_rsp *ct_rsp, const char *routine) argument
[all...]
/drivers/staging/serial/
H A D68360serial.c276 char *name, const char *routine)
285 printk(badinfo, name, routine);
289 printk(badmagic, name, routine);
613 * This is the serial driver's interrupt routine for a single port
683 * This routine is called from the scheduler tqueue when the interrupt
684 * routine has signalled that a hangup has occurred. The path of
687 * serial interrupt routine -> (scheduler tqueue) ->
796 * This routine will shutdown a serial port; interrupts are disabled, and
853 * This routine is called to set the UART divisor registers to match
1155 * This routine i
275 serial_paranoia_check(ser_info_t *info, char *name, const char *routine) argument
[all...]
/drivers/staging/cxt1e1/
H A Dlinux.c183 * Called by the start transmit routine when a channel TX_ENABLE is to be
483 * The native hdlc stack calls this 'attach' routine during
486 * routine is actually registered or not, we supply a dummy routine which
992 ci->ci_musycc_isr_tq.routine = (void *) (unsigned long) musycc_intr_bh_tasklet;
/drivers/char/pcmcia/
H A Dsynclink_cs.c647 char *name, const char *routine)
656 printk(badinfo, name, routine);
660 printk(badmagic, name, routine);
751 /* Mark BH routine as complete */
1146 /* Interrupt service routine entry point.
646 mgslpc_paranoia_check(MGSLPC_INFO *info, char *name, const char *routine) argument
/drivers/isdn/i4l/
H A Disdn_tty.c57 * This routine MUST be called with interrupts off.
324 /* This routine is called from within isdn_tty_write() to perform
390 /* This routine is called from within isdn_tty_write() when receiving
535 /* The next routine is called once from within timer-interrupt
547 /* Next routine is called, whenever the DTR-signal is raised.
548 * It checks the ncarrier-flag, and triggers the above routine
976 isdn_tty_paranoia_check(modem_info *info, char *name, const char *routine) argument
981 name, routine);
986 name, routine);
994 * This routine i
[all...]
/drivers/media/dvb/frontends/
H A Ddrxk_hard.c1515 #error DRXK register mapping no longer compatible with this routine!

Completed in 439 milliseconds