| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/ |
| D | ti,palmas-pwrbutton.txt | 10 - compatible: should be one of the following 11 - "ti,palmas-pwrbutton": For Palmas compatible power on button 12 - interrupts: Interrupt number of power button submodule on device. 16 - ti,palmas-long-press-seconds: Duration in seconds which the power 20 - ti,palmas-pwron-debounce-milli-seconds: Duration in milliseconds 29 compatible = "ti,palmas-pwrbutton"; 30 interrupt-parent = <&tps659038>; 32 ti,palmas-long-press-seconds = <12>; 33 ti,palmas-pwron-debounce-milli-seconds = <15>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | ti,palmas-pwrbutton.txt | 10 - compatible: should be one of the following 11 - "ti,palmas-pwrbutton": For Palmas compatible power on button 12 - interrupts: Interrupt number of power button submodule on device. 16 - ti,palmas-long-press-seconds: Duration in seconds which the power 20 - ti,palmas-pwron-debounce-milli-seconds: Duration in milliseconds 29 compatible = "ti,palmas-pwrbutton"; 30 interrupt-parent = <&tps659038>; 32 ti,palmas-long-press-seconds = <12>; 33 ti,palmas-pwron-debounce-milli-seconds = <15>;
|
| /kernel/linux/linux-5.10/include/linux/input/ |
| D | kxtj9.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 13 unsigned int min_interval; /* minimum poll interval (in milli-seconds) */ 14 unsigned int init_interval; /* initial poll interval (in milli-seconds) */ 32 /* CTRL_REG1: set resolution, g-range, data ready enable */ 33 /* Output resolution: 8-bit valid or 12-bit valid */ 37 /* Output g-range: +/-2g, 4g, or 8g */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | watchdog.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 25 /** struct watchdog_ops - The watchdog-devices operations 32 * @set_timeout:The routine for setting the watchdog devices timeout value (in seconds). 34 * @get_timeleft:The routine that gets the time left before a reset (in seconds). 38 * The watchdog_ops structure contains a list of low-level operations 58 /** struct watchdog_device - The structure that defines a watchdog device 68 * @timeout: The watchdog devices timeout value (in seconds). 70 * @min_timeout:The watchdog devices minimum timeout value (in seconds). 71 * @max_timeout:The watchdog devices maximum timeout value (in seconds) 76 * in milli-seconds. [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | watchdog.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 25 /** struct watchdog_ops - The watchdog-devices operations 32 * @set_timeout:The routine for setting the watchdog devices timeout value (in seconds). 34 * @get_timeleft:The routine that gets the time left before a reset (in seconds). 38 * The watchdog_ops structure contains a list of low-level operations 58 /** struct watchdog_device - The structure that defines a watchdog device 68 * @timeout: The watchdog devices timeout value (in seconds). 70 * @min_timeout:The watchdog devices minimum timeout value (in seconds). 71 * @max_timeout:The watchdog devices maximum timeout value (in seconds) 76 * in milli-seconds. [all …]
|
| /kernel/linux/linux-4.19/include/linux/input/ |
| D | kxtj9.h | 17 * 02111-1307, USA 26 unsigned int min_interval; /* minimum poll interval (in milli-seconds) */ 27 unsigned int init_interval; /* initial poll interval (in milli-seconds) */ 45 /* CTRL_REG1: set resolution, g-range, data ready enable */ 46 /* Output resolution: 8-bit valid or 12-bit valid */ 50 /* Output g-range: +/-2g, 4g, or 8g */
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Drivers/Usb/ |
| D | gd32vf103_usb_hw.c | 5 \version 2019-6-5, V1.0.0, firmware for GD32VF103 146 * when Vbus=1 and Reset-button is pressed by user in usb_vbus_config() 169 \brief delay in micro seconds 170 \param[in] usec: value of delay required in micro seconds 180 \brief delay in milli seconds 181 \param[in] msec: value of delay required in milli seconds 202 delay_time--; in usb_timer_irq()
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/Usb/ |
| D | drv_usb_hw.h | 5 \version 2019-6-5, V1.0.0, firmware for GD32 USBFS&USBHS 49 /* delay in micro seconds */ 52 /* delay in milli seconds */
|
| /kernel/linux/linux-4.19/drivers/scsi/aic7xxx/ |
| D | Kconfig.aic79xx | 3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $ 10 This driver supports all of Adaptec's Ultra 320 PCI-X 17 ---help--- 27 Due to resource allocation issues in the Linux SCSI mid-layer, using 37 int "Initial bus reset delay in milli-seconds" 40 ---help--- 45 Default: 5000 (5 seconds) 74 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
|
| D | Kconfig.aic7xxx | 3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $ 6 tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)" 9 ---help--- 22 ---help--- 32 Due to resource allocation issues in the Linux SCSI mid-layer, using 42 int "Initial bus reset delay in milli-seconds" 45 ---help--- 50 Default: 5000 (5 seconds) 79 are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the
|
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| D | Kconfig.aic79xx | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $ 11 This driver supports all of Adaptec's Ultra 320 PCI-X 28 Due to resource allocation issues in the Linux SCSI mid-layer, using 38 int "Initial bus reset delay in milli-seconds" 46 Default: 5000 (5 seconds) 75 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
|
| D | Kconfig.aic7xxx | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $ 7 tristate "Adaptec AIC7xxx Fast -> U160 support" 33 Due to resource allocation issues in the Linux SCSI mid-layer, using 43 int "Initial bus reset delay in milli-seconds" 51 Default: 5000 (5 seconds) 80 are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the
|
| /kernel/linux/linux-4.19/Documentation/watchdog/ |
| D | watchdog-kernel-api.txt | 3 Last reviewed: 12-Feb-2013 8 ------------ 12 file: Documentation/watchdog/watchdog-api.txt . 22 ------- 80 * timeout: the watchdog timer's timeout value (in seconds). 83 * pretimeout: the watchdog timer's pretimeout value (in seconds). 84 * min_timeout: the watchdog timer's minimum timeout value (in seconds). 86 * max_timeout: the watchdog timer's maximum timeout value (in seconds), 88 'timeout'. Not used if max_hw_heartbeat_ms is non-zero. 90 in milli-seconds. This value is normally 0; it should only be provided [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ |
| D | property-units.txt | 13 ---------------------------------------- 14 -mhz : megahertz 15 -hz : Hertz (preferred) 16 -sec : seconds 17 -ms : milliseconds 18 -us : microseconds 19 -ns : nanoseconds 22 ---------------------------------------- 23 -mm : millimeters 26 ---------------------------------------- [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | synopsys-dw-mshc-common.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/synopsys-dw-mshc-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: "mmc-controller.yaml#" 13 - Ulf Hansson <ulf.hansson@linaro.org> 20 reset-names: 23 clock-frequency: 29 fifo-depth: 36 card-detect-delay: [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/ |
| D | tsc2005.txt | 4 - compatible : "ti,tsc2004" or "ti,tsc2005" 5 - reg : Device address 6 - interrupts : IRQ specifier 7 - spi-max-frequency : Maximum SPI clocking speed of the device 11 - vio-supply : Regulator specifier 12 - reset-gpios : GPIO specifier for the controller reset line 13 - ti,x-plate-ohms : integer, resistance of the touchscreen's X plates 15 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after 16 the configured time (in milli seconds), the driver 18 - properties defined in touchscreen.txt [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | tsc2005.txt | 4 - compatible : "ti,tsc2004" or "ti,tsc2005" 5 - reg : Device address 6 - interrupts : IRQ specifier 7 - spi-max-frequency : Maximum SPI clocking speed of the device 11 - vio-supply : Regulator specifier 12 - reset-gpios : GPIO specifier for the controller reset line 13 - ti,x-plate-ohms : integer, resistance of the touchscreen's X plates 15 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after 16 the configured time (in milli seconds), the driver 18 - properties defined in touchscreen.txt [all …]
|
| /kernel/linux/linux-5.10/Documentation/watchdog/ |
| D | watchdog-kernel-api.rst | 5 Last reviewed: 12-Feb-2013 10 ------------ 14 file: Documentation/watchdog/watchdog-api.rst . 24 ------- 83 * timeout: the watchdog timer's timeout value (in seconds). 86 * pretimeout: the watchdog timer's pretimeout value (in seconds). 87 * min_timeout: the watchdog timer's minimum timeout value (in seconds). 89 * max_timeout: the watchdog timer's maximum timeout value (in seconds), 91 'timeout'. Not used if max_hw_heartbeat_ms is non-zero. 93 in milli-seconds. This value is normally 0; it should only be provided [all …]
|
| /kernel/linux/linux-5.10/include/linux/extcon/ |
| D | extcon-adc-jack.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * include/linux/extcon/extcon-adc-jack.h 5 * Analog Jack extcon driver with ADC-based detection capability. 18 * struct adc_jack_cond - condition to use an extcon state 38 * struct adc_jack_pdata - platform data for adc jack device. 39 * @name: name of the extcon device. If null, "adc-jack" is used. 49 * milli-seconds after the interrupt occurs. You may 51 * is rounded-off by jiffies.
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| D | common_baco.c | 29 struct amdgpu_device *adev = (struct amdgpu_device *)(hwmgr->adev); in baco_wait_register() 35 timeout--; in baco_wait_register() 47 struct amdgpu_device *adev = (struct amdgpu_device *)(hwmgr->adev); in baco_cmd_handler() 65 /* Delay in milli Seconds */ in baco_cmd_handler() 70 /* Delay in micro Seconds */ in baco_cmd_handler() 75 dev_warn(adev->dev, "Invalid BACO command.\n"); in baco_cmd_handler() 105 struct amdgpu_device *adev = (struct amdgpu_device *)(hwmgr->adev); in soc15_baco_program_registers() 112 reg = adev->reg_offset[entry[i].hwip][entry[i].inst][entry[i].seg] in soc15_baco_program_registers()
|
| /kernel/linux/linux-4.19/include/linux/extcon/ |
| D | extcon-adc-jack.h | 2 * include/linux/extcon/extcon-adc-jack.h 4 * Analog Jack extcon driver with ADC-based detection capability. 22 * struct adc_jack_cond - condition to use an extcon state 42 * struct adc_jack_pdata - platform data for adc jack device. 43 * @name: name of the extcon device. If null, "adc-jack" is used. 53 * milli-seconds after the interrupt occurs. You may 55 * is rounded-off by jiffies.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | bq25980.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Dan Murphy <dmurphy@ti.com> 12 - Ricardo Rivera-Matos <r-rivera-matos@ti.com> 16 for use in high-power density portable electronics. These inductorless 21 - $ref: power-supply.yaml# 26 - ti,bq25980 27 - ti,bq25975 28 - ti,bq25960 [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | btmrvl.rst | 14 bit 8:0 -- Gap 15 bit 16:8 -- GPIO 18 It could be any valid GPIO pin# (e.g. 0-7) or 0xff (SDIO interface 21 where Gap is the gap in milli seconds between wakeup signal and 39 1 -- Enable auto sleep mode 40 0 -- Disable auto sleep mode 58 1 -- Enable host sleep 59 0 -- Wake up firmware 106 hcitool cmd 0x3f 0x5b 0xf5 0x01 0x00 --Enable All interface 107 hcitool cmd 0x3f 0x5b 0xf5 0x01 0x01 --Enable Wlan interface [all …]
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | btmrvl.txt | 14 bit 8:0 -- Gap 15 bit 16:8 -- GPIO 18 It could be any valid GPIO pin# (e.g. 0-7) or 0xff (SDIO interface 21 where Gap is the gap in milli seconds between wakeup signal and 39 1 -- Enable auto sleep mode 40 0 -- Disable auto sleep mode 58 1 -- Enable host sleep 59 0 -- Wake up firmware 106 hcitool cmd 0x3f 0x5b 0xf5 0x01 0x00 --Enable All interface 107 hcitool cmd 0x3f 0x5b 0xf5 0x01 0x01 --Enable Wlan interface [all …]
|
| /kernel/linux/linux-4.19/drivers/input/misc/ |
| D | palmas-pwrbutton.c | 4 * Copyright (C) 2012-2014 Texas Instruments Incorporated - http://www.ti.com/ 33 * struct palmas_pwron - Palmas power on data 47 * struct palmas_pwron_config - configuration of palmas power on 57 * palmas_power_button_work() - Detects the button release event 65 struct input_dev *input_dev = pwron->input_dev; in palmas_power_button_work() 69 error = palmas_read(pwron->palmas, PALMAS_INTERRUPT_BASE, in palmas_power_button_work() 72 dev_err(input_dev->dev.parent, in palmas_power_button_work() 80 schedule_delayed_work(&pwron->input_work, in palmas_power_button_work() 86 * pwron_irq() - button press isr 95 struct input_dev *input_dev = pwron->input_dev; in pwron_irq() [all …]
|