Searched +full:allow +full:- +full:set +full:- +full:time (Results 1 – 25 of 1072) sorted by relevance
12345678910>>...43
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 14 regulator-name: 18 regulator-min-microvolt: 19 description: smallest voltage consumers may set 21 regulator-max-microvolt: 22 description: largest voltage consumers may set [all …]
|
| /kernel/linux/linux-6.6/lib/ |
| D | Kconfig.kgdb | 1 # SPDX-License-Identifier: GPL-2.0-only 6 # set if architecture has the its kgdb_arch_handle_qxfer_pkt 22 as well as in Documentation/dev-tools/kgdb.rst. If 34 If set to Y the debug core will use the kprobe blocklist to 35 identify symbols where it is unsafe to set breakpoints. 49 Share a serial console with kgdb. Sysrq-g must be used 83 bool "KGDB: Allow debugging with traps in notifiers" 88 exception handler which will allow kgdb to step through a 103 be set to 1 or 0 to enable all commands or disable almost all 108 0x0002 - allow arbitrary reads from memory and symbol lookup [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig.kgdb | 1 # SPDX-License-Identifier: GPL-2.0-only 6 # set if architecture has the its kgdb_arch_handle_qxfer_pkt 22 as well as in Documentation/dev-tools/kgdb.rst. If 34 If set to Y the debug core will use the kprobe blocklist to 35 identify symbols where it is unsafe to set breakpoints. 49 Share a serial console with kgdb. Sysrq-g must be used 83 bool "KGDB: Allow debugging with traps in notifiers" 88 exception handler which will allow kgdb to step through a 103 be set to 1 or 0 to enable all commands or disable almost all 108 0x0002 - allow arbitrary reads from memory and symbol lookup [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | sm6125-xiaomi-laurel-sprout.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/input/gpio-keys.h> 11 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 17 compatible = "xiaomi,laurel-sprout", "qcom,sm6125"; 18 chassis-type = "handset"; 21 qcom,msm-id = <394 0>; /* sm6125 v1 */ 22 qcom,board-id = <11 0>; [all …]
|
| D | sm6125-sony-xperia-seine-pdx201.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/gpio-keys.h> 12 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 16 qcom,msm-id = <394 0x10000>; /* sm6125 v1 */ 17 qcom,board-id = <34 0>; 21 chassis-type = "handset"; 29 #address-cells = <2>; 30 #size-cells = <2>; [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 14 regulator-name: 18 regulator-min-microvolt: 19 description: smallest voltage consumers may set 21 regulator-max-microvolt: 22 description: largest voltage consumers may set [all …]
|
| /kernel/linux/linux-5.10/Documentation/leds/ |
| D | ledtrig-transient.rst | 8 to be off. The delay_on value specifies the time period an LED should stay 11 gets deactivated. There is no provision for one time activation to implement 16 set a timer to hold a state, however when user space application crashes or 36 that are active at the time driver gets suspended, continue to run, without 41 class device property. When brightness is set to 0 from user space via 56 non-transient state. When driver gets suspended, irrespective of the transient 69 transient trigger is activated these properties are set to default values. 71 - duration allows setting timer value in msecs. The initial value is 0. 72 - activate allows activating and deactivating the timer specified by 73 duration as needed. The initial and default value is 0. This will allow [all …]
|
| /kernel/linux/linux-6.6/Documentation/leds/ |
| D | ledtrig-transient.rst | 8 to be off. The delay_on value specifies the time period an LED should stay 11 gets deactivated. There is no provision for one time activation to implement 16 set a timer to hold a state, however when user space application crashes or 36 that are active at the time driver gets suspended, continue to run, without 41 class device property. When brightness is set to 0 from user space via 56 non-transient state. When driver gets suspended, irrespective of the transient 69 transient trigger is activated these properties are set to default values. 71 - duration allows setting timer value in msecs. The initial value is 0. 72 - activate allows activating and deactivating the timer specified by 73 duration as needed. The initial and default value is 0. This will allow [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | capability.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 11 * ftp://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ 19 /* User-level do most of the mapping between kernel and user 25 a set of three capability sets. The transposition of 3*the 33 #define _LINUX_CAPABILITY_VERSION_2 0x20071026 /* deprecated - use v3 */ 95 * Backwardly compatible definition for source code - trapped in a 96 * 32-bit world. If you find you need this, please consider using 106 ** POSIX-draft defined capabilities. 154 /* Allows set*uid(2) manipulation (including fsuid). */ 161 ** Linux-specific capabilities [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | capability.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 11 * ftp://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ 19 /* User-level do most of the mapping between kernel and user 25 a set of three capability sets. The transposition of 3*the 33 #define _LINUX_CAPABILITY_VERSION_2 0x20071026 /* deprecated - use v3 */ 96 * Backwardly compatible definition for source code - trapped in a 97 * 32-bit world. If you find you need this, please consider using 107 ** POSIX-draft defined capabilities. 155 /* Allows set*uid(2) manipulation (including fsuid). */ 162 ** Linux-specific capabilities [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | omap-gpmc.txt | 7 - compatible: Should be set to one of the following: 9 ti,omap2420-gpmc (omap2420) 10 ti,omap2430-gpmc (omap2430) 11 ti,omap3430-gpmc (omap3430 & omap3630) 12 ti,omap4430-gpmc (omap4430 & omap4460 & omap543x) 13 ti,am3352-gpmc (am335x devices) 15 - reg: A resource specifier for the register space 17 - ti,hwmods: Should be set to "ti,gpmc" until the DT transition is 19 - #address-cells: Must be set to 2 to allow memory address translation 20 - #size-cells: Must be set to 1 to allow CS address passing [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | power.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2017 Intel Deutschland GmbH 13 * enum iwl_ltr_config_flags - masks for LTR config command flags 15 * @LTR_CFG_FLAG_HW_DIS_ON_SHADOW_REG_ACCESS: allow LTR change on shadow 17 * @LTR_CFG_FLAG_HW_EN_SHRT_WR_THROUGH: allow LTR msg send on ANY LTR 19 * @LTR_CFG_FLAG_HW_DIS_ON_D0_2_D3: allow LTR msg send on transition from 23 * @LTR_CFG_FLAG_DENIE_C10_ON_PD: allow going into C10 on PD 39 * struct iwl_ltr_config_cmd_v1 - configures the LTR [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | power.h | 8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 9 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH 10 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH 11 * Copyright (C) 2018 - 2020 Intel Corporation 27 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 31 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 32 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH 33 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH 34 * Copyright (C) 2018 - 2020 Intel Corporation 71 * enum iwl_ltr_config_flags - masks for LTR config command flags [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/ia64/ |
| D | efirtc.rst | 2 EFI Real Time Clock driver 13 the IA-64 platform. 16 to get access to the Time Service offered by EFI version 0.92. 27 at first, the time of day service. This is required in order to access, in a 29 to initialize the system view of the time during boot. 31 Because we wanted to minimize the impact on existing user-level apps using 38 EFI uses a slightly different way of representing the time, noticeably 39 the reference date is different. Year is the using the full 4-digit format. 41 expose this new way of representing time. Instead we use something very 43 One of the reasons for doing it this way is to allow for EFI to still evolve [all …]
|
| /kernel/linux/linux-5.10/Documentation/ia64/ |
| D | efirtc.rst | 2 EFI Real Time Clock driver 13 the IA-64 platform. 16 to get access to the Time Service offered by EFI version 0.92. 27 at first, the time of day service. This is required in order to access, in a 29 to initialize the system view of the time during boot. 31 Because we wanted to minimize the impact on existing user-level apps using 38 EFI uses a slightly different way of representing the time, noticeably 39 the reference date is different. Year is the using the full 4-digit format. 41 expose this new way of representing time. Instead we use something very 43 One of the reasons for doing it this way is to allow for EFI to still evolve [all …]
|
| /kernel/linux/linux-6.6/Documentation/w1/slaves/ |
| D | w1_therm.rst | 16 ----------- 47 time required by parasited powered device on the line. Reading 49 -1 if at least one sensor still in conversion, 1 if conversion is complete 55 time of issue of the bulk read command (not the current temperature). 59 ``conv_time`` is used to get current conversion time (read), and 60 adjust it (write). A temperature conversion time depends on the device type and 61 its current resolution. Default conversion time is set by the driver according 62 to the device datasheet. A conversion time for many original device clones 63 deviate from datasheet specs. There are three options: 1) manually set the 64 correct conversion time by writing a value in milliseconds to ``conv_time``; 2) [all …]
|
| /kernel/linux/linux-5.10/Documentation/w1/slaves/ |
| D | w1_therm.rst | 15 ----------- 46 time required by parasited powered device on the line. Reading 48 -1 if at least one sensor still in conversion, 1 if conversion is complete 54 time of issue of the bulk read command (not the current temperature). 58 ``conv_time`` is used to get current conversion time (read), and 59 adjust it (write). A temperature conversion time depends on the device type and 60 it's current resolution. Default conversion time is set by the driver according 61 to the device datasheet. A conversion time for many original device clones 62 deviate from datasheet specs. There are three options: 1) manually set the 63 correct conversion time by writing a value in milliseconds to ``conv_time``; 2) [all …]
|
| /kernel/linux/linux-6.6/include/media/ |
| D | rc-core.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2009-2010 by Mauro Carvalho Chehab 14 #include <linux/time.h> 16 #include <media/rc-map.h> 19 * enum rc_driver_type - type of the RC driver. 23 * It needs a Infra-Red pulse/space decoder 34 * struct rc_scancode_filter - Filter scan codes. 44 * enum rc_filter_type - Filter type constants. 57 * struct lirc_fh - represents an open lirc file 61 * set with an ioctl and then the high end with another ioctl [all …]
|
| /kernel/linux/linux-5.10/include/media/ |
| D | rc-core.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2009-2010 by Mauro Carvalho Chehab 14 #include <linux/time.h> 16 #include <media/rc-map.h> 19 * enum rc_driver_type - type of the RC driver. 23 * It needs a Infra-Red pulse/space decoder 34 * struct rc_scancode_filter - Filter scan codes. 44 * enum rc_filter_type - Filter type constants. 57 * struct lirc_fh - represents an open lirc file 61 * set with an ioctl and then the high end with another ioctl [all …]
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | mtd-nand-s3c2410.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 6 * S3C2410 - NAND device controller platform_device info 15 * struct s3c2410_nand_set - define a set of one or more nand chips 16 * @flash_bbt: Openmoko u-boot can create a Bad Block Table 17 * Setting this flag will allow the kernel to 18 * look for it at boot time and also skip the NAND 20 * @options: Default value to set into 'struct nand_chip' options. 21 * @nr_chips: Number of chips in this set 23 * @name: Name of set (optional) 24 * @nr_map: Map for low-layer logical to physical chip numbers (option) [all …]
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | mtd-nand-s3c2410.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 6 * S3C2410 - NAND device controller platform_device info 15 * struct s3c2410_nand_set - define a set of one or more nand chips 16 * @flash_bbt: Openmoko u-boot can create a Bad Block Table 17 * Setting this flag will allow the kernel to 18 * look for it at boot time and also skip the NAND 20 * @options: Default value to set into 'struct nand_chip' options. 21 * @nr_chips: Number of chips in this set 23 * @name: Name of set (optional) 24 * @nr_map: Map for low-layer logical to physical chip numbers (option) [all …]
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 29 Software RAID mini-HOWTO, available from 44 a several-second delay in the boot time due to various 54 use the so-called linear mode, i.e. it will combine the hard disk 63 tristate "RAID-0 (striping) mode" 67 use the so-called raid0 mode, i.e. it will combine the hard disk 73 Software-RAID mini-HOWTO, available from 83 tristate "RAID-1 (mirroring) mode" 86 A RAID-1 set consists of several disk drives which are exact copies 88 will continue to use the operational mirrors in the set, providing [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | xfs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 on the SGI IRIX platform. It is completely multi-threaded, can 15 for further details. This implementation is on-disk compatible 25 Sets the buffered I/O end-of-file preallocation size when 28 through to 1GiB, inclusive, in power-of-2 increments. 30 The default behaviour is for dynamic end-of-file 31 preallocation size, which uses a set of heuristics to 40 on-disk. When the new form is used for the first time when 42 attributes) the on-disk superblock feature bit field will be 45 The default behaviour is determined by the on-disk feature [all …]
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 API, which will be used by other function-entry hooking 27 See Documentation/trace/ftrace-design.rst 32 See Documentation/trace/ftrace-design.rst 40 See Documentation/trace/ftrace-design.rst 54 If this is set, then arguments and stack can be found from 69 See Documentation/trace/ftrace-design.rst 74 See Documentation/trace/ftrace-design.rst 79 Arch supports the gcc options -pg with -mfentry 84 Arch supports the gcc options -pg with -mrecord-mcount and -nop-mcount [all …]
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 # after relevant mdadm enhancements - to make "names=yes" 21 # the default - are widely available. 34 Software RAID mini-HOWTO, available from 49 a several-second delay in the boot time due to various 69 use the so-called linear mode, i.e. it will combine the hard disk 78 tristate "RAID-0 (striping) mode" 82 use the so-called raid0 mode, i.e. it will combine the hard disk 88 Software-RAID mini-HOWTO, available from 98 tristate "RAID-1 (mirroring) mode" [all …]
|
12345678910>>...43