Searched refs:receiver (Results 1 – 25 of 25) sorted by relevance
/drivers/gnss/ |
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
|
/drivers/media/usb/dvb-usb-v2/ |
D | Kconfig | 31 Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver 44 Say Y here to support the Afatech AF9035 based DVB USB receiver. 61 Anysee E30 C Plus DVB USB2.0 receiver. 69 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver. 86 Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver 94 Say Y here to support the E3C EC168 DVB-T USB2.0 receiver. 105 receiver with USB ID 0db0:5581, Friio White ISDB-T receiver 130 Say Y here to support the MxL111SF USB2.0 DTV receiver. 153 Say Y here to support the Realtek RTL28xxU DVB USB receiver. 172 Say Y here to support the ZyDAS ZD1301 DVB USB receiver.
|
/drivers/media/usb/dvb-usb/ |
D | Kconfig | 42 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. 121 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. 171 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver. 183 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. 227 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. 239 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and 240 the TechnoTrend CT-3650 CI DVB-C/T USB2.0 receiver. The 248 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver. 255 tristate "Opera1 DVB-S USB2.0 receiver" 260 Say Y here to support the Opera DVB-S USB2.0 receiver. [all …]
|
/drivers/media/rc/ |
D | Kconfig | 118 a raw IR receiver in your system. 135 receiver, or if you wish to use an encoder to transmit this IR. 182 Say Y here to enable support for integrated infrared receiver 256 Say Y here to enable support for integrated infrared receiver 264 tristate "Amlogic Meson IR remote receiver" 268 Say Y if you want to use the IR remote receiver available 275 tristate "Mediatek IR remote receiver" 279 Say Y if you want to use the IR remote receiver available 290 Say Y here to enable support for integrated infrared receiver 455 tristate "ST remote control receiver"
|
/drivers/media/platform/exynos4-is/ |
D | Kconfig | 35 tristate "S5P/EXYNOS MIPI-CSI2 receiver (MIPI-CSIS) driver" 41 receiver (MIPI-CSIS) devices.
|
/drivers/staging/pi433/Documentation/ |
D | pi433.txt | 32 there is no receive request or the receiver is still waiting for something in 47 receiver) is reached. Until this hasn't happened, the reception can be 129 receiver won't be able to detect the sync without preamble. 141 The address byte can be used for address filtering, so the receiver 180 threshold value for the signal strength on the receiver input. 185 time the receiver gets more and more sensitive. This value
|
/drivers/media/usb/as102/ |
D | Kconfig | 3 tristate "Abilis AS102 DVB receiver"
|
/drivers/media/usb/siano/ |
D | Kconfig | 7 tristate "Siano SMS1xxx based MDTV receiver"
|
/drivers/media/pci/intel/ipu3/ |
D | Kconfig | 13 This is the Intel IPU3 CIO2 CSI-2 receiver unit, found in Intel
|
/drivers/media/platform/rcar-vin/ |
D | Kconfig | 11 Support for Renesas R-Car MIPI CSI-2 receiver.
|
/drivers/media/cec/ |
D | Kconfig | 32 Say Y when you have an HDMI receiver, transmitter or a USB CEC
|
/drivers/media/radio/ |
D | Kconfig | 85 tristate "Griffin radioSHARK USB radio receiver" 89 Choose Y here if you have this radio receiver. 103 tristate "Griffin radioSHARK2 USB radio receiver" 106 Choose Y here if you have this radio receiver. 137 Say Y here if you want to connect this type of AM/FM/SW receiver
|
/drivers/i2c/busses/ |
D | i2c-omap.c | 206 unsigned receiver:1; /* true when we're in receiver mode */ member 670 omap->receiver = !!(msg->flags & I2C_M_RD); in omap_i2c_xfer_msg() 671 omap_i2c_resize_fifo(omap, msg->len, omap->receiver); in omap_i2c_xfer_msg() 1081 if (omap->receiver) in omap_i2c_xfer_data()
|
/drivers/hid/ |
D | Kconfig | 140 tristate "Apple infrared receiver" 145 and Mac Pros. This receiver is also used in the Apple TV set-top box 278 tristate "Creative SB0540 infrared receiver" 284 Say Y here if you want support for Creative SB0540 infrared receiver. 559 devices to the same receiver. Without this driver it will be handled by
|
/drivers/net/arcnet/ |
D | Kconfig | 66 2=transmission accepted by the receiver hardware
|
/drivers/block/drbd/ |
D | drbd_state.c | 1445 drbd_thread_stop_nowait(&connection->receiver); in _drbd_set_state() 1449 drbd_thread_stop_nowait(&connection->receiver); in _drbd_set_state() 1454 drbd_thread_restart_nowait(&connection->receiver); in _drbd_set_state() 2053 drbd_thread_start(&connection->receiver); in w_after_conn_state_ch()
|
D | drbd_main.c | 2052 if (first_peer_device(device)->connection->receiver.t_state != NONE) in drbd_device_cleanup() 2054 first_peer_device(device)->connection->receiver.t_state); in drbd_device_cleanup() 2570 connection->receiver.reset_cpu_mask = 1; in set_resource_options() 2656 drbd_thread_init(resource, &connection->receiver, drbd_receiver, "receiver"); in conn_create() 2657 connection->receiver.connection = connection; in conn_create()
|
D | drbd_int.h | 737 struct drbd_thread receiver; member
|
D | drbd_receiver.c | 1015 if (get_t_state(&connection->receiver) == EXITING) in conn_connect() 5102 while (get_t_state(&connection->receiver) == RUNNING) { in drbdd() 5105 drbd_thread_current_set_cpu(&connection->receiver); in drbdd()
|
D | drbd_nl.c | 1437 drbd_thread_stop(&connection->receiver); in conn_reconfig_done() 2757 drbd_thread_stop(&connection->receiver); in conn_try_disconnect()
|
/drivers/net/hamradio/ |
D | Kconfig | 112 line. Say Y here to foil this by explicitly disabling the receiver
|
/drivers/input/misc/ |
D | Kconfig | 367 Currently only the UIA-11 type of receiver has been tested. The tag 368 on the receiver that connects to the USB port should have a P/N that
|
/drivers/input/joystick/ |
D | Kconfig | 381 FS-iA6B RC receiver as a joystick input device.
|
/drivers/media/platform/ |
D | Kconfig | 580 receiver of digital data which uses DMA to transfer received data to
|
/drivers/media/i2c/ |
D | Kconfig | 68 tristate "NXP TDA1997x HDMI receiver" 657 radio receiver with RF-to-Bits front-end designed for SDR solutions.
|