/linux-3.4.99/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 517 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window() local 531 if (receiver->flags & IP_CT_TCP_FLAG_SACK_PERM) in tcp_in_window() 548 receiver->td_end, receiver->td_maxend, receiver->td_maxwin, in tcp_in_window() 549 receiver->td_scale); in tcp_in_window() 571 && receiver->flags & IP_CT_TCP_FLAG_WINDOW_SCALE)) in tcp_in_window() 573 receiver->td_scale = 0; in tcp_in_window() 592 if (receiver->td_maxwin == 0) in tcp_in_window() 593 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window() 616 ack = sack = receiver->td_end; in tcp_in_window() 624 ack = sack = receiver->td_end; in tcp_in_window() [all …]
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | Kconfig | 30 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. 106 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. 141 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver. 153 receiver with USB ID 0db0:5581. 161 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver. 170 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. 214 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. 223 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The 231 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver. 238 tristate "Opera1 DVB-S USB2.0 receiver" [all …]
|
/linux-3.4.99/Documentation/video4linux/ |
D | si470x.txt | 22 - Si4700: FM radio receiver 23 - Si4701: FM radio receiver, RDS Support 24 - Si4702: FM radio receiver 25 - Si4703: FM radio receiver, RDS Support 26 - Si4704: FM radio receiver, no external antenna required 27 - Si4705: FM radio receiver, no external antenna required, RDS support, Dig I/O 28 - Si4706: Enhanced FM RDS/TMC radio receiver, no external antenna required, RDS 30 - Si4707: Dedicated weather band radio receiver with SAME decoder, RDS Support
|
D | hauppauge-wintv-cx88-ir.txt | 38 I'm pretty sure when no IR signal is present the receiver is always in a 40 as well. Remember, this is a free running sample of the IR receiver state
|
D | fimc.txt | 44 - MIPI-CSI2 receiver subdev 96 MIPI-CSI receiver device (currently up to two). 178 optional s5p-csis.ko (MIPI-CSI receiver subdev).
|
/linux-3.4.99/drivers/staging/media/lirc/ |
D | Kconfig | 5 bool "Linux Infrared Remote Control IR receiver/transmitter drivers" 9 RF receiver and transmitter drivers will be displayed. When paired 10 with a remote control and the lirc daemon, the receiver drivers
|
/linux-3.4.99/net/can/ |
D | af_can.c | 428 struct receiver *r; in can_rx_register() 477 struct receiver *r = container_of(rp, struct receiver, rcu); in can_rx_delete_receiver() 496 struct receiver *r = NULL; in can_rx_unregister() 563 static inline void deliver(struct sk_buff *skb, struct receiver *r) in deliver() 571 struct receiver *r; in can_rcv_filter() 831 rcv_cache = kmem_cache_create("can_receiver", sizeof(struct receiver), in can_init()
|
D | af_can.h | 51 struct receiver { struct
|
/linux-3.4.99/drivers/media/dvb/siano/ |
D | Kconfig | 6 tristate "Siano SMS1xxx based MDTV receiver" 9 Choose Y or M here if you have MDTV receiver with a Siano chipset.
|
/linux-3.4.99/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 62 Unconnected -> WFConnection [ label="receiver thread is started" ] 83 CommTrouble -> Unconnected [label="receiver thread is stopped" ]
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-bench.txt | 77 options (20 sender and receiver processes per group) 83 (20 sender and receiver threads per group)
|
/linux-3.4.99/ipc/ |
D | mqueue.c | 814 struct ext_wait_queue *receiver) in pipelined_send() argument 816 receiver->msg = message; in pipelined_send() 817 list_del(&receiver->list); in pipelined_send() 818 receiver->state = STATE_PENDING; in pipelined_send() 819 wake_up_process(receiver->task); in pipelined_send() 821 receiver->state = STATE_READY; in pipelined_send() 850 struct ext_wait_queue *receiver; in SYSCALL_DEFINE5() local 918 receiver = wq_get_first_waiter(info, RECV); in SYSCALL_DEFINE5() 919 if (receiver) { in SYSCALL_DEFINE5() 920 pipelined_send(info, msg_ptr, receiver); in SYSCALL_DEFINE5()
|
/linux-3.4.99/drivers/staging/media/as102/ |
D | Kconfig | 2 tristate "Abilis AS102 DVB receiver"
|
/linux-3.4.99/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 38 I'm pretty sure when no IR signal is present the receiver is always in a 40 as well. Remember, this is a free running sample of the IR receiver state
|
/linux-3.4.99/sound/usb/6fire/ |
D | comm.h | 26 struct urb receiver; member
|
D | comm.c | 150 struct urb *urb = &rt->receiver; in usb6fire_comm_init() 193 usb_poison_urb(&rt->receiver); in usb6fire_comm_abort()
|
/linux-3.4.99/tools/perf/bench/ |
D | sched-messaging.c | 116 static void *receiver(struct receiver_context* ctx) in receiver() function 229 pth[i] = create_worker(ctx, (void *)receiver); in group()
|
/linux-3.4.99/Documentation/networking/ |
D | dccp.txt | 110 accepted by the receiver. Hence, when using this feature on the sender, it must 111 be enabled at the receiver, too with suitable choice of CsCov. 116 DCCP_SOCKOPT_RECV_CSCOV is for the receiver and has a different meaning: it 161 Default CCID for the sender-receiver half-connection. Depending on the 165 Default CCID for the receiver-sender half-connection; see tx_ccid.
|
D | udplite.txt | 72 This option is the receiver-side analogue. It is truly optional, i.e. not 76 RTP and UDP headers are to be protected, a receiver can enforce that only 125 The receiver specifies the minimum value of the coverage length it 126 is willing to accept. A value of 0 here indicates that the receiver 138 On both sender and receiver, checksumming will always be performed
|
D | baycom.txt | 42 is responsible for regenerating the receiver bit clock, as well as 49 The modem does all the filtering and regenerates the receiver clock.
|
/linux-3.4.99/sound/core/seq/ |
D | seq_clientmgr.c | 1432 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_subscribe_port() local 1439 if ((receiver = snd_seq_client_use_ptr(subs.dest.client)) == NULL) in snd_seq_ioctl_subscribe_port() 1445 if ((dport = snd_seq_port_use_ptr(receiver, subs.dest.port)) == NULL) in snd_seq_ioctl_subscribe_port() 1453 result = snd_seq_port_connect(client, sender, sport, receiver, dport, &subs); in snd_seq_ioctl_subscribe_port() 1464 if (receiver) in snd_seq_ioctl_subscribe_port() 1465 snd_seq_client_unlock(receiver); in snd_seq_ioctl_subscribe_port() 1477 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_unsubscribe_port() local 1484 if ((receiver = snd_seq_client_use_ptr(subs.dest.client)) == NULL) in snd_seq_ioctl_unsubscribe_port() 1490 if ((dport = snd_seq_port_use_ptr(receiver, subs.dest.port)) == NULL) in snd_seq_ioctl_unsubscribe_port() 1497 result = snd_seq_port_disconnect(client, sender, sport, receiver, dport, &subs); in snd_seq_ioctl_unsubscribe_port() [all …]
|
/linux-3.4.99/drivers/media/rc/ |
D | Kconfig | 109 a raw IR receiver in your system. 145 Say Y here to enable support for integrated infrared receiver 196 Say Y here to enable support for integrated infrared receiver 208 Say Y here to enable support for integrated infrared receiver
|
/linux-3.4.99/drivers/media/dvb/b2c2/ |
D | Kconfig | 19 Support for the digital TV receiver chip made by B2C2 Inc. included in
|
/linux-3.4.99/arch/cris/arch-v10/kernel/ |
D | head.S | 578 ; Set up and enable the serial0 receiver. 612 ; Set up and enable the serial1 receiver. 647 ; Set up and enable the serial2 receiver. 683 ; Set up and enable the serial3 receiver.
|
/linux-3.4.99/Documentation/input/ |
D | multi-touch-protocol.txt | 17 describes how to send the raw data for all contacts to the receiver. For 33 event, which instructs the receiver to accept the data for the current 38 This generates an ABS_MT_SLOT event, which instructs the receiver to 42 input_sync() function. This instructs the receiver to act upon events
|