/linux/fs/nls/ |
H A D | Kconfig | 45 in so-called DOS codepages. You need to include the appropriate 57 in so-called DOS codepages. You need to include the appropriate 69 in so-called DOS codepages. You need to include the appropriate 82 so-called DOS codepages. You need to include the appropriate 98 so-called DOS codepages. You need to include the appropriate 113 so-called DOS codepages. You need to include the appropriate 124 so-called DOS codepages. You need to include the appropriate 135 so-called DOS codepages. You need to include the appropriate 146 so-called DOS codepages. You need to include the appropriate 157 so-called DOS codepages. You need to include the appropriate [all …]
|
/linux/Documentation/core-api/ |
H A D | idr.rst | 34 If you need to change the pointer associated with an ID, you can call 40 Some users need to allocate IDs larger than ``INT_MAX``. So far all of 42 idr_alloc_u32(). If you need IDs that will not fit in a u32, 45 If you need to allocate IDs sequentially, you can use 51 iterator-style idr_for_each_entry(). You may need to use 63 If you need to take a lock while allocating a new ID from the IDR, 64 you may need to pass a restrictive set of GFP flags, which can lead
|
/linux/drivers/usb/atm/ |
H A D | Kconfig | 12 modem to your computer's USB port. You will then need to choose your 25 modem. In order to use your modem you will need to install the 37 AccessRunner chipset. In order to use your modem you will need to 49 or eagle chipset. In order to use your modem you will need to 60 another USB DSL drivers. In order to use your modem you will need to 62 and reception as module parameters. You may need to initialize
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_migrate_doc.h | 20 * map BOs which need to be copied and cleared, dynamically map other VM's page 40 * the bind VM page table BOs which need to be updated. A physical page is 50 * not just one batch? Well the TLBs need to be invalidated between these two 54 * reserved for user bind operations if a user bind. No need do this for kernel 63 * In copy jobs, we need to map the source and destination of the BO into page 64 * the structure. In clear jobs, we just need to add 1 mapping of BO into the 69 * binds, two batches are required as the TLBs need to be invalidated from the
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | sirf-audio.txt | 9 - hp-pa-gpios: Need to be present if the board need control external 11 - spk-pa-gpios: Need to be present if the board need control external 13 - hp-switch-gpios: Need to be present if the board capable to detect jack
|
/linux/Documentation/filesystems/ |
H A D | journalling.rst | 10 The journalling layer is easy to use. You need to first of all create a 20 Once you have got your journal_t object you need to 'mount' or load the 25 does not need to be processed (or even need not have valid contents), it 38 You still need to actually journal your filesystem changes, this is done 39 by wrapping them into transactions. Additionally you also need to wrap 52 Inside each transaction you need to wrap the modifications to the 54 need to call jbd2_journal_get_create_access() / 60 buffer, and once you are have done so you need to call 100 strategy. Why? Because, if you do a delete, you need to ensure you 137 fast commits. In order to use fast commits, you will need to set following
|
/linux/scripts/coccinelle/api/ |
H A D | platform_no_drv_owner.cocci | 127 msg = "No need to set .owner here. The core will do it." 134 msg = "No need to set .owner here. The core will do it." 141 msg = "No need to set .owner here. The core will do it." 148 msg = "No need to set .owner here. The core will do it." 157 msg = "No need to set .owner here. The core will do it." 164 msg = "No need to set .owner here. The core will do it." 171 msg = "No need to set .owner here. The core will do it." 178 msg = "No need to set .owner here. The core will do it."
|
/linux/drivers/media/v4l2-core/ |
H A D | Kconfig | 35 # Used by drivers that need tuner.ko 39 # Used by drivers that need v4l2-jpeg.ko 43 # Used by drivers that need v4l2-h264.ko 47 # Used by drivers that need v4l2-vp9.ko 51 # Used by drivers that need v4l2-mem2mem.ko
|
/linux/drivers/mtd/ubi/ |
H A D | misc.c | 94 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; in ubi_update_reserved() local 96 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved() 99 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved() 100 ubi->avail_pebs -= need; in ubi_update_reserved() 101 ubi->rsvd_pebs += need; in ubi_update_reserved() 102 ubi->beb_rsvd_pebs += need; in ubi_update_reserved() 103 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
|
/linux/lib/zstd/common/ |
H A D | zstd_deps.h | 18 /* Need: 41 * Need: 59 * Need: 78 * Need: 95 * Need: 111 * Need:
|
/linux/arch/mips/include/asm/ |
H A D | sync.h | 27 * actually need to complete - they just need to get far enough that all 81 * respectively. In cases where we need to know that a ginvi or ginvt operation 88 /* Trivial; indicate that we always need this sync instruction. */ 92 * Indicate that we need this sync instruction only on systems with weakly 103 * Indicate that we need this sync instruction only on systems where LL/SC 123 * In order to avoid this we need to place a memory barrier (ie. a SYNC 134 * In order to avoid this we need a memory barrier (ie. a SYNC instruction) 173 * when we detect at runtime that we're running on a CPU that doesn't need
|
/linux/tools/perf/Documentation/ |
H A D | android.txt | 9 1. You need to download and install the Android Native Development Kit (NDK). 50 You need to run make with the NDK toolchain and sysroot defined above: 58 You need to connect to your Android device/emulator using adb. 62 If you also want to use perf-archive you need busybox tools for Android. 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh: 70 Some perf features need environment variables to run properly. 71 You need to set these before running perf on the target:
|
/linux/drivers/parport/ |
H A D | Kconfig | 23 machines) etc., then you need to say Y here; please read 74 will need to know which IRQ the parallel port has. By default, 91 Say Y here if you need PCMCIA support for your PC-style parallel 99 Say Y here if you need support for the parallel port on 108 Say Y here if you need support for the parallel port hardware on 117 Say Y here if you need parallel port support for the MFC3 card. 126 Say Y here if you need support for the parallel port hardware on
|
/linux/Documentation/dev-tools/ |
H A D | gpio-sloppy-logic-analyzer.rst | 40 core is easiest. If you do need cpusets, check that helper script for the 44 you need to use the following bindings. Because these bindings are only for 69 core in a big.LITTLE setup. Because CPU1 is the default, we don't need a 70 parameter. The bus speed is 400kHz. So, the sampling theorem says we need to 72 start condition happen faster, so we need a higher sampling frequency, e.g. 74 for a start condition on an idle bus. So, we need to set a trigger to a falling 84 will then need to trigger I2C communication::
|
/linux/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 91 /* We need _PAGE_PRESENT and _PAGE_ACCESSED set */ 109 * MAS1 is preset for all we need except for TID that needs to 181 * - TSIZE need change if !base page size, not 183 * MAS 2 : Defaults not useful, need to be redone 219 /* We need to check if it was an instruction miss */ 253 * No HES or NV hint on TLB1, so we need to do software round-robin 254 * No tlbsrx. so we need a spinlock, and we have to deal 379 /* Now, we need to walk the page tables. First check if we are in 414 * MAS 2 : Default not 2M-aligned, need to be redone 460 * MAS 1 : Need to clear IND and set TSIZE [all …]
|
/linux/Documentation/trace/ |
H A D | ftrace-design.rst | 37 You will need to implement the mcount and the ftrace_stub functions. 119 Deep breath ... time to do some real work. Here you will need to update the 223 You need very few things to get the syscalls tracing in an arch. 252 You will first need HAVE_FTRACE_MCOUNT_RECORD and HAVE_FUNCTION_TRACER, so 255 Once those are out of the way, you will need to implement: 271 First you will need to fill out some arch details in your asm/ftrace.h. 277 Since no one else will have a decl for that function, you will need to:: 281 You will also need the helper function ftrace_call_adjust(). Most people 291 Lastly you will need the custom dyn_arch_ftrace structure. If you need 339 runtime patching. You'll need a little knowledge of your arch's opcodes in [all …]
|
/linux/Documentation/filesystems/bcachefs/ |
H A D | SubmittingPatches.rst | 20 single-command variants for the debug build types you'll most likely need. 40 presents results in a git log view, avoiding the need for most bisecting). 43 a big tech company, you'll need to help out with server costs to get access - 53 We don't necessarily need every single field of every data structure visible 56 foresight greatly reduces the need to have people build custom kernels with 64 - Do new tests need to be written? New assertions? How do we know and verify 76 - Does it need to be performance tested? Should we add new performance counters?
|
/linux/Documentation/admin-guide/media/ |
H A D | faq.rst | 60 to scan for services. So, you don't need to use an external 63 Most of such tools need a file containing a list of channel 80 transponders. If not, you may need to seek for such info at 87 Once you have a transponders list, you need to generate a services 154 usually TV cards need stronger signals than TV sets, and are more 155 sensitive to noise. So, perhaps you just need a better antenna or 202 7. What are all those modules that need to be loaded? 210 need the remote controller core and the remote controller tables. 212 core support for video4linux need to be loaded.
|
/linux/sound/soc/sof/ |
H A D | Kconfig | 23 Say Y if you need this option. 34 Say Y if you need this option. 46 Say Y if you need this option. If unsure select "N". 80 Say Y if you are involved in SOF development and need this option. 93 Say Y if you are involved in SOF development and need this option. 111 Say Y if you need this nocodec fallback option. 137 Say Y if you are involved in SOF development and need this option. 160 Say Y if you need this nocodec debug fallback option. 172 Say Y if you need this force nocodec mode option.
|
/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | floating-point.json | 7 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 16 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 25 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 34 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 43 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 52 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 61 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 70 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 79 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… 88 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin… [all …]
|
/linux/tools/virtio/ringtest/ |
H A D | ring.c | 68 /* we do not need to track last avail index 189 bool need; in kick_available() local 194 need = need_event(event->kick_index, in kick_available() 199 if (need) in kick_available() 237 /* simple in-order completion: we don't need in use_buf() 256 bool need; in call_used() local 262 need = need_event(event->call_index, in call_used() 268 if (need) in call_used()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | arena_atomics.c | 11 /* No need to attach it, just run it directly */ in test_add() 36 /* No need to attach it, just run it directly */ in test_sub() 61 /* No need to attach it, just run it directly */ in test_and() 78 /* No need to attach it, just run it directly */ in test_or() 95 /* No need to attach it, just run it directly */ in test_xor() 112 /* No need to attach it, just run it directly */ in test_cmpxchg() 134 /* No need to attach it, just run it directly */ in test_xchg() 154 /* No need to attach it, just run it directly */ in test_uaf() 177 /* No need to attach it, just run it directly */ in test_arena_atomics() 207 /* No need t [all...] |
/linux/scripts/ |
H A D | sphinx-pre-install | 21 my $need = 0; 96 # provide all packages we need. When such distros are 99 # So, we need to ignore the packages that distros would 100 # need for LaTeX to work 132 $need++; 375 return if (!$need && !$optional); 450 return if (!$need && !$optional); 506 return if (!$need && !$optional); 551 return if (!$need && !$optional); 582 return if (!$need && !$optional); [all …]
|
/linux/drivers/acpi/acpica/ |
H A D | exresop.c | 247 * Handle cases where the object does not need to be in acpi_ex_resolve_operands() 279 * Need an operand of type ACPI_TYPE_LOCAL_REFERENCE in acpi_ex_resolve_operands() 340 /* Need an operand of type ACPI_TYPE_MUTEX */ in acpi_ex_resolve_operands() 347 /* Need an operand of type ACPI_TYPE_EVENT */ in acpi_ex_resolve_operands() 354 /* Need an operand of type ACPI_TYPE_PACKAGE */ in acpi_ex_resolve_operands() 368 /* Need an operand of type ACPI_TYPE_DDB_HANDLE */ in acpi_ex_resolve_operands() 379 * Need an operand of type ACPI_TYPE_INTEGER, but we can in acpi_ex_resolve_operands() 406 * Need an operand of type ACPI_TYPE_BUFFER, in acpi_ex_resolve_operands() 431 * Need an operand of type ACPI_TYPE_STRING, in acpi_ex_resolve_operands() 458 /* Need an operand of type INTEGER, STRING or BUFFER */ in acpi_ex_resolve_operands() [all …]
|
/linux/Documentation/driver-api/media/ |
H A D | v4l2-device.rst | 19 Drivers that want integration with the media device framework need to set 45 to notify you of events. Whether you need to set this depends on the 66 This does *not* unregister the subdevs, so you still need to call the 68 hotpluggable, then there is no need to call :c:func:`v4l2_device_disconnect`. 70 Sometimes you need to iterate over all devices registered by a specific 104 Sometimes you need to keep a running counter of the device instance. This is 138 Since the initial refcount is 1 you also need to call
|