/linux-5.19.10/net/netfilter/ |
D | nf_conntrack_h323_types.c | 717 {FNAME("mediaControlGuaranteedDelivery") BOOL, FIXD, 0, 0, STOP | OPT, 719 {FNAME("silenceSuppression") BOOL, FIXD, 0, 0, STOP | OPT, 0, NULL}, 720 {FNAME("destination") SEQ, 0, 2, 2, STOP | EXT | OPT, 0, NULL}, 721 {FNAME("dynamicRTPPayloadType") INT, 5, 96, 0, STOP | OPT, 0, NULL}, 722 {FNAME("mediaPacketization") CHOICE, 0, 1, 2, STOP | EXT | OPT, 0, 724 {FNAME("transportCapability") SEQ, 3, 3, 3, STOP | EXT | OPT, 0, 726 {FNAME("redundancyEncoding") SEQ, 1, 2, 2, STOP | EXT | OPT, 0, NULL}, 828 {FNAME("encryptionSync") SEQ, 2, 4, 4, STOP | EXT | OPT, 0, NULL}, 872 {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL}, 1355 {FNAME("nonStandard") SEQ, 0, 1, 1, STOP | EXT, 0, NULL}, [all …]
|
D | nf_conntrack_h323_asn1.c | 69 #define STOP 1 macro 542 if (son->attr & STOP) { in decode_seq() 611 if (son->attr & STOP) { in decode_seq() 788 if (son->attr & STOP) { in decode_choice()
|
/linux-5.19.10/drivers/gpu/drm/sti/ |
D | sti_awg_utils.c | 21 STOP, enumerator 94 case STOP: in awg_generate_instr()
|
/linux-5.19.10/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-5.19.10/drivers/net/wan/ |
D | hdlc_ppp.c | 84 enum {START = 0, STOP, TO_GOOD, TO_BAD, RCR_GOOD, RCR_BAD, RCA, RCN, RTR, RTA, enumerator 356 ppp_cp_event(dev, PID_IPCP, STOP, 0, 0, 0, NULL); in ppp_cp_event() 357 ppp_cp_event(dev, PID_IPV6CP, STOP, 0, 0, 0, NULL); in ppp_cp_event() 599 ppp_cp_event(proto->dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_timer() 636 ppp_cp_event(dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_stop()
|
/linux-5.19.10/tools/perf/trace/beauty/ |
D | signum.c | 29 P_SIGNUM(STOP); in syscall_arg__scnprintf_signum()
|
/linux-5.19.10/sound/pci/aw2/ |
D | saa7146.h | 154 #define STOP 1 macro
|
/linux-5.19.10/Documentation/translations/zh_CN/admin-guide/ |
D | unicode.rst | 140 U+F8E9 KLINGON LETTER GLOTTAL STOP 154 U+F8FE KLINGON FULL STOP
|
D | sysrq.rst | 72 你可以按下键盘组合键 :kbd:`ALT-STOP-<command key>` 。
|
/linux-5.19.10/Documentation/translations/zh_TW/admin-guide/ |
D | unicode.rst | 143 U+F8E9 KLINGON LETTER GLOTTAL STOP 157 U+F8FE KLINGON FULL STOP
|
/linux-5.19.10/drivers/media/pci/saa7134/ |
D | saa7134-i2c.c | 77 STOP = 1, // stop condition, no associated byte transfer enumerator 301 i2c_set_attr(dev,STOP); in saa7134_i2c_xfer()
|
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | bcm3510_priv.h | 42 u8 STOP :1; member 64 u8 STOP :1; member
|
/linux-5.19.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-encoder-cmd.rst | 51 After a STOP command, :c:func:`read()` calls will read 61 call of a streaming file descriptor sends an implicit immediate STOP to
|
/linux-5.19.10/drivers/input/misc/ |
D | keyspan_remote.c | 33 #define STOP 0x00 macro 308 if ((remote->data.tester & STOP_MASK) == STOP) { in keyspan_check_data()
|
/linux-5.19.10/Documentation/networking/ |
D | can_ucan_protocol.rst | 176 started STOP or RESET stopped 177 stopped STOP or RESET stopped
|
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/ |
D | smu_v11_0_i2c.c | 320 STOP, 1); in smu_v11_0_i2c_transmit() 398 STOP, 1); in smu_v11_0_i2c_receive()
|
/linux-5.19.10/Documentation/admin-guide/ |
D | unicode.rst | 155 U+F8E9 KLINGON LETTER GLOTTAL STOP 169 U+F8FE KLINGON FULL STOP
|
/linux-5.19.10/Documentation/i2c/ |
D | slave-interface.rst | 176 to send STOP after that and we have an event for that. Also, keep in mind not 196 * A master can send STOP at any time. For partially transferred buffers, this
|
D | fault-codes.rst | 54 transaction, and is sent before the terminating STOP. This
|
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-i2c.c | 233 XI2C_SET_BITS(cmd, IC_DATA_CMD, STOP, 1); in xgbe_i2c_write()
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-daemon.txt | 75 STOP COMMAND
|
/linux-5.19.10/fs/ceph/ |
D | dir.c | 1367 STOP = 4, enumerator 1432 if (ret & STOP) in __dentry_leases_walk() 1471 return STOP; in __dentry_lease_check() 1490 return STOP; in __dir_lease_check()
|
/linux-5.19.10/Documentation/driver-api/media/drivers/ |
D | pxa_camera.rst | 43 | STOP | | Wait for capture start |
|
/linux-5.19.10/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 218 - STOP
|