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
1876 unsigned long iflag = 0; local
2381 unsigned long iflag; local
[all...]
H A Dlpfc_sli.c1378 unsigned long iflag = 0; local
1390 iflag);
1396 &phba->sli4_hba.sgl_list_lock, iflag);
1404 iflag);
1413 &phba->sli4_hba.sgl_list_lock, iflag);
1416 iflag);
1422 &phba->sli4_hba.sgl_list_lock, iflag);
3745 unsigned long iflag; local
3749 spin_lock_irqsave(&pring->ring_lock, iflag);
3751 spin_lock_irqsave(&phba->hbalock, iflag);
4008 unsigned long iflag; local
4203 unsigned long iflag; local
4390 unsigned long iflag; local
4524 unsigned long iflag; local
9118 unsigned long iflag; local
9918 unsigned long iflag; local
11846 unsigned long iflag; local
13627 unsigned long iflag; local
13936 unsigned long iflag; local
15539 unsigned long iflag; local
19679 unsigned long iflag; local
21620 unsigned long iflag; local
21690 unsigned long iflag; local
21831 unsigned long iflag; local
21938 unsigned long iflag; local
21971 unsigned long iflag; local
22116 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);
477 spin_unlock_irqrestore(&phba->hbalock, iflag);
479 spin_lock_irqsave(&phba->rrq_list_lock, iflag);
481 spin_unlock_irqrestore(&phba->rrq_list_lock, iflag);
562 unsigned long iflag = 0; local
710 unsigned long iflag = 0; local
736 unsigned long iflag = 0; local
[all...]
H A Dlpfc_init.c1197 unsigned long iflag; local
1202 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
1206 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
3346 unsigned long iflag; local
3350 spin_lock_irqsave(&phba->hbalock, iflag);
3352 spin_unlock_irqrestore(&phba->hbalock, iflag);
3356 spin_lock_irqsave(&phba->hbalock, iflag);
3365 spin_unlock_irqrestore(&phba->hbalock, iflag);
3440 unsigned long iflag; local
3446 spin_lock_irqsave(&qp->io_buf_list_put_lock, iflag);
3475 unsigned long iflag; local
3509 unsigned long iflag; local
3595 unsigned long iflag; local
3769 unsigned long iflag; local
[all...]
H A Dlpfc_els.c9450 unsigned long iflag; local
9452 spin_lock_irqsave(&vport->work_port_lock, iflag);
9456 spin_unlock_irqrestore(&vport->work_port_lock, iflag);
12005 unsigned long iflag = 0; local
12007 spin_lock_irqsave(&phba->sli4_hba.sgl_list_lock, iflag);
12028 spin_unlock_irqrestore(&phba->sli4_hba.sgl_list_lock, iflag);
12049 unsigned long iflag = 0; local
12055 spin_lock_irqsave(&phba->sli4_hba.sgl_list_lock, iflag);
12066 iflag);
12081 spin_unlock_irqrestore(&phba->sli4_hba.sgl_list_lock, iflag);
[all...]
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_nvme.c2099 unsigned long iflag = 0; local
2115 spin_lock_irqsave(&qp->abts_io_buf_list_lock, iflag);
2119 spin_unlock_irqrestore(&qp->abts_io_buf_list_lock, 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.c333 unsigned int iflag, cflag; local
338 iflag = termios->c_iflag;
342 if (iflag & IGNBRK)
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 Dip22zilog.c797 unsigned int iflag, int brg)
851 if (iflag & INPCK)
853 if (iflag & (IGNBRK | BRKINT | PARMRK))
857 if (iflag & IGNPAR)
859 if (iflag & IGNBRK) {
861 if (iflag & IGNPAR)
796 ip22zilog_convert_to_zs(struct uart_ip22zilog_port *up, unsigned int cflag, unsigned int iflag, int brg) argument
H A Dsunsu.c483 unsigned int iflag, unsigned int quot);
772 unsigned int iflag, unsigned int quot)
838 if (iflag & INPCK)
840 if (iflag & (IGNBRK | BRKINT | PARMRK))
847 if (iflag & IGNPAR)
849 if (iflag & IGNBRK) {
855 if (iflag & IGNPAR)
771 sunsu_change_speed(struct uart_port *port, unsigned int cflag, unsigned int iflag, unsigned int quot) argument
H A Dsunsab.c681 unsigned int iflag, unsigned int baud,
732 if (iflag & INPCK)
735 if (iflag & (IGNBRK | BRKINT | PARMRK))
742 if (iflag & IGNPAR)
745 if (iflag & IGNBRK) {
751 if (iflag & IGNPAR)
680 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.c1346 unsigned cflag, iflag; local
1359 iflag = termios->c_iflag;
1423 if (iflag & INPCK)
1427 if ((iflag & BRKINT) || (iflag & PARMRK))
1434 if (iflag & IGNPAR)
1437 if (iflag & IGNBRK) {
1443 if (iflag & IGNPAR)
H A Dsunzilog.c863 unsigned int iflag, int brg)
917 if (iflag & INPCK)
919 if (iflag & (IGNBRK | BRKINT | PARMRK))
923 if (iflag & IGNPAR)
925 if (iflag & IGNBRK) {
927 if (iflag & IGNPAR)
862 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.c1170 unsigned long iflag)
1175 ASSERT((iflag & ~(XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0);
1181 if (ip->i_flags & iflag)
1184 ip->i_flags |= iflag;
1208 unsigned long iflag)
1214 ASSERT((iflag & ~(XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0);
1217 ip->i_flags &= ~iflag;
1327 * the reflink iflag now that we have the first two locks held.
1168 xfs_blockgc_set_iflag( struct xfs_inode *ip, unsigned long iflag) argument
1206 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 693 milliseconds

12