Home
last modified time | relevance | path

Searched refs:code (Results 901 – 925 of 4688) sorted by relevance

1...<<31323334353637383940>>...188

/linux-6.15/drivers/iio/dummy/
H A DKconfig17 a driver. May also be useful for testing userspace code
29 allowing that driver's code to be as close as possible to that
/linux-6.15/arch/arm/boot/dts/qcom/
H A Dqcom-msm8926-microsoft-tesla.dts62 linux,code = <KEY_CAMERA>;
68 linux,code = <KEY_CAMERA_FOCUS>;
/linux-6.15/Documentation/RCU/
H A Drcubarrier.rst18 Since call_rcu() never blocks, this code can safely be used from within
39 We could try placing a synchronize_rcu() in the module-exit code path,
61 Pseudo-code using rcu_barrier() is as follows:
72 call_srcu() on srcu_struct_2, then the following three lines of code
194 The original code for rcu_barrier() was roughly as follows::
229 This code was rewritten in 2008 and several times thereafter, but this
278 the code above illustrates the concepts.
285 code using RCU is in the core kernel rather than in modules. However, if
328 Note that this was not a problem when the rcu_barrier() code
336 RCU once again waits on nonpreemptible regions of code.
[all …]
/linux-6.15/drivers/media/i2c/
H A Dmt9v032.c432 struct v4l2_subdev_mbus_code_enum *code) in mt9v032_enum_mbus_code() argument
436 if (code->index > 0) in mt9v032_enum_mbus_code()
439 code->code = mt9v032->format.code; in mt9v032_enum_mbus_code()
451 if (mt9v032->format.code != fse->code) in mt9v032_enum_frame_size()
941 format->code = MEDIA_BUS_FMT_SGRBG10_1X10; in mt9v032_open()
943 format->code = MEDIA_BUS_FMT_Y10_1X10; in mt9v032_open()
1154 mt9v032->format.code = MEDIA_BUS_FMT_SGRBG10_1X10; in mt9v032_probe()
1156 mt9v032->format.code = MEDIA_BUS_FMT_Y10_1X10; in mt9v032_probe()
/linux-6.15/net/sctp/
H A Dinput.c549 __u8 type, __u8 code, __u32 info) in sctp_v4_err_handle() argument
560 if (code > NR_ICMP_UNREACH) in sctp_v4_err_handle()
562 if (code == ICMP_FRAG_NEEDED) { in sctp_v4_err_handle()
566 if (code == ICMP_PROT_UNREACH) { in sctp_v4_err_handle()
570 err = icmp_err_convert[code].errno; in sctp_v4_err_handle()
573 if (code == ICMP_EXC_FRAGTIME) in sctp_v4_err_handle()
611 const int code = icmp_hdr(skb)->code; in sctp_v4_err() local
632 sctp_v4_err_handle(transport, skb, type, code, info); in sctp_v4_err()
660 if (hdr->type == ICMP_DEST_UNREACH && hdr->code == ICMP_FRAG_NEEDED) in sctp_udp_v4_err()
662 sctp_v4_err_handle(t, skb, hdr->type, hdr->code, info); in sctp_udp_v4_err()
/linux-6.15/Documentation/translations/sp_SP/process/
H A Dcoding-style.rst51 .. code-block:: c
73 .. code-block:: c
80 .. code-block:: c
87 .. code-block:: c
138 .. code-block:: c
147 .. code-block:: c
163 .. code-block:: c
180 .. code-block:: c
188 .. code-block:: c
208 .. code-block:: c
[all …]
/linux-6.15/LICENSES/preferred/
H A DLGPL-2.05 To use this license in source code, put one of the following SPDX
41 wish), that you receive source code or can get it if you want it, that you
52 must make sure that they, too, receive or can get the source code. If you
109 library" and a "work that uses the library". The former contains code
151 source code as you receive it, in any medium, provided that you
227 complete corresponding machine-readable source code, which must be
235 source along with the object code.
250 that is part of the Library, the object code for the work may be a
251 derivative work of the Library even though the source code is
264 distribute the object code for the work under the terms of Section
[all …]
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm947189acdbmr.dts49 linux,code = <KEY_RESTART>;
55 linux,code = <KEY_WPS_BUTTON>;
/linux-6.15/drivers/input/misc/
H A Dgpio-beeper.c36 unsigned int code, int value) in gpio_beeper_event() argument
40 if (type != EV_SND || code != SND_BELL) in gpio_beeper_event()
/linux-6.15/drivers/media/test-drivers/vimc/
H A Dvimc-common.h83 unsigned int code[VIMC_PIX_FMT_MAX_CODES]; member
197 const struct vimc_pix_map *vimc_pix_map_by_code(u32 code);
/linux-6.15/arch/mips/boot/dts/qca/
H A Dar9331_dragino_ms14.dts55 linux,code = <KEY_WPS_BUTTON>;
61 linux,code = <KEY_RESTART>;
/linux-6.15/arch/arm/boot/dts/microchip/
H A Dat91-wb50n.dts21 linux,code = <1>; /* ESC button */
28 linux,code = <99>; /* SysReq button */
/linux-6.15/arch/arm64/boot/dts/exynos/
H A Dexynosautov920-sadk.dts37 linux,code = <KEY_WAKEUP>;
44 linux,code = <KEY_BACK>;
/linux-6.15/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxl-s905d-mecool-kii-pro.dts26 linux,code = <KEY_VENDOR>;
37 linux,code = <KEY_POWER>;
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dqcom,pm8941-pwrkey.yaml39 linux,code:
41 The input key-code associated with the power key.
/linux-6.15/LICENSES/exceptions/
H A DGCC-exception-2.06 allow linking the compiled version of code to non GPL compliant code.
/linux-6.15/drivers/s390/char/
H A Dtape_3590.h159 __u8 code; member
167 __u8 code; member
/linux-6.15/samples/seccomp/
H A Dbpf-helper.c33 if (instr->code != (BPF_JMP+BPF_JA)) in bpf_resolve_jumps()
95 filter->code, filter->jt, filter->jf, filter->k); in seccomp_bpf_print()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vf_error.c43 adev->virt.vf_errors.code [index] = error_code; in amdgpu_vf_error_put()
77 data1 = AMDGIM_ERROR_CODE_FLAGS_TO_MAILBOX(adev->virt.vf_errors.code[index], in amdgpu_vf_error_trans_all()
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dmsm8994-huawei-angler-rev-101.dts58 linux,code = <KEY_VOLUMEUP>;
66 linux,code = <KEY_VOLUMEDOWN>;
/linux-6.15/net/dsa/
H A Dtag_dsa.c206 enum dsa_code code; in dsa_rcv_ll() local
220 code = (dsa_header[1] & 0x6) | ((dsa_header[2] >> 4) & 1); in dsa_rcv_ll()
222 switch (code) { in dsa_rcv_ll()
/linux-6.15/drivers/watchdog/
H A Deurotechwdt.c355 static int eurwdt_notify_sys(struct notifier_block *this, unsigned long code, in eurwdt_notify_sys() argument
358 if (code == SYS_DOWN || code == SYS_HALT) in eurwdt_notify_sys()
/linux-6.15/Documentation/networking/devlink/
H A Ddevlink-resource.rst45 .. code:: shell
57 .. code:: shell
65 .. code:: shell
/linux-6.15/drivers/media/platform/renesas/vsp1/
H A Dvsp1_clu.c127 struct v4l2_subdev_mbus_code_enum *code) in clu_enum_mbus_code() argument
129 return vsp1_subdev_enum_mbus_code(subdev, sd_state, code, clu_codes, in clu_enum_mbus_code()
186 clu->yuv_mode = format->code == MEDIA_BUS_FMT_AYUV8_1X32; in clu_configure_stream()
/linux-6.15/include/net/
H A Dflow.h56 __u8 code; member
89 #define fl4_icmp_code uli.icmpt.code
149 #define fl6_icmp_code uli.icmpt.code

1...<<31323334353637383940>>...188