| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A 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>;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_proto.h | 2 * Header file describing the internal (inter-module) DHD interfaces. 24 * <<Broadcom-WL-IPTag/Open:>> 44 #define DEFAULT_IOCTL_RESP_TIMEOUT (5 * 1000) /* 5 seconds */ 51 /* In milli second default value for Production FW */ 57 #define IOCTL_DMAXFER_TIMEOUT (260 * 1000) /* 260 seconds second */ 59 #define IOCTL_DMAXFER_TIMEOUT (120 * 1000) /* 120 seconds */ 61 /* In milli second default value for Production FW */ 62 #define IOCTL_DMAXFER_TIMEOUT (15 * 1000) /* 15 seconds for Production FW */ 66 #define MFG_IOCTL_RESP_TIMEOUT 20000 /* In milli second default value for MFG FW */ 115 /* Add any protocol-specific data header. [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_proto.h | 2 * Header file describing the internal (inter-module) DHD interfaces. 24 * <<Broadcom-WL-IPTag/Open:>> 44 #define DEFAULT_IOCTL_RESP_TIMEOUT (5 * 1000) /* 5 seconds */ 51 /* In milli second default value for Production FW */ 57 #define IOCTL_DMAXFER_TIMEOUT (260 * 1000) /* 260 seconds second */ 59 #define IOCTL_DMAXFER_TIMEOUT (120 * 1000) /* 120 seconds */ 61 /* In milli second default value for Production FW */ 62 #define IOCTL_DMAXFER_TIMEOUT (15 * 1000) /* 15 seconds for Production FW */ 66 #define MFG_IOCTL_RESP_TIMEOUT 20000 /* In milli second default value for MFG FW */ 115 /* Add any protocol-specific data header. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A 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
|
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | chrono | 1 // <chrono> -*- C++ -*- 3 // Copyright (C) 2008-2020 Free Software Foundation, Inc. 77 // 20.11.4.3 specialization of common_type (for duration, sfinae-friendly) 131 // 20.11.4.3 specialization of common_type (for time_point, sfinae-friendly) 297 { &_Tp::is_steady } -> same_as<const bool*>; 298 { _Tp::now() } -> same_as<typename _Tp::time_point>; 341 return __to - _ToDur{1}; 364 auto __diff0 = __d - __t0; 365 auto __diff1 = __t1 - __d; 384 return -__d; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | chrono | 1 // <chrono> -*- C++ -*- 3 // Copyright (C) 2008-2020 Free Software Foundation, Inc. 77 // 20.11.4.3 specialization of common_type (for duration, sfinae-friendly) 131 // 20.11.4.3 specialization of common_type (for time_point, sfinae-friendly) 297 { &_Tp::is_steady } -> same_as<const bool*>; 298 { _Tp::now() } -> same_as<typename _Tp::time_point>; 341 return __to - _ToDur{1}; 364 auto __diff0 = __d - __t0; 365 auto __diff1 = __t1 - __d; 384 return -__d; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/include/linux/extcon/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7m/ |
| H A D | systick-timer.c | 5 * Based on arch/arm/mach-stm32/stm32f1/timer.c 12 * SPDX-License-Identifier: GPL-2.0+ 14 * The SysTick timer is a 24-bit count down timer. The clock can be either the 30 /* SysTick Base Address - fixed for all Cortex M3, M4 and M7 devices */ 48 /* read the 24-bit timer */ 54 return TIMER_MAX_VAL - readl(&systick->current_val); in read_timer() 62 writel(TIMER_MAX_VAL, &systick->reload_val); in timer_init() 64 writel(0, &systick->current_val); in timer_init() 66 cal = readl(&systick->calibration); in timer_init() 69 writel(SYSTICK_CTRL_EN | SYSTICK_CTRL_CPU_CLK, &systick->ctrl); in timer_init() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/ |
| H A D | oct_ilm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 #include <asm/octeon/cvmx-ciu-defs.h> 76 /* interval in milli seconds after which the interrupt will in init_latency_info() 85 li->io_interval = (octeon_get_io_clock_rate() * interval) / 1000; in init_latency_info() 86 li->cpu_interval = (octeon_get_clock_rate() * interval) / 1000; in init_latency_info() 88 li->timer_start1 = 0; in init_latency_info() 89 li->timer_start2 = 0; in init_latency_info() 90 li->max_latency = 0; in init_latency_info() 91 li->min_latency = (u64)-1; in init_latency_info() 92 li->latency_sum = 0; in init_latency_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | tmp102.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 13 #include <linux/hwmon-sysfs.h> 52 #define CONVERSION_TIME_MS 35 /* in milli-seconds */ 60 /* convert left adjusted 13-bit TMP102 register value to milliCelsius */ 66 /* convert milliCelsius to left adjusted 13-bit TMP102 register value */ 82 if (time_before(jiffies, tmp102->ready_time)) { in tmp102_read() 84 return -EAGAIN; in tmp102_read() 95 return -EOPNOTSUPP; in tmp102_read() 98 err = regmap_read(tmp102->regmap, reg, ®val); in tmp102_read() 120 return -EOPNOTSUPP; in tmp102_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/backend/ |
| H A D | mali_kbase_ipa_counter_common_csf.c | 1 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 4 * (C) COPYRIGHT 2020-2021 ARM Limited. All rights reserved. 18 * http://www.gnu.org/licenses/gpl-2.0.html. 34 * So 5 seconds is a reasonable upper limit for the time gap between the 41 * - max sampling interval of 1 second. 42 * - max GPU frequency of 2 GHz. 43 * - max number of cores as 32. 44 * - max increment of 4 in per core counter value at every clock cycle. 50 #define MAX_COUNTER_INCREMENT (((u64)1 << 38) - 1) 56 if (a > 0 && (S64_MAX - a) < b) in kbase_ipa_add_saturate() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio | 3 Contact: linux-iio@vger.kernel.org 11 Contact: linux-iio@vger.kernel.org 25 Contact: linux-iio@vger.kernel.org 31 Contact: linux-iio@vger.kernel.org 38 Contact: linux-iio@vger.kernel.org 48 Contact: linux-iio@vger.kernel.org 65 Contact: linux-iio@vger.kernel.org 70 - a small discrete set of values like "0 2 4 6 8" 71 - a range with minimum, step and maximum frequencies like 76 Contact: linux-iio@vger.kernel.org [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | dell-smm-hwmon.rst | 1 .. SPDX-License-Identifier: GPL-2.0-or-later 5 Kernel driver dell-smm-hwmon 8 :Copyright: |copy| 2002-2005 Massimo Dal Zotto <dz@debian.org> 12 ----------- 24 ------------------- 35 fan[1-3]_input RO Fan speed in RPM. 36 fan[1-3]_label RO Fan label. 37 pwm[1-3] RW Control the fan PWM duty-cycle. 41 temp[1-10]_input RO Temperature reading in milli-degrees 43 temp[1-10]_label RO Temperature sensor label. [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | lattice.c | 11 * SPDX-License-Identifier: GPL-2.0+ 54 * micro-seconds or 32000 milli-second maximum. The VME file will never pass on 74 pfns->jtag_set_tdi(a_ucValue); in writePort() 77 pfns->jtag_set_tck(a_ucValue); in writePort() 80 pfns->jtag_set_tms(a_ucValue); in writePort() 89 return pfns->jtag_get_tdo(); in readPort() 139 * Data over-run. in GetByte() 264 if ((desc->family > min_lattice_type) && in lattice_validate() 265 (desc->family < max_lattice_type)) { in lattice_validate() 266 if ((desc->iface > min_lattice_iface_type) && in lattice_validate() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl-topology.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * skl_topology.h - Intel HDA Platform topology header file 5 * Copyright (C) 2014-15 Intel Corp 19 #include <uapi/sound/skl-tplg-interface.h> 399 u32 dma_buffer_size; /* in milli seconds */
|