/linux/drivers/greybus/ |
H A D | control.c | 3 * Greybus CPort control protocol. 14 /* Highest control-protocol version supported */ 18 static int gb_control_get_version(struct gb_control *control) in gb_control_get_version() argument 20 struct gb_interface *intf = control->connection->intf; in gb_control_get_version() 28 ret = gb_operation_sync(control->connection, in gb_control_get_version() 34 "failed to get control-protocol version: %d\n", in gb_control_get_version() 41 "unsupported major control-protocol version (%u > %u)\n", in gb_control_get_version() 46 control->protocol_major = response.major; in gb_control_get_version() 47 control->protocol_minor = response.minor; in gb_control_get_version() 55 static int gb_control_get_bundle_version(struct gb_control *control, in gb_control_get_bundle_version() argument [all …]
|
/linux/arch/sh/include/mach-common/mach/ |
H A D | highlander.h | 13 #define PA_IRLMSK (PA_BCR+0x0000) /* Interrupt Mask control */ 14 #define PA_IRLMON (PA_BCR+0x0002) /* Interrupt Status control */ 19 #define PA_RSTCTL (PA_BCR+0x000c) /* Reset Control */ 20 #define PA_PCIBD (PA_BCR+0x000e) /* PCI Board detect control */ 21 #define PA_PCICD (PA_BCR+0x0010) /* PCI Connector detect control */ 22 #define PA_EXTGIO (PA_BCR+0x0016) /* Extension GPIO Control */ 23 #define PA_IVDRMON (PA_BCR+0x0018) /* iVDR Moniter control */ 24 #define PA_IVDRCTL (PA_BCR+0x001a) /* iVDR control */ 25 #define PA_OBLED (PA_BCR+0x001c) /* On Board LED control */ 26 #define PA_OBSW (PA_BCR+0x001e) /* On Board Switch control */ [all …]
|
H A D | r2d.h | 16 #define PA_IRLMON 0xa4000002 /* Interrupt Status control */ 17 #define PA_CFCTL 0xa4000004 /* CF Timing control */ 18 #define PA_CFPOW 0xa4000006 /* CF Power control */ 19 #define PA_DISPCTL 0xa4000008 /* Display Timing control */ 20 #define PA_SDMPOW 0xa400000a /* SD Power control */ 21 #define PA_RTCCE 0xa400000c /* RTC(9701) Enable control */ 22 #define PA_PCICD 0xa400000e /* PCI Extension detect control */ 23 #define PA_VOYAGERRTS 0xa4000020 /* VOYAGER Reset control */ 25 #define PA_R2D1_AXRST 0xa4000022 /* AX_LAN Reset control */ 26 #define PA_R2D1_CFRST 0xa4000024 /* CF Reset control */ [all …]
|
/linux/include/media/ |
H A D | v4l2-ctrls.h | 29 * union v4l2_ctrl_ptr - A pointer to a control value. 109 * struct v4l2_ctrl_ops - The control operations that the driver has to provide. 111 * @g_volatile_ctrl: Get a new value for this control. Generally only relevant 112 * for volatile (and usually read-only) controls such as a control 116 * @try_ctrl: Test whether the control's value is valid. Only relevant when 118 * @s_ctrl: Actually set the new control value. s_ctrl is compulsory. The 129 * struct v4l2_ctrl_type_ops - The control type operations that the driver 149 * that should be called when a control value has changed. 152 * @priv: control private data 160 * struct v4l2_ctrl - The control structure. [all …]
|
/linux/drivers/pinctrl/renesas/ |
H A D | Kconfig | 9 bool "Renesas SoC pin control support" if COMPILE_TEST && !(ARCH_RENESAS || SUPERH) 58 This enables pin control drivers for Renesas SuperH and ARM platforms 66 This enables common pin control functionality for EMMA Mobile, R-Car, 74 This enables pin control and GPIO drivers for SH/SH Mobile platforms 83 bool "pin control support for Emma Mobile EV2" if COMPILE_TEST 87 bool "pin control support for R-Car D3" if COMPILE_TEST 91 bool "pin control support for R-Car E2" if COMPILE_TEST 95 bool "pin control support for R-Car E3" if COMPILE_TEST 99 bool "pin control support for R-Car H1" if COMPILE_TEST 103 bool "pin control support for R-Car H2" if COMPILE_TEST [all …]
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ras_eeprom.c | 128 * add to control->i2c_address, and then tell I2C layer to read 172 struct amdgpu_ras_eeprom_control *control) in __get_eeprom_i2c_addr() argument 177 if (!control) in __get_eeprom_i2c_addr() 190 control->i2c_address = ((u32) i2c_addr) << 16; in __get_eeprom_i2c_addr() 199 control->i2c_address = EEPROM_I2C_MADDR_0; in __get_eeprom_i2c_addr() 203 control->i2c_address = EEPROM_I2C_MADDR_0; in __get_eeprom_i2c_addr() 205 control->i2c_address = EEPROM_I2C_MADDR_4; in __get_eeprom_i2c_addr() 208 control->i2c_address = EEPROM_I2C_MADDR_0; in __get_eeprom_i2c_addr() 213 control->i2c_address = EEPROM_I2C_MADDR_4; in __get_eeprom_i2c_addr() 215 control->i2c_address = EEPROM_I2C_MADDR_0; in __get_eeprom_i2c_addr() [all …]
|
H A D | smu_v11_0_i2c.c | 47 static void smu_v11_0_i2c_set_clock_gating(struct i2c_adapter *control, bool en) in smu_v11_0_i2c_set_clock_gating() argument 49 struct amdgpu_smu_i2c_bus *smu_i2c = i2c_get_adapdata(control); in smu_v11_0_i2c_set_clock_gating() 76 static int smu_v11_0_i2c_enable(struct i2c_adapter *control, bool enable) in smu_v11_0_i2c_enable() argument 78 struct amdgpu_smu_i2c_bus *smu_i2c = i2c_get_adapdata(control); in smu_v11_0_i2c_enable() 102 static void smu_v11_0_i2c_clear_status(struct i2c_adapter *control) in smu_v11_0_i2c_clear_status() argument 104 struct amdgpu_smu_i2c_bus *smu_i2c = i2c_get_adapdata(control); in smu_v11_0_i2c_clear_status() 113 static void smu_v11_0_i2c_configure(struct i2c_adapter *control) in smu_v11_0_i2c_configure() argument 115 struct amdgpu_smu_i2c_bus *smu_i2c = i2c_get_adapdata(control); in smu_v11_0_i2c_configure() 135 static void smu_v11_0_i2c_set_clock(struct i2c_adapter *control) in smu_v11_0_i2c_set_clock() argument 137 struct amdgpu_smu_i2c_bus *smu_i2c = i2c_get_adapdata(control); in smu_v11_0_i2c_set_clock() [all …]
|
/linux/include/sound/ |
H A D | seq_midi_emul.h | 35 unsigned char control[128]; /* Current value of all controls */ member 73 void (*control)(void *private_data, int type, struct snd_midi_channel *chan); member 94 #define gm_bank_select control[0] 95 #define gm_modulation control[1] 96 #define gm_breath control[2] 97 #define gm_foot_pedal control[4] 98 #define gm_portamento_time control[5] 99 #define gm_data_entry control[6] 100 #define gm_volume control[7] 101 #define gm_balance control[8] [all …]
|
/linux/include/linux/mfd/ |
H A D | motorola-cpcap.h | 47 #define CPCAP_REG_VERSC1 0x0048 /* Version Control 1 */ 48 #define CPCAP_REG_VERSC2 0x004c /* Version Control 2 */ 54 #define CPCAP_REG_UCC1 0x0210 /* UC Control 1 */ 55 #define CPCAP_REG_UCC2 0x0214 /* UC Control 2 */ 60 #define CPCAP_REG_PGC 0x0228 /* Power Gate and Control */ 66 #define CPCAP_REG_SCC 0x0400 /* System Clock Control */ 80 #define CPCAP_REG_SI2CC1 0x0604 /* Switcher I2C Control 1 */ 81 #define CPCAP_REG_Si2CC2 0x0608 /* Switcher I2C Control 2 */ 82 #define CPCAP_REG_S1C1 0x060c /* Switcher 1 Control 1 */ 83 #define CPCAP_REG_S1C2 0x0610 /* Switcher 1 Control 2 */ [all …]
|
/linux/Documentation/userspace-api/media/drivers/ |
H A D | uvcvideo.rst | 28 control enumeration. 37 Control mappings 41 control mappings at runtime. These allow for individual XU controls or byte 45 triggers a read or write of the associated XU control. 47 The ioctl used to create these control mappings is called UVCIOC_CTRL_MAP. 49 beforehand (UVCIOC_CTRL_ADD) to pass XU control information to the UVC driver. 57 3. Driver specific XU control interface 65 directly map to the low-level UVC control requests. 67 In order to make such a request the UVC unit ID of the control's extension unit 68 and the control selector need to be known. This information either needs to be [all …]
|
/linux/drivers/tty/vt/ |
H A D | defkeymap.map | 7 # altgr control keycode 83 = Boot 8 # altgr control keycode 111 = Boot 20 control keycode 3 = nul 21 shift control keycode 3 = nul 24 control keycode 4 = Escape 27 control keycode 5 = Control_backslash 30 control keycode 6 = Control_bracketright 33 control keycode 7 = Control_asciicircum 36 control keycode 8 = Control_underscore 39 control keycode 9 = Delete [all …]
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.h | 36 #define B43_LPPHY_TSSI_CTL B43_PHY_CCK(0x28) /* TSSI Control */ 80 #define B43_LPPHY_FINEDIGIGAIN_CTL B43_PHY_CCK(0x67) /* FineDigiGain Control */ 106 #define B43_LPPHY_CRSGAIN_CTL B43_PHY_OFDM(0x10) /* crsgain Control */ 117 #define B43_LPPHY_LTRN_CTL B43_PHY_OFDM(0x1B) /* LTRN Control */ 123 #define B43_LPPHY_OFDMSYNCTIMER_CTL B43_PHY_OFDM(0x21) /* ofdmSyncTimer Control */ 141 #define B43_LPPHY_PHASE_SHIFT_CTL B43_PHY_OFDM(0x33) /* phase shift Control */ 143 #define B43_LPPHY_OFDM_SYNC_CTL B43_PHY_OFDM(0x35) /* ofdm sync Control */ 144 #define B43_LPPHY_AFE_ADC_CTL_0 B43_PHY_OFDM(0x36) /* Afe ADC Control 0 */ 145 #define B43_LPPHY_AFE_ADC_CTL_1 B43_PHY_OFDM(0x37) /* Afe ADC Control 1 */ 146 #define B43_LPPHY_AFE_ADC_CTL_2 B43_PHY_OFDM(0x38) /* Afe ADC Control 2 */ [all …]
|
/linux/include/linux/greybus/ |
H A D | control.h | 3 * Greybus CPort control protocol 33 int gb_control_enable(struct gb_control *control); 34 void gb_control_disable(struct gb_control *control); 35 int gb_control_suspend(struct gb_control *control); 36 int gb_control_resume(struct gb_control *control); 37 int gb_control_add(struct gb_control *control); 38 void gb_control_del(struct gb_control *control); 39 struct gb_control *gb_control_get(struct gb_control *control); 40 void gb_control_put(struct gb_control *control); 42 int gb_control_get_bundle_versions(struct gb_control *control); [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-queryctrl.rst | 13 VIDIOC_QUERYCTRL - VIDIOC_QUERY_EXT_CTRL - VIDIOC_QUERYMENU - Enumerate controls and menu control i… 41 To query the attributes of a control applications set the ``id`` field 49 exclusive ``V4L2_CID_LASTP1``. Drivers may return ``EINVAL`` if a control in 56 in the ``flags`` field this control is permanently disabled and should 60 driver returns the next supported non-compound control, or ``EINVAL`` if 63 type ≥ ``V4L2_CTRL_COMPOUND_TYPES`` and/or array control, in other words 71 control information that cannot be returned in struct 95 See also the examples in :ref:`control`. 110 - Identifies the control, set by the application. See 111 :ref:`control-id` for predefined IDs. When the ID is ORed with [all …]
|
H A D | extended-controls.rst | 13 The control mechanism as originally designed was meant to be used for 19 implementing this extended control mechanism: the MPEG standard is quite 27 Unfortunately, the original control API lacked some features needed for 29 named) extended control API. 32 Extended Control API, nowadays there are also other classes of Extended 38 The Extended Control API 48 control). This is needed since it is often required to atomically change 53 contains a pointer to the control array, a count of the number of 54 controls in that array and a control class. Control classes are used to 55 group similar controls into a single class. For example, control class [all …]
|
H A D | vidioc-g-ext-ctrls.rst | 13 …C_S_EXT_CTRLS - VIDIOC_TRY_EXT_CTRLS - Get or set the value of several controls, try control values 43 atomically. Control IDs are grouped into control classes (see 44 :ref:`ctrl-class`) and all controls in the control array must belong 45 to the same control class. 60 If the ``size`` is too small to receive the control result (only 79 control values are valid. 93 :c:type:`v4l2_ext_control`. If the new control value 95 control), then this will also result in an ``EINVAL`` error code error. 116 The driver will only set/get these controls if all control values are 138 - Identifies the control, set by the application. [all …]
|
/linux/drivers/pinctrl/mediatek/ |
H A D | Kconfig | 51 bool "MediaTek MT7620 pin control" 58 bool "MediaTek MT7621 pin control" 65 bool "MediaTek MT76X8 pin control" 72 bool "Ralink RT2880 pin control" 79 bool "Ralink RT305X pin control" 86 bool "Ralink RT3883 pin control" 94 bool "MediaTek MT2701 pin control" 101 bool "MediaTek MT7623 pin control with generic binding" 108 bool "MediaTek MT7629 pin control" 115 bool "MediaTek MT8135 pin control" [all …]
|
/linux/drivers/media/i2c/ |
H A D | adv7183_regs.h | 11 #define ADV7183_IN_CTRL 0x00 /* Input control */ 13 #define ADV7183_OUT_CTRL 0x03 /* Output control */ 14 #define ADV7183_EXT_OUT_CTRL 0x04 /* Extended output control */ 21 #define ADV7183_ADI_CTRL 0x0E /* ADI control */ 27 #define ADV7183_ANAL_CLAMP_CTRL 0x14 /* Analog clamp control */ 28 #define ADV7183_DIGI_CLAMP_CTRL_1 0x15 /* Digital clamp control 1 */ 29 #define ADV7183_SHAP_FILT_CTRL 0x17 /* Shaping filter control */ 30 #define ADV7183_SHAP_FILT_CTRL_2 0x18 /* Shaping filter control 2 */ 31 #define ADV7183_COMB_FILT_CTRL 0x19 /* Comb filter control */ 32 #define ADV7183_ADI_CTRL_2 0x1D /* ADI control 2 */ [all …]
|
/linux/Documentation/driver-api/media/ |
H A D | v4l2-controls.rst | 9 The V4L2 control API seems simple enough, but quickly becomes very hard to 15 1) How do I add a control? 16 2) How do I set the control's value? (i.e. s_ctrl) 20 3) How do I get the control's value? (i.e. g_volatile_ctrl) 21 4) How do I validate the user's proposed control value? (i.e. try_ctrl) 25 The control framework was created in order to implement all the rules of the 29 Note that the control framework relies on the presence of a struct 39 The :c:type:`v4l2_ctrl` object describes the control properties and keeps 40 track of the control's value (both the current value and the proposed new 93 1.3) Hook the control handler into the driver: [all …]
|
/linux/drivers/s390/char/ |
H A D | defkeymap.map | 135 control keycode 74 = F22 136 control keycode 75 = F23 137 control keycode 76 = F24 138 control keycode 107 = Control_z # PA3 139 control keycode 108 = Control_c # PA1 140 control keycode 109 = KeyboardSignal # Clear 141 control keycode 110 = Control_d # PA2 142 control keycode 122 = F10 143 control keycode 123 = F11 # F11 144 control keycode 124 = Last_Console # F12 [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | micrel-ksz90x1.txt | 14 All skew control options are specified in picoseconds. The minimum 48 - rxc-skew-ps : Skew control of RXC pad 49 - rxdv-skew-ps : Skew control of RX CTL pad 50 - txc-skew-ps : Skew control of TXC pad 51 - txen-skew-ps : Skew control of TX CTL pad 52 - rxd0-skew-ps : Skew control of RX data 0 pad 53 - rxd1-skew-ps : Skew control of RX data 1 pad 54 - rxd2-skew-ps : Skew control of RX data 2 pad 55 - rxd3-skew-ps : Skew control of RX data 3 pad 56 - txd0-skew-ps : Skew control of TX data 0 pad [all …]
|
/linux/arch/powerpc/include/asm/ |
H A D | reg_fsl_emb.h | 44 #define PMRN_PMLCA0 0x090 /* PM Local Control A0 */ 45 #define PMRN_PMLCA1 0x091 /* PM Local Control A1 */ 46 #define PMRN_PMLCA2 0x092 /* PM Local Control A2 */ 47 #define PMRN_PMLCA3 0x093 /* PM Local Control A3 */ 48 #define PMRN_PMLCA4 0x094 /* PM Local Control A4 */ 49 #define PMRN_PMLCA5 0x095 /* PM Local Control A5 */ 63 #define PMRN_PMLCB0 0x110 /* PM Local Control B0 */ 64 #define PMRN_PMLCB1 0x111 /* PM Local Control B1 */ 65 #define PMRN_PMLCB2 0x112 /* PM Local Control B2 */ 66 #define PMRN_PMLCB3 0x113 /* PM Local Control B3 */ [all …]
|
/linux/sound/soc/sof/ |
H A D | control.c | 27 if (tplg_ops && tplg_ops->control && tplg_ops->control->volume_get) in snd_sof_volume_get() 28 return tplg_ops->control->volume_get(scontrol, ucontrol); in snd_sof_volume_get() 42 if (tplg_ops && tplg_ops->control && tplg_ops->control->volume_put) in snd_sof_volume_put() 43 return tplg_ops->control->volume_put(scontrol, ucontrol); in snd_sof_volume_put() 79 if (tplg_ops && tplg_ops->control && tplg_ops->control->switch_get) in snd_sof_switch_get() 80 return tplg_ops->control->switch_get(scontrol, ucontrol); in snd_sof_switch_get() 94 if (tplg_ops && tplg_ops->control && tplg_ops->control->switch_put) in snd_sof_switch_put() 95 return tplg_ops->control->switch_put(scontrol, ucontrol); in snd_sof_switch_put() 109 if (tplg_ops && tplg_ops->control && tplg_ops->control->enum_get) in snd_sof_enum_get() 110 return tplg_ops->control->enum_get(scontrol, ucontrol); in snd_sof_enum_get() [all …]
|
/linux/sound/pci/emu10k1/ |
H A D | p17v.h | 50 #define ADC_IFC_CTRL 0x0000000b /*ADC Interface Control */ 51 #define ADC_MASTER 0x0000000c /*ADC Master Mode Control */ 52 #define ADC_POWER 0x0000000d /*ADC PowerDown Control */ 55 #define ADC_ALC_CTRL1 0x00000010 /*ADC ALC Control 1 */ 56 #define ADC_ALC_CTRL2 0x00000011 /*ADC ALC Control 2 */ 57 #define ADC_ALC_CTRL3 0x00000012 /*ADC ALC Control 3 */ 58 #define ADC_NOISE_CTRL 0x00000013 /*ADC Noise Gate Control */ 59 #define ADC_LIMIT_CTRL 0x00000014 /*ADC Limiter Control */ 85 #define P17V_CAPTURE_VOL_H 0x4c /* P17v capture volume control */ 86 #define P17V_CAPTURE_VOL_L 0x4d /* P17v capture volume control */ [all …]
|
/linux/include/linux/fsl/ |
H A D | guts.h | 32 * Control Register 42 u32 gpiocr; /* 0x.0030 - GPIO Control Register */ 53 * Multiplex Control 56 * multiplex control 2 58 u32 dmuxcr; /* 0x.0068 - DMA Mux Control Register */ 60 u32 devdisr; /* 0x.0070 - Device Disable Control */ 63 u32 devdisr2; /* 0x.0074 - Device Disable Control 2 */ 65 u32 pmjcr; /* 0x.007c - 4 Power Management Jog Control 69 * Control Register 82 * Control Register [all …]
|