Home
last modified time | relevance | path

Searched full:setting (Results 1 – 25 of 3465) sorted by relevance

12345678910>>...139

/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c41 * Description: Change the BIOS setting to the desired value using the SetBiosSetting
107 * This is particularly useful for simplifying setting passwords.
371 static int tlmi_opcode_setting(char *setting, const char *value) in tlmi_opcode_setting() argument
376 opcode_str = kasprintf(GFP_KERNEL, "%s:%s;", setting, value); in tlmi_opcode_setting()
427 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); in is_enabled_show() local
429 return sysfs_emit(buf, "%d\n", setting->pwd_enabled || setting->cert_installed); in is_enabled_show()
438 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); in current_password_store() local
443 if (pwdlen && ((pwdlen < setting->minlen) || (pwdlen > setting in current_password_store()
458 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); new_password_store() local
548 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); min_password_length_show() local
558 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); max_password_length_show() local
567 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); mechanism_show() local
578 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); encoding_show() local
587 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); encoding_store() local
604 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); kbdlang_show() local
613 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); kbdlang_store() local
631 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); role_show() local
640 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); index_show() local
649 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); index_store() local
668 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); level_show() local
677 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); level_store() local
691 cert_command(struct tlmi_pwd_setting * setting,const char * arg1,const char * arg2) cert_command() argument
739 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); certificate_thumbprint_show() local
772 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); cert_to_password_store() local
817 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); certificate_store() local
921 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); signature_store() local
948 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); save_signature_store() local
974 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); auth_attr_is_visible() local
1037 struct tlmi_attr_setting *setting = to_tlmi_attr_setting(kobj); display_name_show() local
1044 struct tlmi_attr_setting *setting = to_tlmi_attr_setting(kobj); current_value_show() local
1068 struct tlmi_attr_setting *setting = to_tlmi_attr_setting(kobj); possible_values_show() local
1076 struct tlmi_attr_setting *setting = to_tlmi_attr_setting(kobj); type_show() local
1091 struct tlmi_attr_setting *setting = to_tlmi_attr_setting(kobj); current_value_store() local
1226 struct tlmi_attr_setting *setting = to_tlmi_attr_setting(kobj); attr_is_visible() local
1251 struct tlmi_attr_setting *setting = to_tlmi_attr_setting(kobj); tlmi_attr_setting_release() local
1259 struct tlmi_pwd_setting *setting = to_tlmi_pwd_setting(kobj); tlmi_pwd_setting_release() local
1653 struct tlmi_attr_setting *setting; tlmi_analyze() local
[all...]
/linux/drivers/staging/fbtft/
H A Dfb_upd161704.c37 /* y-setting */ in init_display()
38 write_reg(par, 0x0024, 0x007B); /* amplitude setting */ in init_display()
40 write_reg(par, 0x0025, 0x003B); /* amplitude setting */ in init_display()
41 write_reg(par, 0x0026, 0x0034); /* amplitude setting */ in init_display()
43 write_reg(par, 0x0027, 0x0004); /* amplitude setting */ in init_display()
44 write_reg(par, 0x0052, 0x0025); /* circuit setting 1 */ in init_display()
46 write_reg(par, 0x0053, 0x0033); /* circuit setting 2 */ in init_display()
61 /* Power supply setting */ in init_display()
62 write_reg(par, 0x0019, 0x0000); /* DC/DC output setting */ in init_display()
64 write_reg(par, 0x001A, 0x1000); /* DC/DC frequency setting */ in init_display()
[all …]
/linux/drivers/pinctrl/
H A Dpinconf.c110 struct pinctrl_setting *setting) in pinconf_map_to_setting() argument
112 struct pinctrl_dev *pctldev = setting->pctldev; in pinconf_map_to_setting()
115 switch (setting->type) { in pinconf_map_to_setting()
124 setting->data.configs.group_or_pin = pin; in pinconf_map_to_setting()
134 setting->data.configs.group_or_pin = pin; in pinconf_map_to_setting()
140 setting->data.configs.num_configs = map->data.configs.num_configs; in pinconf_map_to_setting()
141 setting->data.configs.configs = map->data.configs.configs; in pinconf_map_to_setting()
146 void pinconf_free_setting(const struct pinctrl_setting *setting) in pinconf_free_setting() argument
150 int pinconf_apply_setting(const struct pinctrl_setting *setting) in pinconf_apply_setting() argument
152 struct pinctrl_dev *pctldev = setting->pctldev; in pinconf_apply_setting()
[all …]
H A Dcore.c974 struct pinctrl_setting *setting; in add_setting() local
986 setting = kzalloc_obj(*setting); in add_setting()
987 if (!setting) in add_setting()
990 setting->type = map->type; in add_setting()
993 setting->pctldev = pctldev; in add_setting()
995 setting->pctldev = in add_setting()
997 if (!setting->pctldev) { in add_setting()
998 kfree(setting); in add_setting()
1011 setting in add_setting()
1164 pinctrl_free_setting(bool disable_setting,struct pinctrl_setting * setting) pinctrl_free_setting() argument
1184 struct pinctrl_setting *setting, *n2; pinctrl_free() local
1263 struct pinctrl_setting *setting; pinctrl_cond_disable_mux_setting() local
1281 struct pinctrl_setting *setting; pinctrl_commit_state() local
1928 struct pinctrl_setting *setting; pinctrl_show() local
[all...]
/linux/Documentation/arch/riscv/
H A Dvector.rst34 enablement status on execve(). The system-wide default setting can be
49 enablement status of current thread, and the setting at bit[3:2] takes place
50 at next execve(). bit[4] defines the inheritance mode of the setting in
57 but the current enablement status is not off. Setting
62 Vector enablement setting for the calling thread at the next execve()
68 mode for the setting at PR_RISCV_V_VSTATE_CTRL_NEXT_MASK. If the bit
69 is set then the following execve() will not clear the setting in both
71 This setting persists across changes in the system-wide default value.
81 * A valid setting for PR_RISCV_V_VSTATE_CTRL_CUR_MASK takes place
86 * Every successful call overwrites a previous setting for the calling
[all …]
/linux/drivers/memory/
H A Dda8xx-ddrctl.c70 da8xx_ddrctl_match_knob(const struct da8xx_ddrctl_setting *setting) in da8xx_ddrctl_match_knob() argument
78 if (strcmp(knob->name, setting->name) == 0) in da8xx_ddrctl_match_knob()
103 const struct da8xx_ddrctl_setting *setting; in da8xx_ddrctl_probe() local
111 setting = da8xx_ddrctl_get_board_settings(); in da8xx_ddrctl_probe()
112 if (!setting) { in da8xx_ddrctl_probe()
123 for (; setting->name; setting++) { in da8xx_ddrctl_probe()
124 knob = da8xx_ddrctl_match_knob(setting); in da8xx_ddrctl_probe()
127 "no such config option: %s\n", setting->name); in da8xx_ddrctl_probe()
140 reg |= setting->val << knob->shift; in da8xx_ddrctl_probe()
142 dev_dbg(dev, "writing 0x%08x to %s\n", reg, setting->name); in da8xx_ddrctl_probe()
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dfq.json4 "name": "Create FQ with default setting",
25 "name": "Create FQ with limit packet setting",
46 "name": "Create FQ with flow_limit setting",
67 "name": "Create FQ with quantum setting",
88 "name": "Create FQ with initial_quantum setting",
109 "name": "Create FQ with invalid initial_quantum setting",
129 "name": "Create FQ with maxrate setting",
150 "name": "Create FQ with nopacing setting",
171 "name": "Create FQ with refill_delay setting",
192 "name": "Create FQ with low_rate_threshold setting",
[all …]
H A Dsfb.json4 "name": "Create SFB with default setting",
25 "name": "Create SFB with rehash setting",
46 "name": "Create SFB with db setting",
67 "name": "Create SFB with limit setting",
88 "name": "Create SFB with max setting",
109 "name": "Create SFB with target setting",
130 "name": "Create SFB with increment setting",
151 "name": "Create SFB with decrement setting",
172 "name": "Create SFB with penalty_rate setting",
193 "name": "Create SFB with penalty_burst setting",
[all …]
H A Dhtb.json4 "name": "Create HTB with default setting",
25 "name": "Create HTB with default-N setting",
46 "name": "Create HTB with r2q setting",
67 "name": "Create HTB with direct_qlen setting",
88 "name": "Create HTB with class rate and burst setting",
110 "name": "Create HTB with class mpu setting",
132 "name": "Create HTB with class prio setting",
154 "name": "Create HTB with class ceil setting",
176 "name": "Create HTB with class cburst setting",
198 "name": "Create HTB with class mtu setting",
[all …]
H A Dplug.json4 "name": "Create PLUG with default setting",
25 "name": "Create PLUG with block setting",
46 "name": "Create PLUG with release setting",
67 "name": "Create PLUG with release_indefinite setting",
88 "name": "Create PLUG with limit setting",
130 "name": "Replace PLUG with limit setting",
152 "name": "Change PLUG with limit setting",
H A Dfq_codel.json4 "name": "Create FQ_CODEL with default setting",
25 "name": "Create FQ_CODEL with limit setting",
46 "name": "Create FQ_CODEL with memory_limit setting",
67 "name": "Create FQ_CODEL with target setting",
88 "name": "Create FQ_CODEL with interval setting",
109 "name": "Create FQ_CODEL with quantum setting",
151 "name": "Create FQ_CODEL with ce_threshold setting",
172 "name": "Create FQ_CODEL with drop_batch setting",
193 "name": "Create FQ_CODEL with multiple setting",
214 "name": "Replace FQ_CODEL with noecn setting",
[all …]
H A Dsfq.json4 "name": "Create SFQ with default setting",
25 "name": "Create SFQ with limit setting",
46 "name": "Create SFQ with perturb setting",
67 "name": "Create SFQ with quantum setting",
88 "name": "Create SFQ with divisor setting",
109 "name": "Create SFQ with flows setting",
130 "name": "Create SFQ with depth setting",
151 "name": "Create SFQ with headdrop setting",
172 "name": "Create SFQ with redflowlimit setting",
/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-regs.h22 /* Parameter Setting Registers (Rotate & Direction) */
27 /* Parameter Setting Registers (Src) */
38 /* Parameter Setting Registers (Dest) */
46 /* Parameter Setting Registers (Pattern) */
53 /* Parameter Setting Registers (Mask) */
57 /* Parameter Setting Registers (Clipping Window) */
62 /* Parameter Setting Registers (ROP & Alpha Setting) */
67 /* Parameter Setting Registers (Color) */
72 /* Parameter Setting Registers (Color Key) */
/linux/drivers/interconnect/imx/
H A Dimx.c25 const struct imx_icc_noc_setting *setting; member
47 if (node_data->setting && node->peak_bw) { in imx_icc_node_set()
48 base = node_data->setting->reg + node_data->imx_provider->noc_base; in imx_icc_node_set()
49 if (node_data->setting->mode == IMX_NOC_MODE_FIXED) { in imx_icc_node_set()
50 prio = node_data->setting->prio_level; in imx_icc_node_set()
53 writel(node_data->setting->mode, base + IMX_NOC_MODE_REG); in imx_icc_node_set()
54 writel(node_data->setting->ext_control, base + IMX_NOC_EXT_CTL_REG); in imx_icc_node_set()
56 node_data->desc->name, node_data->setting->mode, prio, in imx_icc_node_set()
57 node_data->setting->ext_control); in imx_icc_node_set()
58 } else if (node_data->setting->mode == IMX_NOC_MODE_UNCONFIGURED) { in imx_icc_node_set()
[all …]
/linux/drivers/net/can/usb/
H A Dnct6694_canfd.c27 /* Command 00h - CAN Setting and Initialization */
520 struct nct6694_canfd_setting *setting __free(kfree) = NULL; in nct6694_canfd_start()
525 .len = cpu_to_le16(sizeof(*setting)) in nct6694_canfd_start()
530 setting = kzalloc_obj(*setting); in nct6694_canfd_start()
531 if (!setting) in nct6694_canfd_start()
535 setting->ctrl1 |= cpu_to_le16(NCT6694_CANFD_SETTING_CTRL1_MON); in nct6694_canfd_start()
538 setting->ctrl1 |= cpu_to_le16(NCT6694_CANFD_SETTING_CTRL1_NISO); in nct6694_canfd_start()
541 setting->ctrl1 |= cpu_to_le16(NCT6694_CANFD_SETTING_CTRL1_LBCK); in nct6694_canfd_start()
544 setting in nct6694_canfd_start()
[all...]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-asxx-defs.h65 uint64_t setting:5; member
67 uint64_t setting:5;
78 uint64_t setting:5; member
80 uint64_t setting:5;
159 uint64_t setting:5; member
161 uint64_t setting:5;
213 uint64_t setting:5; member
215 uint64_t setting:5;
336 uint64_t setting:5; member
338 uint64_t setting:5;
[all …]
/linux/include/uapi/linux/
H A Ddm-log-userspace.h27 * User-space begins by setting up the communication link (error checking
68 * dm_ulog_request to the kernel - setting the 'error' field, filling the
69 * data field with the log device if necessary, and setting 'data_size'
88 * dm_ulog_request to the kernel - setting the 'error' field and clearing
107 * dm_ulog_request to the kernel - setting the 'error' field and
126 * dm_ulog_request to the kernel - setting the 'error' field and
145 * dm_ulog_request to the kernel - setting the 'error' field and
164 * dm_ulog_request to the kernel - setting the 'error' field appropriately.
182 * 1 (clean), setting 'data_size' and 'error' appropriately.
220 * dm_ulog_request to the kernel - setting the 'error' field and clearing
[all …]
/linux/block/
H A Dbadblocks.c24 * setting range can be acked or unacked. And the setting range may merge,
27 * more complicated when the setting range covers multiple already set bad block
32 * for setting a large range of bad blocks, we can handle it by dividing the
39 * When setting a range of bad blocks to the bad table, the simplified situations
41 * prefix E, and the setting bad blocks range is naming with prefix S)
43 * 1) A setting range is not overlapped or adjacent to any other already set bad
52 * free slot from the bad blocks table to mark the setting range S. The
57 * 2) A setting range starts exactly at a start LBA of an already set bad blocks
59 * 2.1) The setting range size < already set range size
66 * 2.1.1) If S and E are both acked or unacked range, the setting range S can
[all …]
/linux/sound/soc/codecs/
H A Dtlv320aic31xx.h56 #define AIC31XX_DOSRMSB AIC31XX_REG(0, 13) /* DAC OSR setting register 1, MSB value */
57 #define AIC31XX_DOSRLSB AIC31XX_REG(0, 14) /* DAC OSR setting register 2, LSB value */
59 #define AIC31XX_NADC AIC31XX_REG(0, 18) /* Clock setting register 8, PLL */
60 #define AIC31XX_MADC AIC31XX_REG(0, 19) /* Clock setting register 9, PLL */
62 #define AIC31XX_CLKOUTMUX AIC31XX_REG(0, 25) /* Clock setting register 9, Multiplexers */
63 #define AIC31XX_CLKOUTMVAL AIC31XX_REG(0, 26) /* Clock setting register 10, CLOCKOUT M divider valu…
64 #define AIC31XX_IFACE1 AIC31XX_REG(0, 27) /* Audio Interface Setting Register 1 */
66 #define AIC31XX_IFACE2 AIC31XX_REG(0, 29) /* Audio Interface Setting Register 2 */
67 #define AIC31XX_BCLKN AIC31XX_REG(0, 30) /* Clock setting register 11, BCLK N Divider */
68 #define AIC31XX_IFACESEC1 AIC31XX_REG(0, 31) /* Audio Interface Setting Register 3, Secondary Audio…
[all …]
/linux/Documentation/devicetree/bindings/iio/light/
H A Dsharp,gp2ap002.yaml46 Hysteresis setting for "far" object detection, this setting is
47 device-unique and adjust the optical setting for proximity detection
53 Hysteresis setting for "close" object detection, this setting is
54 device-unique and adjust the optical setting for proximity detection
/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst119 Setting PCI Latency Timer::
133 Setting large number of incoming connection requests::
137 Setting maximum receive socket buffer size::
141 Setting maximum send socket buffer size::
149 Setting default receive socket buffer size::
153 Setting default send socket buffer size::
157 Setting maximum option memory buffers::
161 Setting maximum backlog (# of unprocessed packets before kernel drops)::
165 Setting TCP read buffers (min/default/max)::
169 Setting TCP write buffers (min/pressure/max)::
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev32 Setting this value also immediately changes the LED state.
89 Setting this value also immediately changes the LED state.
104 Setting this value also immediately changes the LED state.
119 Setting this value also immediately changes the LED state.
134 Setting this value also immediately changes the LED state.
149 Setting this value also immediately changes the LED state.
164 Setting this value also immediately changes the LED state.
179 Setting this value also immediately changes the LED state.
192 Setting this value also immediately changes the LED state.
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.h33 * @mpp_get: (optional) special function to get mpp setting
34 * @mpp_set: (optional) special function to set mpp setting
62 * struct mvebu_mpp_ctrl_setting - describe a mpp ctrl setting
63 * @val: ctrl setting value
64 * @name: ctrl setting name, e.g. uart2, spi0 - unique per mpp_mode
65 * @subname: (optional) additional ctrl setting name, e.g. rts, cts
74 * The name will be used to switch to this setting in DT description, e.g.
82 * determine if a setting is available on the current SoC revision.
120 * setting and allows to distinguish between different revisions of one SoC.
/linux/drivers/media/dvb-frontends/
H A Dhelene.c396 /* Standby setting for CPU */ in helene_enter_power_save()
399 /* Standby setting for internal logic block */ in helene_enter_power_save()
412 /* Standby setting for internal logic block */ in helene_leave_power_save()
415 /* Standby setting for CPU */ in helene_leave_power_save()
541 /* Analog block setting (0x6A, 0x6B) */ in helene_set_params_s()
548 /* Tuning setting for CPU (0x61) */ in helene_set_params_s()
577 /* Setting for analog block (0x07). LOOPFILTER INTERNAL */ in helene_set_params_s()
580 /* Tuning setting for analog block in helene_set_params_s()
598 /* Setting for LPF cutoff frequency (0x0F) */ in helene_set_params_s()
635 /* RF tuning frequency setting ( in helene_set_params_s()
[all...]
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dhycon,hy46xx.yaml50 description: Allows setting the sensitivity in the range from 0 to 255.
57 description: Allows enabling glove setting.
60 description: Allows setting the report speed in Hertz.
69 description: Allows setting how many samples throw before reporting touch
76 description: Allows setting the sensitivity distance in the range from 0 to 5.
82 description: Allows setting the edge compensation in the range from 0 to 16.

12345678910>>...139