/linux-6.12.1/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.12.1/tools/perf/Documentation/ |
D | tips.txt | 16 To see call chains by final symbol taking CPU time (bottom up) use perf report -G 20 To show assembler sample context control flow use perf record -b / perf report --samples 10 and the… 21 To adjust path to source files to local file system use perf report --prefix=... --prefix-strip=... 23 Show estimate cycles per function and IPC in annotate use perf record -b ... ; perf report --total-… 36 To show information about system the samples were collected on use perf report --header 37 To only collect call graph on one event use perf record -e cpu/cpu-cycles,callgraph=1/,branches ; p… 38 To set sampling period of individual events use perf record -e cpu/cpu-cycles,period=100001/,cpu/br… 39 To group events which need to be collected together for accuracy use {}: perf record -e {cycles,bra… 40 To compute metrics for samples use perf record -e '{cycles,instructions}' ... ; perf script -F +met… 43 When collecting LBR backtraces use --stitch-lbr to handle more than 32 deep entries: perf record --… [all …]
|
/linux-6.12.1/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.12.1/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; 229 atmel,use-dma-rx; 230 atmel,use-dma-tx; 237 atmel,use-dma-rx; 238 atmel,use-dma-tx;
|
D | at91-wb50n.dtsi | 76 dmas = <0>, <0>; /* Do not use DMA for dbgu */ 81 atmel,use-dma-rx; 82 atmel,use-dma-tx; 89 atmel,use-dma-rx; 90 atmel,use-dma-tx; 101 atmel,use-dma-rx; 102 atmel,use-dma-tx;
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/Documentation/driver-api/ |
D | wbrf.rst | 13 frequencies in use and consumers can use this information to avoid using 19 * Producers with this _DSM will be able to advertise the frequencies in use. 21 frequencies in use. 27 Consumer: such component who can adjust its in-use frequency in 31 To make the mechanism function, those producers should notify active use 38 Although initially used by for wifi + dGPU use cases, the ACPI interface 47 * 1: record RF bands in use 48 * 2: retrieve RF bands in use
|
/linux-6.12.1/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.12.1/Documentation/dev-tools/kunit/ |
D | run_manual.rst | 7 If we do not want to use kunit_tool (For example: we want to integrate 11 .. note:: KUnit is not designed for use in a production system. It is 59 mounted at /sys/kernel/debug/kunit. You can use this filesystem to perform 65 You can use debugfs to retrieve KUnit test results. The test results are 78 You can use the debugfs filesystem to trigger built-in tests to run after 79 boot. To run the test suite, you can use the following command to write to 89 However, this feature is not available with KUnit suites that use init data, 91 suites that use init data should be defined using the 94 Also, you cannot use this feature to run tests concurrently. Instead a test 99 For test authors, to use this feature, tests will need to correctly initialise
|
/linux-6.12.1/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.12.1/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.12.1/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 …]
|
D | tridentfb.rst | 31 How to use it? 47 fp use flat panel related stuff 51 image, otherwise use 54 memsize integer value in KB, use if your card's memory size is misdetected. 60 Only use if your video memory is taken from main memory hence of 61 configurable size. Otherwise use memsize. 67 800 or 1280) and it is not what the driver seems to detect use it.
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/drivers/gpu/drm/etnaviv/ |
D | etnaviv_mmu.c | 143 WARN_ON(mapping->use); in etnaviv_iommu_reap_mapping() 185 if (free->use) in etnaviv_iommu_find_iova() 263 if (m->use) in etnaviv_iommu_insert_exact() 336 WARN_ON(mapping->use); in etnaviv_iommu_unmap_gem() 418 if (mapping->use > 0) { in etnaviv_iommu_get_suballoc_va() 419 mapping->use++; in etnaviv_iommu_get_suballoc_va() 455 mapping->use = 1; in etnaviv_iommu_get_suballoc_va() 468 mapping->use--; in etnaviv_iommu_put_suballoc_va() 470 if (mapping->use > 0 || context->global->version == ETNAVIV_IOMMU_V1) { in etnaviv_iommu_put_suballoc_va() 507 priv->mmu_global->use++; in etnaviv_iommu_global_init() [all …]
|
/linux-6.12.1/include/linux/netfilter/ |
D | nf_conntrack_common.h | 28 refcount_t use; member 36 if (nfct && refcount_dec_and_test(&nfct->use)) in nf_conntrack_put() 42 refcount_inc(&nfct->use); in nf_conntrack_get()
|