/linux-4.4.14/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 515 if (son->attr & STOP) { in decode_seq() 577 if (son->attr & STOP) { in decode_seq() 738 if (son->attr & STOP) { in decode_choice()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_awg_utils.c | 16 STOP, enumerator 87 case STOP: in awg_generate_instr()
|
/linux-4.4.14/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-4.4.14/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() 588 ppp_cp_event(proto->dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_timer() 627 ppp_cp_event(dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_stop()
|
/linux-4.4.14/sound/pci/aw2/ |
D | saa7146.h | 167 #define STOP 1 macro
|
/linux-4.4.14/include/linux/i2c/ |
D | bfin_twi.h | 101 #define STOP 0x0010 /* Issue Stop Condition */ macro
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-i2c.c | 90 STOP = 1, // stop condition, no associated byte transfer enumerator 314 i2c_set_attr(dev,STOP); in saa7134_i2c_xfer()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | bcm3510_priv.h | 55 u8 STOP :1; member 77 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-4.4.14/drivers/input/misc/ |
D | keyspan_remote.c | 41 #define STOP 0x00 macro 316 if ((remote->data.tester & STOP_MASK) == STOP) { in keyspan_check_data()
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 165 to send STOP after that and we have an event for that. Also, keep in mind not 184 * A master can send STOP at any time. For partially transferred buffers, this
|
D | fault-codes | 50 transaction, and is sent before the terminating STOP. This
|
D | smbus-protocol | 209 before the terminating STOP.
|
/linux-4.4.14/Documentation/ |
D | unicode.txt | 142 U+F8E9 KLINGON LETTER GLOTTAL STOP 156 U+F8FE KLINGON FULL STOP
|
D | sysrq.txt | 50 On SPARC - You press 'ALT-STOP-<command key>', I believe.
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-bfin-twi.c | 51 read_MASTER_CTL(iface) | STOP); in bfin_twi_handle_interrupt() 99 read_MASTER_CTL(iface) | STOP); in bfin_twi_handle_interrupt()
|
/linux-4.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 35 | STOP | | Wait for capture start |
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 946 P_SIGNUM(STOP); in syscall_arg__scnprintf_signum()
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4183 host% kill -STOP pid
|