Home
last modified time | relevance | path

Searched refs:code (Results 1301 – 1325 of 4688) sorted by relevance

1...<<51525354555657585960>>...188

/linux-6.15/drivers/media/usb/uvc/
H A Duvc_status.c82 static void uvc_input_report_key(struct uvc_device *dev, unsigned int code, in uvc_input_report_key() argument
86 input_report_key(dev->input, code, value); in uvc_input_report_key()
94 #define uvc_input_report_key(dev, code, value) argument
/linux-6.15/arch/arm/boot/dts/allwinner/
H A Dsun7i-a20-pcduino3.dts83 linux,code = <KEY_BACK>;
89 linux,code = <KEY_HOME>;
95 linux,code = <KEY_MENU>;
/linux-6.15/arch/arm/mach-orion5x/
H A Ddns323-setup.c343 .code = KEY_RESTART,
348 .code = KEY_POWER,
362 .code = KEY_POWER,
/linux-6.15/Documentation/admin-guide/pm/
H A Dstrategies.rst16 which user space code cannot be executed and the overall system activity is
21 user space code can run. Because sleep states are global and the whole system
42 then it takes much less time and effort to start executing user space code than
/linux-6.15/drivers/watchdog/
H A Dwdt_pci.c551 static int wdtpci_notify_sys(struct notifier_block *this, unsigned long code, in wdtpci_notify_sys() argument
554 if (code == SYS_DOWN || code == SYS_HALT) in wdtpci_notify_sys()
/linux-6.15/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c378 int code = 0; in pvr2_channel_claim_stream() local
382 code = -EBUSY; in pvr2_channel_claim_stream()
391 return code; in pvr2_channel_claim_stream()
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts38 linux,code = <KEY_POWER>;
45 linux,code = <KEY_SLEEP>;
56 linux,code = <SW_LID>;
/linux-6.15/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-freecom-fsg-3.dts41 linux,code = <KEY_CONNECT>;
47 linux,code = <KEY_RESTART>;
54 linux,code = <KEY_EJECTCD>;
/linux-6.15/arch/arm/boot/dts/marvell/
H A Darmada-370-netgear-rn104.dts169 linux,code = <KEY_COPY>;
175 linux,code = <KEY_POWER>;
181 linux,code = <KEY_RESTART>;
/linux-6.15/Documentation/gpu/amdgpu/display/
H A Dindex.rst20 Maintaining the same code base across multiple OSes requires a lot of
22 DC case, we maintain a tree to centralize code from different parts. The shared
67 #. Regarding IGT, we use the latest code from the upstream.
/linux-6.15/Documentation/arch/arm64/
H A Damu.rst61 Firmware (code running at higher exception levels, e.g. arm-tf) support is
102 - Security reasons: they might expose information about code executed in
115 - Security reasons: they might expose information about code executed
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Ddvbproperty.rst69 The code that would that would do the above is show in
72 .. code-block:: c
111 .. attention:: While it is possible to directly call the Kernel code like the
/linux-6.15/tools/build/
H A DBuild.include4 # Lots of this code have been borrowed or heavily inspired from parts
5 # of kbuild code, which is not credited, but mostly developed by:
111 # Exit code chooses option. "$$TMP" serves as a temporary file and is
/linux-6.15/Documentation/iio/
H A Dad7944.rst32 .. code-block::
54 .. code-block::
76 .. code-block::
/linux-6.15/net/netfilter/
H A Dnft_limit.c184 regs->verdict.code = NFT_BREAK; in nft_limit_pkts_eval()
257 regs->verdict.code = NFT_BREAK; in nft_limit_bytes_eval()
337 regs->verdict.code = NFT_BREAK; in nft_limit_obj_pkts_eval()
390 regs->verdict.code = NFT_BREAK; in nft_limit_obj_bytes_eval()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddmabuf.rst43 .. code-block:: c
70 .. code-block:: c
93 .. code-block:: c
140 error code when no buffer is available. The
/linux-6.15/drivers/platform/x86/x86-android-tablets/
H A Dother.c106 .code = KEY_PROG1,
218 .code = KEY_PROG1,
230 .code = KEY_PROG2,
505 .code = KEY_SOUND,
/linux-6.15/Documentation/filesystems/iomap/
H A Dporting.rst47 First, add ``#include <linux/iomap.h>`` from your source code and add
69 It is necessary to write some code to fill out the bufferhead-based
86 If it switches between large blocks of code based on dispatching of the
107 done is rewriting all the code that interfaces with bufferheads to
/linux-6.15/Documentation/driver-api/
H A Disa.rst40 duplicated init code from the ALSA ISA drivers.
55 struct device anyways, and it makes for nicer code in the callbacks as
73 To the code...
117 boilerplate code. Each module may only use this macro once, and calling
/linux-6.15/Documentation/admin-guide/media/
H A Dfimc.rst110 .. code-block:: none
117 .. code-block:: none
136 .. code-block:: none
144 .. code-block:: none
/linux-6.15/arch/sh/kernel/
H A Dtraps_32.c600 int code; in do_divide_error() local
604 code = FPE_INTDIV; in do_divide_error()
607 code = FPE_INTOVF; in do_divide_error()
613 force_sig_fault(SIGFPE, code, NULL); in do_divide_error()
/linux-6.15/drivers/parport/
H A DKconfig100 SGI O2 machines. This code is also available as a module (say M),
109 Amiga machines. This code is also available as a module (say M),
118 This code is also available as a module (say M), called
127 Atari machines. This code is also available as a module (say M),
/linux-6.15/drivers/hv/
H A Dhv_common.c753 u16 code; member
801 u16 code = hv_result(hv_status); in find_hv_status_info() local
806 if (info->code == code) in find_hv_status_info()
/linux-6.15/Documentation/arch/arm/omap/
H A Domap_pm.rst7 throughput constraints to the kernel power management code.
9 interface into the Linux PM QoS code.
32 five power management functions for driver code:
65 to use the Linux PM QoS code; and the OMAP PM interface can disappear.
/linux-6.15/sound/soc/sof/
H A Dcore.c128 u32 code; in sof_print_oops_and_stack() local
138 code = panic_code & (SOF_IPC_PANIC_MAGIC_MASK | SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack()
141 if (panic_msg[i].id == code) { in sof_print_oops_and_stack()
143 panic_msg[i].msg, code & SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack()
151 code & SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack()

1...<<51525354555657585960>>...188