| /linux/drivers/gnss/ |
| H A D | Kconfig | 3 # 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 D | lirc-set-wideband-receiver.rst | 13 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/net/netfilter/ |
| H A D | nf_conntrack_proto_tcp.c | 456 struct ip_ct_tcp_state *receiver, in tcp_init_sender() argument 477 receiver->flags & IP_CT_TCP_FLAG_WINDOW_SCALE)) { in tcp_init_sender() 479 receiver->td_scale = 0; in tcp_init_sender() 517 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window() local 532 if (receiver->flags & IP_CT_TCP_FLAG_SACK_PERM) in tcp_in_window() 545 tcp_init_sender(sender, receiver, in tcp_in_window() 561 if (receiver->td_maxwin == 0) { in tcp_in_window() 567 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window() 568 } else if (sack == receiver->td_end + 1) { in tcp_in_window() 572 receiver->td_end++; in tcp_in_window() [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | dvb-usb-gp8psk-cardlist.rst | 15 * - 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 D | si470x.rst | 30 - 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/tools/testing/selftests/net/rds/ |
| H A D | test.py | 182 receiver = sockets[1 - (nr_send % 3) % 2] variable 185 sender.sendto(send_data, socket_to_addr[receiver]) 186 send_hashes.setdefault((sender.fileno(), receiver.fileno()), 200 receiver = fileno_to_socket[fileno] variable 205 recv_data, address = receiver.recvfrom(1024) 208 receiver.fileno()), hashlib.sha256()).update( 249 for (sender, receiver), send_hash in send_hashes.items(): 250 recv_hash = recv_hashes.get((sender, receiver))
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | Kconfig | 33 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 D | garbage.c | 204 void unix_add_edges(struct scm_fp_list *fpl, struct unix_sock *receiver) in unix_add_edges() argument 222 edge->successor = receiver; in unix_add_edges() 227 receiver->scm_stat.nr_unix_fds += fpl->count_unix; in unix_add_edges() 240 struct unix_sock *receiver; in unix_del_edges() local 255 receiver = fpl->edges[0].successor; in unix_del_edges() 256 receiver->scm_stat.nr_unix_fds -= fpl->count_unix; in unix_del_edges() 266 void unix_update_edges(struct unix_sock *receiver) in unix_update_edges() argument 272 if (!receiver->scm_stat.nr_unix_fds) { in unix_update_edges() 273 receiver->listener = NULL; in unix_update_edges() 276 unix_update_graph(unix_sk(receiver->listener)->vertex); in unix_update_edges() [all …]
|
| H A D | af_unix.h | 27 void unix_add_edges(struct scm_fp_list *fpl, struct unix_sock *receiver); 29 void unix_update_edges(struct unix_sock *receiver);
|
| /linux/drivers/media/platform/nxp/ |
| H A D | Kconfig | 21 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/Documentation/driver-api/md/ |
| H A D | md-cluster.rst | 153 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" 184 receiver tries to get PR on "message" 186 sender receiver receiver 202 receiver upconvert to PR on "message" 203 receiver get CR of "ack" [all …]
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | Kconfig | 34 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. 199 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 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. 266 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. 269 tristate "Opera1 DVB-S USB2.0 receiver" [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-gnss | 6 The GNSS receiver type. The currently identified types reflect 7 the protocol(s) supported by the receiver:
|
| /linux/drivers/media/platform/broadcom/ |
| H A D | Kconfig | 13 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/selftests/net/af_unix/ |
| H A D | scm_rights.c | 270 int inflight, int receiver) in __send_fd() argument 300 ret = sendmsg(self->fd[receiver * 2 + 1], &msg, variant->flags); in __send_fd() 314 #define send_fd(inflight, receiver) \ argument 315 __send_fd(_metadata, self, variant, inflight, receiver)
|
| /linux/Documentation/infiniband/ |
| H A D | tag_matching.rst | 10 * 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/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3308-roc-cc.dts | 22 ir-receiver { 23 compatible = "gpio-ir-receiver"; 158 ir-receiver {
|
| H A D | rk3588-orangepi-5-plus.dts | 40 ir-receiver { 41 compatible = "gpio-ir-receiver"; 299 ir-receiver { 300 ir_receiver_pin: ir-receiver-pin {
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tcp_custom_syncookie.c | 72 static void transfer_message(int sender, int receiver) in transfer_message() argument 83 ret = recv(receiver, buf, msglen, 0); in transfer_message()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-dv.rst | 15 the receiver or transmitter subdevice that implements them, so they are 54 transmitter can sense that the receiver is ready to receive video). 61 When the transmitter sees the hotplug signal from the receiver it 127 Detects whether the receiver receives power from the source (e.g. 131 corresponds to an input pad on the receiver. If an input pad
|
| H A D | metafmt-generic.rst | 59 MEDIA_BUS_FMT_META_10 and the CSI-2 receiver writes the received data to memory 103 MEDIA_BUS_FMT_META_12 and the CSI-2 receiver writes the received data to memory 149 MEDIA_BUS_FMT_META_14 and the CSI-2 receiver writes the received data to memory 192 MEDIA_BUS_FMT_META_16 and the CSI-2 receiver writes the received data to memory 241 transmits MEDIA_BUS_FMT_META_20 and the CSI-2 receiver writes the received data 294 MEDIA_BUS_FMT_META_24 and the CSI-2 receiver writes the received data to memory
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | dove-cubox.dts | 53 ir_recv: ir-receiver { 54 compatible = "gpio-ir-receiver";
|
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A D | drbd-connection-state-overview.dot | 62 Unconnected -> WFConnection [ label="receiver thread is started" ] 83 CommTrouble -> Unconnected [label="receiver thread is stopped" ]
|
| /linux/drivers/net/ethernet/marvell/octeon_ep/ |
| H A D | octep_ctrl_net.h | 63 u16 receiver; member 156 u16 receiver; member
|
| /linux/Documentation/userspace-api/media/ |
| H A D | intro.rst | 9 TV receiver cards, AM/FM receiver cards, Software Defined Radio (SDR),
|