/Linux-v5.10/Documentation/driver-api/media/ |
D | csi2.rst | 19 Transmitter drivers 22 CSI-2 transmitter, such as a sensor or a TV tuner, drivers need to 28 CSI-2 transmitter. 33 rate the transmitter uses. The 58 The transmitter drivers must, if possible, configure the CSI-2 59 transmitter to *LP-11 mode* whenever the transmitter is powered on but 61 on should the transmitter activate the clock on the clock lane and 68 Stopping the transmitter 71 A transmitter stops sending the stream of images as a result of 81 Before the receiver driver may enable the CSI-2 transmitter by using [all …]
|
/Linux-v5.10/include/linux/phy/ |
D | phy-mipi-dphy.h | 29 * Time, in picoseconds, that the transmitter continues to 42 * the transmitter prior to any associated Data Lane beginning 52 * Time, in picoseconds, that the transmitter drives the Clock 86 * Time, in picoseconds, that the transmitter drives the HS-0 97 * Time, in picoseconds, that the transmitter drives the HS-0 126 * Time, in picoseconds, that the transmitter drives LP-11 136 * Time, in picoseconds, that the transmitter drives the Data 173 * Time, in picoseconds, that the transmitter drives the 185 * Time, in picoseconds, that the transmitter drives the HS-0 213 * Time, in picoseconds, that the new transmitter drives the [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/bios/ |
D | command_table_helper.c | 120 * Translate the Transmitter to the corresponding ATOM BIOS value 123 * input transmitter 130 enum transmitter t) in dal_cmd_table_helper_transmitter_bp_to_atom() 144 /* Invalid Transmitter Type! */ in dal_cmd_table_helper_transmitter_bp_to_atom() 182 /* there are three transmitter blocks, each one has two links 4-lanes in dal_cmd_table_helper_assign_control_parameter() 184 * each transmitter block B, D and F as link 1, third transmitter block in dal_cmd_table_helper_assign_control_parameter() 188 if ((control->transmitter == TRANSMITTER_UNIPHY_B) || in dal_cmd_table_helper_assign_control_parameter() 189 (control->transmitter == TRANSMITTER_UNIPHY_D) || in dal_cmd_table_helper_assign_control_parameter() 190 (control->transmitter == TRANSMITTER_UNIPHY_F)) { in dal_cmd_table_helper_assign_control_parameter() 198 /* Bit[4:3]: Transmitter Selection in dal_cmd_table_helper_assign_control_parameter() [all …]
|
/Linux-v5.10/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 49 Description: Current state of the transmitter. 60 transmitter is turned off by software 62 transmitter is (potentially) active 64 transmitter is forced off by something outside of 76 The transmitter is (potentially) active. 78 The transmitter is forced off by something outside of 90 The transmitter is (potentially) active. 93 The transmitter is turned off by software.
|
/Linux-v5.10/drivers/media/rc/ |
D | ite-cir.h | 202 #define IT87_TCR1 0x03 /* transmitter control register 1 */ 203 #define IT87_TCR2 0x04 /* transmitter control register 2 */ 204 #define IT87_TSR 0x05 /* transmitter status register */ 213 #define IT87_TLDLIE 0x01 /* transmitter low data interrupt enable */ 229 #define IT87_TXMPM 0x03 /* transmitter modulation pulse mode mask */ 231 #define IT87_TXENDF 0x04 /* transmitter deferral */ 232 #define IT87_TXRLE 0x08 /* transmitter run length enable */ 241 #define IT87_TXMPW 0x07 /* transmitter modulation pulse width mask */ 247 #define IT87_TXFBC 0x3f /* transmitter FIFO byte count mask */ 257 #define IT87_II_TXLDL 0x02 /* transmitter low data level */ [all …]
|
D | Kconfig | 395 tristate "Nokia N900 IR transmitter diode" 399 transmitter diode built in the Nokia N900 (RX51) device. 430 tristate "GPIO IR Bit Banging Transmitter" 435 Say Y if you want to a GPIO based IR transmitter. This is a 442 tristate "PWM IR transmitter" 448 Say Y if you want to use a PWM based IR transmitter. This is 486 bool "Serial Port Transmitter" 489 Serial Port Transmitter support
|
/Linux-v5.10/drivers/media/radio/si4713/ |
D | Kconfig | 3 tristate "Silicon Labs Si4713 FM Radio Transmitter support with USB" 9 - 10c4:8244: Silicon Labs FM Transmitter USB device. 18 tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C" 32 tristate "Silicon Labs Si4713 FM Radio Transmitter support" 35 Say Y here if you want support to Si4713 FM Radio Transmitter.
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-dv.rst | 14 the receiver or transmitter subdevice that implements them, so they are 44 hotplug pin as seen by the transmitter. Each bit corresponds to an 45 output pad on the transmitter. If an output pad does not have an 53 transmitter can sense that the receiver is ready to receive video). 54 Each bit corresponds to an output pad on the transmitter. If an 60 When the transmitter sees the hotplug signal from the receiver it 61 will attempt to read the EDID. If set, then the transmitter has read 63 output pad on the transmitter. If an output pad does not support
|
/Linux-v5.10/arch/arm/include/debug/ |
D | at91.S | 9 #define AT91_DBGU_THR (0x1c) /* Transmitter Holding Register */ 10 #define AT91_DBGU_TXRDY (1 << 1) /* Transmitter Ready */ 11 #define AT91_DBGU_TXEMPTY (1 << 9) /* Transmitter Empty */ 19 strb \rd, [\rx, #(AT91_DBGU_THR)] @ Write to Transmitter Holding Register
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | mcfuart.h | 42 #define MCFUART_UTF 0x28 /* Transmitter FIFO (r/w) */ 96 #define MCFUART_USR_TXEMPTY 0x08 /* Transmitter empty */ 97 #define MCFUART_USR_TXREADY 0x04 /* Transmitter ready */ 121 #define MCFUART_UCR_CMDRESETTX 0x30 /* Reset transmitter */ 163 #define MCFUART_UIR_TXREADY 0x01 /* Transmitter ready */ 167 * Define bit flags in the Transmitter FIFO Register (UTF). 169 #define MCFUART_UTF_TXB 0x1f /* Transmitter data level */ 170 #define MCFUART_UTF_FULL 0x20 /* Transmitter fifo full */ 171 #define MCFUART_UTF_TXS 0xc0 /* Transmitter status */
|
/Linux-v5.10/include/uapi/linux/ |
D | scc.h | 99 TXS_IDLE, /* Transmitter off, no data pending */ 101 TXS_ACTIVE, /* Transmitter on, sending data */ 103 TXS_IDLE2, /* Transmitter on, no data pending */ 114 long txints; /* Transmitter interrupts */ 125 unsigned int tx_under; /* Transmitter Underruns */ 127 unsigned int tx_state; /* Transmitter state */
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_link_encoder.c | 142 * transmitter is used for the offset */ in enable_phy_bypass_mode() 153 * transmitter is used for the offset */ in disable_prbs_symbols() 173 * transmitter is used for the offset */ in program_pattern_symbols() 181 * transmitter is used for the offset */ in program_pattern_symbols() 189 * transmitter is used for the offset */ in program_pattern_symbols() 232 * transmitter is used for the offset */ in set_link_training_complete() 794 enc110->base.transmitter = init_data->transmitter; in dce110_link_encoder_construct() 829 switch (enc110->base.transmitter) { in dce110_link_encoder_construct() 932 cntl.transmitter = enc110->base.transmitter; in dce110_link_encoder_hw_init() 1027 cntl.transmitter = enc110->base.transmitter; in dce110_link_encoder_enable_tmds_output() [all …]
|
/Linux-v5.10/Documentation/networking/device_drivers/hamradio/ |
D | z8530drv.rst | 414 TxUnder number of transmitter underruns 416 TxInts number of transmitter interrupts 472 transmitter, until the first byte is sent. This is usually 476 MODEM and/or transmitter, that asserts CTS when the 477 transmitter is ready for data. 483 This is the probability that the transmitter will be keyed 499 The time the transmitter will remain keyed after the last 502 SCC before the transmitter is keyed down. The value depends 515 1: Fullduplex mode, i.e. the transmitter will be keyed at 518 2: Like 1, but the transmitter will remain keyed, also [all …]
|
/Linux-v5.10/drivers/tty/serial/ |
D | atmel_serial.h | 17 #define ATMEL_US_RSTTX BIT(3) /* Reset Transmitter */ 20 #define ATMEL_US_TXEN BIT(6) /* Transmitter Enable */ 21 #define ATMEL_US_TXDIS BIT(7) /* Transmitter Disable */ 87 #define ATMEL_US_TXRDY BIT(1) /* Transmitter Ready */ 90 #define ATMEL_US_ENDTX BIT(4) /* End of Transmitter Transfer */ 95 #define ATMEL_US_TXEMPTY BIT(9) /* Transmitter Empty */ 113 #define ATMEL_US_THR 0x1c /* Transmitter Holding Register */ 125 #define ATMEL_US_TTGR 0x28 /* Transmitter Timeguard Register */
|
D | dz.h | 18 #define DZ_TRDY 0x8000 /* Transmitter empty */ 19 #define DZ_TIE 0x4000 /* Transmitter Interrupt Enbl */ 20 #define DZ_TLINE 0x0300 /* Transmitter Line Number */ 55 #define DZ_LNENB 0x000f /* Transmitter Line Enable */ 121 #define DZ_TCR 0x10 /* Transmitter Control Register */
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_link_encoder.c | 114 * transmitter is used for the offset in enable_phy_bypass_mode() 125 * transmitter is used for the offset in disable_prbs_symbols() 145 * transmitter is used for the offset in program_pattern_symbols() 153 * transmitter is used for the offset in program_pattern_symbols() 161 * transmitter is used for the offset in program_pattern_symbols() 204 * transmitter is used for the offset in set_link_training_complete() 696 enc10->base.transmitter = init_data->transmitter; in dcn10_link_encoder_construct() 733 switch (enc10->base.transmitter) { in dcn10_link_encoder_construct() 841 cntl.transmitter = enc10->base.transmitter; in dcn10_link_encoder_hw_init() 937 cntl.transmitter = enc10->base.transmitter; in dcn10_link_encoder_enable_tmds_output() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | fsl-sai.txt | 40 with Rx) which means both the transmitter and the 46 means both transmitter and receiver will send and 63 transmitter and receiver will send and receive data by following clocks 64 of transmitter.
|
D | spdif-transmitter.txt | 1 Device-Tree bindings for dummy spdif transmitter 8 codec: spdif-transmitter {
|
/Linux-v5.10/drivers/net/ethernet/dec/tulip/ |
D | xircom_cb.c | 274 /* start the transmitter to get a heartbeat */ in xircom_probe() 659 transmit_active returns 1 if the transmitter on the card is 666 if (!(xr32(CSR5) & (7 << 20))) /* transmitter disabled */ in transmit_active() 774 activate_transmitter enables the transmitter on the card. 775 Before being allowed to active the transmitter, the transmitter 777 this code actually disables the transmitter first; then it waits for the 778 transmitter to become inactive, then it activates the transmitter and then 779 it waits for the transmitter to be active again. 796 val = val & ~(1 << 13); /* disable the transmitter */ in activate_transmitter() 808 "Transmitter failed to deactivate\n"); in activate_transmitter() [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | dove-sbc-a510.dts | 50 * 0.2 DVI transmitter TI TFP410 MSEN 51 * 0.3 DVI transmitter TI TFP410 PD# (active low power down) 52 * 0.4 LVDS transmitter DS90C365 PD# (active low power down) 119 * - DVI transmitter TI TFP410, 0x39 131 /* TI TFP410 DVI transmitter */
|
/Linux-v5.10/arch/sh/include/asm/ |
D | smc37c93x.h | 58 #define UART_THR 0x0 /* Transmitter Holding Register (Write Only) */ 97 #define IER_ETHREI 0x0200 /* Enable Transmitter Holding Register Empty Interrupt */ 113 #define FCR_TFRES 0x0400 /* Transmitter FIFO reset */ 144 #define LSR_THRE 0x2000 /* Transmitter Holding Register Empty */ 145 #define LSR_TEMT 0x4000 /* Transmitter Empty */
|
/Linux-v5.10/sound/soc/ti/ |
D | davinci-mcasp.h | 241 #define TXCLKRST BIT(8) /* Transmitter Clock Divider Reset */ 242 #define TXHCLKRST BIT(9) /* Transmitter High Frequency Clock Divider*/ 244 #define TXSMRST BIT(11) /* Transmitter State Machine Reset */ 248 * DAVINCI_MCASP_TXSTAT_REG - Transmitter Status Register Bits 276 * DAVINCI_MCASP_XEVTCTL_REG - Transmitter DMA Event Control Register bits 286 * DAVINCI_MCASP_EVTCTLX_REG - Transmitter Interrupt Control Register Bits
|
/Linux-v5.10/drivers/media/test-drivers/vivid/ |
D | vivid-radio-tx.c | 3 * vivid-radio-tx.c - radio transmitter support functions. 57 * from the RDS transmitter and that RDS transmitter has been disabled, in vivid_radio_tx_write() 106 strscpy(a->name, "AM/FM/SW Transmitter", sizeof(a->name)); in vidioc_g_modulator()
|
/Linux-v5.10/Documentation/input/devices/ |
D | walkera0701.rst | 2 Walkera WK-0701 transmitter 5 Walkera WK-0701 transmitter is supplied with a ready to fly Walkera 7 this transmitter as joystick 19 At back side of transmitter S-video connector can be found. Modulation
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | link_encoder.h | 51 enum transmitter transmitter; member 115 enum transmitter transmitter; member
|