Home
last modified time | relevance | path

Searched full:use (Results 1 – 25 of 8896) sorted by relevance

12345678910>>...356

/Linux-v6.1/drivers/usb/serial/
DKconfig16 supported, and on how to use them.
27 If you say Y here, it will be possible to use a USB to serial
41 kernel will automatically use the first USB to serial converter
49 Say Y here if you want to use the generic USB serial driver. Please
58 Say Y here to use the USB serial "simple" driver. This driver
82 Say Y here if you want to use USB AIRcable Bluetooth Dongle.
90 Say Y here if you want to use a ARK Micro 3116 USB to Serial
99 Say Y here if you want to use a Belkin USB Serial single port
109 Say Y here if you want to use a Winchiphead CH341 single port
119 Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dcolorspaces-defs.rst27 two basic ways to do it: Divide the angular value by 2 (0-179), or use the
87 - Use the default transfer function as defined by the colorspace.
89 - Use the Rec. 709 transfer function.
91 - Use the sRGB transfer function.
93 - Use the opRGB transfer function.
95 - Use the SMPTE 240M transfer function.
97 - Do not use a transfer function (i.e. use linear RGB values).
99 - Use the DCI-P3 transfer function.
101 - Use the SMPTE 2084 transfer function. See :ref:`xf-smpte-2084`.
116 - Use the default Y'CbCr encoding as defined by the colorspace.
[all …]
/Linux-v6.1/include/linux/platform_data/
Dadp8870.h118 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
119 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
120 u8 l2_bright_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
121 u8 l2_bright_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
122 u8 l3_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
123 u8 l3_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
124 u8 l4_indoor_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
125 u8 l4_indor_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
126 u8 l5_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
127 u8 l5_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
[all …]
/Linux-v6.1/drivers/video/fbdev/via/
DtblDPASetting.c15 /* LCK/VCK < 30000000 will use this value */
18 /* 30000000 < LCK/VCK < 50000000 will use this value */
21 /* 50000000 < LCK/VCK < 70000000 will use this value */
24 /* 70000000 < LCK/VCK < 100000000 will use this value */
27 /* 100000000 < LCK/VCK < 15000000 will use this value */
30 /* 15000000 < LCK/VCK will use this value */
40 /* LCK/VCK < 30000000 will use this value */
42 /* 30000000 < LCK/VCK < 50000000 will use this value */
44 /* 50000000 < LCK/VCK < 70000000 will use this value */
46 /* 70000000 < LCK/VCK < 100000000 will use this value */
[all …]
/Linux-v6.1/drivers/clk/qcom/
DKconfig106 Say Y if you want to use peripheral devices such as UART, SPI,
141 Say Y if you want to use peripheral devices such as UART, SPI,
148 Say Y if you want to use peripheral devices such as UART, SPI,
156 Say Y if you want to use peripheral devices such as UART, SPI,
164 Say Y if you want to use audio devices such as i2s, pcm,
172 Say Y if you want to use peripheral devices such as UART, SPI,
180 Say Y if you want to use peripheral devices such as UART, SPI,
188 Say Y if you want to use devices such as UART, SPI, I2C, USB,
196 Say Y if you want to use devices such as UART, SPI i2c, USB,
204 Say Y if you want to use devices such as UART, SPI i2c, USB,
[all …]
/Linux-v6.1/drivers/gpu/drm/exynos/
DKconfig24 Choose this option if you want to use Exynos FIMD for DRM.
29 Choose this option if you want to use Exynos5433 DECON for DRM.
35 Choose this option if you want to use Exynos DECON for DRM.
40 Choose this option if you want to use Exynos Mixer for DRM.
45 Choose this option if you want to use Exynos VIDI for DRM.
81 Choose this option if you want to use Exynos HDMI for DRM.
87 Choose this option if you want to use Exynos MIC for DRM.
95 Choose this option if you want to use Exynos G2D for DRM.
104 Choose this option if you want to use Exynos FIMC for DRM.
110 Choose this option if you want to use Exynos Rotator for DRM.
[all …]
/Linux-v6.1/Documentation/x86/x86_64/
Dboot-options.rst39 Do not opt-in to Local MCE delivery. Use legacy method
73 Use IO-APIC. Default
76 Don't use the IO-APIC.
79 Don't use the local APIC
82 Don't use the local APIC (alias for i386 compatibility)
102 Deprecated, use tsc=unstable instead.
105 Don't use the HPET timer.
124 Use the CPU reboot vector for warm reset
132 Use the keyboard controller. cold reset (default)
134 Use the ACPI RESET_REG in the FADT. If ACPI is not configured or
[all …]
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/core/
Dengine.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
43 if (refcount_dec_and_mutex_lock(&engine->use.refcount, &engine->use.mutex)) { in nvkm_engine_unref()
45 engine->use.enabled = false; in nvkm_engine_unref()
46 mutex_unlock(&engine->use.mutex); in nvkm_engine_unref()
57 if (!refcount_inc_not_zero(&engine->use.refcount)) { in nvkm_engine_ref()
58 mutex_lock(&engine->use.mutex); in nvkm_engine_ref()
59 if (!refcount_inc_not_zero(&engine->use.refcount)) { in nvkm_engine_ref()
60 engine->use.enabled = true; in nvkm_engine_ref()
62 engine->use.enabled = false; in nvkm_engine_ref()
[all …]
/Linux-v6.1/arch/mips/loongson32/
DKconfig39 bool "Use PWM Timer for clockevent/clocksource"
54 bool "Use PWM Timer 0"
56 Use PWM Timer 0 as the default clockevent/clocksourcer.
59 bool "Use PWM Timer 1"
61 Use PWM Timer 1 as the default clockevent/clocksourcer.
64 bool "Use PWM Timer 2"
66 Use PWM Timer 2 as the default clockevent/clocksourcer.
69 bool "Use PWM Timer 3"
71 Use PWM Timer 3 as the default clockevent/clocksourcer.
/Linux-v6.1/include/linux/
Dlinkage.h10 /* Some toolchains use other characters (e.g. '`') to mark new line in macro */
110 /* deprecated, use SYM_DATA*, SYM_ENTRY, or similar */
117 /* deprecated, use SYM_FUNC_START */
126 /* deprecated, use SYM_FUNC_START_WEAK* */
132 /* deprecated, use SYM_FUNC_END, SYM_DATA_END, or SYM_END */
138 * then please use ENDPROC to mark 'name' as STT_FUNC for the benefit of
142 /* deprecated, use SYM_FUNC_END */
150 /* SYM_ENTRY -- use only if you have to for non-paired symbols */
158 /* SYM_START -- use only if you have to */
164 /* SYM_END -- use only if you have to */
[all …]
/Linux-v6.1/drivers/media/rc/
DKconfig51 remote control and you would like to use it with a raw IR
52 receiver, or if you wish to use an encoder to transmit this IR.
68 Windows Media Center Edition, which you would like to use with
176 Say Y if you want to use GPIO based IR Receiver.
196 Say Y here if you want to use hisilicon hix5hd2 remote control.
206 Say Y here if you want to use the IgorPlug-USB IR Receiver by
219 Say Y here if you want to use the IguanaWorks USB IR Transceiver.
221 change the ID or the pin config, use the user space driver from
233 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
243 Say Y here if you want to use a SoundGraph iMON IR Receiver,
[all …]
/Linux-v6.1/Documentation/arm64/
Dacpi_object_usage.rst47 Optional, not currently supported, with no real use-case for an
178 ARM-specific error sources have been defined; please use those or the
180 Bridge), or use type 9 (Generic Hardware Error Source). Firmware first
221 descriptions and power states on ARM platforms should use the DSDT
273 use. Since these are not meant to be of general use but are limited
274 to very specific end users, they are not recommended for use and are
281 Recommend for use on arm64; use of PCC is recommended when using CPPC
357 for use with devices that can be added to a running system, but can
392 Optional, not currently supported. No known use case for arm64,
457 _CID 6.1.2 Use as needed, see also _HID.
[all …]
/Linux-v6.1/drivers/w1/slaves/
DKconfig23 Say Y or M here if you want to use a DS2405 1-wire
31 Say Y here if you want to use a 1-wire
47 Say Y here if you want to use a 1-wire
54 Say Y or M here if you want to use a 1-wire
66 Say Y here if you want to use a 1-wire
72 Say Y here if you want to use a 1-wire
80 Say Y here if you want to use a 1-wire 256bit EEPROM
88 Say Y here if you want to use a 1-wire
94 Say Y here if you want to use a 1-wire
109 Say Y here if you want to use a 1-wire
[all …]
/Linux-v6.1/arch/m68k/include/asm/
DMC68VZ328.h380 #define PB_CSB0 0x01 /* Use CSB0 as PB[0] */
381 #define PB_CSB1 0x02 /* Use CSB1 as PB[1] */
382 #define PB_CSC0_RAS0 0x04 /* Use CSC0/RAS0 as PB[2] */
383 #define PB_CSC1_RAS1 0x08 /* Use CSC1/RAS1 as PB[3] */
384 #define PB_CSD0_CAS0 0x10 /* Use CSD0/CAS0 as PB[4] */
385 #define PB_CSD1_CAS1 0x20 /* Use CSD1/CAS1 as PB[5] */
386 #define PB_TIN_TOUT 0x40 /* Use TIN/TOUT as PB[6] */
387 #define PB_PWMO 0x80 /* Use PWMO as PB[7] */
404 #define PC_LD0 0x01 /* Use LD0 as PC[0] */
405 #define PC_LD1 0x02 /* Use LD1 as PC[1] */
[all …]
/Linux-v6.1/drivers/input/keyboard/
DKconfig47 Say Y here if you want to use a ADP5588/87 attached to your
57 Say Y here if you want to use a ADP5585/ADP5589 attached to your
111 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
122 bool "Use HP keyboard scancodes"
126 Say Y here if you have a PA-RISC machine and want to use an AT or
130 Say N if you use a standard keyboard.
133 bool "Use PrecisionBook keyboard scancodes"
137 If you have an RDI PrecisionBook, say Y here if you want to use its
151 If you say N here, and use the PrecisionBook keyboard, then each key
155 If you say Y here, and use an external keyboard, then each key in the
[all …]
/Linux-v6.1/Documentation/driver-api/pci/
Dp2pdma.rst23 The second issue is that to make use of existing interfaces in Linux,
38 * Client - A driver which makes use of a resource by setting up a
51 to be used directly (client) and it can also make use of the CMB as
62 then the NVMe Target could use the RNIC's memory instead of the CMB
63 in cases where the NVMe cards in use do not have CMB support.
75 any orchestrator drivers to find and use the memory. When marked in
87 routine to use the mapping function :c:func:`pci_p2pdma_map_sg()` instead
91 The client may also, optionally, make use of
92 :c:func:`is_pci_p2pdma_page()` to determine when to use the P2P mapping
93 functions and when to use the regular mapping functions. In some
[all …]
/Linux-v6.1/arch/nios2/include/asm/
Dasm-macros.h16 * You cannnot use the same register for reg1 & reg2.
36 * It is safe to use the same register for reg1 & reg2.
55 * It is safe to use the same register for reg1 & reg2.
75 * It is safe to use the same register for reg1 & reg2.
94 * It is safe to use the same register for reg1 & reg2.
106 * It is safe to use the same register for reg1 & reg2.
118 * It is NOT safe to use the same register for reg1 & reg2.
139 * It is NOT safe to use the same register for reg1 & reg2.
160 * It is NOT safe to use the same register for reg1 & reg2.
182 * It is NOT safe to use the same register for reg1 & reg2.
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/
Dwriting-bindings.rst24 - DO use node names matching the class of the device. Many standard names are
34 - DON'T use 'syscon' alone without a specific compatible string. A 'syscon'
42 - DO make 'compatible' properties specific. DON'T use wildcards in compatible
43 strings. DO use fallback compatibles when devices are the same as or a subset
47 - DO use a vendor prefix on device-specific property names. Consider if
54 - DO use common property unit suffixes for properties with scientific units.
75 - If schema includes other schema (e.g. /schemas/i2c/i2c-controller.yaml) use
76 "unevaluatedProperties:false". In other cases, usually use
79 - For sub-blocks/components of bigger device (e.g. SoC blocks) use rather
82 For example use "vendor,soc1234-i2c" instead of "vendor,i2c-v2".
[all …]
/Linux-v6.1/drivers/tty/serial/
DKconfig37 Say Y here if you wish to use an AMBA PrimeCell UART as the system
65 Say Y here if you wish to use an AMBA PrimeCell UART as the system
121 If you say Y here, it will be possible to use a serial port as the
145 Say Y here if you wish to use an on-chip UART on a Atmel
155 Say Y here if you wish to use the PDC to do DMA transfers to
157 actually use DMA transfers, make sure that the use_dma_tx
163 this matters don't use DMA.
177 To use this, you should create suitable ttyATn device nodes in
186 This special driver allows you to temporary use NMI debugger port
197 use raw console.
[all …]
/Linux-v6.1/Documentation/core-api/
Dmemory-allocation.rst11 `alloc_pages`. It is also possible to use more specialized allocators,
14 Most of the memory allocation APIs use GFP flags to express how that
20 answer, although very likely you should use
41 many other allocations types can use ``GFP_KERNEL``. Note, that
46 handler, use ``GFP_NOWAIT``. This flag prevents direct reclaim and
51 will be stressed unless allocation succeeds, you may use ``GFP_ATOMIC``.
56 * Userspace allocations should use either of the ``GFP_USER``,
77 use new scope APIs described in
84 And even with hardware with restrictions it is preferable to use
134 The most straightforward way to allocate memory is to use a function
[all …]
/Linux-v6.1/Documentation/admin-guide/mm/
Dswap_numa.rst8 information, we can make use of this information to decide which swap
9 device to use in get_swap_pages() to get better performance.
12 How to use this feature
16 use of automatically binding, there is no need to manipulate priority settings
24 Then node 0 will use the two swap devices in the order of swapA then swapB and
25 node 1 will use the two swap devices in the order of swapB then swapA. Note
40 Then node 0 will use them in the order of::
46 node 1 will use them in the order of::
50 node 2 will use them in the order of::
57 node 3 will use them in the order of::
[all …]
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json41 "cmdUnderTest": "$TC actions add action ife encode use mark 10 pipe index 2",
44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2",
89 "cmdUnderTest": "$TC actions add action ife encode use mark 789 drop index 2",
92 …"matchPattern": "action order [0-9]*: ife encode action drop.*type 0[xX]ED3E.*use mark 789.*index …
113 "cmdUnderTest": "$TC actions add action ife encode use mark 656768 reclassify index 2",
116 …"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 65676…
137 "cmdUnderTest": "$TC actions add action ife encode use mark 65 jump 1 index 2",
140 …"matchPattern": "action order [0-9]*: ife encode action jump 1.*type 0[xX]ED3E.*use mark 65.*index…
161 "cmdUnderTest": "$TC actions add action ife encode use mark 4294967295 reclassify index 90",
164 …"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 42949…
[all …]
/Linux-v6.1/Documentation/admin-guide/nfs/
Dnfsroot.rst18 In order to use a diskless system, such as an X-terminal or printer server for
23 following text describes on how to use NFS for the root filesystem. For the rest
33 In order to use nfsroot, NFS client support needs to be selected as
48 told what root fs device to use. And in the case of nfsroot, where to find
55 real device but just a synonym to tell the kernel to use NFS instead of
65 (see below). This parameter allows the use of different
103 autoconfiguration will take place. The most common way to use this
144 <device> Name of network device to use.
151 <autoconf> Method to use for autoconfiguration.
161 off or none: don't use autoconfiguration
[all …]
/Linux-v6.1/Documentation/process/
Demail-clients.rst9 These days most developers use ``git send-email`` instead of regular
11 end, maintainers use ``git am`` to apply the patches.
28 It's also strongly recommended that you use plain text in your email body,
56 Don't use PGP/GPG signatures in mail that contains patches.
95 Works. Some people use this successfully for patches.
97 To insert a patch use :menuselection:`Message-->Insert File` (:kbd:`CTRL-I`)
108 Some people use this successfully for patches.
114 Then use:
124 Some people use Kmail successfully for patches.
163 :menuselection:`save as`. You can use the whole email unmodified as a patch
[all …]
/Linux-v6.1/net/sched/
DKconfig31 This Quality of Service (QoS) support will enable you to use
51 Say Y here if you want to use the Class-Based Queueing (CBQ) packet
60 want to use as leaf disciplines.
68 Say Y here if you want to use the Hierarchical Token Buckets (HTB)
82 Say Y here if you want to use the Hierarchical Fair Service Curve
92 Say Y here if you want to use the ATM pseudo-scheduler. This
105 Say Y here if you want to use an n-band priority queue packet
114 Say Y here if you want to use an n-band queue packet scheduler
123 Say Y here if you want to use the Random Early Detection (RED)
134 Say Y here if you want to use the Stochastic Fair Blue (SFB)
[all …]

12345678910>>...356