Home
last modified time | relevance | path

Searched refs:receiver (Results 1 – 25 of 254) sorted by relevance

1234567891011

/linux/drivers/gnss/
H A DKconfig3 # GNSS receiver configuration
7 tristate "GNSS receiver support"
9 Say Y here if you have a GNSS receiver (e.g. a GPS receiver).
20 tristate "Mediatek GNSS receiver support"
24 Say Y here if you have a Mediatek-based GNSS receiver which uses a
33 tristate "SiRFstar GNSS receiver support"
36 Say Y here if you have a SiRFstar-based GNSS receiver which uses a
45 tristate "u-blox GNSS receiver support"
49 Say Y here if you have a u-blox GNSS receiver which uses a serial
58 tristate "USB GNSS receiver support"
[all …]
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-wideband-receiver.rst13 LIRC_SET_WIDEBAND_RECEIVER - enable wide band receiver.
29 enable = 1 means enable wideband receiver, enable = 0 means disable
30 wideband receiver.
35 Some receivers are equipped with special wide band receiver which is
39 This might be useful of receivers that have otherwise narrow band receiver
40 that prevents them to be used with some remotes. Wide band receiver might
46 Wide band receiver might be implicitly enabled if you enable
48 carrier reports. Trying to disable wide band receiver while carrier
/linux/Documentation/devicetree/bindings/media/
H A Dgpio-ir-receiver.yaml4 $id: http://devicetree.org/schemas/media/gpio-ir-receiver.yaml#
7 title: GPIO Based IR receiver
17 const: gpio-ir-receiver
27 description: IR receiver can wake-up the system.
37 ir-receiver {
38 compatible = "gpio-ir-receiver";
H A Damlogic,meson6-ir.yaml7 title: Amlogic Meson IR remote control receiver
44 ir-receiver@c8100480 {
H A Drenesas,rzg2l-csi2.yaml8 title: Renesas RZ/G2L (and alike SoC's) MIPI CSI-2 receiver
14 The CSI-2 receiver device provides MIPI CSI-2 capabilities for the Renesas RZ/G2L
87 Output port node, Image Processing block connected to the CSI-2 receiver.
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-gp8psk-cardlist.rst15 * - Genpix 8PSK-to-USB2 Rev.1 DVB-S receiver
17 * - Genpix 8PSK-to-USB2 Rev.2 DVB-S receiver
19 * - Genpix SkyWalker-1 DVB-S receiver
21 * - Genpix SkyWalker-2 DVB-S receiver
H A Dsi470x.rst30 - Si4700: FM radio receiver
31 - Si4701: FM radio receiver, RDS Support
32 - Si4702: FM radio receiver
33 - Si4703: FM radio receiver, RDS Support
34 - Si4704: FM radio receiver, no external antenna required
35 - Si4705: FM radio receiver, no external antenna required, RDS support, Dig I/O
36 - Si4706: Enhanced FM RDS/TMC radio receiver, no external antenna required, RDS
38 - Si4707: Dedicated weather band radio receiver with SAME decoder, RDS Support
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c479 receiver->td_scale = 0; in tcp_init_sender()
561 if (receiver->td_maxwin == 0) { in tcp_in_window()
567 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window()
572 receiver->td_end++; in tcp_in_window()
588 tcp_init_sender(sender, receiver, in tcp_in_window()
600 ack = sack = receiver->td_end; in tcp_in_window()
608 ack = sack = receiver->td_end; in tcp_in_window()
655 receiver->td_end + 1); in tcp_in_window()
694 receiver->td_maxend = sack + win; in tcp_in_window()
696 receiver->td_maxend++; in tcp_in_window()
[all …]
/linux/tools/testing/selftests/net/rds/
H A Dtest.py179 receiver = sockets[1 - (nr_send % 3) % 2] variable
182 sender.sendto(send_data, socket_to_addr[receiver])
183 send_hashes.setdefault((sender.fileno(), receiver.fileno()),
197 receiver = fileno_to_socket[fileno] variable
202 recv_data, address = receiver.recvfrom(1024)
205 receiver.fileno()), hashlib.sha256()).update(
246 for (sender, receiver), send_hash in send_hashes.items():
247 recv_hash = recv_hashes.get((sender, receiver))
/linux/drivers/media/usb/dvb-usb-v2/
H A DKconfig33 Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver
48 Say Y here to support the Afatech AF9035 based DVB USB receiver.
65 Anysee E30 C Plus DVB USB2.0 receiver.
73 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
90 Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver
109 Say Y here to support the E3C EC168 DVB-T USB2.0 receiver.
120 receiver with USB ID 0db0:5581, Friio White ISDB-T receiver
145 Say Y here to support the MxL111SF USB2.0 DTV receiver.
168 Say Y here to support the Realtek RTL28xxU DVB USB receiver.
176 Say Y here to support the ZyDAS ZD1301 DVB USB receiver.
/linux/net/unix/
H A Dgarbage.c190 void unix_add_edges(struct scm_fp_list *fpl, struct unix_sock *receiver) in unix_add_edges() argument
208 edge->successor = receiver; in unix_add_edges()
213 receiver->scm_stat.nr_unix_fds += fpl->count_unix; in unix_add_edges()
227 struct unix_sock *receiver; in unix_del_edges() local
242 receiver = fpl->edges[0].successor; in unix_del_edges()
243 receiver->scm_stat.nr_unix_fds -= fpl->count_unix; in unix_del_edges()
254 void unix_update_edges(struct unix_sock *receiver) in unix_update_edges() argument
260 if (!receiver->scm_stat.nr_unix_fds) { in unix_update_edges()
261 receiver->listener = NULL; in unix_update_edges()
264 unix_update_graph(unix_sk(receiver->listener)->vertex); in unix_update_edges()
[all …]
/linux/Documentation/driver-api/media/
H A Dtx-rx.rst3 .. _transmitter-receiver:
5 Pixel data transmitter and receiver drivers
10 CSI-2 receiver in an SoC.
37 Transmitter drivers generally need to provide the receiver drivers with the
50 receiver the frequency of the bus (i.e. it is not the same as the symbol rate).
56 receiver driver to control the transmitter driver's streaming state.
99 may be as short as 100 µs, during which the receiver observes this state and
132 effectively leaving the current frame unfinished. The receiver driver
/linux/drivers/media/platform/nxp/
H A DKconfig21 tristate "NXP i.MX8MQ MIPI CSI-2 receiver"
28 Video4Linux2 driver for the MIPI CSI-2 receiver found on the i.MX8MQ
32 tristate "NXP MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models"
39 Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver
/linux/drivers/media/usb/dvb-usb/
H A DKconfig34 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
42 Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
50 Afatech AF9005 based receiver.
61 tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
193 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
211 Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
254 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
269 tristate "Opera1 DVB-S USB2.0 receiver"
274 Say Y here to support the Opera DVB-S USB2.0 receiver.
308 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and
[all …]
/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst153 sender receiver receiver
159 sender receiver receiver
179 receiver get CR on "message"
180 receiver read LVB
181 receiver processes the message
183 receiver releases "ack"
186 sender receiver receiver
202 receiver upconvert to PR on "message"
203 receiver get CR of "ack"
204 receiver release "message"
[all …]
/linux/Documentation/devicetree/bindings/gnss/
H A Dgnss-common.yaml8 receiver devices
24 device and the receiver antenna.
27 description: A GPIO line that will enable the GNSS receiver when
/linux/Documentation/ABI/testing/
H A Dsysfs-class-gnss6 The GNSS receiver type. The currently identified types reflect
7 the protocol(s) supported by the receiver:
/linux/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst201 as soon as the receiver NACKs a byte the transmit will stop, but the
207 This setting can be used to test how well a receiver deals with
213 without ever sending an EOM. This can be used to test how a receiver
220 and not for the final byte. The receiver should ignore the last byte in
232 This command can be used to test buffer overflows in the receiver. E.g.
238 two bytes long. The receiver should ignore messages that are too short.
247 than is allowed and the receiver should respond with a Low Drive
251 because the receiver also looks for an Arbitration Lost condition in
264 a receiver will do. It might just accept it, or it might time out and
269 because the receiver also looks for an Arbitration Lost condition in
[all …]
/linux/tools/testing/selftests/net/af_unix/
H A Dscm_rights.c200 int inflight, int receiver) in __send_fd() argument
232 ret = sendmsg(self->fd[receiver * 2 + 1], &msg, variant->flags); in __send_fd()
240 #define send_fd(inflight, receiver) \ argument
241 __send_fd(_metadata, self, variant, inflight, receiver)
/linux/Documentation/devicetree/bindings/sound/
H A Dxlnx,i2s.txt7 "xlnx,i2s-receiver-1.0" for capture
18 compatible = "xlnx,i2s-receiver-1.0";
/linux/drivers/media/platform/broadcom/
H A DKconfig13 Say Y here to enable support for the BCM283x/BCM271x CSI-2 receiver.
14 This is a V4L2 driver that controls the CSI-2 receiver directly,
/linux/tools/testing/vsock/
H A DREADME42 sender/receiver modes: sender connect to peer at the specified port and
43 starts data transmission to the receiver. After data processing is done,
57 # run as receiver
/linux/net/can/
H A Daf_can.c445 struct receiver *rcv; in can_rx_register()
490 struct receiver *rcv = container_of(rp, struct receiver, rcu); in can_rx_delete_receiver()
514 struct receiver *rcv = NULL; in can_rx_unregister()
570 static inline void deliver(struct sk_buff *skb, struct receiver *rcv) in deliver()
578 struct receiver *rcv; in can_rcv_filter()
875 rcv_cache = kmem_cache_create("can_receiver", sizeof(struct receiver), in can_init()
/linux/Documentation/infiniband/
H A Dtag_matching.rst10 * User tag - wild card may be specified by the receiver
11 * Source rank – wild car may be specified by the receiver
21 When a message is sent from the sender to the receiver, the communication
36 and perhaps a portion of data when first notifying the receiver. When the
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_custom_syncookie.c72 static void transfer_message(int sender, int receiver) in transfer_message() argument
83 ret = recv(receiver, buf, msglen, 0); in transfer_message()

1234567891011