Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 200 of 582) sorted by relevance

123

/linux-4.1.27/arch/mips/include/asm/
Dwar.h82 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
112 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
128 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
141 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
155 #error Check setting of BCM1250_M3_WAR for your platform
162 #error Check setting of SIBYTE_1956_WAR for your platform
178 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
197 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
208 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
218 #error Check setting of ICACHE_REFILLS_WORKAROUND_WAR for your platform
[all …]
/linux-4.1.27/drivers/pinctrl/
Dpinmux.h29 struct pinctrl_setting *setting);
30 void pinmux_free_setting(struct pinctrl_setting const *setting);
31 int pinmux_enable_setting(struct pinctrl_setting const *setting);
32 void pinmux_disable_setting(struct pinctrl_setting const *setting);
67 struct pinctrl_setting *setting) in pinmux_map_to_setting() argument
72 static inline void pinmux_free_setting(struct pinctrl_setting const *setting) in pinmux_free_setting() argument
76 static inline int pinmux_enable_setting(struct pinctrl_setting const *setting) in pinmux_enable_setting() argument
82 struct pinctrl_setting const *setting) in pinmux_disable_setting() argument
92 struct pinctrl_setting const *setting);
104 struct pinctrl_setting const *setting) in pinmux_show_setting() argument
Dpinconf.c111 struct pinctrl_setting *setting) in pinconf_map_to_setting() argument
113 struct pinctrl_dev *pctldev = setting->pctldev; in pinconf_map_to_setting()
116 switch (setting->type) { in pinconf_map_to_setting()
125 setting->data.configs.group_or_pin = pin; in pinconf_map_to_setting()
135 setting->data.configs.group_or_pin = pin; in pinconf_map_to_setting()
141 setting->data.configs.num_configs = map->data.configs.num_configs; in pinconf_map_to_setting()
142 setting->data.configs.configs = map->data.configs.configs; in pinconf_map_to_setting()
147 void pinconf_free_setting(struct pinctrl_setting const *setting) in pinconf_free_setting() argument
151 int pinconf_apply_setting(struct pinctrl_setting const *setting) in pinconf_apply_setting() argument
153 struct pinctrl_dev *pctldev = setting->pctldev; in pinconf_apply_setting()
[all …]
Dpinconf.h19 struct pinctrl_setting *setting);
20 void pinconf_free_setting(struct pinctrl_setting const *setting);
21 int pinconf_apply_setting(struct pinctrl_setting const *setting);
45 struct pinctrl_setting *setting) in pinconf_map_to_setting() argument
50 static inline void pinconf_free_setting(struct pinctrl_setting const *setting) in pinconf_free_setting() argument
54 static inline int pinconf_apply_setting(struct pinctrl_setting const *setting) in pinconf_apply_setting() argument
65 struct pinctrl_setting const *setting);
77 struct pinctrl_setting const *setting) in pinconf_show_setting() argument
Dpinmux.c318 struct pinctrl_setting *setting) in pinmux_map_to_setting() argument
320 struct pinctrl_dev *pctldev = setting->pctldev; in pinmux_map_to_setting()
339 setting->data.mux.func = ret; in pinmux_map_to_setting()
341 ret = pmxops->get_function_groups(pctldev, setting->data.mux.func, in pinmux_map_to_setting()
379 setting->data.mux.group = ret; in pinmux_map_to_setting()
384 void pinmux_free_setting(struct pinctrl_setting const *setting) in pinmux_free_setting() argument
389 int pinmux_enable_setting(struct pinctrl_setting const *setting) in pinmux_enable_setting() argument
391 struct pinctrl_dev *pctldev = setting->pctldev; in pinmux_enable_setting()
401 ret = pctlops->get_group_pins(pctldev, setting->data.mux.group, in pinmux_enable_setting()
409 setting->data.mux.group); in pinmux_enable_setting()
[all …]
Dcore.c711 struct pinctrl_setting *setting; in add_setting() local
723 setting = kzalloc(sizeof(*setting), GFP_KERNEL); in add_setting()
724 if (setting == NULL) { in add_setting()
730 setting->type = map->type; in add_setting()
732 setting->pctldev = get_pinctrl_dev_from_devname(map->ctrl_dev_name); in add_setting()
733 if (setting->pctldev == NULL) { in add_setting()
734 kfree(setting); in add_setting()
747 setting->dev_name = map->dev_name; in add_setting()
751 ret = pinmux_map_to_setting(map, setting); in add_setting()
755 ret = pinconf_map_to_setting(map, setting); in add_setting()
[all …]
Dpinctrl-at91.c570 u32 setting) in at91_mux_sama5d3_set_drivestrength() argument
573 if (!setting) in at91_mux_sama5d3_set_drivestrength()
577 set_drive_strength(pio + sama5d3_get_drive_register(pin), pin, setting); in at91_mux_sama5d3_set_drivestrength()
581 u32 setting) in at91_mux_sam9x5_set_drivestrength() argument
584 if (!setting) in at91_mux_sam9x5_set_drivestrength()
589 setting = DRIVE_STRENGTH_HI - setting; in at91_mux_sam9x5_set_drivestrength()
592 setting); in at91_mux_sam9x5_set_drivestrength()
Dpinctrl-single.c433 const struct pinctrl_setting_mux *setting; in pcs_get_function() local
437 setting = pdesc->mux_setting; in pcs_get_function()
438 if (!setting) in pcs_get_function()
440 fselector = setting->func; in pcs_get_function()
998 static void add_setting(unsigned long **setting, enum pin_config_param param, in add_setting() argument
1001 **setting = pinconf_to_config_packed(param, arg); in add_setting()
1002 (*setting)++; in add_setting()
/linux-4.1.27/drivers/ide/
Dide-proc.c193 const struct ide_proc_devset *setting) in ide_read_setting() argument
195 const struct ide_devset *ds = setting->setting; in ide_read_setting()
223 const struct ide_proc_devset *setting, int val) in ide_write_setting() argument
225 const struct ide_devset *ds = setting->setting; in ide_write_setting()
232 && (val < setting->min || val > setting->max)) in ide_write_setting()
283 const struct ide_proc_devset *setting, *g, *d; in ide_settings_proc_show() local
299 setting = d++; in ide_settings_proc_show()
301 setting = g++; in ide_settings_proc_show()
303 setting = d++; in ide_settings_proc_show()
305 setting = g++; in ide_settings_proc_show()
[all …]
Dide-devsets.c158 int ide_devset_execute(ide_drive_t *drive, const struct ide_devset *setting, in ide_devset_execute() argument
165 if (!(setting->flags & DS_SYNC)) in ide_devset_execute()
166 return setting->set(drive, arg); in ide_devset_execute()
173 rq->special = setting->set; in ide_devset_execute()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-asxx-defs.h63 uint64_t setting:5; member
65 uint64_t setting:5;
79 uint64_t setting:5; member
81 uint64_t setting:5;
175 uint64_t setting:5; member
177 uint64_t setting:5;
241 uint64_t setting:5; member
243 uint64_t setting:5;
393 uint64_t setting:5; member
395 uint64_t setting:5;
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt9 - #phy-cells : Shall be 1 as it expects one argument for setting
19 Two set of 3-tuple setting for each (up to 3)
25 Two set of 3-tuple setting for each (up to 3)
28 gain control. Two set of 3-tuple setting for each
31 - apm,tx-amplitude : Amplitude control. Two set of 3-tuple setting for
36 3-tuple setting for each (up to 3) supported link
40 3-tuple setting for each (up to 3) supported link
44 3-tuple setting for Gen1, Gen2, and Gen3. Range is
57 NOTE: PHY override parameters are board specific setting.
/linux-4.1.27/drivers/mfd/
Dab3100-core.c653 u8 setting; member
659 .setting = 0x01
662 .setting = 0x30
665 .setting = 0x00
668 .setting = 0xFF
671 .setting = 0x01
674 .setting = 0xBF
677 .setting = 0xFF
680 .setting = 0xFF
683 .setting = 0x00
[all …]
Dtps80031.c233 if (pupd_init->setting == TPS80031_PUPD_PULLDOWN) in tps80031_pupd_init()
235 else if (pupd_init->setting == TPS80031_PUPD_PULLUP) in tps80031_pupd_init()
/linux-4.1.27/drivers/pinctrl/mvebu/
Dpinctrl-mvebu.c268 struct mvebu_mpp_ctrl_setting *setting; in mvebu_pinmux_set() local
272 setting = mvebu_pinctrl_find_setting_by_name(pctl, grp, in mvebu_pinmux_set()
274 if (!setting) { in mvebu_pinmux_set()
281 config = setting->val; in mvebu_pinmux_set()
297 struct mvebu_mpp_ctrl_setting *setting; in mvebu_pinmux_gpio_request_enable() local
307 setting = mvebu_pinctrl_find_gpio_setting(pctl, grp); in mvebu_pinmux_gpio_request_enable()
308 if (!setting) in mvebu_pinmux_gpio_request_enable()
311 config = setting->val; in mvebu_pinmux_gpio_request_enable()
321 struct mvebu_mpp_ctrl_setting *setting; in mvebu_pinmux_gpio_set_direction() local
330 setting = mvebu_pinctrl_find_gpio_setting(pctl, grp); in mvebu_pinmux_gpio_set_direction()
[all …]
/linux-4.1.27/drivers/net/phy/
Dphy.c135 u32 setting; member
143 .setting = SUPPORTED_10000baseKR_Full,
148 .setting = SUPPORTED_10000baseKX4_Full,
153 .setting = SUPPORTED_10000baseT_Full,
158 .setting = SUPPORTED_2500baseX_Full,
163 .setting = SUPPORTED_1000baseKX_Full,
168 .setting = SUPPORTED_1000baseT_Full,
173 .setting = SUPPORTED_1000baseT_Half,
178 .setting = SUPPORTED_100baseT_Full,
183 .setting = SUPPORTED_100baseT_Half,
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-lenovo12 Description: If this setting is enabled, it is possible to do dragging by pressing the trackpoint. …
19 Description: For details regarding this setting please refer to http://www.pc.ibm.com/ww/healthycom…
26 Description: This setting controls if the mouse click events generated by pressing the trackpoint (…
41 Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse …
48 Description: This setting controls whether Fn Lock is enabled on the keyboard (i.e. if F1 is Mute o…
Dsysfs-class-regulator97 microvolts. This holds the regulator output voltage setting
113 setting measured in microamps (i.e. E-6 Amps), for regulators
153 output voltage setting for this domain measured in microvolts,
168 output voltage setting for this domain measured in microvolts,
183 output current limit setting for this domain measured in
198 output current limit setting for this domain measured in
255 voltage setting for this domain measured in microvolts when
266 voltage setting for this domain measured in microvolts when
277 voltage setting for this domain measured in microvolts when
288 setting for this domain when the system is suspended to
[all …]
Dsysfs-i2c-bmp08528 Reading: returns the current oversampling setting.
30 Writing: sets a new oversampling setting.
Dsysfs-module29 Through this setting it is possible to raise the limit so that
35 setting differ from default 100.
Dsysfs-driver-hid-roccat-lua5 When read, actual cpi setting and sensor data are returned.
Dsysfs-class-led-flash8 that support setting flash brightness.
29 devices that support setting flash timeout.
Dsysfs-class-scsi_host27 the direct i/o path to physical devices. This setting is
Dsysfs-class-bdi7 setting and retrieving various BDI specific variables.
Dsysfs-driver-hid-roccat-kone4 Description: It is possible to switch the dpi setting of the mouse with the
7 setting reported by the mouse. This number has to be further
/linux-4.1.27/Documentation/video4linux/
DREADME.davinci-vpbe46 for setting up the interface between VENC and external encoders based on
51 patch series, the interconnection and enabling and setting of the external
55 Responsible for setting outputs provided through internal DACs and also
56 setting timings at LCD controller port when external encoders are connected
63 PD display, it requires setting up the LCD controller port with a set of
64 timings for the resolution supported and setting the dot clock. So we could
Dcafe_ccic38 better behavior with mplayer can be achieved by setting to a higher
/linux-4.1.27/net/bluetooth/
Dsco.c67 __u16 setting; member
231 if (sco_pi(sk)->setting == BT_VOICE_TRANSPARENT && in sco_connect()
238 sco_pi(sk)->setting); in sco_connect()
482 sco_pi(sk)->setting = BT_VOICE_CVSD_16BIT; in sco_sock_alloc()
720 static void sco_conn_defer_accept(struct hci_conn *conn, u16 setting) in sco_conn_defer_accept() argument
743 cp.content_format = cpu_to_le16(setting); in sco_conn_defer_accept()
745 switch (setting & SCO_AIRMODE_MASK) { in sco_conn_defer_accept()
774 sco_conn_defer_accept(pi->conn->hcon, pi->setting); in sco_sock_recvmsg()
823 voice.setting = sco_pi(sk)->setting; in sco_sock_setsockopt()
832 if (voice.setting != BT_VOICE_TRANSPARENT && in sco_sock_setsockopt()
[all …]
Dhci_conn.c209 cp.voice_setting = cpu_to_le16(conn->setting); in hci_setup_sync()
211 switch (conn->setting & SCO_AIRMODE_MASK) { in hci_setup_sync()
894 __u16 setting) in hci_connect_sco() argument
917 sco->setting = setting; in hci_connect_sco()
/linux-4.1.27/Documentation/input/
Dedt-ft5x06.txt18 allows setting the "click"-threshold in the range from 20 to 80.
21 allows setting the sensitivity in the range from 0 to 31. Note that
25 allows setting the edge compensation in the range from 0 to 31.
28 allows setting the report rate in the range from 3 to 14.
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dedt-ft5x06.txt35 - threshold: allows setting the "click"-threshold in the range
38 - gain: allows setting the sensitivity in the range from 0 to
42 - offset: allows setting the edge compensation in the range from
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.h49 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting);
51 bool setting);
Dixgbe_sriov.c1370 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting) in ixgbe_ndo_set_vf_spoofchk() argument
1381 adapter->vfinfo[vf].spoofchk_enabled = setting; in ixgbe_ndo_set_vf_spoofchk()
1385 regval |= (setting << vf_target_shift); in ixgbe_ndo_set_vf_spoofchk()
1392 regval |= (setting << vf_target_shift); in ixgbe_ndo_set_vf_spoofchk()
1400 bool setting) in ixgbe_ndo_set_vf_rss_query_en() argument
1414 adapter->vfinfo[vf].rss_query_enabled = setting; in ixgbe_ndo_set_vf_rss_query_en()
Dixgbe_dcb_nl.c285 u8 setting) in ixgbe_dcbnl_set_pfc_cfg() argument
289 adapter->temp_dcb_cfg.tc_config[priority].dcb_pfc = setting; in ixgbe_dcbnl_set_pfc_cfg()
296 u8 *setting) in ixgbe_dcbnl_get_pfc_cfg() argument
300 *setting = adapter->dcb_cfg.tc_config[priority].dcb_pfc; in ixgbe_dcbnl_get_pfc_cfg()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h44 #define ITR_TO_REG(setting) ((setting & ~I40E_ITR_DYNAMIC) >> 1) argument
45 #define ITR_IS_DYNAMIC(setting) (!!(setting & I40E_ITR_DYNAMIC)) argument
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h44 #define ITR_TO_REG(setting) ((setting & ~I40E_ITR_DYNAMIC) >> 1) argument
45 #define ITR_IS_DYNAMIC(setting) (!!(setting & I40E_ITR_DYNAMIC)) argument
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx51-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
Dfsl,imx6q-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
Dfsl,imx53-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
Dfsl,imx35-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
Dfsl,imx6dl-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
Dfsl,imx6sl-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
Dfsl,imx6sx-pinctrl.txt9 setting for one pin. The first 5 integers <mux_reg conf_reg input_reg mux_val
12 the pad setting value like pull-up on this pin. Please refer to i.MX6 SoloX
Dfsl,vf610-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is
10 a pin working on a specific function, CONFIG is the pad setting value
Dbrcm,bcm11351-pinctrl.txt164 - setting pinmux to "alt1"
167 - setting the slew-rate to 1
168 - setting the drive strength to 4 mA
176 - setting pinmux to "alt2"
177 - setting pull-up resistance to 720 Ohm (ie. enabling 1.2k and 1.8k resistors
185 - setting pinmux to "alt3"
186 - setting slew-rate to 1; for HDMI pins, this corresponds to the 3.4 Mbps
Dfsl,imx-pinctrl.txt26 setting for one pin. The first 5 integers <mux_reg conf_reg input_reg mux_val
29 the pad setting value like pull-up on this pin. And that's why fsl,pins entry
40 Other bits are used for PAD setting.
Dfsl,imx27-pinctrl.txt10 setting. The format is fsl,pins = <PIN MUX_ID CONFIG>.
/linux-4.1.27/Documentation/virtual/kvm/devices/
Darm-vgic.txt52 GICv2 specs. Getting or setting such a register has the same effect as
61 -ENODEV: Getting or setting this register is not yet supported
73 defined in the GICv2 specs. Getting or setting such a register has the
82 state by setting the corresponding bit.
94 -ENODEV: Getting or setting this register is not yet supported
/linux-4.1.27/drivers/leds/
Dleds-ss4200.c221 u32 setting = 0; in nasgpio_led_set_brightness() local
223 setting = 1; in nasgpio_led_set_brightness()
236 __nasgpio_led_set_attr(led_cdev, GP_LVL, setting); in nasgpio_led_set_brightness()
244 u32 setting = 1; in nasgpio_led_set_blink() local
254 nasgpio_led_set_attr(led_cdev, GPO_BLINK, setting); in nasgpio_led_set_blink()
/linux-4.1.27/Documentation/devicetree/bindings/power/
Dltc2941.txt17 into the chip only if it differs from the current setting. The setting is
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Dautoidle.txt7 and a configuration bit setting. Autoidle clock is never an individual
16 - ti,invert-autoidle-bit : autoidle is enabled by setting the bit to 0
Ddpll.txt49 - DPLL mode setting - defining any one or more of the following overrides
50 default setting.
Dfixed-factor-clock.txt22 - ti,invert-autoidle-bit: autoidle is enabled by setting the bit to 0, see [2]
/linux-4.1.27/Documentation/networking/
Dnetif-msg.txt5 The design of the network interface message level setting.
32 modify the setting. When kernel modules became common, the variables
40 Per-interface rather than per-driver message level setting.
Ddccp.txt107 DCCP_SOCKOPT_SEND_CSCOV and DCCP_SOCKOPT_RECV_CSCOV are used for setting the
114 range 0..15 are acceptable. The default setting is 0 (full coverage),
121 restrictive this setting (see [RFC 4340, sec. 9.2.1]). Partial coverage
192 CCID-2 supports the RTAX_RTO_MIN per-route setting for the minimum value
193 of the RTO timer. This setting can be modified via the 'rto_min' option
198 CCID-3 also supports the rto_min setting: it is used to define the lower
Digb.txt28 The default value for each parameter is generally the recommended setting,
50 This setting is not saved across reboots.
54 - The maximum MTU setting for Jumbo Frames is 9216. This value coincides
De1000e.txt39 The default value for each parameter is generally the recommended setting,
70 The driver has two adaptive modes (setting 1 or 3) in which
139 CAUTION: When setting RxIntDelay to a value other than 0, adapters may
237 NVM). This feature can be disabled by setting the parameter to 0 during initial
240 via setting the parameter to zero. Once the NVM has been locked (via the
255 This setting is not saved across reboots.
259 - The maximum MTU setting for Jumbo Frames is 9216. This value coincides
Dnetlink_mmap.txt59 stack and setting up the frame header appropriately. Optionally poll() can
85 The ring parameters used for setting up the ring are defined as follows:
172 the kernel by setting the status to
173 NL_MMAP_STATUS_UNUSED or queue the frame by setting the
179 setting the status to NL_MMAP_STATUS_UNUSED.
187 the frame back to the kernel by setting the status to
Dvortex.txt107 7 Use default setting from EEPROM
110 10 Use default setting from EEPROM
112 When generating a value for the 'options' setting, the above media
131 Entries in the `options' array above will override any setting of
146 in the `full_duplex' array above will override any setting of this.
238 the `enable_wol' array above will override any setting of this.
304 3Com's DOS-based application for setting up the NICs EEPROMs:
Dipvs-sysctl.txt56 optimisation to disable this setting otherwise.
59 will have connection tracking entries regardless of this setting.
90 levels, so setting debug level 2, includes level 0, 1 and 2
151 quiescent by setting its weight to 0 and it is desired that
De1000.txt33 The default value for each parameter is generally the recommended setting,
102 Since 7.3.x, the driver has two adaptive modes (setting 1 or 3) in which
144 (controller 82547), setting InterruptThrottleRate to a value
180 on the MTU setting. The maximum MTU size is 16110.
200 CAUTION: When setting RxIntDelay to a value other than 0, adapters may
404 This setting is not saved across reboots. It can be made permanent if
411 setting in a different location.
420 - The maximum MTU setting for Jumbo Frames is 16110. This value coincides
De100.txt53 The default value for each parameter is generally the recommended setting,
79 NOTE: setting the speed/duplex to incorrect values will cause the link to
122 NOTE: This setting is not saved across reboots.
Diphase.txt20 - Supports setting of PCR on the VCs.
91 These setting should work well in most environments, but can be
Dixgb.txt118 The default value for each parameter is generally the recommended setting,
136 depending on the MTU setting. When the MTU size is 1500 or less, the
189 some kind). A power-cycle, hard reset or explicitly setting the e6 register
293 NOTE: This setting is not saved across reboots.
305 The maximum MTU setting for Jumbo Frames is 16114. This value coincides
Ddmfe.txt28 a mode= setting to module while loading, like :
Doperstates.txt26 to be notified of updates. This is important for setting from userspace.
48 setting operational state has not been implemented in every driver.
Dip-sysctl.txt27 implicitly setting IP_PMTUDISC_DONT on every created socket.
111 never be lower than this setting.
199 Default is "reno" and the default setting (tcp_congestion_control).
475 default setting of tcp_adv_win_scale and tcp_app_win:0 and a bit
550 different ways of setting max_qlen without the TCP_FASTOPEN socket
583 The setting of this parameter is a choice between burstiness and
710 miss. However, regardless of the setting the cache is still
735 where in the CIPSO processing code but setting this to 0 (False) should
773 although this is redundant. However such a setting is useful
872 has one will be used regardless of this setting.
[all …]
Dnetconsole.txt100 "1" to the "enabled" attribute (usually after setting parameters accordingly)
138 WARNING: the default target ethernet setting uses the broadcast
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Domap-usb.txt7 multipoint. This is a MUSB configuration-specific setting.
9 MUSB configuration-specific setting. Should be set to "16"
11 - interface-type : This is a board specific setting to describe the type of
Dam33xx-usb.txt40 multipoint. This is a MUSB configuration-specific setting.
42 MUSB configuration-specific setting. Should be set to "16"
/linux-4.1.27/Documentation/fault-injection/
Dfault-injection.txt20 injects disk IO errors on devices permitted by setting
26 injects MMC data errors on devices permitted by setting
43 for some testcases. Consider setting probability=100 and configure
51 Note that if you enable this, by setting interval>1, you will
101 default is 'N', setting it to 'Y' won't inject failures into
108 default is 'N', setting it to 'Y' will inject failures
/linux-4.1.27/Documentation/vm/
Dksm.txt66 from the lower latency of setting 0. Smaller systems, which
68 the greater sharing of setting 1 (default). You may wish to
69 compare how your system performs under each setting, before
70 deciding on which to use. merge_across_nodes setting can be
73 merge_across_nodes, to remerge according to the new setting.
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-bus-usb7 power/level. This file holds a power-level setting for
27 drivers may change this setting when they are bound.
Dsysfs-driver-hid-roccat-pyra4 Description: It is possible to switch the cpi setting of the mouse with the
7 setting reported by the mouse. This number has to be further
/linux-4.1.27/Documentation/hwmon/
Dg760a18 The fan speed is programmed by setting the period via 'pwm1' of two
22 Setting a period of 0 stops the fan; setting the period to 255 sets
Dpc8742712 Thanks to Amir Habibi at Candelis for setting up a test system, and to
48 setting, and the configuration interface is missing.
Dpowr122023 attenuator is enabled or disabled depending on the setting of the
Dlm7728 * When setting a limit, its hysteresis will automatically follow, the
Demc140349 * When setting a limit, its hysteresis will automatically follow, the
Dasb10027 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
Dthmc5055 A typical symptom of wrong setting is a fan forced to full speed.
/linux-4.1.27/Documentation/fb/
Dcirrusfb.txt67 * Do not override ram size setting. Define
69 setting.
Dintelfb.txt46 for the least amount). Note, an arbitrary setting may conflict
103 If setting this parameter doesn't work (you stay in a 80x25 text-mode),
Dapi.txt37 The driver supports the four character code (FOURCC) based format setting API.
286 Drivers that support the FOURCC-based API report this capability by setting
295 For YUV formats, they should also select the appropriate colorspace by setting
/linux-4.1.27/net/dccp/ccids/
DKconfig8 The debugging output can additionally be toggled by setting the
44 The debugging output can additionally be toggled by setting the
/linux-4.1.27/Documentation/sound/oss/
DPSS-updates13 setting is pss_enable_joystick=0 as this keeps this driver fully compatible
33 setting of this parameter leaves the CDROM port disabled to maintain full
51 by the sound drivers. This default setting of this parameter is 0 to retain
70 default setting of this parameter is "/etc/sound/pss_synth" as this was the
DESS9 All ESS chips now have a recording level setting. This is a need-to-have for
DWaveArtist8 mm31 write the volume setting in pairs, where mm = (nn - 10) / 2
/linux-4.1.27/Documentation/sysctl/
Dfs.txt223 to syslog warning about the lack of a correct setting.
261 The "mqueue" filesystem contains values for determining/setting the amount of
264 /proc/sys/fs/mqueue/queues_max is a read/write file for setting/getting the
267 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the
272 /proc/sys/fs/mqueue/msgsize_max is a read/write file for setting/getting the
276 /proc/sys/fs/mqueue/msg_default is a read/write file for setting/getting the
280 /proc/sys/fs/mqueue/msgsize_default is a read/write file for setting/getting
Dnet.txt62 like Hierarchical Token Bucket or Deficit Round Robin which require setting
71 Can be set or overridden per socket by setting socket option SO_BUSY_POLL,
93 The default setting of the socket receive buffer in bytes.
111 The default setting (in bytes) of the socket send buffer.
/linux-4.1.27/Documentation/cdrom/
D00-INDEX8 - info on setting up and using ATAPI (aka IDE) CD-ROMs.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Dreboot.txt3 By setting "reset_type" to one of the following values, the default
/linux-4.1.27/Documentation/scsi/
Daic79xx.txt295 they should retain the default read streaming setting.
301 streaming setting.
309 streaming setting.
317 they should retain the default read streaming setting.
319 On Controller 0 leave DV at its default setting.
325 Possible Values: < 0 Use setting from serial EEPROM.
328 Default Value: DV Serial EEPROM configuration setting.
344 they should retain the default precompensation setting.
357 they should retain the default slew rate setting.
370 they should retain the default read streaming setting.
Dlink_power_management_policy.txt17 state, thus improving latency over min_power setting.
D53c700.txt49 manufacturers set the clock speed at the lowest possible setting
117 to the board designer. Usually it is safe to ignore this setting.
Dadvansys.txt12 lowered in the BIOS by changing the 'Host Queue Size' adapter setting.
164 scanning to 1 - 4 I/O ports. Regardless of the option setting EISA and
178 For a loadable module the same effect can be achieved by setting
Daic7xxx.txt294 they should retain the default read streaming setting.
296 On Controller 0 leave DV at its default setting.
302 Possible Values: < 0 Use setting from serial EEPROM.
306 Default Value: SCSI-Select setting on controllers with a SCSI Select
/linux-4.1.27/sound/pci/asihpi/
Dhpi6205.c1619 u32 setting; in boot_loader_config_emif() local
1641 setting = 0x00000030; in boot_loader_config_emif()
1642 boot_loader_write_mem32(pao, dsp_index, 0x01800008, setting); in boot_loader_config_emif()
1643 if (setting != boot_loader_read_mem32(pao, dsp_index, in boot_loader_config_emif()
1651 setting = in boot_loader_config_emif()
1655 boot_loader_write_mem32(pao, dsp_index, 0x01800004, setting); in boot_loader_config_emif()
1656 if (setting != boot_loader_read_mem32(pao, dsp_index, in boot_loader_config_emif()
1663 setting = in boot_loader_config_emif()
1667 boot_loader_write_mem32(pao, dsp_index, 0x01800010, setting); in boot_loader_config_emif()
1668 if (setting != boot_loader_read_mem32(pao, dsp_index, in boot_loader_config_emif()
[all …]
/linux-4.1.27/drivers/regulator/
Dtps6586x-regulator.c310 struct tps6586x_settings *setting = p->driver_data; in tps6586x_regulator_set_slew_rate() local
313 if (setting == NULL) in tps6586x_regulator_set_slew_rate()
316 if (!(setting->slew_rate & TPS6586X_SLEW_RATE_SET)) in tps6586x_regulator_set_slew_rate()
333 setting->slew_rate & TPS6586X_SLEW_RATE_MASK); in tps6586x_regulator_set_slew_rate()
Dwm8350-regulator.c98 static int get_isink_val(int min_uA, int max_uA, u16 *setting) in get_isink_val() argument
104 *setting = i; in get_isink_val()
116 u16 val, setting; in wm8350_isink_set_current() local
119 ret = get_isink_val(min_uA, max_uA, &setting); in wm8350_isink_set_current()
128 val | setting); in wm8350_isink_set_current()
134 val | setting); in wm8350_isink_set_current()
/linux-4.1.27/Documentation/sound/alsa/
DREADME.maya4489 * setting the sampling rate on any open PCM device on the maya44 card will always set the *global* …
91 * In the current state of the driver, setting rates of up to 192 kHz is permitted even for capture …
96 I propose some additional code for limiting the sampling rate when setting on a capture pcm device.…
153 "PCM out" -> DAC output of the corresponding channel (default setting)
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dfan53555.txt10 voltage. The other one is used for the runtime voltage setting
Dti-abb-regulator.txt88 Example #2: Efuse bits contain ABB mode setting (no LDO override capability)
109 Example #3: Efuse bits contain ABB mode setting and LDO override capability
/linux-4.1.27/security/tomoyo/
DKconfig64 activation. You can override this setting via TOMOYO_loader= kernel
74 You can override this setting via TOMOYO_trigger= kernel command line
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dnxp,pca9685-pwm.txt18 For LEDs that are directly connected to the PCA, the following setting is
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt18 HDIO_GET_UNMASKINTR get current unmask setting
19 HDIO_GET_MULTCOUNT get current IDE blockmode setting
24 HDIO_GET_32BIT get current io_32bit setting
131 HDIO_GET_UNMASKINTR get current unmask setting
141 The value of the drive's current unmask setting
166 HDIO_GET_MULTCOUNT get current IDE blockmode setting
176 The value of the current IDE block mode setting. This
190 New value for IDE block mode setting. This controls how many
303 HDIO_GET_32BIT get current io_32bit setting
313 The value of the current io_32bit setting
[all …]
/linux-4.1.27/drivers/gpu/drm/armada/
DKconfig16 kernel mode setting and buffer management to userspace.
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c855 u8 *setting) in qlcnic_dcb_get_pfc_cfg() argument
863 *setting = 0; in qlcnic_dcb_get_pfc_cfg()
876 *setting = tc_cfg->prio_cfg[prio].pfc_type; in qlcnic_dcb_get_pfc_cfg()
1103 u8 i, setting, prio; in qlcnic_dcb_cee_peer_get_pfc() local
1116 setting = 0; in qlcnic_dcb_cee_peer_get_pfc()
1117 qlcnic_dcb_get_pfc_cfg(netdev, prio, &setting); in qlcnic_dcb_cee_peer_get_pfc()
1118 if (setting) in qlcnic_dcb_cee_peer_get_pfc()
/linux-4.1.27/Documentation/x86/
Dpat.txt4 x86 Page Attribute Table (PAT) allows for setting the memory attribute at the
6 for setting of memory types over physical address ranges. However, PAT is
21 There are many different APIs in the kernel that allows setting of memory
/linux-4.1.27/drivers/gpu/drm/rockchip/
DKconfig14 This driver provides kernel mode setting and buffer
/linux-4.1.27/drivers/power/avs/
DKconfig19 necessary for the io domain setting of the SoC to match the
/linux-4.1.27/Documentation/leds/
Dleds-class-flash.txt8 by default and the flash ones only if a driver declares it by setting
Dleds-blinkm.txt58 Currently supported is just setting red, green, blue
/linux-4.1.27/usr/
DKconfig29 This setting is only meaningful if the INITRAMFS_SOURCE is
41 This setting is only meaningful if the INITRAMFS_SOURCE is
/linux-4.1.27/Documentation/filesystems/
Dvfat.txt43 By default, FAT_DEFAULT_CODEPAGE setting is used.
50 By default, FAT_DEFAULT_IOCHARSET setting is used.
90 check=s|r|n -- Case sensitivity checking setting.
93 n: normal, default setting, currently case insensitive
98 -- Shortname display/create setting.
105 Default setting is `mixed'.
122 setting will be off by one hour.
Ddax.txt56 - adding support to mark inodes as being DAX by setting the S_DAX flag in
61 VM_MIXEDMAP flag on the VMA, and setting the vm_ops to include handlers
/linux-4.1.27/Documentation/namespaces/
Dresource-control.txt14 /etc/cgconfig.conf and setting up libpam-cgroup.
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dwm8962.txt22 Any other value is regarded as setting the GPIO register by its reset
Dtlv320aic31xx.txt24 - ai31xx-micbias-vg - MicBias Voltage setting
/linux-4.1.27/Documentation/i2c/
Di2c-protocol53 setting these flags for i2c messages. With the exception of I2C_M_NOSTART, they
67 point. For example, setting I2C_M_NOSTART on the second partial message
Di2c-stub23 explicitly by setting the respective bits (0x03000000) in the functionality
/linux-4.1.27/arch/sh/cchips/
DKconfig33 The default setting of the HD64461 IRQ is 36.
/linux-4.1.27/Documentation/filesystems/nfs/
D00-INDEX18 - short guide on setting up a diskless box with NFS root filesystem.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dguts.txt18 is wired to reset upon setting the HRESET_REQ bit in this register).
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt60 on a 2-pin "ram code" bootstrap setting on the board. The values of
72 for operation at the 'clock-frequency' setting.
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
DKconfig19 can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting
/linux-4.1.27/include/uapi/linux/
Dif_link.h500 __u32 setting; member
517 __u32 setting; member
/linux-4.1.27/tools/power/cpupower/po/
Dde.po510 "equivalent to setting it to zero\n"
601 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n"
629 "Error setting new values. Common errors:\n"
717 msgid "Error setting sched-mc %s\n"
722 msgid "Error setting sched-smt %s\n"
727 msgid "Error setting perf-bias value on CPU %d\n"
762 msgid "System's multi core scheduler setting: "
773 msgid "System's thread sibling scheduler setting: "
778 msgid "Intel's performance bias setting needs root privileges\n"
783 msgid "System does not support Intel's performance bias setting\n"
Dcs.po502 "equivalent to setting it to zero\n"
591 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n"
618 "Error setting new values. Common errors:\n"
706 msgid "Error setting sched-mc %s\n"
711 msgid "Error setting sched-smt %s\n"
716 msgid "Error setting perf-bias value on CPU %d\n"
751 msgid "System's multi core scheduler setting: "
762 msgid "System's thread sibling scheduler setting: "
767 msgid "Intel's performance bias setting needs root privileges\n"
772 msgid "System does not support Intel's performance bias setting\n"
Dit.po503 "equivalent to setting it to zero\n"
595 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n"
624 "Error setting new values. Common errors:\n"
714 msgid "Error setting sched-mc %s\n"
719 msgid "Error setting sched-smt %s\n"
724 msgid "Error setting perf-bias value on CPU %d\n"
760 msgid "System's multi core scheduler setting: "
771 msgid "System's thread sibling scheduler setting: "
776 msgid "Intel's performance bias setting needs root privileges\n"
781 msgid "System does not support Intel's performance bias setting\n"
Dfr.po504 "equivalent to setting it to zero\n"
591 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n"
615 "Error setting new values. Common errors:\n"
706 msgid "Error setting sched-mc %s\n"
711 msgid "Error setting sched-smt %s\n"
716 msgid "Error setting perf-bias value on CPU %d\n"
751 msgid "System's multi core scheduler setting: "
762 msgid "System's thread sibling scheduler setting: "
767 msgid "Intel's performance bias setting needs root privileges\n"
772 msgid "System does not support Intel's performance bias setting\n"
Dpt.po505 "equivalent to setting it to zero\n"
598 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n"
625 "Error setting new values. Common errors:\n"
716 msgid "Error setting sched-mc %s\n"
721 msgid "Error setting sched-smt %s\n"
726 msgid "Error setting perf-bias value on CPU %d\n"
762 msgid "System's multi core scheduler setting: "
773 msgid "System's thread sibling scheduler setting: "
778 msgid "Intel's performance bias setting needs root privileges\n"
783 msgid "System does not support Intel's performance bias setting\n"
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dl2cc.txt60 - arm,double-linefill : Override double linefill enable setting. Enable if
66 - arm,prefetch-drop : Override prefetch drop enable setting. Enable if non-zero,
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Ds2mps11.txt55 NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set
57 Grouping of BUCKs sharing ramp rate setting is as follow : BUCK[1, 6],
Dmax8998.txt34 - max8998,pmic-buck1-default-dvs-idx: Default voltage setting selected from
38 - max8998,pmic-buck2-default-dvs-idx: Default voltage setting selected from
Dqcom-pm8xxx.txt79 Definition: indicates that the setting of RTC time is allowed by
Das3722.txt46 Following properties are require if pin control setting is required
52 the pin control setting of state 0 to state n. Each of these
Daxp20x.txt30 Default: Current hardware setting
Ds2mpa01.txt34 NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/
Dads1015.txt64 - ti,gain : the programmable gain amplifier setting
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt12 - setting GPIO value to 1 causes IRQ generation on target DSP core;
/linux-4.1.27/Documentation/x86/x86_64/
Dcpu-hotplug-spec11 objects by setting the Enabled bit in the LAPIC object to zero.
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dnvidia,tegra30-car.txt7 for muxing and gating Tegra's clocks, and setting their rates.
Dnvidia,tegra20-car.txt7 for muxing and gating Tegra's clocks, and setting their rates.
Dnvidia,tegra114-car.txt7 for muxing and gating Tegra's clocks, and setting their rates.
Dnvidia,tegra124-car.txt7 for muxing and gating Tegra's clocks, and setting their rates.
Dalphascale,acc.txt4 clock source, setting deviders and clock gates.
Demev2-clock.txt16 and "xxx frequency division setting register" (XXXCLKDIV) registers.
/linux-4.1.27/Documentation/cgroups/
Dnet_cls.txt25 - setting a 10:1 handle.
/linux-4.1.27/fs/cachefiles/
DKconfig19 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
/linux-4.1.27/Documentation/isdn/
DREADME.audio27 AT+Vxx? Show current setting.
35 AT+VNH=x Auto hangup setting. NO EFFECT, supported
DREADME.syncppp1 Some additional information for setting up a syncPPP
/linux-4.1.27/Documentation/infiniband/
Dipoib.txt6 setting the interface type to ARPHRD_INFINIBAND and the hardware
77 turned on by setting the module parameters debug_level and
Duser_mad.txt31 Users of this registration call are implicitly setting the use of
109 The old ib_umad interface did not allow setting the P_Key index for
/linux-4.1.27/net/dccp/
DKconfig38 by setting the parameter dccp_debug of the `dccp' module to 0 or 1.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Damd-xgbe-phy.txt21 the setting for the 1GbE speed, the second value for the 2.5GbE speed and
Dqca-qca7000-spi.txt23 This setting depends on how the QCA7000 is setup via GPIO pin strapping.
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt24 - ti,nand-ecc-opt: A string setting the ECC layout to use. One of:
34 - ti,nand-xfer-type: A string setting the data transfer type. One of:
/linux-4.1.27/Documentation/
Dramoops.txt35 Dumping both oopses and panics can be done by setting 1 in the "dump_oops"
36 variable while setting 0 in that variable dumps only the panics.
Dsvga.txt186 CONFIG_VIDEO_400_HACK - force setting of 400 scan lines for standard VGA
191 CONFIG_VIDEO_GFX_HACK - includes special hack for setting of graphics modes
210 video mode setting. In this case, you must specify the 0x0f04 mode ("leave
217 end setting". Adding 0x8000 to the mode ID might fix the problem. Unfortunately,
222 force setting of the correct mode.
Dpinctrl.txt224 ... Find setting for pin @ offset ...
438 some general-purpose GPIO pin. However, in another setting, pins { A5, B5 } can
466 subsystems, so devices will request their mux setting, but it's also possible
537 other device mux setting or GPIO pin request has already taken your physical
538 pin, you will be denied the use of it. To get (activate) a new setting, the
568 is possible to perform the requested mux setting, poke the hardware so that
573 some certain registers to activate a certain mux setting for a certain pin.
575 A simple driver for the above example will work by setting bits 0, 1, 2, 3 or 4
726 In the example activating muxing 0 and 1 at the same time setting bits
766 setting and then the device functions.
[all …]
DSecurityBugs30 holds the final say when setting a disclosure date. The timeframe for
DVGA-softcursor.txt31 Bit setting takes place before bit toggling, so you can simply clear a bit by
Dbtmrvl.txt24 wakeup event, or 0xff for special host sleep setting.
/linux-4.1.27/arch/m32r/kernel/
Dentry.S213 ; setting need_resched or sigpending
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.WINVIEW12 frequency setting should work but it is possible that the audio multiplexer
/linux-4.1.27/Documentation/usb/
Dlinux.inf31 ;@@@ This is the common setting for setup
Dwusb-cbaf30 Start a WUSB host controller (by setting up a CHID)
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dleds-gpio.txt21 on). The "keep" setting will keep the LED at whatever its current
Dregister-bit-led.txt30 on). The "keep" setting will keep the LED at whatever its current
/linux-4.1.27/include/linux/mfd/
Dabx500.h28 u8 setting; member
/linux-4.1.27/drivers/i2c/busses/
Di2c-stu300.c473 u32 setting; member
501 if (stu300_clktable[i].setting == 0xFFU) { in stu300_set_clk()
507 stu300_wr8(stu300_clktable[i].setting, in stu300_set_clk()
/linux-4.1.27/arch/powerpc/boot/dts/
Dsbc8548-altflash.dts5 * Requires switching JP12 jumpers and changing SW2.8 setting.
/linux-4.1.27/arch/m32r/platforms/mappi/
Ddot.gdbinit10 # setting
100 # LCD & CRT dual-head setting (8bpp)
Ddot.gdbinit.nommu10 # setting
100 # LCD & CRT dual-head setting (8bpp)
/linux-4.1.27/Documentation/block/
Drequest.txt40 unsigned char cmd[16] D Driver can use this for setting up
/linux-4.1.27/drivers/firmware/efi/
DKconfig36 backend for pstore by default. This setting can be overridden
/linux-4.1.27/arch/mips/kernel/
Dentry.S48 # interrupt setting need_resched
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DS3C2412.txt34 There is support for setting the GPIO to input/output/special function
DGPIO.txt65 between the UP and DOWN case. There is currently no 'just turn on' setting
149 Getting and setting the state of a PIN
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi_pl022.txt15 device. A setting of 0 indicates no delay and the
/linux-4.1.27/arch/arm/boot/dts/
Dkirkwood.dtsi94 * Default SPI0 pinctrl setting with CSn on mpp0,
108 * Default UART pinctrl setting without RTS/CTS,
Dkirkwood-6282.dtsi72 * Default I2C1 pinctrl setting on mpp36/mpp37,
Darmada-370.dtsi138 * Default SPI pinctrl setting, can be overwritten on
193 * Default UART pinctrl setting without RTS/CTS, can
/linux-4.1.27/Documentation/cpu-freq/
Dcpu-drivers.txt121 For setting some of these values (cpuinfo.min[max]_freq, policy->min[max]), the
197 setting when policy->policy is CPUFREQ_POLICY_PERFORMANCE, and a
198 powersaving-oriented setting when CPUFREQ_POLICY_POWERSAVE. Also check
/linux-4.1.27/include/linux/
Dide.h899 const struct ide_devset *setting; member
907 .setting = &ide_devset_##_name, \
1035 const struct ide_devset *setting; member
1074 const struct ide_devset *setting, int arg);
/linux-4.1.27/include/linux/mlx4/
Dcmd.h308 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);
/linux-4.1.27/fs/fscache/
DKconfig52 enabled by setting bits in /sys/modules/fscache/parameter/debug.
/linux-4.1.27/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt5 configuration settings. The mode setting will govern the input/output mode of
/linux-4.1.27/Documentation/sound/alsa/soc/
Dpops_clicks.txt50 amplitude too quickly. It can be minimised by enabling the zero cross setting
/linux-4.1.27/net/bridge/
DKconfig27 take this into account when setting up your firewall rules.
/linux-4.1.27/drivers/iio/
DKconfig41 Provides helper functions for setting up triggered buffers.
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt142 The first thing a driver must do with a GPIO is setting its direction. If no
143 direction-setting flags have been given to gpiod_get*(), this is done by
165 without setting its direction first is illegal and will result in undefined
260 can be expected. If simultaneous setting is not possible the GPIOs will be set
Dsysfs.txt98 setting.
155 either rising or falling edge will be reconfigured to follow this setting.
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt141 and eventually calls gpio_set_wake() for the actual register setting.
270 NOTE: this is the default setting of this pin being configured as SSP3_RXD
272 do so, simply because this default setting is usually carefully encoded,
/linux-4.1.27/arch/frv/kernel/
Dsleep.S170 # Release the interrupt mask setting of the MASK register of the
352 # (9) Release the interrupt mask setting of the MASK register of the
/linux-4.1.27/drivers/net/wireless/ipw2x00/
DKconfig56 control which debug output is sent to the kernel log by setting the
186 setting the value in
/linux-4.1.27/arch/unicore32/kernel/
Dhead.S142 movl r0, #0x201f @ control register setting
/linux-4.1.27/Documentation/rapidio/
Dtsi721.txt30 by setting CONFIG_RAPIDIO_DMA_ENGINE option. Tsi721 miniport driver uses seven
/linux-4.1.27/arch/blackfin/
DKconfig476 PLL Frequency = (Crystal Frequency) * (this setting)
484 Core Frequency = (PLL frequency) / (this setting)
509 System Clock = (PLL frequency) / (this setting)
520 System Clock0 = (System Clock) / (this setting)
530 System Clock1 = (System Clock) / (this setting)
540 DDR Clock = (PLL frequency) / (this setting)
1070 cache is updated. This is a completely safe setting, but
1087 cache is updated. This is a completely safe setting, but

123