| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | link_encoder.h | 54 enum transmitter transmitter; member 92 enum transmitter transmitter; member 249 enum transmitter transmitter; member 257 enum transmitter transmitter,
|
| /linux/Documentation/ABI/stable/ |
| H A 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/Documentation/driver-api/media/ |
| H A D | tx-rx.rst | 5 Pixel data transmitter and receiver drivers 38 configuration of the transmitter. What is required depends on the type of the 57 link frequency from the transmitter sub-device. 64 to control the transmitter driver's streaming state. These callbacks may not be 68 Stopping the transmitter 71 A transmitter stops sending the stream of images as a result of 78 CSI-2 transmitter drivers 117 As part of transitioning to high speed mode, a CSI-2 transmitter typically 128 One way to address this is to configure the transmitter side explicitly to LP-11 129 or LP-111 state, which requires support from the transmitter hardware. This is [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/ |
| H A D | dcn31_hpo_dp_link_encoder.c | 445 ASSERT((enc->transmitter >= TRANSMITTER_UNIPHY_A) && (enc->transmitter <= TRANSMITTER_UNIPHY_E)); in dcn31_hpo_dp_link_enc_is_in_alt_mode() 448 REG_GET(RDPCSTX_PHY_CNTL6[enc->transmitter], RDPCS_PHY_DPALT_DISABLE, &dp_alt_mode_disable); in dcn31_hpo_dp_link_enc_is_in_alt_mode() 510 enum transmitter transmitter, in dcn31_hpo_dp_link_enc_enable_dp_output() argument 518 enc3->base.transmitter = transmitter; in dcn31_hpo_dp_link_enc_enable_dp_output() 526 cntl.transmitter = enc3->base.transmitter; in dcn31_hpo_dp_link_enc_enable_dp_output() 554 cntl.transmitter = enc3->base.transmitter; in dcn31_hpo_dp_link_enc_disable_output() 581 cntl.transmitter = enc3->base.transmitter; in dcn31_hpo_dp_link_enc_set_ffe() 623 enc31->base.transmitter = TRANSMITTER_UNKNOWN; in hpo_dp_link_encoder31_construct()
|
| H A D | dcn31_hpo_dp_link_encoder.h | 193 enum transmitter transmitter,
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_link_encoder.c | 324 if (enc110->base.transmitter == TRANSMITTER_UNKNOWN) in setup_panel_mode() 882 enc110->base.transmitter = init_data->transmitter; in dce110_link_encoder_construct() 922 switch (enc110->base.transmitter) { in dce110_link_encoder_construct() 949 enc110->base.transmitter = TRANSMITTER_UNKNOWN; in dce110_link_encoder_construct() 1034 cntl.transmitter = enc110->base.transmitter; in dce110_link_encoder_hw_init() 1051 if (enc110->base.transmitter == TRANSMITTER_UNKNOWN) in dce110_link_encoder_hw_init() 1150 cntl.transmitter = enc110->base.transmitter; in dce110_link_encoder_enable_tmds_output() 1186 cntl.transmitter = enc110->base.transmitter; in dce110_link_encoder_enable_lvds_output() 1240 cntl.transmitter = enc110->base.transmitter; in dce110_link_encoder_enable_dp_output() 1279 cntl.transmitter = enc110->base.transmitter; in dce110_link_encoder_enable_dp_mst_output() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/ |
| H A D | command_table_helper.c | 126 enum transmitter t) in dal_cmd_table_helper_transmitter_bp_to_atom() 184 if ((control->transmitter == TRANSMITTER_UNIPHY_B) || in dal_cmd_table_helper_assign_control_parameter() 185 (control->transmitter == TRANSMITTER_UNIPHY_D) || in dal_cmd_table_helper_assign_control_parameter() 186 (control->transmitter == TRANSMITTER_UNIPHY_F)) { in dal_cmd_table_helper_assign_control_parameter() 201 (uint8_t)(h->transmitter_bp_to_atom(control->transmitter)); in dal_cmd_table_helper_assign_control_parameter() 297 uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom()
|
| H A D | command_table_helper.h | 58 enum transmitter t); 63 uint8_t phy_id_to_atom(enum transmitter t);
|
| H A D | command_table_helper_struct.h | 51 uint8_t (*transmitter_bp_to_atom)(enum transmitter t); 58 uint8_t (*phy_id_to_atom)(enum transmitter t);
|
| H A D | command_table.c | 445 switch (cntl->transmitter) { in transmitter_control_v2() 510 if ((TRANSMITTER_UNIPHY_B == cntl->transmitter) in transmitter_control_v2() 511 || (TRANSMITTER_UNIPHY_D == cntl->transmitter) in transmitter_control_v2() 512 || (TRANSMITTER_UNIPHY_F == cntl->transmitter)) in transmitter_control_v2() 545 cntl->transmitter); in transmitter_control_v2() 570 switch (cntl->transmitter) { in transmitter_control_v3() 649 if ((TRANSMITTER_UNIPHY_B == cntl->transmitter) in transmitter_control_v3() 650 || (TRANSMITTER_UNIPHY_D == cntl->transmitter) in transmitter_control_v3() 651 || (TRANSMITTER_UNIPHY_F == cntl->transmitter)) in transmitter_control_v3() 675 (uint8_t)cmd->transmitter_bp_to_atom(cntl->transmitter); in transmitter_control_v3() [all …]
|
| H A D | command_table_helper2.h | 53 enum transmitter t);
|
| /linux/drivers/gpu/drm/amd/display/dc/hpo/dcn32/ |
| H A D | dcn32_hpo_dp_link_encoder.c | 50 ASSERT((enc->transmitter >= TRANSMITTER_UNIPHY_A) && (enc->transmitter <= TRANSMITTER_UNIPHY_E)); in dcn32_hpo_dp_link_enc_is_in_alt_mode() 53 REG_GET(RDPCSTX_PHY_CNTL6[enc->transmitter], RDPCS_PHY_DPALT_DISABLE, &dp_alt_mode_disable); in dcn32_hpo_dp_link_enc_is_in_alt_mode() 84 enc31->base.transmitter = TRANSMITTER_UNKNOWN; in hpo_dp_link_encoder32_construct()
|
| /linux/drivers/gpu/drm/bridge/analogix/ |
| H A D | Kconfig | 12 transmitter designed for portable devices. The 24 ANX78XX is an ultra-low power Full-HD SlimPort transmitter 43 ANX7625 is an ultra-low power 4K mobile HD transmitter
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | bios_parser_types.h | 114 enum transmitter transmitter; member 145 enum transmitter transmitter; /* PhyId */ member
|
| /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 45 hotplug pin as seen by the transmitter. Each bit corresponds to an 46 output pad on the transmitter. If an output pad does not have an 54 transmitter can sense that the receiver is ready to receive video). 55 Each bit corresponds to an output pad on the transmitter. If an 61 When the transmitter sees the hotplug signal from the receiver it 62 will attempt to read the EDID. If set, then the transmitter has read 64 output pad on the transmitter. If an output pad does not support
|
| H A D | vidioc-g-edid.rst | 13 …- VIDIOC_SUBDEV_G_EDID - VIDIOC_SUBDEV_S_EDID - Get or set the EDID of a video receiver/transmitter 47 from a receiver or an output of a transmitter device. They can be used 88 receivers as it makes no sense for a transmitter.
|
| /linux/Documentation/networking/device_drivers/hamradio/ |
| H A 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/arch/arm/boot/dts/marvell/ |
| H A 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) 117 * - DVI transmitter TI TFP410, 0x39 129 /* TI TFP410 DVI transmitter */
|
| /linux/Documentation/input/devices/ |
| H A 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/net/can/j1939/ |
| H A D | transport.c | 518 bool reverse, bool transmitter) in j1939_session_get_by_addr_locked() argument 527 session->transmission == transmitter) in j1939_session_get_by_addr_locked() 559 bool reverse, bool transmitter) in j1939_session_get_by_addr() argument 566 addr, reverse, transmitter); in j1939_session_get_by_addr() 1344 bool reverse, bool transmitter) in j1939_xtp_rx_abort_one() argument 1351 transmitter); in j1939_xtp_rx_abort_one() 1377 bool transmitter) in j1939_xtp_rx_abort() argument 1379 j1939_xtp_rx_abort_one(priv, skb, false, transmitter); in j1939_xtp_rx_abort() 1380 j1939_xtp_rx_abort_one(priv, skb, true, transmitter); in j1939_xtp_rx_abort() 1417 bool transmitter) in j1939_xtp_rx_eoma() argument [all …]
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | si4713.txt | 1 * Silicon Labs FM Radio transmitter 3 The Silicon Labs Si4713 is an FM radio transmitter with receive power scan
|
| /linux/drivers/gpu/drm/amd/display/dc/dio/virtual/ |
| H A D | virtual_link_encoder.c | 123 enc->transmitter = init_data->transmitter; in virtual_link_encoder_construct()
|
| /linux/Documentation/driver-api/ |
| H A D | rfkill.rst | 13 transmitter in the system. When a transmitter is blocked, it shall not 48 transmitter with the kernel, methods for turning it on and off, and letting 73 a way to turn on/off the transmitter(s).
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-pin-error-inj.rst | 164 Every byte of the message will be NACKed in case the transmitter 171 transmitter can handle the Low Drive condition correctly and reports 173 be interpreted as an Arbitration Lost condition by the transmitter. 194 the remote CEC transmitter. Arbitration happens when two CEC adapters 196 with the most leading zeroes wins and the other transmitter has to 200 This does not work if the remote CEC transmitter has logical address 206 detected when receiving a message, and it indicates to the transmitter that 218 at the end will the transmitter look at the ACK bit. This is not
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | lirc-func.rst | 24 lirc-set-transmitter-mask
|