/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/core/ |
D | subdev.c | 57 const char *action = suspend ? "suspend" : subdev->use.enabled ? "fini" : "reset"; in nvkm_subdev_fini() 71 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() 163 if (refcount_read(&subdev->use.refcount) == 0) { 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() [all …]
|
/linux-6.6.21/drivers/gpu/drm/exynos/ |
D | Kconfig | 25 Choose this option if you want to use Exynos FIMD for DRM. 30 Choose this option if you want to use Exynos5433 DECON for DRM. 36 Choose this option if you want to use Exynos DECON for DRM. 41 Choose this option if you want to use Exynos Mixer for DRM. 46 Choose this option if you want to use Exynos VIDI for DRM. 83 Choose this option if you want to use Exynos HDMI for DRM. 89 Choose this option if you want to use Exynos MIC for DRM. 97 Choose this option if you want to use Exynos G2D for DRM. 106 Choose this option if you want to use Exynos FIMC for DRM. 112 Choose this option if you want to use Exynos Rotator for DRM. [all …]
|
/linux-6.6.21/arch/arm/boot/dts/microchip/ |
D | at91-kizbox3_common.dtsi | 259 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 …]
|
D | at91-sama5d27_wlsom1_ek.dts | 82 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.6.21/Documentation/devicetree/bindings/serial/ |
D | atmel,at91-usart.yaml | 69 atmel,use-dma-rx: 71 description: use of PDC or DMA for receiving data 73 atmel,use-dma-tx: 75 description: use of PDC or DMA for transmitting data 102 atmel,use-dma-rx: false 104 atmel,use-dma-tx: false 132 /* use PDC */ 140 atmel,use-dma-rx; 141 atmel,use-dma-tx; 156 /* use DMA */ [all …]
|
/linux-6.6.21/net/x25/ |
D | x25_route.c | 137 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.6.21/drivers/usb/serial/ |
D | Kconfig | 16 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-6.6.21/Documentation/admin-guide/mm/ |
D | swap_numa.rst | 6 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.6.21/drivers/staging/rtl8192u/ |
D | TODO | 6 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.6.21/drivers/staging/wlan-ng/ |
D | TODO | 6 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.6.21/Documentation/devicetree/bindings/ |
D | writing-bindings.rst | 24 - 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.6.21/drivers/staging/rtl8192e/ |
D | TODO | 8 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.6.21/drivers/w1/slaves/ |
D | Kconfig | 23 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-6.6.21/scripts/coccinelle/api/ |
D | device_attr_show.cocci | 4 /// 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.6.21/Documentation/networking/device_drivers/ethernet/ti/ |
D | tlan.rst | 75 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.6.21/Documentation/fb/ |
D | sisfb.rst | 38 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. 95 resolution is used. If you want to switch to a different mode, use the fbset 100 you want to switch to another mode, use the stty shell command. 106 You should *not* compile-in vesafb. And please do not use the "vga=" keyword [all …]
|
/linux-6.6.21/tools/usb/usbip/ |
D | configure.ac | 54 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_SOURCE=2 option when compiling)])],
|
/linux-6.6.21/Documentation/devicetree/bindings/sound/ |
D | renesas,rsnd.txt | 27 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. 115 You need to use "simple-scu-audio-card" or "audio-graph-scu-card" for it. 146 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. 186 In DMA mode, you can select not to use SSIU by using "no-busif" via SSI. [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/regulator/ |
D | richtek,rtq2134-regulator.yaml | 38 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.6.21/arch/microblaze/boot/dts/ |
D | system.dts | 66 xlnx,dcache-use-fsl = <0x1>; 83 xlnx,icache-use-fsl = <0x1>; 103 xlnx,use-barrel = <0x1>; 104 xlnx,use-dcache = <0x1>; 105 xlnx,use-div = <0x1>; 106 xlnx,use-ext-brk = <0x1>; 107 xlnx,use-ext-nm-brk = <0x1>; 108 xlnx,use-extended-fsl-instr = <0x0>; 109 xlnx,use-fpu = <0x2>; 110 xlnx,use-hw-mul = <0x2>; [all …]
|
/linux-6.6.21/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 50 - 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.6.21/drivers/staging/media/av7110/ |
D | Kconfig | 28 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.6.21/drivers/crypto/intel/keembay/ |
D | Kconfig | 10 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.6.21/Documentation/core-api/ |
D | idr.rst | 20 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
|
/linux-6.6.21/Documentation/devicetree/bindings/mfd/ |
D | st,stmfx.yaml | 49 description: if all STMFX pins[24:0] are available (no other STMFX function in use), 50 you should use gpio-ranges = <&stmfx_pinctrl 0 0 24>; 51 if agpio[3:0] are not available (STMFX Touchscreen function in use), 52 you should use gpio-ranges = <&stmfx_pinctrl 0 0 16>, <&stmfx_pinctrl 20 20 4>; 53 if agpio[7:4] are not available (STMFX IDD function in use), 54 you should use gpio-ranges = <&stmfx_pinctrl 0 0 20>;
|