/linux-4.4.14/arch/mips/include/asm/ |
D | war.h | 82 #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.4.14/drivers/pinctrl/ |
D | pinmux.h | 29 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
|
D | pinconf.c | 111 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 …]
|
D | pinconf.h | 19 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
|
D | pinmux.c | 329 struct pinctrl_setting *setting) in pinmux_map_to_setting() argument 331 struct pinctrl_dev *pctldev = setting->pctldev; in pinmux_map_to_setting() 350 setting->data.mux.func = ret; in pinmux_map_to_setting() 352 ret = pmxops->get_function_groups(pctldev, setting->data.mux.func, in pinmux_map_to_setting() 390 setting->data.mux.group = ret; in pinmux_map_to_setting() 395 void pinmux_free_setting(struct pinctrl_setting const *setting) in pinmux_free_setting() argument 400 int pinmux_enable_setting(struct pinctrl_setting const *setting) in pinmux_enable_setting() argument 402 struct pinctrl_dev *pctldev = setting->pctldev; in pinmux_enable_setting() 412 ret = pctlops->get_group_pins(pctldev, setting->data.mux.group, in pinmux_enable_setting() 420 setting->data.mux.group); in pinmux_enable_setting() [all …]
|
D | core.c | 713 struct pinctrl_setting *setting; in add_setting() local 725 setting = kzalloc(sizeof(*setting), GFP_KERNEL); in add_setting() 726 if (setting == NULL) { in add_setting() 732 setting->type = map->type; in add_setting() 734 setting->pctldev = get_pinctrl_dev_from_devname(map->ctrl_dev_name); in add_setting() 735 if (setting->pctldev == NULL) { in add_setting() 736 kfree(setting); in add_setting() 749 setting->dev_name = map->dev_name; in add_setting() 753 ret = pinmux_map_to_setting(map, setting); in add_setting() 757 ret = pinconf_map_to_setting(map, setting); in add_setting() [all …]
|
D | pinctrl-at91.c | 570 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()
|
D | pinctrl-single.c | 433 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.4.14/drivers/ide/ |
D | ide-proc.c | 193 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 …]
|
D | ide-devsets.c | 158 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.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-asxx-defs.h | 63 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.4.14/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 9 - #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.4.14/drivers/mfd/ |
D | ab3100-core.c | 653 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 …]
|
D | tps80031.c | 233 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.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.h | 49 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting); 51 bool setting); 52 int ixgbe_ndo_set_vf_trust(struct net_device *netdev, int vf, bool setting);
|
D | ixgbe_sriov.c | 1443 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting) in ixgbe_ndo_set_vf_spoofchk() argument 1454 adapter->vfinfo[vf].spoofchk_enabled = setting; in ixgbe_ndo_set_vf_spoofchk() 1458 regval |= (setting << vf_target_shift); in ixgbe_ndo_set_vf_spoofchk() 1465 regval |= (setting << vf_target_shift); in ixgbe_ndo_set_vf_spoofchk() 1473 bool setting) in ixgbe_ndo_set_vf_rss_query_en() argument 1487 adapter->vfinfo[vf].rss_query_enabled = setting; in ixgbe_ndo_set_vf_rss_query_en() 1492 int ixgbe_ndo_set_vf_trust(struct net_device *netdev, int vf, bool setting) in ixgbe_ndo_set_vf_trust() argument 1500 if (adapter->vfinfo[vf].trusted == setting) in ixgbe_ndo_set_vf_trust() 1503 adapter->vfinfo[vf].trusted = setting; in ixgbe_ndo_set_vf_trust() 1509 e_info(drv, "VF %u is %strusted\n", vf, setting ? "" : "not "); in ixgbe_ndo_set_vf_trust()
|
D | ixgbe_dcb_nl.c | 285 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.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.c | 268 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.4.14/Documentation/devicetree/bindings/power/ |
D | bq25890.txt | 15 minimum-sys-voltage setting (in uV); 24 input current will be the lower between the resistor setting and the IINLIM 25 register setting; 28 the default setting will be used (120 degrees);
|
D | ltc2941.txt | 17 into the chip only if it differs from the current setting. The setting is
|
/linux-4.4.14/drivers/net/phy/ |
D | phy.c | 160 u32 setting; member 168 .setting = SUPPORTED_10000baseKR_Full, 173 .setting = SUPPORTED_10000baseKX4_Full, 178 .setting = SUPPORTED_10000baseT_Full, 183 .setting = SUPPORTED_2500baseX_Full, 188 .setting = SUPPORTED_1000baseKX_Full, 193 .setting = SUPPORTED_1000baseT_Full, 198 .setting = SUPPORTED_1000baseT_Half, 203 .setting = SUPPORTED_100baseT_Full, 208 .setting = SUPPORTED_100baseT_Half, [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-lenovo | 12 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…
|
D | sysfs-class-regulator | 97 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 …]
|
D | sysfs-i2c-bmp085 | 28 Reading: returns the current oversampling setting. 30 Writing: sets a new oversampling setting.
|
D | sysfs-module | 29 Through this setting it is possible to raise the limit so that 35 setting differ from default 100.
|
D | sysfs-class-led-flash | 8 that support setting flash brightness. 29 devices that support setting flash timeout.
|
D | sysfs-class-mic.txt | 162 notification by setting heartbeat_enable to 0 and enable it by 163 setting this entry to 1. If this notification is disabled it is 165 alternative means such as a network ping. This setting is
|
D | sysfs-class-scsi_host | 27 the direct i/o path to physical devices. This setting is
|
D | sysfs-bus-intel_th-devices-gth | 22 Description: (RW) Data retention policy setting: keep (0) or drop (1)
|
D | sysfs-class-bdi | 7 setting and retrieving various BDI specific variables.
|
D | sysfs-driver-hid-roccat-kone | 4 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.4.14/Documentation/video4linux/ |
D | README.davinci-vpbe | 46 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
|
/linux-4.4.14/drivers/leds/ |
D | leds-aat1290.c | 386 struct led_flash_setting *setting; in aat1290_init_flash_timeout() local 389 setting = &fled_cdev->timeout; in aat1290_init_flash_timeout() 390 setting->min = cfg->max_flash_tm / AAT1290_FLASH_TM_NUM_LEVELS; in aat1290_init_flash_timeout() 391 setting->max = cfg->max_flash_tm; in aat1290_init_flash_timeout() 392 setting->step = setting->min; in aat1290_init_flash_timeout() 393 setting->val = setting->max; in aat1290_init_flash_timeout()
|
D | leds-ktd2692.c | 266 struct led_flash_setting *setting; in ktd2692_init_flash_timeout() local 268 setting = &fled_cdev->timeout; in ktd2692_init_flash_timeout() 269 setting->min = KTD2692_FLASH_MODE_TIMEOUT_DISABLE; in ktd2692_init_flash_timeout() 270 setting->max = cfg->flash_max_timeout; in ktd2692_init_flash_timeout() 271 setting->step = cfg->flash_max_timeout in ktd2692_init_flash_timeout() 273 setting->val = cfg->flash_max_timeout; in ktd2692_init_flash_timeout()
|
D | leds-max77693.c | 834 struct led_flash_setting *setting; in max77693_init_flash_settings() local 837 setting = &fled_cdev->brightness; in max77693_init_flash_settings() 838 setting->min = FLASH_IOUT_MIN; in max77693_init_flash_settings() 839 setting->max = led->iout_joint ? in max77693_init_flash_settings() 843 setting->step = FLASH_IOUT_STEP; in max77693_init_flash_settings() 844 setting->val = setting->max; in max77693_init_flash_settings() 847 setting = &fled_cdev->timeout; in max77693_init_flash_settings() 848 setting->min = FLASH_TIMEOUT_MIN; in max77693_init_flash_settings() 849 setting->max = led_cfg->flash_timeout_max[fled_id]; in max77693_init_flash_settings() 850 setting->step = FLASH_TIMEOUT_STEP; in max77693_init_flash_settings() [all …]
|
D | leds-ss4200.c | 221 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.4.14/net/bluetooth/ |
D | sco.c | 67 __u16 setting; member 233 if (sco_pi(sk)->setting == BT_VOICE_TRANSPARENT && in sco_connect() 240 sco_pi(sk)->setting); in sco_connect() 487 sco_pi(sk)->setting = BT_VOICE_CVSD_16BIT; in sco_sock_alloc() 728 static void sco_conn_defer_accept(struct hci_conn *conn, u16 setting) in sco_conn_defer_accept() argument 751 cp.content_format = cpu_to_le16(setting); in sco_conn_defer_accept() 753 switch (setting & SCO_AIRMODE_MASK) { in sco_conn_defer_accept() 782 sco_conn_defer_accept(pi->conn->hcon, pi->setting); in sco_sock_recvmsg() 832 voice.setting = sco_pi(sk)->setting; in sco_sock_setsockopt() 841 if (voice.setting != BT_VOICE_TRANSPARENT && in sco_sock_setsockopt() [all …]
|
D | hci_conn.c | 284 cp.voice_setting = cpu_to_le16(conn->setting); in hci_setup_sync() 286 switch (conn->setting & SCO_AIRMODE_MASK) { in hci_setup_sync() 1105 __u16 setting) in hci_connect_sco() argument 1128 sco->setting = setting; in hci_connect_sco()
|
/linux-4.4.14/Documentation/input/ |
D | edt-ft5x06.txt | 18 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.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | edt-ft5x06.txt | 37 - threshold: allows setting the "click"-threshold in the range 40 - gain: allows setting the sensitivity in the range from 0 to 44 - offset: allows setting the edge compensation in the range from
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.h | 47 #define ITR_TO_REG(setting) ((setting & ~I40E_ITR_DYNAMIC) >> 1) argument 48 #define ITR_IS_DYNAMIC(setting) (!!(setting & I40E_ITR_DYNAMIC)) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx53-pinctrl.txt | 9 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
|
D | fsl,imx51-pinctrl.txt | 9 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
|
D | fsl,imx35-pinctrl.txt | 9 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
|
D | fsl,imx6q-pinctrl.txt | 9 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
|
D | fsl,imx6dl-pinctrl.txt | 9 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
|
D | fsl,imx6sx-pinctrl.txt | 9 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
|
D | fsl,imx6sl-pinctrl.txt | 9 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
|
D | fsl,imx6ul-pinctrl.txt | 9 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 UltraLite
|
D | fsl,vf610-pinctrl.txt | 9 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
|
D | brcm,bcm11351-pinctrl.txt | 164 - 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
|
D | fsl,imx-pinctrl.txt | 26 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.
|
D | fsl,imx7d-pinctrl.txt | 32 setting for one pin. The first 5 integers <mux_reg conf_reg input_reg mux_val 35 the pad setting value like pull-up on this pin. Please refer to i.MX7 Dual
|
D | fsl,imx27-pinctrl.txt | 10 setting. The format is fsl,pins = <PIN MUX_ID CONFIG>.
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.h | 47 #define ITR_TO_REG(setting) ((setting & ~I40E_ITR_DYNAMIC) >> 1) argument 48 #define ITR_IS_DYNAMIC(setting) (!!(setting & I40E_ITR_DYNAMIC)) argument
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 52 GICv2 specs. Getting or setting such a register has the same effect as 61 -ENXIO: Getting or setting this register is not yet supported 74 defined in the GICv2 specs. Getting or setting such a register has the 83 state by setting the corresponding bit. 95 -ENXIO: Getting or setting this register is not yet supported
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | autoidle.txt | 7 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
|
D | dpll.txt | 49 - DPLL mode setting - defining any one or more of the following overrides 50 default setting.
|
D | fixed-factor-clock.txt | 22 - ti,invert-autoidle-bit: autoidle is enabled by setting the bit to 0, see [2]
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 24 injects disk IO errors on devices permitted by setting 30 injects MMC data errors on devices permitted by setting 47 for some testcases. Consider setting probability=100 and configure 55 Note that if you enable this, by setting interval>1, you will 105 default is 'N', setting it to 'Y' won't inject failures into 112 default is 'N', setting it to 'Y' will inject failures 123 default is 'N', setting it to 'Y' will disable failure injections
|
/linux-4.4.14/Documentation/networking/ |
D | netif-msg.txt | 5 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.
|
D | dccp.txt | 107 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
|
D | igb.txt | 28 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
|
D | e1000e.txt | 39 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
|
D | netlink_mmap.txt | 59 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
|
D | vortex.txt | 107 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:
|
D | ipvs-sysctl.txt | 56 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
|
D | e1000.txt | 33 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
|
D | e100.txt | 53 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.
|
D | iphase.txt | 20 - Supports setting of PCR on the VCs. 91 These setting should work well in most environments, but can be
|
D | ixgb.txt | 118 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
|
D | dmfe.txt | 28 a mode= setting to module while loading, like :
|
D | operstates.txt | 26 to be notified of updates. This is important for setting from userspace. 48 setting operational state has not been implemented in every driver.
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | omap-usb.txt | 7 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
|
D | ci-hdrc-usb2.txt | 30 - itc-setting: interrupt threshold control register control, the setting 73 gadget-itc-setting = <0x4>; /* 4 micro-frames */
|
D | am33xx-usb.txt | 40 multipoint. This is a MUSB configuration-specific setting. 42 MUSB configuration-specific setting. Should be set to "16"
|
/linux-4.4.14/Documentation/vm/ |
D | ksm.txt | 66 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.
|
D | zswap.txt | 29 Zswap is disabled by default but can be enabled at boot time by setting 57 zbud is created, but it can be selected at boot time by setting the "zpool" 89 The default compressor is lzo, but it can be selected at boot time by setting
|
D | idle_page_tracking.txt | 6 account when configuring the workload parameters, setting memory cgroup limits, 43 1. Mark all the workload's pages as idle by setting corresponding bits in 89 cleared as a result of setting or updating a page's Idle flag, the Young flag
|
/linux-4.4.14/Documentation/hwmon/ |
D | g760a | 18 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
|
D | pc87427 | 12 Thanks to Amir Habibi at Candelis for setting up a test system, and to 48 setting, and the configuration interface is missing.
|
D | powr1220 | 23 attenuator is enabled or disabled depending on the setting of the
|
D | lm77 | 28 * When setting a limit, its hysteresis will automatically follow, the
|
D | asb100 | 27 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
|
D | emc1403 | 49 * When setting a limit, its hysteresis will automatically follow, the
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-bus-usb | 7 power/level. This file holds a power-level setting for 27 drivers may change this setting when they are bound.
|
D | sysfs-driver-hid-roccat-lua | 5 When read, actual cpi setting and sensor data are returned.
|
D | sysfs-driver-hid-roccat-pyra | 4 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.4.14/Documentation/fb/ |
D | cirrusfb.txt | 67 * Do not override ram size setting. Define 69 setting.
|
D | intelfb.txt | 46 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),
|
/linux-4.4.14/net/dccp/ccids/ |
D | Kconfig | 8 The debugging output can additionally be toggled by setting the 44 The debugging output can additionally be toggled by setting the
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 169 setting. 246 to syslog warning about the lack of a correct setting. 284 The "mqueue" filesystem contains values for determining/setting the amount of 287 /proc/sys/fs/mqueue/queues_max is a read/write file for setting/getting the 290 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the 295 /proc/sys/fs/mqueue/msgsize_max is a read/write file for setting/getting the 299 /proc/sys/fs/mqueue/msg_default is a read/write file for setting/getting the 303 /proc/sys/fs/mqueue/msgsize_default is a read/write file for setting/getting
|
D | net.txt | 62 which require setting up classes and bandwidths. Note that physical multiqueue 64 leaves. Virtual devices (like e.g. lo or veth) ignore this setting and instead 73 Can be set or overridden per socket by setting socket option SO_BUSY_POLL, 95 The default setting of the socket receive buffer in bytes. 113 The default setting (in bytes) of the socket send buffer.
|
/linux-4.4.14/include/uapi/linux/ |
D | if_link.h | 584 __u32 setting; member 601 __u32 setting; member 618 __u32 setting; member
|
/linux-4.4.14/Documentation/sound/oss/ |
D | PSS-updates | 13 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
|
D | ESS | 9 All ESS chips now have a recording level setting. This is a need-to-have for
|
D | WaveArtist | 8 mm31 write the volume setting in pairs, where mm = (nn - 10) / 2
|
/linux-4.4.14/Documentation/cdrom/ |
D | 00-INDEX | 8 - info on setting up and using ATAPI (aka IDE) CD-ROMs.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | reboot.txt | 3 By setting "reset_type" to one of the following values, the default
|
/linux-4.4.14/Documentation/scsi/ |
D | aic79xx.txt | 295 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.
|
D | link_power_management_policy.txt | 17 state, thus improving latency over min_power setting.
|
D | 53c700.txt | 49 manufacturers set the clock speed at the lowest possible setting 117 to the board designer. Usually it is safe to ignore this setting.
|
D | advansys.txt | 12 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
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpi6205.c | 1619 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.4.14/drivers/gpu/drm/armada/ |
D | Kconfig | 16 kernel mode setting and buffer management to userspace.
|
/linux-4.4.14/drivers/regulator/ |
D | tps6586x-regulator.c | 310 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()
|
D | wm8350-regulator.c | 98 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.4.14/Documentation/sound/alsa/ |
D | README.maya44 | 89 * 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.4.14/Documentation/devicetree/bindings/regulator/ |
D | fan53555.txt | 10 voltage. The other one is used for the runtime voltage setting
|
D | ti-abb-regulator.txt | 88 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.4.14/security/tomoyo/ |
D | Kconfig | 64 activation. You can override this setting via TOMOYO_loader= kernel 74 You can override this setting via TOMOYO_trigger= kernel command line
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | s2mps11.txt | 24 unwanted buck warm reset (setting buck voltages to default values). 67 NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set 69 Grouping of BUCKs sharing ramp rate setting is as follow : BUCK[1, 6],
|
D | max8998.txt | 34 - max8998,pmic-buck1-default-dvs-idx: Default voltage setting selected from 38 - max8998,pmic-buck2-default-dvs-idx: Default voltage setting selected from
|
D | qcom-pm8xxx.txt | 79 Definition: indicates that the setting of RTC time is allowed by
|
D | as3722.txt | 46 Following properties are require if pin control setting is required 52 the pin control setting of state 0 to state n. Each of these
|
D | s2mpa01.txt | 34 NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | nxp,pca9685-pwm.txt | 18 For LEDs that are directly connected to the PCA, the following setting is
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 18 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.4.14/drivers/iio/buffer/ |
D | Kconfig | 24 Provides helper functions for setting up triggered buffers.
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 855 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.4.14/Documentation/block/ |
D | queue-sysfs.txt | 35 setting is the software limit. Some devices exhibit large latencies when 36 large discards are issued, setting this value lower will make Linux issue 132 processing setting this option to '2' forces the completion to run on the
|
D | request.txt | 40 unsigned char cmd[16] D Driver can use this for setting up
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | Kconfig | 14 This driver provides kernel mode setting and buffer
|
/linux-4.4.14/drivers/power/avs/ |
D | Kconfig | 19 necessary for the io domain setting of the SoC to match the
|
/linux-4.4.14/usr/ |
D | Kconfig | 29 This setting is only meaningful if the INITRAMFS_SOURCE is 41 This setting is only meaningful if the INITRAMFS_SOURCE is
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfat.txt | 43 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.
|
D | dax.txt | 58 - adding support to mark inodes as being DAX by setting the S_DAX flag in 63 VM_MIXEDMAP and VM_HUGEPAGE flags on the VMA, and setting the vm_ops to
|
/linux-4.4.14/Documentation/namespaces/ |
D | resource-control.txt | 14 /etc/cgconfig.conf and setting up libpam-cgroup.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | wm8962.txt | 22 Any other value is regarded as setting the GPIO register by its reset
|
D | tlv320aic31xx.txt | 24 - ai31xx-micbias-vg - MicBias Voltage setting
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 53 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
|
/linux-4.4.14/arch/sh/cchips/ |
D | Kconfig | 33 The default setting of the HD64461 IRQ is 36.
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | 00-INDEX | 18 - short guide on setting up a diskless box with NFS root filesystem.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | guts.txt | 23 is wired to reset upon setting the HRESET_REQ bit in this register).
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | Kconfig | 19 can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 60 on a 2-pin "ram code" bootstrap setting on the board. The values of 72 for operation at the 'clock-frequency' setting.
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | de.po | 510 "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"
|
D | it.po | 503 "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"
|
D | cs.po | 502 "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"
|
D | fr.po | 504 "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"
|
D | pt.po | 505 "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.4.14/Documentation/x86/ |
D | pat.txt | 4 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.4.14/Documentation/devicetree/bindings/hwmon/ |
D | ads1015.txt | 64 - ti,gain : the programmable gain amplifier setting
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-dsp-keystone.txt | 12 - setting GPIO value to 1 causes IRQ generation on target DSP core;
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 11 objects by setting the Enabled bit in the LAPIC object to zero.
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mtk-sd.txt | 23 - hs400-ds-delay: HS400 DS delay setting
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | nvidia,tegra30-car.txt | 7 for muxing and gating Tegra's clocks, and setting their rates.
|
D | nvidia,tegra114-car.txt | 7 for muxing and gating Tegra's clocks, and setting their rates.
|
D | nvidia,tegra20-car.txt | 7 for muxing and gating Tegra's clocks, and setting their rates.
|
D | alphascale,acc.txt | 4 clock source, setting deviders and clock gates.
|
D | emev2-clock.txt | 16 and "xxx frequency division setting register" (XXXCLKDIV) registers.
|
/linux-4.4.14/Documentation/cgroups/ |
D | net_cls.txt | 25 - setting a 10:1 handle.
|
/linux-4.4.14/arch/x86/xen/ |
D | Kconfig | 36 default setting of the kernel to use only up to 512 GB or more.
|
/linux-4.4.14/fs/cachefiles/ |
D | Kconfig | 19 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 60 - 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.4.14/Documentation/infiniband/ |
D | ipoib.txt | 6 setting the interface type to ARPHRD_INFINIBAND and the hardware 77 turned on by setting the module parameters debug_level and
|
D | user_mad.txt | 31 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.4.14/Documentation/isdn/ |
D | README.audio | 27 AT+Vxx? Show current setting. 35 AT+VNH=x Auto hangup setting. NO EFFECT, supported
|
D | README.syncppp | 1 Some additional information for setting up a syncPPP
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | qcom_smbb.txt | 66 which case, setting this will harmlessly fail. The property 73 in which case, setting this will harmlessly fail. The property
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_sriov.c | 39 int bnxt_set_vf_spoofchk(struct net_device *dev, int vf_id, bool setting) in bnxt_set_vf_spoofchk() argument 55 if (old_setting == setting) in bnxt_set_vf_spoofchk() 59 if (setting) in bnxt_set_vf_spoofchk() 72 if (setting) in bnxt_set_vf_spoofchk()
|
/linux-4.4.14/Documentation/ |
D | ntb.txt | 56 hardware. You may override this behavior at your own risk by setting 59 interrupt event and setting the peer doorbell register for the next 70 The Tool provides access through debugfs for reading, setting, and clearing the
|
D | ramoops.txt | 35 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.
|
D | svga.txt | 186 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.
|
D | pinctrl.txt | 224 ... 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 727 In the example activating muxing 0 and 1 at the same time setting bits 767 setting and then the device functions. [all …]
|
D | SecurityBugs | 30 holds the final say when setting a disclosure date. The timeframe for
|
D | VGA-softcursor.txt | 31 Bit setting takes place before bit toggling, so you can simply clear a bit by
|
/linux-4.4.14/net/dccp/ |
D | Kconfig | 38 by setting the parameter dccp_debug of the `dccp' module to 0 or 1.
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 24 - 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.4.14/Documentation/devicetree/bindings/net/ |
D | qca-qca7000-spi.txt | 23 This setting depends on how the QCA7000 is setup via GPIO pin strapping.
|
/linux-4.4.14/Documentation/usb/ |
D | linux.inf | 31 ;@@@ This is the common setting for setup
|
D | wusb-cbaf | 30 Start a WUSB host controller (by setting up a CHID)
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-gpio.txt | 21 on). The "keep" setting will keep the LED at whatever its current
|
D | register-bit-led.txt | 30 on). The "keep" setting will keep the LED at whatever its current
|
/linux-4.4.14/include/linux/mfd/ |
D | abx500.h | 28 u8 setting; member
|
/linux-4.4.14/arch/m32r/kernel/ |
D | entry.S | 213 ; setting need_resched or sigpending
|
/linux-4.4.14/drivers/iio/ |
D | Kconfig | 45 Provides helper functions for setting up triggered events.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 12 frequency setting should work but it is possible that the audio multiplexer
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-stu300.c | 473 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.4.14/Documentation/leds/ |
D | leds-blinkm.txt | 58 Currently supported is just setting red, green, blue
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | sbc8548-altflash.dts | 5 * Requires switching JP12 jumpers and changing SW2.8 setting.
|
/linux-4.4.14/arch/m32r/platforms/mappi/ |
D | dot.gdbinit | 10 # setting 100 # LCD & CRT dual-head setting (8bpp)
|
D | dot.gdbinit.nommu | 10 # setting 100 # LCD & CRT dual-head setting (8bpp)
|
/linux-4.4.14/arch/mips/kernel/ |
D | entry.S | 48 # interrupt setting need_resched
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | S3C2412.txt | 34 There is support for setting the GPIO to input/output/special function
|
D | GPIO.txt | 65 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.4.14/Documentation/devicetree/bindings/spi/ |
D | spi_pl022.txt | 15 device. A setting of 0 indicates no delay and the
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 121 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.4.14/include/linux/ |
D | ide.h | 912 const struct ide_devset *setting; member 920 .setting = &ide_devset_##_name, \ 1048 const struct ide_devset *setting; member 1087 const struct ide_devset *setting, int arg);
|
/linux-4.4.14/include/linux/mlx4/ |
D | cmd.h | 314 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 50 amplitude too quickly. It can be minimised by enabling the zero cross setting
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,gsbi.txt | 5 configuration settings. The mode setting will govern the input/output mode of
|
/linux-4.4.14/net/bridge/ |
D | Kconfig | 27 take this into account when setting up your firewall rules.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | kirkwood-6282.dtsi | 72 * Default I2C1 pinctrl setting on mpp36/mpp37,
|
D | kirkwood.dtsi | 92 * Default SPI0 pinctrl setting with CSn on mpp0, 106 * Default UART pinctrl setting without RTS/CTS,
|
/linux-4.4.14/fs/fscache/ |
D | Kconfig | 52 enabled by setting bits in /sys/modules/fscache/parameter/debug.
|
/linux-4.4.14/Documentation/w1/masters/ |
D | omap-hdq | 50 setting "ti,mode" property to "1w" in DT (see
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 141 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.4.14/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 56 control which debug output is sent to the kernel log by setting the 186 setting the value in
|
/linux-4.4.14/arch/frv/kernel/ |
D | sleep.S | 170 # Release the interrupt mask setting of the MASK register of the 352 # (9) Release the interrupt mask setting of the MASK register of the
|