/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_h323_types.c | 718 {FNAME("mediaControlGuaranteedDelivery") BOOL, FIXD, 0, 0, STOP | OPT, 720 {FNAME("silenceSuppression") BOOL, FIXD, 0, 0, STOP | OPT, 0, NULL}, 721 {FNAME("destination") SEQ, 0, 2, 2, STOP | EXT | OPT, 0, NULL}, 722 {FNAME("dynamicRTPPayloadType") INT, 5, 96, 0, STOP | OPT, 0, NULL}, 723 {FNAME("mediaPacketization") CHOICE, 0, 1, 2, STOP | EXT | OPT, 0, 725 {FNAME("transportCapability") SEQ, 3, 3, 3, STOP | EXT | OPT, 0, 727 {FNAME("redundancyEncoding") SEQ, 1, 2, 2, STOP | EXT | OPT, 0, NULL}, 829 {FNAME("encryptionSync") SEQ, 2, 4, 4, STOP | EXT | OPT, 0, NULL}, 873 {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL}, 1356 {FNAME("nonStandard") SEQ, 0, 1, 1, STOP | EXT, 0, NULL}, [all …]
|
D | nf_conntrack_h323_asn1.c | 72 #define STOP 1 macro 545 if (son->attr & STOP) { in decode_seq() 614 if (son->attr & STOP) { in decode_seq() 791 if (son->attr & STOP) { in decode_choice()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | intel_breadcrumbs.c | 268 #define STOP 0 macro 282 if (test_bit(STOP, &w->flags)) in wait_for_ready() 299 return !test_bit(STOP, &w->flags); in wait_for_ready() 318 if (test_bit(STOP, &w->flags)) /* emergency escape */ in igt_wakeup_thread() 433 set_bit(STOP, &waiters[n].flags); in igt_wakeup()
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_awg_utils.c | 19 STOP, enumerator 92 case STOP: in awg_generate_instr()
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | ariadne.c | 257 lance->RDP = csr0 & ~(INEA | TDMD | STOP | STRT | INIT); in ariadne_interrupt() 273 if (csr0 & STOP) in ariadne_interrupt() 404 lance->RDP = STOP; in ariadne_open() 515 lance->RDP = STOP; in ariadne_close() 527 lance->RDP = STOP; in ariadne_reset() 654 lance->RDP = STOP; /* Temporarily stop the lance */ in set_multicast_list()
|
D | ariadne.h | 192 #define STOP 0x0400 /* Stop */ macro
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-encoder-cmd.rst | 48 currently only used by the STOP command and contains one bit: If the 55 started yet. After a STOP command, :ref:`read() <func-read>` calls will read 61 call of a streaming file descriptor sends an implicit immediate STOP to
|
D | vidioc-decoder-cmd.rst | 55 call of a streaming file descriptor sends an implicit immediate STOP
|
/Linux-v4.19/tools/perf/trace/beauty/ |
D | signum.c | 27 P_SIGNUM(STOP); in syscall_arg__scnprintf_signum()
|
/Linux-v4.19/drivers/net/wan/ |
D | hdlc_ppp.c | 87 enum {START = 0, STOP, TO_GOOD, TO_BAD, RCR_GOOD, RCR_BAD, RCA, RCN, RTR, RTA, enumerator 361 ppp_cp_event(dev, PID_IPCP, STOP, 0, 0, 0, NULL); in ppp_cp_event() 362 ppp_cp_event(dev, PID_IPV6CP, STOP, 0, 0, 0, NULL); in ppp_cp_event() 591 ppp_cp_event(proto->dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_timer() 628 ppp_cp_event(dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_stop()
|
/Linux-v4.19/sound/pci/aw2/ |
D | saa7146.h | 167 #define STOP 1 macro
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-i2c.c | 86 STOP = 1, // stop condition, no associated byte transfer enumerator 310 i2c_set_attr(dev,STOP); in saa7134_i2c_xfer()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | bcm3510_priv.h | 51 u8 STOP :1; member 73 u8 STOP :1; member
|
D | bcm3510.c | 256 if (ap.APSTAT1_a2.RESET || ap.APSTAT1_a2.IDLE || ap.APSTAT1_a2.STOP || hab.HABSTAT_a8.HABR) {
|
/Linux-v4.19/drivers/input/misc/ |
D | keyspan_remote.c | 36 #define STOP 0x00 macro 311 if ((remote->data.tester & STOP_MASK) == STOP) { in keyspan_check_data()
|
/Linux-v4.19/Documentation/networking/ |
D | can_ucan_protocol.rst | 176 started STOP or RESET stopped 177 stopped STOP or RESET stopped
|
/Linux-v4.19/Documentation/admin-guide/ |
D | unicode.rst | 155 U+F8E9 KLINGON LETTER GLOTTAL STOP 169 U+F8FE KLINGON FULL STOP
|
D | sysrq.rst | 61 On SPARC - You press :kbd:`ALT-STOP-<command key>`, I believe.
|
/Linux-v4.19/Documentation/i2c/ |
D | slave-interface | 170 to send STOP after that and we have an event for that. Also, keep in mind not 190 * A master can send STOP at any time. For partially transferred buffers, this
|
D | gpio-fault-injection | 79 additional STOP conditions to ensure the bus has been released. Otherwise
|
D | fault-codes | 50 transaction, and is sent before the terminating STOP. This
|
D | smbus-protocol | 219 before the terminating STOP.
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-i2c.c | 233 XI2C_SET_BITS(cmd, IC_DATA_CMD, STOP, 1); in xgbe_i2c_write()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | pxa_camera.rst | 41 | STOP | | Wait for capture start |
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | rc-tables.rst | 218 - STOP
|