Home
last modified time | relevance | path

Searched refs:code (Results 201 – 225 of 4688) sorted by relevance

12345678910>>...188

/linux-6.15/drivers/media/i2c/
H A Dmt9v111.c109 .code = MEDIA_BUS_FMT_UYVY8_2X8,
169 u32 code; member
172 .code = MEDIA_BUS_FMT_UYVY8_2X8,
562 switch (mt9v111->fmt.code) { in mt9v111_hw_config()
826 if (code->pad || code->index > ARRAY_SIZE(mt9v111_formats) - 1) in mt9v111_enum_mbus_code()
829 code->code = mt9v111_formats[code->index].code; in mt9v111_enum_mbus_code()
914 if (format->format.code == mt9v111_formats[i].code) { in mt9v111_set_format()
915 new_fmt.code = mt9v111_formats[i].code; in mt9v111_set_format()
920 new_fmt.code = mt9v111_formats[0].code; in mt9v111_set_format()
943 if (__fmt->code == new_fmt.code && in mt9v111_set_format()
[all …]
H A Dmt9t112.c84 u32 code; member
108 .code = MEDIA_BUS_FMT_UYVY8_2X8,
113 .code = MEDIA_BUS_FMT_VYUY8_2X8,
118 .code = MEDIA_BUS_FMT_YUYV8_2X8,
123 .code = MEDIA_BUS_FMT_YVYU8_2X8,
847 u32 code) in mt9t112_set_params() argument
855 if (mt9t112_cfmts[i].code == code) in mt9t112_set_params()
928 mf->code = priv->format->code; in mt9t112_get_fmt()
968 if (mt9t112_cfmts[i].code == mf->code) in mt9t112_set_fmt()
996 if (code->pad || code->index >= priv->num_formats) in mt9t112_enum_mbus_code()
[all …]
H A Dov9282.c197 u32 code; member
743 switch (code->index) { in ov9282_enum_mbus_code()
745 code->code = MEDIA_BUS_FMT_Y10_1X10; in ov9282_enum_mbus_code()
748 code->code = MEDIA_BUS_FMT_Y8_1X8; in ov9282_enum_mbus_code()
794 u32 code, in ov9282_fill_pad_format() argument
799 fmt->format.code = code; in ov9282_fill_pad_format()
852 u32 code; in ov9282_set_pad_format() local
863 code = MEDIA_BUS_FMT_Y8_1X8; in ov9282_set_pad_format()
865 code = MEDIA_BUS_FMT_Y10_1X10; in ov9282_set_pad_format()
878 ov9282->code = code; in ov9282_set_pad_format()
[all …]
/linux-6.15/Documentation/driver-api/mtd/
H A Dnand_ecc.rst240 code[0] =
249 code[1] =
258 code[2] =
265 code[0] = ~code[0];
266 code[1] = ~code[1];
267 code[2] = ~code[2];
374 code[0] =
399 code[0] = ~code[0];
400 code[1] = ~code[1];
401 code[2] = ~code[2];
[all …]
/linux-6.15/arch/csky/kernel/probes/
H A Dsimulate-insn.h7 static __always_inline bool csky_insn_is_##name(probe_opcode_t code) \
10 return (code & (mask)) == (val); \
14 #define CSKY_INSN_SET_SIMULATE(name, code) \ argument
16 if (csky_insn_is_##name(code)) { \
/linux-6.15/arch/csky/kernel/
H A Dtraps.c116 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() argument
123 tsk->comm, task_pid_nr(tsk), signo, code, addr); in do_trap()
129 force_sig_fault(signo, code, (void __user *)addr); in do_trap()
132 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error() argument
138 do_trap(regs, signo, code, addr); in do_trap_error()
145 #define DO_ERROR_INFO(name, signo, code, str) \ argument
148 do_trap_error(regs, signo, code, regs->pc, "Oops - " str); \
/linux-6.15/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13-pocketbook-614-plus.dts43 linux,code = <KEY_NEXT>;
49 linux,code = <KEY_PREVIOUS>;
100 linux,code = <KEY_DOWN>;
107 linux,code = <KEY_UP>;
114 linux,code = <KEY_LEFT>;
121 linux,code = <KEY_MENU>;
128 linux,code = <KEY_RIGHT>;
/linux-6.15/drivers/platform/x86/dell/
H A Ddell-wmi-base.c412 (type << 16) | code); in dell_wmi_process_key()
415 type, code); in dell_wmi_process_key()
433 } else if (type == 0x0011 && code == 0xe070 && remaining > 0) { in dell_wmi_process_key()
438 } else if (type == 0x0012 && code == 0x000d && remaining > 0) { in dell_wmi_process_key()
541 if (keymap[i].code == scancode) in have_scancode()
608 keymap[pos].code = bios_entry->scancode; in handle_dmi_entry()
663 keymap[pos].code |= (0x0010 << 16); in dell_wmi_input_setup()
679 have_scancode(entry->code | (0x0010 << 16), in dell_wmi_input_setup()
685 keymap[pos].code |= (0x0010 << 16); in dell_wmi_input_setup()
692 keymap[pos].code |= (0x0011 << 16); in dell_wmi_input_setup()
[all …]
/linux-6.15/tools/memory-model/Documentation/
H A Dsimple.txt6 (LKMM) is quite complex, with subtle differences in code often having
22 Single-threaded code
25 In single-threaded code, there is no reordering, at least assuming
39 This approach is called "code locking".
59 from moving code in either direction across the locking function.
61 Despite the scalability limitations of single-threaded code, RCU
71 Packaged code
89 With code locking, we use single-threaded code execution to guarantee
149 currently necessary to open-code it in your litmus tests.)
165 source code.
[all …]
/linux-6.15/arch/arm64/boot/dts/apple/
H A Ds800x-ipad5.dtsi20 linux,code = <KEY_HOMEPAGE>;
27 linux,code = <KEY_POWER>;
34 linux,code = <KEY_VOLUMEDOWN>;
40 linux,code = <KEY_VOLUMEUP>;
H A Dt8011-pro2.dtsi19 linux,code = <KEY_HOMEPAGE>;
26 linux,code = <KEY_POWER>;
33 linux,code = <KEY_VOLUMEDOWN>;
39 linux,code = <KEY_VOLUMEUP>;
H A Ds8001-pro.dtsi21 linux,code = <KEY_HOMEPAGE>;
28 linux,code = <KEY_POWER>;
35 linux,code = <KEY_VOLUMEDOWN>;
41 linux,code = <KEY_VOLUMEUP>;
H A Dt8010-7.dtsi21 linux,code = <KEY_POWER>;
28 linux,code = <KEY_VOLUMEDOWN>;
34 linux,code = <KEY_VOLUMEUP>;
40 linux,code = <KEY_MUTE>;
H A Dt8010-ipad6.dtsi21 linux,code = <KEY_HOMEPAGE>;
28 linux,code = <KEY_POWER>;
35 linux,code = <KEY_VOLUMEDOWN>;
41 linux,code = <KEY_VOLUMEUP>;
/linux-6.15/net/sched/
H A DKconfig23 This code is considered to be experimental.
59 To compile this code as a module, choose M here: the
68 To compile this code as a module, choose M here: the
77 To compile this code as a module, choose M here: the
86 To compile this code as a module, choose M here: the
97 To compile this code as a module, choose M here: the
108 To compile this code as a module, choose M here: the
119 To compile this code as a module, choose M here: the
131 To compile this code as a module, choose M here: the
142 To compile this code as a module, choose M here: the
[all …]
/linux-6.15/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-h.dts30 linux,code = <ABS_X>;
38 linux,code = <ABS_Y>;
46 linux,code = <ABS_RX>;
54 linux,code = <ABS_RY>;
110 linux,code = <BTN_THUMBL>;
117 linux,code = <BTN_THUMBR>;
/linux-6.15/Documentation/userspace-api/netlink/
H A Dintro-specs.rst14 developing Netlink related code. The tool is implemented in Python
51 code from ``cli.py``.
53 Generating kernel code
58 way to generate / update auto-generated code.
60 By default code is re-generated only if spec is newer than the source,
86 (based on libmnl) which integrates with code generated by
92 The YNL library consists of two parts - the generic code (functions
93 prefix by ``ynl_``) and per-family auto-generated code (prefixed
97 struct (family structs are exported by the auto-generated code).
105 code (for the netdev family in this case):
[all …]
/linux-6.15/drivers/base/regmap/
H A Dregmap-spi-avmm.c85 u8 code; member
183 u8 code; in br_trans_tx_prepare() local
189 code = TRANS_CODE_READ; in br_trans_tx_prepare()
191 code = TRANS_CODE_SEQ_READ; in br_trans_tx_prepare()
194 code = TRANS_CODE_WRITE; in br_trans_tx_prepare()
196 code = TRANS_CODE_SEQ_WRITE; in br_trans_tx_prepare()
200 header->code = code; in br_trans_tx_prepare()
525 u8 code; in br_wr_trans_rx_parse() local
533 code = resp->r_code ^ 0x80; in br_wr_trans_rx_parse()
539 if ((val_len == SPI_AVMM_VAL_SIZE && code != TRANS_CODE_WRITE) || in br_wr_trans_rx_parse()
[all …]
/linux-6.15/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c62 fmtinfo = cal_format_by_code(fmt->code); in cal_camerarx_get_ext_link_freq()
623 struct v4l2_subdev_mbus_code_enum *code) in cal_camerarx_sd_enum_mbus_code() argument
626 if (cal_rx_pad_is_source(code->pad)) { in cal_camerarx_sd_enum_mbus_code()
629 if (code->index > 0) in cal_camerarx_sd_enum_mbus_code()
634 code->code = fmt->code; in cal_camerarx_sd_enum_mbus_code()
636 if (code->index >= cal_num_formats) in cal_camerarx_sd_enum_mbus_code()
639 code->code = cal_formats[code->index].code; in cal_camerarx_sd_enum_mbus_code()
660 if (fse->code != fmt->code) in cal_camerarx_sd_enum_frame_size()
668 fmtinfo = cal_format_by_code(fse->code); in cal_camerarx_sd_enum_frame_size()
710 format->format.code = fmtinfo->code; in cal_camerarx_sd_set_fmt()
[all …]
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-prtvt7.dts67 linux,code = <KEY_ESC>;
73 linux,code = <KEY_UP>;
97 linux,code = <KEY_F1>;
103 linux,code = <KEY_F2>;
109 linux,code = <KEY_F3>;
115 linux,code = <KEY_F4>;
121 linux,code = <KEY_F5>;
127 linux,code = <KEY_F6>;
133 linux,code = <KEY_F7>;
139 linux,code = <KEY_F8>;
[all …]
/linux-6.15/Documentation/firmware-guide/acpi/
H A Dchromeos-acpi-device.rst56 Result code:
87 Result code:
103 Result code:
117 Result code:
130 Result code:
133 .. code-block::
192 Result code:
265 Result code:
315 Result code:
330 Result code:
[all …]
/linux-6.15/drivers/input/keyboard/
H A Dcros_ec_keyb.c78 unsigned int code; member
88 .code = KEY_POWER,
93 .code = KEY_VOLUMEUP,
98 .code = KEY_VOLUMEDOWN,
103 .code = KEY_BRIGHTNESSUP,
108 .code = KEY_BRIGHTNESSDOWN,
113 .code = KEY_SCREENLOCK,
120 .code = SW_LID,
126 .code = SW_TABLET_MODE,
315 unsigned short code; in cros_ec_keyb_compute_valid_keys() local
[all …]
/linux-6.15/net/netfilter/
H A Dnft_synproxy.c61 regs->verdict.code = NF_STOLEN; in nft_synproxy_eval_v4()
67 regs->verdict.code = NF_STOLEN; in nft_synproxy_eval_v4()
69 regs->verdict.code = NF_DROP; in nft_synproxy_eval_v4()
92 regs->verdict.code = NF_STOLEN; in nft_synproxy_eval_v6()
98 regs->verdict.code = NF_STOLEN; in nft_synproxy_eval_v6()
100 regs->verdict.code = NF_DROP; in nft_synproxy_eval_v6()
117 regs->verdict.code = NFT_BREAK; in nft_synproxy_do_eval()
122 regs->verdict.code = NF_DROP; in nft_synproxy_do_eval()
130 regs->verdict.code = NF_DROP; in nft_synproxy_do_eval()
135 regs->verdict.code = NF_DROP; in nft_synproxy_do_eval()
[all …]
/linux-6.15/Documentation/bpf/
H A Dmap_lpm_trie.rst41 .. code-block:: c
58 .. code-block:: c
75 .. code-block:: c
92 .. code-block:: c
112 of LPM trie usage from userspace. The code snippets below demonstrate
118 The following BPF code snippet shows how to declare a new LPM trie for IPv4
121 .. code-block:: c
139 The following BPF code snippet shows how to lookup by IPv4 address:
141 .. code-block:: c
159 .. code-block:: c
[all …]
/linux-6.15/drivers/pcmcia/
H A Dpxa2xx_base.c88 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_hold() local
89 return (code / 300000) + ((code % 300000) ? 1 : 0) - 1; in pxa2xx_mcxx_hold()
95 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_asst() local
96 return (code / 300000) + ((code % 300000) ? 1 : 0) + 1; in pxa2xx_mcxx_asst()
102 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_setup() local
103 return (code / 100000) + ((code % 100000) ? 1 : 0) - 1; in pxa2xx_mcxx_setup()

12345678910>>...188