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

12

/linux-master/arch/arm/boot/
H A Ddeflate_xip_data.sh57 $DD if="$XIPIMAGE" count=$data_start iflag=count_bytes of="$XIPIMAGE.tmp"
58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c220 unsigned long iflag; local
223 spin_lock_irqsave(&phba->sli4_hba.t_active_list_lock, iflag);
231 spin_unlock_irqrestore(&phba->sli4_hba.t_active_list_lock, iflag);
242 unsigned long iflag; local
245 spin_lock_irqsave(&phba->sli4_hba.t_active_list_lock, iflag);
253 spin_unlock_irqrestore(&phba->sli4_hba.t_active_list_lock, iflag);
396 unsigned long iflag; local
405 spin_lock_irqsave(&ctxp->ctxlock, iflag);
412 spin_unlock_irqrestore(&ctxp->ctxlock, iflag);
416 spin_unlock_irqrestore(&ctxp->ctxlock, iflag);
1248 unsigned long iflag; local
1775 unsigned long iflag = 0; local
1874 unsigned long iflag = 0; local
2379 unsigned long iflag; local
[all...]
H A Dlpfc_sli.c1376 unsigned long iflag = 0; local
1388 iflag);
1394 &phba->sli4_hba.sgl_list_lock, iflag);
1402 iflag);
1411 &phba->sli4_hba.sgl_list_lock, iflag);
1414 iflag);
1420 &phba->sli4_hba.sgl_list_lock, iflag);
3743 unsigned long iflag; local
3747 spin_lock_irqsave(&pring->ring_lock, iflag);
3749 spin_lock_irqsave(&phba->hbalock, iflag);
4006 unsigned long iflag; local
4201 unsigned long iflag; local
4388 unsigned long iflag; local
4522 unsigned long iflag; local
9118 unsigned long iflag; local
9918 unsigned long iflag; local
11846 unsigned long iflag; local
13631 unsigned long iflag; local
13942 unsigned long iflag; local
15554 unsigned long iflag; local
19694 unsigned long iflag; local
21639 unsigned long iflag; local
21709 unsigned long iflag; local
21850 unsigned long iflag; local
21957 unsigned long iflag; local
21990 unsigned long iflag; local
22135 unsigned long iflag; local
[all...]
H A Dlpfc_scsi.c387 unsigned long iflag = 0; local
393 spin_lock_irqsave(&phba->hbalock, iflag);
409 spin_unlock_irqrestore(&phba->hbalock, iflag);
429 unsigned long iflag = 0; local
446 spin_lock_irqsave(&phba->hbalock, iflag);
459 spin_unlock_irqrestore(&phba->hbalock, iflag);
466 spin_lock_irqsave(&phba->hbalock, iflag);
479 spin_unlock_irqrestore(&phba->hbalock, iflag);
487 spin_lock_irqsave(&psb->buf_lock, iflag);
490 spin_unlock_irqrestore(&psb->buf_lock, iflag);
560 unsigned long iflag = 0; local
708 unsigned long iflag = 0; local
734 unsigned long iflag = 0; local
[all...]
H A Dlpfc_init.c1198 unsigned long iflag; local
1203 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
1207 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
1231 unsigned long iflag; local
1234 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
1239 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
3358 unsigned long iflag; local
3362 spin_lock_irqsave(&phba->hbalock, iflag);
3364 spin_unlock_irqrestore(&phba->hbalock, iflag);
3368 spin_lock_irqsave(&phba->hbalock, iflag);
3452 unsigned long iflag; local
3487 unsigned long iflag; local
3521 unsigned long iflag; local
3607 unsigned long iflag; local
3781 unsigned long iflag; local
[all...]
H A Dlpfc_els.c9445 unsigned long iflag; local
9447 spin_lock_irqsave(&vport->work_port_lock, iflag);
9451 spin_unlock_irqrestore(&vport->work_port_lock, iflag);
12000 unsigned long iflag = 0; local
12002 spin_lock_irqsave(&phba->sli4_hba.sgl_list_lock, iflag);
12023 spin_unlock_irqrestore(&phba->sli4_hba.sgl_list_lock, iflag);
12044 unsigned long iflag = 0; local
12050 spin_lock_irqsave(&phba->sli4_hba.sgl_list_lock, iflag);
12061 iflag);
12076 spin_unlock_irqrestore(&phba->sli4_hba.sgl_list_lock, iflag);
[all...]
H A Dlpfc_nvme.c2104 unsigned long iflag = 0; local
2120 spin_lock_irqsave(&qp->abts_io_buf_list_lock, iflag);
2124 spin_unlock_irqrestore(&qp->abts_io_buf_list_lock, iflag);
H A Dlpfc_mbox.c1600 unsigned long iflag; local
1603 spin_lock_irqsave(&phba->hbalock, iflag);
1605 spin_unlock_irqrestore(&phba->hbalock, iflag);
H A Dlpfc_ct.c3434 unsigned long iflag; local
3436 spin_lock_irqsave(&vport->work_port_lock, iflag);
3440 spin_unlock_irqrestore(&vport->work_port_lock, iflag);
/linux-master/drivers/usb/serial/
H A Dbelkin_sa.c282 unsigned int iflag; local
293 iflag = termios->c_iflag;
376 if (((iflag ^ old_iflag) & (IXOFF | IXON)) ||
379 if ((iflag & IXOFF) || (iflag & IXON))
H A Dkl5kusb105.c374 unsigned int iflag = tty->termios.c_iflag; local
473 if ((iflag & IXOFF) != (old_iflag & IXOFF)
474 || (iflag & IXON) != (old_iflag & IXON)
H A Ddigi_acceleport.c658 unsigned int iflag = tty->termios.c_iflag; local
669 "digi_set_termios: TOP: port=%d, iflag=0x%x, old_iflag=0x%x, cflag=0x%x, old_cflag=0x%x\n",
670 priv->dp_port_num, iflag, old_iflag, cflag, old_cflag);
776 if ((iflag & IXOFF) != (old_iflag & IXOFF) ||
779 if (iflag & IXOFF)
804 if ((iflag & IXON) != (old_iflag & IXON) ||
807 if (iflag & IXON)
/linux-master/drivers/tty/serial/
H A Dsunhv.c328 unsigned int iflag, cflag; local
333 iflag = termios->c_iflag;
337 if (iflag & IGNBRK)
H A Dip22zilog.c799 unsigned int iflag, int brg)
853 if (iflag & INPCK)
855 if (iflag & (IGNBRK | BRKINT | PARMRK))
859 if (iflag & IGNPAR)
861 if (iflag & IGNBRK) {
863 if (iflag & IGNPAR)
798 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
400 iflag = new->c_iflag;
429 if (iflag & INPCK)
433 if (iflag & IGNPAR)
436 if (iflag & IGNBRK) {
441 if (iflag & IGNPAR)
H A Dsunsu.c482 unsigned int iflag, unsigned int quot);
771 unsigned int iflag, unsigned int quot)
837 if (iflag & INPCK)
839 if (iflag & (IGNBRK | BRKINT | PARMRK))
846 if (iflag & IGNPAR)
848 if (iflag & IGNBRK) {
854 if (iflag & IGNPAR)
770 sunsu_change_speed(struct uart_port *port, unsigned int cflag, unsigned int iflag, unsigned int quot) argument
H A Dsunsab.c679 unsigned int iflag, unsigned int baud,
730 if (iflag & INPCK)
733 if (iflag & (IGNBRK | BRKINT | PARMRK))
740 if (iflag & IGNPAR)
743 if (iflag & IGNBRK) {
749 if (iflag & IGNPAR)
678 sunsab_convert_to_sab(struct uart_sunsab_port *up, unsigned int cflag, unsigned int iflag, unsigned int baud, unsigned int quot) argument
H A Dicom.c1359 unsigned cflag, iflag; local
1372 iflag = termios->c_iflag;
1436 if (iflag & INPCK)
1440 if ((iflag & BRKINT) || (iflag & PARMRK))
1447 if (iflag & IGNPAR)
1450 if (iflag & IGNBRK) {
1456 if (iflag & IGNPAR)
H A Dsunzilog.c864 unsigned int iflag, int brg)
918 if (iflag & INPCK)
920 if (iflag & (IGNBRK | BRKINT | PARMRK))
924 if (iflag & IGNPAR)
926 if (iflag & IGNBRK) {
928 if (iflag & IGNPAR)
863 sunzilog_convert_to_zs(struct uart_sunzilog_port *up, unsigned int cflag, unsigned int iflag, int brg) argument
H A Dpmac_zilog.c956 unsigned int iflag, unsigned long baud)
1036 if (iflag & INPCK)
1038 if (iflag & (IGNBRK | BRKINT | PARMRK))
1042 if (iflag & IGNPAR)
1044 if (iflag & IGNBRK) {
1046 if (iflag & IGNPAR)
955 pmz_convert_to_zs(struct uart_pmac_port *uap, unsigned int cflag, unsigned int iflag, unsigned long baud) argument
/linux-master/fs/xfs/
H A Dxfs_icache.c1172 unsigned long iflag)
1177 ASSERT((iflag & ~(XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0);
1183 if (ip->i_flags & iflag)
1186 ip->i_flags |= iflag;
1210 unsigned long iflag)
1216 ASSERT((iflag & ~(XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0);
1219 ip->i_flags &= ~iflag;
1329 * the reflink iflag now that we have the first two locks held.
1170 xfs_blockgc_set_iflag( struct xfs_inode *ip, unsigned long iflag) argument
1208 xfs_blockgc_clear_iflag( struct xfs_inode *ip, unsigned long iflag) argument
/linux-master/tools/perf/scripts/python/
H A Dintel-pt-events.py221 iflag = data[0] & 1
222 old_iflag = iflag ^ 1
229 print("IFLAG: %u->%u %s branch" % (old_iflag, iflag, s), end=' ')
406 elif name == "iflag":
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c148 bool iflag; member in struct:intel_pt_decoder
1269 bool iflag = decoder->packet.count & INTEL_PT_IFLAG; local
1272 decoder->iflag = iflag;
1273 decoder->next_iflag = iflag;
1274 decoder->state.from_iflag = iflag;
1275 decoder->state.to_iflag = iflag;
1280 bool iflag = decoder->packet.count & INTEL_PT_IFLAG; local
1283 decoder->next_iflag = iflag;
1289 decoder->state.from_iflag = decoder->iflag;
[all...]
/linux-master/drivers/mmc/host/
H A Dau1xmmc.c937 int ret, iflag; local
989 iflag = IRQF_SHARED; /* Au1100/Au1200: one int for both ctrls */
999 iflag = 0; /* nothing is shared */
1007 ret = request_irq(host->irq, au1xmmc_irq, iflag, DRIVER_NAME, host);
/linux-master/tools/perf/util/
H A Devent.h238 u32 iflag : 1, member in struct:perf_synth_intel_iflag_chg::__anon420::__anon421

Completed in 399 milliseconds

12