Home
last modified time | relevance | path

Searched refs:Flags (Results 1 – 25 of 234) sorted by relevance

12345678910

/linux/drivers/isdn/mISDN/
A Dlayer1.c20 u_long Flags; member
120 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) in l1_deact_cnf()
131 test_and_set_bit(FLG_L1_DEACTTIMER, &l1->Flags); in l1_deact_req_s()
139 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) { in l1_power_up_s()
176 if (!test_bit(FLG_L1_ACTIVATED, &l1->Flags)) { in l1_info4_ind()
180 test_and_set_bit(FLG_L1_ACTTIMER, &l1->Flags); in l1_info4_ind()
189 test_and_clear_bit(FLG_L1_T3RUN, &l1->Flags); in l1_timer3()
230 test_and_set_bit(FLG_L1_T3RUN, &l1->Flags); in l1_activate_s()
241 (!test_bit(FLG_L1_T3RUN, &l1->Flags))) { in l1_activate_no()
343 if (test_bit(FLG_L1_ACTIVATED, &l1->Flags)) in l1_event()
[all …]
A Dhwchannel.c59 test_and_set_bit(FLG_HDLC, &ch->Flags); in mISDN_initdchannel()
78 ch->Flags = 0; in mISDN_initbchannel()
131 test_and_clear_bit(FLG_TX_BUSY, &ch->Flags); in mISDN_clear_bchannel()
132 test_and_clear_bit(FLG_TX_NEXT, &ch->Flags); in mISDN_clear_bchannel()
133 test_and_clear_bit(FLG_ACTIVE, &ch->Flags); in mISDN_clear_bchannel()
134 test_and_clear_bit(FLG_FILLEMPTY, &ch->Flags); in mISDN_clear_bchannel()
135 test_and_clear_bit(FLG_TX_EMPTY, &ch->Flags); in mISDN_clear_bchannel()
136 test_and_clear_bit(FLG_RX_OFF, &ch->Flags); in mISDN_clear_bchannel()
177 test_and_set_bit(FLG_RX_OFF, &bch->Flags); in mISDN_ctrl_bchannel()
364 if (test_bit(FLG_TX_NEXT, &bch->Flags)) { in get_next_bframe()
[all …]
A Dl1oip_core.c585 if (!test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_parse()
589 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_parse()
766 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_socket_close()
770 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in l1oip_socket_close()
841 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in l1oip_timeout()
908 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
919 if (test_bit(FLG_ACTIVE, &dch->Flags)) in handle_dmsg()
992 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in open_dchannel()
1019 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
1151 test_and_set_bit(FLG_ACTIVE, &bch->Flags); in handle_bmsg()
[all …]
/linux/drivers/isdn/hardware/mISDN/
A DmISDNisar.c418 if (test_bit(FLG_RX_OFF, &ch->bch.Flags)) { in isar_rcv_frame()
613 &ch->bch.Flags); in isar_fill_fifo()
618 &ch->bch.Flags); in isar_fill_fifo()
701 &ch->bch.Flags)) { in send_next()
703 &ch->bch.Flags)) { in send_next()
871 if (test_bit(BC_FLG_ORIG, &ch->bch.Flags)) in isar_pump_statev_fax()
931 &ch->bch.Flags)) in isar_pump_statev_fax()
936 &ch->bch.Flags); in isar_pump_statev_fax()
1290 &ch->is->Flags)) in modeisar()
1300 &ch->bch.Flags); in modeisar()
[all …]
A Dw6692.c318 if (test_bit(FLG_TX_BUSY, &dch->Flags)) { in d_retransmit()
324 test_and_set_bit(FLG_TX_BUSY, &dch->Flags); in d_retransmit()
459 if (test_bit(FLG_RX_OFF, &wch->bch.Flags)) { in W6692_empty_Bfifo()
505 else if (test_bit(FLG_HDLC, &wch->bch.Flags)) in W6692_fill_Bfifo()
621 test_and_set_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode()
667 if (test_bit(FLG_HDLC, &wch->bch.Flags)) { in W6692B_interrupt()
809 if (test_bit(FLG_BUSY_TIMER, &dch->Flags)) { in dbusy_timer_handler()
816 test_and_set_bit(FLG_L1_BUSY, &dch->Flags); in dbusy_timer_handler()
996 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
1035 test_and_clear_bit(FLG_OPEN, &bch->Flags); in w6692_bctrl()
[all …]
A DmISDNipac.c223 if (test_bit(FLG_TX_BUSY, &isac->dch.Flags)) { in isac_retransmit()
229 test_and_set_bit(FLG_TX_BUSY, &isac->dch.Flags); in isac_retransmit()
665 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); in isac_l1cmd()
675 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in isac_l1cmd()
680 test_and_clear_bit(FLG_ACTIVE, &dch->Flags); in isac_l1cmd()
929 if (test_bit(FLG_RX_OFF, &hscx->bch.Flags)) { in hscx_empty_fifo()
968 if (!test_bit(FLG_TX_EMPTY, &hscx->bch.Flags)) in hscx_fill_fifo()
1113 if (!test_bit(FLG_ACTIVE, &hx->bch.Flags)) in ipac_irq()
1135 if (test_bit(FLG_FILLEMPTY, &hx->bch.Flags)) in ipac_irq()
1396 test_and_clear_bit(FLG_OPEN, &bch->Flags); in hscx_bctrl()
[all …]
A Dhfcpci.c309 if (test_bit(FLG_ACTIVE, &hc->bch[0].Flags) && in Sel_BCS()
563 if (test_bit(FLG_RX_OFF, &bch->Flags)) { in hfcpci_empty_fifo_trans()
752 if (!test_bit(FLG_FILLEMPTY, &bch->Flags) && in hfcpci_fill_fifo()
777 if (test_bit(FLG_FILLEMPTY, &bch->Flags)) { in hfcpci_fill_fifo()
946 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in handle_nt_timer3()
1015 &dch->Flags)) { in ph_state_nt()
1095 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in hfc_l1callback()
1311 test_and_clear_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
1376 test_and_set_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
1552 test_and_clear_bit(FLG_OPEN, &bch->Flags); in hfc_bctrl()
[all …]
A Davmfritz.c250 if (test_bit(FLG_ACTIVE, &fc->bch[0].Flags) && in Sel_BCS()
359 test_and_clear_bit(FLG_HDLC, &bch->Flags); in modehdlc()
380 test_and_set_bit(FLG_HDLC, &bch->Flags); in modehdlc()
399 if (test_bit(FLG_RX_OFF, &bch->Flags)) { in hdlc_empty_fifo()
450 if (!test_bit(FLG_TX_EMPTY, &bch->Flags)) in hdlc_fill_fifo()
465 if (test_bit(FLG_HDLC, &bch->Flags)) in hdlc_fill_fifo()
557 if (test_bit(FLG_TRANSPARENT, &bch->Flags)) { in HDLC_irq()
580 if (!test_bit(FLG_TRANSPARENT, &bch->Flags)) in HDLC_irq()
583 test_and_set_bit(FLG_TX_EMPTY, &bch->Flags); in HDLC_irq()
846 test_and_clear_bit(FLG_OPEN, &bch->Flags); in avm_bctrl()
[all …]
A Dhfcsusb.c256 phi->dch.ch.Flags = dch->Flags; in hfcsusb_ph_info()
261 phi->bch[i].Flags = hw->bch[i].Flags; in hfcsusb_ph_info()
306 if (test_bit(FLG_ACTIVE, &dch->Flags)) { in hfcusb_l2l1D()
314 &dch->Flags); in hfcusb_l2l1D()
392 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in hfc_l1callback()
431 set_bit(FLG_ACTIVE, &hw->ech.Flags); in open_dchannel()
650 test_and_set_bit(FLG_ACTIVE, &dch->Flags); in ph_state_nt()
703 clear_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
704 clear_bit(FLG_TRANSPARENT, &bch->Flags); in hfcsusb_setup_bch()
709 set_bit(FLG_TRANSPARENT, &bch->Flags); in hfcsusb_setup_bch()
[all …]
A Dnetjet.c217 test_and_clear_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
238 test_and_set_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
376 if (test_bit(FLG_RX_OFF, &bc->bch.Flags)) { in read_dma()
387 if (test_bit(FLG_TRANSPARENT, &bc->bch.Flags)) in read_dma()
401 if (test_bit(FLG_TRANSPARENT, &bc->bch.Flags)) { in read_dma()
534 if (!test_bit(FLG_TX_EMPTY, &bc->bch.Flags)) in fill_dma()
640 if (test_bit(FLG_HDLC, &bc->bch.Flags)) { in send_tiger_bc()
758 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags)) in nj_l2l1B()
800 test_and_clear_bit(FLG_OPEN, &bch->Flags); in nj_bctrl()
858 if (test_and_set_bit(FLG_OPEN, &bch->Flags)) in open_bchannel()
[all …]
/linux/fs/cifs/
A Dsmb2pdu.h81 __le32 Flags; member
207 __le32 Flags; member
330 __le32 Flags; member
336 __le32 Flags; member
394 __le32 Flags; member
495 __le32 Flags; member
511 __le32 Flags; member
524 __le32 Flags; member
589 __u8 Flags; member
642 __le32 Flags; member
[all …]
/linux/fs/smbfs_common/
A Dsmb2pdu.h99 __le32 Flags; member
139 __le16 Flags; member
149 __le16 Flags; member
429 __le32 Flags; member
458 __le32 Flags; member
557 __u8 Flags; member
609 __le16 Flags; member
623 __le16 Flags; member
677 __le32 Flags; member
701 __le32 Flags; member
[all …]
/linux/drivers/pcmcia/
A Dcistpl.c458 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
480 if (MFC_FN(tuple->Flags)) { in follow_link()
490 MFC_FN(tuple->Flags)--; in follow_link()
493 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
494 HAS_LINK(tuple->Flags) = 0; in follow_link()
498 if (SPACE(tuple->Flags)) { in follow_link()
535 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
555 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
570 HAS_LINK(tuple->Flags) = 1; in pccard_get_next_tuple()
578 HAS_LINK(tuple->Flags) = 1; in pccard_get_next_tuple()
[all …]
/linux/drivers/scsi/mpt3sas/mpi/
A Dmpi2_raid.h81 U8 Flags; /*0x01 */ member
100 U8 Flags; /*0x01 */ member
126 U8 Flags; /*0x00 */ member
247 U32 Flags; /*0x00 */ member
262 U32 Flags; /*0x04 */ member
279 U32 Flags; /*0x10 */ member
A Dmpi2.h582 U8 Flags; /*0x03 */ member
900 U8 Flags; member
908 U8 Flags; member
916 U8 Flags; member
934 U8 Flags; member
946 U8 Flags; member
958 U8 Flags; member
968 U8 Flags; member
978 U8 Flags; member
1133 U8 Flags; member
[all …]
A Dmpi2_tool.h102 U32 Flags; /*0x0C */ member
166 U32 Flags; /*0x10 */ member
205 U8 Flags; /*0x17 */ member
282 U8 Flags; /*0x0F */ member
381 U8 Flags; /* 0x0D */ member
485 U32 Flags; /*0x20 */ member
A Dmpi2_cnfg.h1105 U8 Flags; /* 0x20 */ member
2061 U16 Flags; /*0x16 */ member
2440 Flags; /*0x2B */ member
2582 U8 Flags; /*0x00 */ member
2732 Flags; /*0x22 */ member
2901 Flags; /*0x20 */ member
3023 Flags; /*0x17 */ member
3239 Flags; /*0x0B */ member
3305 U16 Flags; /*0x14 */ member
3567 Flags; /*0x0C */ member
[all …]
/linux/drivers/message/fusion/lsi/
A Dmpi.h390 U8 Flags; member
399 U8 Flags; member
408 U8 Flags; member
426 U8 Flags; member
437 U8 Flags; member
448 U8 Flags; member
459 U8 Flags; member
470 U8 Flags; member
A Dmpi_cnfg.h672 U8 Flags; /* 0Dh */ member
727 U8 Flags; /* 0Ch */ member
797 U32 Flags; /* 0Ch */ member
859 U32 Flags; /* 04h */ member
891 U32 Flags; /* 04h */ member
973 U32 Flags; /* 04h */ member
1001 U8 Flags; /* 05h */ member
1733 U32 Flags; /* 04h */ member
1822 U32 Flags; /* 04h */ member
1915 U16 Flags; /* 12h */ member
[all …]
A Dmpi_history.txt333 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
335 * 04-01-03 01.02.11 Added RR_TOV field and additional Flags defines for
345 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
366 * to add a Flags field.
371 * Four new Flags bits defined for IO Unit Page 2.
373 * Added EEDP Flags settings to IOC Page 1.
394 * new Flags bits for supported SATA features.
404 * Flags field.
496 * Flags field of SAS Device Page 0.
509 * Expander Page 0 Flags field.
[all …]
A Dmpi_tool.h78 U32 Flags; /* 0Ch */ member
126 U32 Flags; /* 0Ch */ member
161 U8 Flags; /* 0Ch */ member
259 U8 Flags; /* 0Fh */ member
/linux/fs/ksmbd/
A Dsmb2pdu.h108 __le32 Flags; member
133 __le32 Flags; member
184 __le32 Flags; member
280 __le32 Flags; member
296 __le32 Flags; member
426 __le32 Flags; member
469 __u8 Flags; member
517 __le32 Flags; member
621 __le32 Flags; member
634 __le32 Flags; member
[all …]
/linux/drivers/media/pci/ngene/
A Dngene-core.c81 u32 Flags = chan->DataFormatFlags; in demux_tasklet() local
83 Flags |= BEF_OVERFLOW; in demux_tasklet()
89 Clock, Flags)) { in demux_tasklet()
102 Cur->ngeneBuffer.SR.Flags &= in demux_tasklet()
132 Flags |= BEF_EVEN_FIELD; in demux_tasklet()
134 Flags |= BEF_OVERFLOW; in demux_tasklet()
140 Flags); in demux_tasklet()
145 Flags); in demux_tasklet()
150 Cur->ngeneBuffer.SR.Flags = 0x00; in demux_tasklet()
219 ngeneBuffer.SR.Flags |= 0x40; in irq_handler()
[all …]
/linux/include/linux/
A DmISDNhw.h74 test_and_set_bit(ev, &((s)->Flags)); \
80 u_long Flags; member
143 u_long Flags; member
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-codec-stateless.rst139 ``Sequence Parameter Set Flags``
231 ``Picture Parameter Set Flags``
392 ``Slice Parameter Set Flags``
597 ``Decode Parameters Flags``
672 ``DPB Entries Flags``
844 FWHT Flags
1024 ``Frame Flags``
1107 ``Segment Flags``
1170 ``Loop Filter Flags``
1294 ``MPEG-2 Sequence Flags``
[all …]

Completed in 140 milliseconds

12345678910