| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/ |
| H A D | Kconfig | 44 Selecting this enables additional code for debug purposes.
|
| /linux-6.15/drivers/staging/media/tegra-video/ |
| H A D | vi.h | 293 unsigned int code; member
|
| /linux-6.15/Documentation/core-api/ |
| H A D | tracepoint.rst | 29 callbacks that are found throughout the code. Registering and
|
| H A D | dma-api-howto.rst | 10 with example pseudo-code. For a concise description of the API, see 130 Gerd Knorr's generic code which does this. ] 218 error code like:: 220 /* Wrong code */ 225 So typical code like:: 227 /* Recommended code */ 268 Here is pseudo-code showing how this might be done:: 415 custom code to subdivide pages returned by dma_alloc_coherent(), 543 error. Doing so will ensure that the mapping code will work correctly on all 667 Here is pseudo code which shows a situation in which you would need [all …]
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-enumaudioout.rst | 38 structure or return an ``EINVAL`` error code when the index is out of
|
| H A D | vidioc-g-ext-ctrls.rst | 62 set ``size`` to a valid value and return an ``ENOSPC`` error code. You 90 code. When the value is out of bounds drivers can choose to take the 91 closest valid value or return an ``ERANGE`` error code, whatever seems more 95 control), then this will also result in an ``EINVAL`` error code error. 360 value will result in the error code -EINVAL. 524 This error code is also returned by the 542 and this error code is returned.
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3328-roc-pc.dts | 22 linux,code = <KEY_VENDOR>;
|
| H A D | rk3568-nanopi-r5c.dts | 25 linux,code = <KEY_RESTART>;
|
| /linux-6.15/Documentation/power/ |
| H A D | runtime_pm.rst | 106 * If the suspend callback returns an error code different from -EBUSY and 134 * If the resume callback returns an error code, the PM core regards this as a 246 this flag is cleared; this is the error code returned by the failing 351 runtime PM status was already 'active') or the error code from 357 success or error code if the request has not been queued up 369 runtime status was already 'suspended', or error code if the request 378 error code if the request hasn't been queued up 393 result in cleaner code. 463 zero); it will fail and return error code if the device has a parent 741 Subsystems may wish to conserve code space by using the set of generic power [all …]
|
| H A D | freezing-of-tasks.rst | 45 signal-handling code, but the freezable kernel threads need to call it 230 piece of code from system-wide sleep such as suspend/hibernation is not 231 encouraged. If possible, that piece of code must instead hook onto the 233 CPU-Hotplug code (kernel/cpu.c) for an example. 238 failures, because if the suspend/hibernate code successfully acquired the
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | iqs269a.yaml | 473 linux,code: true 497 linux,code: true 521 linux,code: true 587 linux,code = <KEY_POWER>; 642 linux,code = <SW_LID>;
|
| /linux-6.15/Documentation/driver-api/usb/ |
| H A D | writing_usb_driver.rst | 121 The following code tells the hotplug scripts that this module supports a 171 of this is done with the following code:: 188 subsystem. This can be seen in the following code:: 231 error message. This can be shown with the following code:: 268 following code (function ``skel_delete``) is an example of how to do
|
| /linux-6.15/Documentation/doc-guide/ |
| H A D | contributing.rst | 9 of time is wasted in reverse-engineering the code and making avoidable 41 Warnings issued by a compiler for C code can often be dismissed as false 50 problems in kerneldoc comments in C code. While the documentation 148 Developers are encouraged to write kerneldoc comments for their code, but 214 refer to code that was removed from the kernel long ago, for example.
|
| /linux-6.15/Documentation/ |
| H A D | Changes | 192 built from the U-Boot source code. See the instructions at 279 work correctly with this version of the XFS kernel code (2.6.0 or 337 The packet filtering and NAT code uses the same tools like the previous 2.4.x 402 ``rustdoc`` is used to generate the documentation for Rust code. Please see 483 - <https://code.launchpad.net/initrd-tools/main>
|
| /linux-6.15/Documentation/process/ |
| H A D | changes.rst | 192 built from the U-Boot source code. See the instructions at 279 work correctly with this version of the XFS kernel code (2.6.0 or 337 The packet filtering and NAT code uses the same tools like the previous 2.4.x 402 ``rustdoc`` is used to generate the documentation for Rust code. Please see 483 - <https://code.launchpad.net/initrd-tools/main>
|
| /linux-6.15/lib/ |
| H A D | Kconfig | 221 Disabling this option reduces code size slightly by disabling the 503 # is ridiculous for the amount of code involved. Until an out-of-tree 510 simple text pattern matching. It originated in the ATA code 525 working on the code to ensure they haven't introduced any 528 It only adds a little bit of code and slows kernel boot (or
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 12 | +- Prompt for development and/or incomplete code/drivers 105 options (but does not generate any code of its own), should be 533 If a config symbol has a dependency, but the code controlled by the config 537 it allows continuous-integration systems to compile-test the code on a more 539 Note that compile-tested code should avoid crashing when run on a system where 595 the module code, useful for example when the module BAR does not provide 605 IS_REACHABLE() is generally discouraged, because the code will be silently 606 discarded, when CONFIG_BAR=m and this code is built-in. This is not what users 736 find dead code / features (always inactive), 114 dead features were found in 764 solver in order to find dead code, dead files, and dead symbols. If using a SAT
|
| /linux-6.15/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 22 - There is plenty of source code around as examples of how to write a driver. 96 between the low-level device driver code and the Linux kernel. Care 100 Driver code defined in `cdrom.c`. 335 Notice that any strategic code (closing tray upon *open()*, etc.) is 508 in audio frames. Once these issues are resolved, this code should be 905 *arg->last_media_change* may be set by calling code to signal 1014 part in cdrom_ioctl_, if your code was OK, these are 1016 - You may remove all remaining memory checking code in the 1027 memory checking and allocation must be kept in this code! 1029 *<device>_release()*, and remove any strategic code (i. e., tray [all …]
|
| /linux-6.15/drivers/hv/ |
| H A D | mshv_root_main.c | 144 static bool mshv_hvcall_is_async(u16 code) in mshv_hvcall_is_async() argument 146 switch (code) { in mshv_hvcall_is_async() 179 if (args.code == mshv_passthru_hvcalls[i]) in mshv_ioctl_passthru_hvcall() 185 is_async = mshv_hvcall_is_async(args.code); in mshv_ioctl_passthru_hvcall() 219 status = hv_do_rep_hypercall(args.code, args.reps, 0, in mshv_ioctl_passthru_hvcall() 222 status = hv_do_hypercall(args.code, input_pg, output_pg); in mshv_ioctl_passthru_hvcall() 2186 unsigned long code, void *unused) in mshv_reboot_notify() argument
|
| /linux-6.15/arch/arm/boot/dts/qcom/ |
| H A D | pma8084.dtsi | 32 linux,code = <KEY_POWER>;
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-vicut1-12inch.dtsi | 16 linux,code = <KEY_POWER>;
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| H A D | perf.fuc | 36 * PERF code segment
|
| /linux-6.15/Documentation/timers/ |
| H A D | hpet.rst | 24 platform code which uses timer 0 or 1 as the main timer to intercept HPET
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | efivarfs.rst | 9 variables code only supported variables of up to 1024 bytes. This
|
| /linux-6.15/Documentation/driver-api/media/drivers/ |
| H A D | rkisp1.rst | 13 - V11: declared in the original vendor code, but not used
|