Searched defs:iflag (Results 1 - 25 of 29) sorted by relevance

12

/drivers/isdn/gigaset/
H A Dinterface.c435 unsigned int iflag; local
449 iflag = tty->termios->c_iflag;
452 gig_dbg(DEBUG_IF, "%u: iflag %x cflag %x old %x",
453 cs->minor_index, iflag, cflag, old_cflag);
/drivers/usb/serial/
H A Dbelkin_sa.c314 unsigned int iflag; local
325 iflag = termios->c_iflag;
424 if (((iflag ^ old_iflag) & (IXOFF | IXON)) ||
427 if ((iflag & IXOFF) || (iflag & IXON))
H A Dkl5kusb105.c461 unsigned int iflag = tty->termios->c_iflag; local
599 if ((iflag & IXOFF) != (old_iflag & IXOFF)
600 || (iflag & IXON) != (old_iflag & IXON)
606 if ((iflag & IXOFF) || (iflag & IXON) || (cflag & CRTSCTS))
H A Dcypress_m8.c946 unsigned cflag, iflag; local
984 iflag = tty->termios->c_iflag;
H A Dti_usb_3410_5052.c853 tcflag_t cflag, iflag; local
862 iflag = tty->termios->c_iflag;
864 dbg("%s - cflag %08x, iflag %08x", __func__, cflag, iflag);
865 dbg("%s - old clfag %08x, old iflag %08x", __func__,
H A Ddigi_acceleport.c703 unsigned int iflag = tty->termios->c_iflag; local
713 dbg("digi_set_termios: TOP: port=%d, iflag=0x%x, old_iflag=0x%x, cflag=0x%x, old_cflag=0x%x", priv->dp_port_num, iflag, old_iflag, cflag, old_cflag);
819 if ((iflag&IXOFF) != (old_iflag&IXOFF)
822 if (iflag&IXOFF)
847 if ((iflag & IXON) != (old_iflag & IXON)
850 if (iflag & IXON)
H A Dftdi_sio.c2122 unsigned int iflag = termios->c_iflag; local
2246 * Check the IXOFF status in the iflag component of the
2250 if (iflag & IXOFF) {
2251 dbg("%s request to enable xonxoff iflag=%04x",
2252 __func__, iflag);
2274 /* else clause to only run if cflag ! CRTSCTS and iflag
H A Dmos7720.c1585 unsigned iflag; local
1614 iflag = tty->termios->c_iflag;
1764 dbg("%s - cflag %08x iflag %08x", __func__,
1768 dbg("%s - old cflag %08x old iflag %08x", __func__,
H A Dmos7840.c1936 unsigned iflag; local
1976 iflag = tty->termios->c_iflag;
2138 dbg("%s - clfag %08x iflag %08x", __func__,
2140 dbg("%s - old clfag %08x old iflag %08x", __func__,
/drivers/tty/serial/
H A Dsunhv.c329 unsigned int iflag, cflag; local
334 iflag = termios->c_iflag;
338 if (iflag & IGNBRK)
H A Dicom.c1103 unsigned cflag, iflag; local
1116 iflag = termios->c_iflag;
1180 if (iflag & INPCK)
1184 if ((iflag & BRKINT) || (iflag & PARMRK))
1191 if (iflag & IGNPAR)
1194 if (iflag & IGNBRK) {
1200 if (iflag & IGNPAR)
H A Dip22zilog.c803 unsigned int iflag, int brg)
857 if (iflag & INPCK)
859 if (iflag & (BRKINT | PARMRK))
863 if (iflag & IGNPAR)
865 if (iflag & IGNBRK) {
867 if (iflag & IGNPAR)
802 ip22zilog_convert_to_zs(struct uart_ip22zilog_port *up, unsigned int cflag, unsigned int iflag, int brg) argument
H A Dlantiq.c392 unsigned int iflag; local
399 iflag = new->c_iflag;
428 if (iflag & INPCK)
432 if (iflag & IGNPAR)
435 if (iflag & IGNBRK) {
440 if (iflag & IGNPAR)
H A Dpmac_zilog.c1011 unsigned int iflag, unsigned long baud)
1091 if (iflag & INPCK)
1093 if (iflag & (BRKINT | PARMRK))
1097 if (iflag & IGNPAR)
1099 if (iflag & IGNBRK) {
1101 if (iflag & IGNPAR)
1010 pmz_convert_to_zs(struct uart_pmac_port *uap, unsigned int cflag, unsigned int iflag, unsigned long baud) argument
H A Dsc26xx.c385 unsigned int iflag, cflag; local
396 iflag = termios->c_iflag;
400 if (iflag & INPCK)
402 if (iflag & (BRKINT | PARMRK))
406 if (iflag & IGNBRK)
H A Dsunsab.c670 unsigned int iflag, unsigned int baud,
725 if (iflag & INPCK)
728 if (iflag & (BRKINT | PARMRK))
735 if (iflag & IGNPAR)
738 if (iflag & IGNBRK) {
744 if (iflag & IGNPAR)
669 sunsab_convert_to_sab(struct uart_sunsab_port *up, unsigned int cflag, unsigned int iflag, unsigned int baud, unsigned int quot) argument
H A Dsunsu.c485 unsigned int iflag, unsigned int quot);
768 unsigned int iflag, unsigned int quot)
835 if (iflag & INPCK)
837 if (iflag & (BRKINT | PARMRK))
844 if (iflag & IGNPAR)
846 if (iflag & IGNBRK) {
852 if (iflag & IGNPAR)
767 sunsu_change_speed(struct uart_port *port, unsigned int cflag, unsigned int iflag, unsigned int quot) argument
H A Dsunzilog.c869 unsigned int iflag, int brg)
923 if (iflag & INPCK)
925 if (iflag & (BRKINT | PARMRK))
929 if (iflag & IGNPAR)
931 if (iflag & IGNBRK) {
933 if (iflag & IGNPAR)
868 sunzilog_convert_to_zs(struct uart_sunzilog_port *up, unsigned int cflag, unsigned int iflag, int brg) argument
H A Dioc3_serial.c958 unsigned int cflag, iflag; local
964 iflag = new_termios->c_iflag;
1005 if (iflag & IGNPAR)
1008 if (iflag & IGNBRK) {
1010 if (iflag & IGNPAR)
/drivers/mmc/host/
H A Dau1xmmc.c951 int ret, iflag; local
1004 iflag = IRQF_SHARED; /* Au1100/Au1200: one int for both ctrls */
1014 iflag = 0; /* nothing is shared */
1022 ret = request_irq(host->irq, au1xmmc_irq, iflag, DRIVER_NAME, host);
/drivers/scsi/lpfc/
H A Dlpfc_ct.c1756 unsigned long iflag; local
1758 spin_lock_irqsave(&vport->work_port_lock, iflag);
1762 spin_unlock_irqrestore(&vport->work_port_lock, iflag);
1798 unsigned long iflag; local
1800 spin_lock_irqsave(&vport->work_port_lock, iflag);
1804 spin_unlock_irqrestore(&vport->work_port_lock, iflag);
H A Dlpfc_mbox.c1530 unsigned long iflag; local
1533 spin_lock_irqsave(&phba->hbalock, iflag);
1535 spin_unlock_irqrestore(&phba->hbalock, iflag);
H A Dlpfc_els.c5956 unsigned long iflag; local
5958 spin_lock_irqsave(&vport->work_port_lock, iflag);
5962 spin_unlock_irqrestore(&vport->work_port_lock, iflag);
7828 unsigned long iflag = 0; local
7830 spin_lock_irqsave(&phba->hbalock, iflag);
7838 spin_unlock_irqrestore(&phba->hbalock, iflag);
7859 unsigned long iflag = 0; local
7863 spin_lock_irqsave(&phba->hbalock, iflag);
7875 spin_unlock_irqrestore(&phba->hbalock, iflag);
7887 spin_unlock_irqrestore(&phba->hbalock, iflag);
[all...]
H A Dlpfc_scsi.c637 unsigned long iflag = 0; local
639 spin_lock_irqsave(&phba->hbalock, iflag);
648 spin_unlock_irqrestore(&phba->hbalock, iflag);
666 unsigned long iflag = 0; local
673 spin_lock_irqsave(&phba->hbalock, iflag);
689 spin_unlock_irqrestore(&phba->hbalock, iflag);
711 spin_unlock_irqrestore(&phba->hbalock, iflag);
717 spin_unlock_irqrestore(&phba->hbalock, iflag);
1012 unsigned long iflag = 0; local
1014 spin_lock_irqsave(&phba->scsi_buf_list_lock, iflag);
1039 unsigned long iflag = 0; local
1090 unsigned long iflag = 0; local
1111 unsigned long iflag = 0; local
[all...]
/drivers/tty/
H A Dcyclades.c1998 unsigned cflag, iflag; local
2009 iflag = tty->termios->c_iflag;
2272 if (iflag & IXON) {
2274 if (iflag & IXANY)

Completed in 1158 milliseconds

12