Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 2519) sorted by relevance

12345678910>>...101

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/core/
A Dsubdev.c71 subdev->use.enabled = false; in nvkm_subdev_fini()
130 if (subdev->use.enabled) { in nvkm_subdev_init_()
142 subdev->use.enabled = true; in nvkm_subdev_init_()
162 mutex_lock(&subdev->use.mutex); in nvkm_subdev_init()
165 mutex_unlock(&subdev->use.mutex); in nvkm_subdev_init()
170 mutex_unlock(&subdev->use.mutex); in nvkm_subdev_init()
179 mutex_lock(&subdev->use.mutex); in nvkm_subdev_oneinit()
181 mutex_unlock(&subdev->use.mutex); in nvkm_subdev_oneinit()
188 if (refcount_dec_and_mutex_lock(&subdev->use.refcount, &subdev->use.mutex)) { in nvkm_subdev_unref()
190 mutex_unlock(&subdev->use.mutex); in nvkm_subdev_unref()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/exynos/
A 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.
116 Choose this option if you want to use Exynos Scaler for DRM.
[all …]
/linux-6.3-rc2/arch/arm/boot/dts/
A Dat91-kizbox3_common.dtsi259 atmel,use-dma-rx;
260 atmel,use-dma-tx;
268 atmel,use-dma-rx;
269 atmel,use-dma-tx;
276 atmel,use-dma-rx;
277 atmel,use-dma-tx;
284 atmel,use-dma-rx;
285 atmel,use-dma-tx;
292 atmel,use-dma-rx;
293 atmel,use-dma-tx;
[all …]
A Dat91-sama5d27_wlsom1_ek.dts82 atmel,use-dma-rx;
83 atmel,use-dma-tx;
92 atmel,use-dma-rx;
93 atmel,use-dma-tx;
230 atmel,use-dma-rx;
231 atmel,use-dma-tx;
238 atmel,use-dma-rx;
239 atmel,use-dma-tx;
/linux-6.3-rc2/Documentation/devicetree/bindings/serial/
A Datmel,at91-usart.yaml67 atmel,use-dma-rx:
69 description: use of PDC or DMA for receiving data
71 atmel,use-dma-tx:
100 atmel,use-dma-rx: false
102 atmel,use-dma-tx: false
130 /* use PDC */
138 atmel,use-dma-rx;
139 atmel,use-dma-tx;
154 /* use DMA */
162 atmel,use-dma-rx;
[all …]
/linux-6.3-rc2/net/x25/
A Dx25_route.c137 struct x25_route *rt, *use = NULL; in x25_get_route() local
143 if (!use) in x25_get_route()
144 use = rt; in x25_get_route()
145 else if (rt->sigdigits > use->sigdigits) in x25_get_route()
146 use = rt; in x25_get_route()
150 if (use) in x25_get_route()
151 x25_route_hold(use); in x25_get_route()
154 return use; in x25_get_route()
/linux-6.3-rc2/drivers/usb/serial/
A DKconfig16 supported, and on how to use them.
27 If you say Y here, it will be possible to use a USB to serial
90 Say Y here if you want to use a ARK Micro 3116 USB to Serial
253 Say Y here if you want to use the Fintek F81232 single
414 Say Y here if you want to use a MOXA UPort Serial hub.
504 Say M here if you want to use Sierra Wireless devices.
524 Say Y here if you want to use the TI USB 3410 or 5052
584 Say Y here if you want to use Xsens motion trackers.
613 Say Y here if you want to use the Quatech SSU-100 single
622 Say Y here if you want to use the Quatech USB 2
[all …]
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dswap_numa.rst6 information, we can make use of this information to decide which swap
7 device to use in get_swap_pages() to get better performance.
10 How to use this feature
14 use of automatically binding, there is no need to manipulate priority settings
22 Then node 0 will use the two swap devices in the order of swapA then swapB and
23 node 1 will use the two swap devices in the order of swapB then swapA. Note
38 Then node 0 will use them in the order of::
44 node 1 will use them in the order of::
48 node 2 will use them in the order of::
55 node 3 will use them in the order of::
[all …]
/linux-6.3-rc2/drivers/staging/rtl8192u/
A DTODO6 use the proper kernel API (pr_debug(), dev_dbg(), netdev_dbg()).
12 * Switch to use LIB80211.
13 * Switch to use MAC80211.
14 * Switch to use CFG80211.
15 * Improve the error handling of various functions, particularly those that use
/linux-6.3-rc2/drivers/staging/wlan-ng/
A DTODO6 use the proper kernel API (pr_debug(), dev_dbg(), netdev_dbg()).
12 * Switch to use LIB80211.
13 * Switch to use MAC80211.
14 * Switch to use CFG80211.
15 * Improve the error handling of various functions, particularly those that use
/linux-6.3-rc2/Documentation/devicetree/bindings/
A 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-6.3-rc2/drivers/staging/rtl8192e/
A DTODO8 use the proper kernel API (pr_debug(), dev_dbg(), netdev_dbg()).
14 * Switch to use LIB80211.
15 * Switch to use MAC80211.
16 * Switch to use CFG80211.
17 * Improve the error handling of various functions, particularly those that use
/linux-6.3-rc2/drivers/w1/slaves/
A 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
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
116 Say Y here if you want to use a 1-wire
[all …]
/linux-6.3-rc2/scripts/coccinelle/api/
A Ddevice_attr_show.cocci4 /// show() must not use snprintf() when formatting the value to be
6 /// will never happen you can use sprintf() otherwise you must use
49 coccilib.report.print_report(p[0], "WARNING: use scnprintf or sprintf")
55 coccilib.org.print_todo(p[0], "WARNING: use scnprintf or sprintf")
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/ti/
A Dtlan.rst75 the adapter to use the AUI interface instead of the 10 Base T
76 interface. This is also what to do if you want to use the BNC
89 5. You have to use speed=X duplex=Y together now. If you just
94 6. If the driver is built into the kernel, you can use the 3rd
107 0x02 use half duplex
108 0x04 use full duplex
109 0x08 use 10BaseT
110 0x10 use 100BaseTx
118 use the above options on a per adapter basis. To force a 100Mbit/HD
119 link with your eth1 adapter use::
[all …]
/linux-6.3-rc2/Documentation/fb/
A Dsisfb.rst38 Well, it depends: If compiled statically into the kernel, use lilo's append
52 A common mistake is that folks use a wrong parameter format when using the
55 (or whatever mode you want to use, alternatively using any other format
58 want to use). Using a "=" for a ":" (and vice versa) is a huge difference!
65 How do I use it?
81 - or simply use the VESA mode number in hexadecimal or decimal.
90 use either "mode" or "vesa" but not both.
100 you want to switch to another mode, use the stty shell command.
126 SVGALib use the framebuffer device for mode switches and restoration.
142 noaccel do not use 2D acceleration engine. (Default: use acceleration)
[all …]
/linux-6.3-rc2/tools/usb/usbip/
A Dconfigure.ac54 AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library])
57 [use the libwrap (TCP wrappers) library])],
69 [use tcp wrapper]) wrap_LIB="-lwrap"],
83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
93 # use _FORTIFY_SOURCE
94 AC_MSG_CHECKING([whether to use fortify])
97 [use _FORTIFY_SROUCE option when compiling)])],
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Drenesas,rsnd.txt27 Multi-SSI : 6ch case, you can use stereo x 3 SSI
28 TDM-SSI : 6ch case, you can use TDM
44 You can use below.
68 you can use this mode on Playback / Capture
72 you can use this mode on Playback
78 You need to use "simple-scu-audio-card" or "audio-graph-scu-card" for it.
185 But you can't use it if SSI was PIO mode.
216 You can use PIO mode which is for connection check by using.
226 You can use DMA without SSIU.
244 You can use Multi-SSI.
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Drichtek,rtq2134-regulator.yaml38 richtek,use-vsel-dvs:
42 Else, use dvs0 voltage by default.
47 If specified, use shutdown as UV action. Else, hiccup by default.
76 richtek,use-vsel-dvs;
87 richtek,use-vsel-dvs;
98 richtek,use-vsel-dvs;
/linux-6.3-rc2/Documentation/driver-api/pci/
A 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
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
91 The client may also, optionally, make use of
93 functions and when to use the regular mapping functions. In some
94 situations, it may be more appropriate to use a flag to indicate a
107 block device and the RNIC in use. If the orchestrator has access to
108 a specific P2P provider to use it may check compatibility using
[all …]
/linux-6.3-rc2/arch/microblaze/boot/dts/
A Dsystem.dts66 xlnx,dcache-use-fsl = <0x1>;
103 xlnx,use-barrel = <0x1>;
104 xlnx,use-dcache = <0x1>;
105 xlnx,use-div = <0x1>;
106 xlnx,use-ext-brk = <0x1>;
109 xlnx,use-fpu = <0x2>;
110 xlnx,use-hw-mul = <0x2>;
111 xlnx,use-icache = <0x1>;
113 xlnx,use-mmu = <0x3>;
311 xlnx,use-parity = <0x0>;
[all …]
/linux-6.3-rc2/drivers/staging/axis-fifo/
A Daxis-fifo.txt50 - xlnx,use-rx-cut-through: Should be <0x0> (this feature isn't supported)
51 - xlnx,use-rx-data: <0x1> if RX FIFO is enabled, <0x0> otherwise
52 - xlnx,use-tx-ctrl: Should be <0x0> (this feature isn't supported)
53 - xlnx,use-tx-cut-through: Should be <0x0> (this feature isn't supported)
54 - xlnx,use-tx-data: <0x1> if TX FIFO is enabled, <0x0> otherwise
88 xlnx,use-rx-cut-through = <0x0>;
89 xlnx,use-rx-data = <0x0>;
90 xlnx,use-tx-ctrl = <0x0>;
91 xlnx,use-tx-cut-through = <0x0>;
92 xlnx,use-tx-data = <0x1>;
/linux-6.3-rc2/drivers/staging/media/av7110/
A DKconfig28 This driver needs an external firmware. Please use the script
33 Alternatively, you can download the file and use the kernel's
38 Say Y if you own such a card and want to use it.
50 its menus, so say Y if you want to use this software.
64 driver doesn't use onboard MPEG2 decoder. The
71 Say Y if you own such a card and want to use it.
80 # it if we drop support for AV7110, as no other driver will use it.
89 This driver needs external firmware. Please use the command
/linux-6.3-rc2/drivers/crypto/keembay/
A DKconfig10 SM4 cipher hardware acceleration for use with Crypto API.
24 AES/SM4 ECB mode hardware acceleration for use with Crypto API.
28 Intel does not recommend use of ECB mode with AES/SM4.
35 AES/SM4 CBC with CTS mode hardware acceleration for use with
40 Intel does not recommend use of CTS mode with AES/SM4.
51 Elliptic Curve Cryptography (ECC) hardware acceleration for use with
70 Control Unit (HCU) hardware acceleration for use with Crypto API.
85 Keem Bay OCS HCU driver. Intel recommends not to use these
/linux-6.3-rc2/Documentation/core-api/
A Didr.rst20 The IDR interface is deprecated; please use the :doc:`XArray <xarray>`
41 these users have been content with a ``UINT_MAX`` limit, and they use
45 If you need to allocate IDs sequentially, you can use
50 either use the callback-based idr_for_each() or the
51 iterator-style idr_for_each_entry(). You may need to use
53 also use idr_get_next() if the iterator doesn't fit your needs.
57 pointed to from the IDR; if you want to do that, use one of the iterators
60 You can use idr_is_empty() to find out whether there are any

Completed in 41 milliseconds

12345678910>>...101