Home
last modified time | relevance | path

Searched refs:code (Results 1851 – 1875 of 4688) sorted by relevance

1...<<71727374757677787980>>...188

/linux-6.15/arch/arm/boot/dts/marvell/
H A Dmmp2-olpc-xo-1-75.dts49 linux,code = <SW_LID>;
57 linux,code = <SW_TABLET_MODE>;
H A Dkirkwood-dir665.dts182 linux,code = <KEY_RESTART>;
187 linux,code = <KEY_WPS_BUTTON>;
/linux-6.15/arch/arm/boot/dts/rockchip/
H A Drk3288-phycore-rdk.dts25 linux,code = <KEY_HOME>;
32 linux,code = <KEY_MENU>;
/linux-6.15/Documentation/admin-guide/media/
H A Dpci-cardlist.rst14 .. code-block:: none
29 .. code-block:: none
H A Dvimc.rst34 .. code-block:: bash
61 .. code-block:: bash
/linux-6.15/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxl-s905x-khadas-vim.dts24 linux,code = <KEY_FN>;
40 linux,code = <KEY_POWER>;
/linux-6.15/Documentation/driver-api/media/drivers/
H A Dcontributors.rst83 - 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 DKconfig.aic79xx66 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 Daudio.rst63 .. code-block:: c
80 .. code-block:: c
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A DKconfig32 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 D8.Conclusion.rst69 kernel. Getting code into the mainline is the key to higher code quality,
/linux-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c21 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 Ddraak.dtsi87 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 Dmsm8939-samsung-a7.dts57 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 Dtimerlat-tracer.rst173 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 Dht16k33.c334 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 Dmaintainer-entry-profile.rst67 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 DREADME145 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 Dintel810.rst240 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 Ds5pv210-galaxys.dts30 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 Dcobalt-driver.c162 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 Dfskeleton.S33 | (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 Dmaple.c636 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 DREADME51 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 Dentry_32.S965 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

1...<<71727374757677787980>>...188