| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | mmp2-olpc-xo-1-75.dts | 49 linux,code = <SW_LID>; 57 linux,code = <SW_TABLET_MODE>;
|
| H A D | kirkwood-dir665.dts | 182 linux,code = <KEY_RESTART>; 187 linux,code = <KEY_WPS_BUTTON>;
|
| /linux-6.15/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-phycore-rdk.dts | 25 linux,code = <KEY_HOME>; 32 linux,code = <KEY_MENU>;
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | pci-cardlist.rst | 14 .. code-block:: none 29 .. code-block:: none
|
| H A D | vimc.rst | 34 .. code-block:: bash 61 .. code-block:: bash
|
| /linux-6.15/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxl-s905x-khadas-vim.dts | 24 linux,code = <KEY_FN>; 40 linux,code = <KEY_POWER>;
|
| /linux-6.15/Documentation/driver-api/media/drivers/ |
| H A D | contributors.rst | 83 - for his work on the budget drivers, the demux code, 106 - for the IR code for the ttusb-dec driver
|
| /linux-6.15/drivers/scsi/aic7xxx/ |
| H A D | Kconfig.aic79xx | 66 Compile in aic79xx debugging code that can be useful in diagnosing 70 int "Debug code enable mask (16383 for all debugging)"
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | audio.rst | 63 .. code-block:: c 80 .. code-block:: c
|
| /linux-6.15/drivers/net/wireless/intel/iwlegacy/ |
| H A D | Kconfig | 32 If you want to compile the driver as a module ( = code which can be 59 If you want to compile the driver as a module ( = code which can be
|
| /linux-6.15/Documentation/process/ |
| H A D | 8.Conclusion.rst | 69 kernel. Getting code into the mainline is the key to higher code quality,
|
| /linux-6.15/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_main.c | 21 static const char *ionic_error_to_str(enum ionic_status_code code) in ionic_error_to_str() argument 23 switch (code) { in ionic_error_to_str() 75 static int ionic_error_to_errno(enum ionic_status_code code) in ionic_error_to_errno() argument 77 switch (code) { in ionic_error_to_errno()
|
| /linux-6.15/arch/arm64/boot/dts/renesas/ |
| H A D | draak.dtsi | 87 linux,code = <KEY_1>; 94 linux,code = <KEY_2>; 101 linux,code = <KEY_3>; 108 linux,code = <KEY_4>;
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | msm8939-samsung-a7.dts | 57 linux,code = <SW_LID>; 73 linux,code = <KEY_VOLUMEUP>; 79 linux,code = <KEY_HOMEPAGE>; 403 linux,code = <KEY_VOLUMEDOWN>;
|
| /linux-6.15/Documentation/trace/ |
| H A D | timerlat-tracer.rst | 173 dummy_load_1ms_pd_init, which had the following code (on purpose):: 202 The read() system call will run a timerlat code that will arm the 212 the user can run any code. 226 Here is an basic example of user-space code for timerlat::
|
| /linux-6.15/drivers/auxdisplay/ |
| H A D | ht16k33.c | 334 int row, col, code; in ht16k33_keypad_scan() local 353 code = MATRIX_SCAN_CODE(row, col, keypad->row_shift); in ht16k33_keypad_scan() 354 input_event(keypad->dev, EV_MSC, MSC_SCAN, code); in ht16k33_keypad_scan() 355 input_report_key(keypad->dev, keycodes[code], in ht16k33_keypad_scan()
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | maintainer-entry-profile.rst | 67 are responsible for doing the code reviews at the drivers (also known as 153 Media development uses ``checkpatch.pl`` on strict mode to verify the code 162 Please notice that the goal here is to improve code readability. On 169 characters per line. This could include using re-factoring code that leads
|
| /linux-6.15/fs/cramfs/ |
| H A D | README | 145 code simplicity and little CPU overhead even on big-endian machines. 147 The cost of swabbing is changing the code to use the le32_to_cpu 169 The cost of option 2 relative to option 1 is that the code uses 182 will disagree. (If it is implemented, then I'll re-use that code in
|
| /linux-6.15/Documentation/fb/ |
| H A D | intel810.rst | 240 and/or incomplete code/drivers". 268 framebuffer driver code made this possible. 270 2. Jeff Hartmann for his agpgart code. 273 XFree86 source code.
|
| /linux-6.15/arch/arm/boot/dts/samsung/ |
| H A D | s5pv210-galaxys.dts | 30 linux,code = <KEY_POWER>; 37 linux,code = <KEY_VOLUMEDOWN>; 43 linux,code = <KEY_VOLUMEUP>; 49 linux,code = <KEY_HOME>;
|
| /linux-6.15/drivers/media/pci/cobalt/ |
| H A D | cobalt-driver.c | 162 static int get_payload_size(u16 code) in get_payload_size() argument 164 switch (code) { in get_payload_size() 497 .format.code = MEDIA_BUS_FMT_YUYV8_1X16, in cobalt_subdevs_init() 579 .format.code = MEDIA_BUS_FMT_YUYV8_1X16, in cobalt_subdevs_hsma_init()
|
| /linux-6.15/arch/m68k/ifpsp060/ |
| H A D | fskeleton.S | 33 | (2) example package entry code 61 | simply execute an "rte" as with the sample code below. 226 | The sample code below enables the FPU, sets the PC field in the exception stack 249 | The sample code below simply executes an "rte".
|
| /linux-6.15/drivers/sh/maple/ |
| H A D | maple.c | 636 enum maple_code code; in maple_dma_handler() local 647 code = recvbuf[0]; in maple_dma_handler() 650 switch (code) { in maple_dma_handler() 677 " 0x%X at (%d, %d)\n", code, in maple_dma_handler()
|
| /linux-6.15/tools/testing/selftests/tc-testing/ |
| H A D | README | 51 commands being tested must be run as root. The code that enforces 92 tests the return code against one or more acceptable values. The 93 verify stage checks the return code for success, and also compares 210 and being a second eye for this code.
|
| /linux-6.15/arch/x86/entry/ |
| H A D | entry_32.S | 965 pushl $0 # no error code 1040 movl PT_ORIG_EAX(%esp), %edx # get the error code 1136 xorl %edx, %edx # zero error code 1193 xorl %edx, %edx # zero error code
|