Home
last modified time | relevance | path

Searched refs:Flag (Results 1 – 42 of 42) sorted by relevance

/linux-4.4.14/drivers/isdn/hisax/
Dhscx.c109 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in hscx_l2l1()
120 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in hscx_l2l1()
136 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in hscx_l2l1()
146 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in hscx_l2l1()
147 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hscx_l2l1()
159 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hscxstate()
169 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in close_hscxstate()
177 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hscxstate()
181 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_hscxstate()
187 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_hscxstate()
[all …]
Djade.c144 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in jade_l2l1()
155 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in jade_l2l1()
171 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in jade_l2l1()
181 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in jade_l2l1()
182 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in jade_l2l1()
194 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_jadestate()
204 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in close_jadestate()
212 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_jadestate()
216 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_jadestate()
222 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_jadestate()
[all …]
Disar.c644 test_and_clear_bit(BC_FLG_FRH_WAIT, &bcs->Flag); in isar_rcv_frame()
656 if (test_and_clear_bit(BC_FLG_FRH_WAIT, &bcs->Flag)) { in isar_rcv_frame()
702 &bcs->Flag); in isar_fill_fifo()
775 if (test_bit(BC_FLG_LASTDATA, &bcs->Flag)) { in send_frames()
776 test_and_set_bit(BC_FLG_NMD_DATA, &bcs->Flag); in send_frames()
779 if (test_bit(BC_FLG_DLEETX, &bcs->Flag)) { in send_frames()
780 test_and_set_bit(BC_FLG_LASTDATA, &bcs->Flag); in send_frames()
781 test_and_set_bit(BC_FLG_NMD_DATA, &bcs->Flag); in send_frames()
792 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in send_frames()
795 if (test_and_clear_bit(BC_FLG_DLEETX, &bcs->Flag)) { in send_frames()
[all …]
Dnetjet.c145 test_and_set_bit(BC_FLG_EMPTY, &bcs->Flag); in mode_tiger()
616 bcs->Flag); in netjet_fill_dma()
617 if (test_and_set_bit(BC_FLG_BUSY, &bcs->Flag)) in netjet_fill_dma()
629 bcs->Flag); in netjet_fill_dma()
630 if (test_and_clear_bit(BC_FLG_NOFRAME, &bcs->Flag)) { in netjet_fill_dma()
632 } else if (test_and_clear_bit(BC_FLG_HALF, &bcs->Flag)) { in netjet_fill_dma()
653 } else if (test_and_clear_bit(BC_FLG_EMPTY, &bcs->Flag)) { in netjet_fill_dma()
671 bcs->Flag); in netjet_fill_dma()
680 if (test_bit(BC_FLG_BUSY, &bcs->Flag)) { in write_raw()
724 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in write_raw()
[all …]
Dhfc_2bs0.c320 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfc_fill_fifo()
377 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in main_irq_hfc()
379 if (test_bit(BC_FLG_BUSY, &bcs->Flag)) in main_irq_hfc()
384 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in main_irq_hfc()
386 if (test_bit(BC_FLG_BUSY, &bcs->Flag)) in main_irq_hfc()
466 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in hfc_l2l1()
476 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in hfc_l2l1()
491 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in hfc_l2l1()
501 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in hfc_l2l1()
502 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfc_l2l1()
[all …]
Dipacx.c459 set_bit(BC_FLG_BUSY, &bcs->Flag); in bch_l2l1()
470 set_bit(BC_FLG_BUSY, &bcs->Flag); in bch_l2l1()
486 set_bit(BC_FLG_ACTIV, &bcs->Flag); in bch_l2l1()
496 clear_bit(BC_FLG_ACTIV, &bcs->Flag); in bch_l2l1()
497 clear_bit(BC_FLG_BUSY, &bcs->Flag); in bch_l2l1()
606 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) return; in bch_int()
684 set_bit(BC_FLG_BUSY, &bcs->Flag); in bch_int()
687 clear_bit(BC_FLG_BUSY, &bcs->Flag); in bch_int()
764 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in bch_close_state()
774 clear_bit(BC_FLG_BUSY, &bcs->Flag); in bch_close_state()
[all …]
Delsa_ser.c301 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in modem_fill()
304 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in modem_fill()
430 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_elsastate()
441 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in close_elsastate()
560 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in modem_l2l1()
566 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in modem_l2l1()
573 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in modem_l2l1()
598 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in setstack_elsa()
604 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in setstack_elsa()
Davm_pci.c436 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in HDLC_irq()
439 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in HDLC_irq()
495 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in hdlc_l2l1()
506 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in hdlc_l2l1()
522 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in hdlc_l2l1()
532 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in hdlc_l2l1()
533 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hdlc_l2l1()
545 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hdlcstate()
555 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in close_hdlcstate()
563 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hdlcstate()
[all …]
Dw6692.c284 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) { in W6692B_interrupt()
392 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in W6692B_interrupt()
395 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in W6692B_interrupt()
769 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in W6692_l2l1()
781 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in W6692_l2l1()
796 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in W6692_l2l1()
806 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in W6692_l2l1()
807 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in W6692_l2l1()
819 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_w6692state()
829 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in close_w6692state()
[all …]
Djade_irq.c123 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) in jade_interrupt()
193 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in jade_interrupt()
196 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in jade_interrupt()
Dhscx_irq.c131 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) in hscx_interrupt()
215 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in hscx_interrupt()
218 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hscx_interrupt()
Dhfc_2bds0.c334 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfc_fill_fifo()
491 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in hfc_l2l1()
501 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in hfc_l2l1()
502 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfc_l2l1()
514 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_2bs0()
520 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in close_2bs0()
528 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hfcstate()
533 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in open_hfcstate()
Dhfc_sx.c552 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfcsx_fill_fifo()
1180 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in hfcsx_l2l1()
1190 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in hfcsx_l2l1()
1191 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfcsx_l2l1()
1206 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hfcsx()
1212 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in close_hfcsx()
1223 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hfcsxstate()
1228 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in open_hfcsxstate()
Dhfc_pci.c662 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfcpci_fill_fifo()
727 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfcpci_fill_fifo()
1428 test_and_set_bit(BC_FLG_ACTIV, &bcs->Flag); in hfcpci_l2l1()
1438 test_and_clear_bit(BC_FLG_ACTIV, &bcs->Flag); in hfcpci_l2l1()
1439 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hfcpci_l2l1()
1454 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hfcpci()
1460 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in close_hfcpci()
1471 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hfcpcistate()
1476 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in open_hfcpcistate()
Dconfig.c1301 cs->HW_Flags, cs->bcs[0].Flag, cs->bcs[1].Flag); in HiSax_reportcard()
1749 clear_bit(BC_FLG_BUSY, &bcs->Flag); in hisax_b_l1l2()
1771 clear_bit(BC_FLG_BUSY, &bcs->Flag); in hisax_b_l1l2()
1831 if (!test_and_set_bit(BC_FLG_BUSY, &bcs->Flag)) { in hisax_b_l2l1()
1838 if (!test_bit(BC_FLG_BUSY, &bcs->Flag)) in hisax_b_l2l1()
1844 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in hisax_b_l2l1()
Disdnl1.c275 if (test_bit(BC_FLG_BUSY, &bcs->Flag)) { in BChannel_proc_xmt()
282 if (!test_bit(BC_FLG_ACTIV, &bcs->Flag)) { in BChannel_proc_xmt()
283 if (!test_bit(BC_FLG_BUSY, &bcs->Flag) && in BChannel_proc_xmt()
372 bcs->Flag = 0; in init_bcstate()
Ddiva.c485 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) in Memhscx_interrupt()
557 test_and_set_bit(BC_FLG_BUSY, &bcs->Flag); in Memhscx_interrupt()
560 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag); in Memhscx_interrupt()
Dhisax.h500 u_long Flag; member
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget-mass-storage22 ro - Flag specifying access to the LUN shall be
26 removable - Flag specifying that LUN shall be indicated as
28 cdrom - Flag specifying that LUN shall be reported as
30 nofua - Flag specifying that FUA flag
/linux-4.4.14/Documentation/video4linux/
Dsi476x.txt32 0x00 | blend_int | Flag, set when stereo separation has
35 0x01 | hblend_int | Flag, set when HiBlend cutoff
38 0x02 | hicut_int | Flag, set when HiCut cutoff
41 0x03 | chbw_int | Flag, set when channel filter
44 0x04 | softmute_int | Flag indicating that softmute
134 0x06 | bltf | Flag indicating if seek command
144 0x10 | afcrl | Flag indicating if AFC rails
146 0x11 | valid | Flag indicating if channel is valid
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivasync.h274 unsigned long Flag; /* |31-Type-16|15-Mask-0| */ member
292 unsigned long Flag; /* |31-Type-16|15-VALUE-0| */ member
301 unsigned long Flag; /* |31-Type-16|15-VALUE-0| */ member
311 unsigned long Flag; /* |31-Type-16|15-Channel-0| */ member
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-cadence.txt18 - is-decoded-cs : Flag to indicate whether decoder is used or not.
/linux-4.4.14/arch/arc/mm/
Dtlbex.S173 ; We sure are in troubled waters, Flag the error, but to do so
328 and r3, r0, r2 ; Mask out NON Flag bits from PTE
383 and r3, r0, r2 ; Mask out NON Flag bits from PTE
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dimg,tz1090-pdc-pinctrl.txt52 - low-power-enable: Flag, power-on-start weak pull-down for invalid power.
53 - low-power-disable: Flag, power-on-start weak pull-down disabled.
/linux-4.4.14/arch/arm/mach-omap2/
Dsleep44xx.S267 mov r2, #0x4 @ Flag
307 mov r2, #0x4 @ Flag
/linux-4.4.14/Documentation/filesystems/
Ddlmfs.txt99 Open Flag Lock Request Type
104 Open Flag Resulting Locking Behavior
Dfiemap.txt203 Flag checking should be done at the beginning of the ->fiemap callback via the
/linux-4.4.14/Documentation/block/
Drequest.txt32 Member Flag Comment
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dda7219.txt26 - wakeup-source: Flag to indicate this device can wake system (suspend/resume).
/linux-4.4.14/drivers/usb/storage/
Dene_ub6250.c245 #define ms_lib_ctrl_set(pdx, Flag) ((pdx)->MS_Lib.flags |= (1 << (Flag))) argument
246 #define ms_lib_ctrl_reset(pdx, Flag) ((pdx)->MS_Lib.flags &= ~(1 << (Flag))) argument
247 #define ms_lib_ctrl_check(pdx, Flag) ((pdx)->MS_Lib.flags & (1 << (Flag))) argument
/linux-4.4.14/Documentation/usb/
Dgadget-testing.txt277 ro - Flag specifying access to the LUN shall be
281 removable - Flag specifying that LUN shall be indicated as
283 cdrom - Flag specifying that LUN shall be reported as
285 nofua - Flag specifying that FUA flag
/linux-4.4.14/Documentation/power/
Dsuspend-and-interrupts.txt32 The IRQF_NO_SUSPEND Flag
/linux-4.4.14/Documentation/hwmon/
Dabituguru-datasheet255 Flag 0x80 to enable control, Fan runs at 100% when disabled.
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt429 Flag specifying auto-eject flag.
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt52 - Flag, if entry is an exception or not
/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid_sas557 v. If FW in operational state before firing INIT, now we send RESET Flag to FW instead of just READ…
DChangeLog.1992-1997428 Flag device as needing sector size instead.
/linux-4.4.14/Documentation/
Dparport-lowlevel.txt371 Flag Meaning
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped292 /* Flag which is used to allow yywrap()'s to do buffer switches
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped281 /* Flag which is used to allow yywrap()'s to do buffer switches
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c_shipped309 /* Flag which is used to allow zconfwrap()'s to do buffer switches
/linux-4.4.14/drivers/video/fbdev/sis/
Dinit301.c10690 GetOEMLCDPtr(struct SiS_Private *SiS_Pr, int Flag) in GetOEMLCDPtr() argument
10715 if(Flag) { in GetOEMLCDPtr()
10728 if(Flag) { in GetOEMLCDPtr()