Searched refs:code (Results 376 - 400 of 1523) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/loongarch/include/asm/
H A Dkvm_vcpu.h102 unsigned int code, unsigned int subcode)
106 set_bit(code, &vcpu->arch.exception_pending);
101 kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned int code, unsigned int subcode) argument
/linux-master/arch/powerpc/lib/
H A DMakefile28 obj-y += code-patching.o feature-fixups.o pmem.o
30 obj-$(CONFIG_CODE_PATCHING_SELFTEST) += test-code-patching.o
/linux-master/drivers/media/i2c/
H A Dov772x.c401 u32 code; member in struct:ov772x_color_format
445 .code = MEDIA_BUS_FMT_YUYV8_2X8,
453 .code = MEDIA_BUS_FMT_YVYU8_2X8,
461 .code = MEDIA_BUS_FMT_UYVY8_2X8,
469 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_LE,
477 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_BE,
485 .code = MEDIA_BUS_FMT_RGB565_2X8_LE,
493 .code = MEDIA_BUS_FMT_RGB565_2X8_BE,
505 .code = MEDIA_BUS_FMT_SBGGR10_1X10,
605 priv->cfmt->code, pri
1354 ov772x_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
H A Dmt9m114.c367 u32 code; member in struct:mt9m114_format_info
424 .code = MEDIA_BUS_FMT_UYVY8_2X8,
428 .code = MEDIA_BUS_FMT_UYVY8_1X16,
432 .code = MEDIA_BUS_FMT_YUYV8_2X8,
437 .code = MEDIA_BUS_FMT_YUYV8_1X16,
442 .code = MEDIA_BUS_FMT_RGB565_2X8_LE,
448 .code = MEDIA_BUS_FMT_RGB565_2X8_BE,
453 .code = MEDIA_BUS_FMT_RGB565_1X16,
458 .code = MEDIA_BUS_FMT_SGRBG8_1X8,
464 .code
481 mt9m114_format_info(struct mt9m114 *sensor, unsigned int pad, u32 code) argument
1182 mt9m114_pa_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_mbus_code_enum *code) argument
1694 mt9m114_ifp_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
H A Dalvium-csi2.c26 .code = MEDIA_BUS_FMT_UYVY8_1X16,
40 .code = MEDIA_BUS_FMT_UYVY8_2X8,
50 .code = MEDIA_BUS_FMT_UYVY8_1X16,
60 .code = MEDIA_BUS_FMT_YUYV8_1X16,
70 .code = MEDIA_BUS_FMT_YUYV8_2X8,
80 .code = MEDIA_BUS_FMT_YUYV10_1X20,
90 .code = MEDIA_BUS_FMT_RGB888_1X24,
100 .code = MEDIA_BUS_FMT_RBG888_1X24,
110 .code = MEDIA_BUS_FMT_BGR888_1X24,
120 .code
1684 alvium_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
1699 alvium_code_to_pixfmt(struct alvium_dev *alvium, u32 code) argument
[all...]
H A Dmax9286.c148 u32 code; member in struct:max9286_format_info
244 .code = MEDIA_BUS_FMT_UYVY8_1X16,
247 .code = MEDIA_BUS_FMT_VYUY8_1X16,
250 .code = MEDIA_BUS_FMT_YUYV8_1X16,
253 .code = MEDIA_BUS_FMT_YVYU8_1X16,
256 .code = MEDIA_BUS_FMT_SBGGR12_1X12,
259 .code = MEDIA_BUS_FMT_SGBRG12_1X12,
262 .code = MEDIA_BUS_FMT_SGRBG12_1X12,
265 .code = MEDIA_BUS_FMT_SRGGB12_1X12,
549 if (max9286_formats[i].code
913 max9286_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-csi2dc.c111 * @mbus_code: Media bus code for the format
217 struct v4l2_subdev_mbus_code_enum *code)
219 if (code->index >= ARRAY_SIZE(csi2dc_formats))
222 code->code = csi2dc_formats[code->index].mbus_code;
265 if (req_fmt->format.code == fmt->mbus_code)
276 req_fmt->format.code, csi2dc_formats[0].mbus_code);
279 req_fmt->format.code = try_fmt->mbus_code;
303 csi2dc->format.code, csi2d
215 csi2dc_enum_mbus_code(struct v4l2_subdev *csi2dc_sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/arch/alpha/kernel/
H A Dtraps.c202 int signo, code; local
210 Given that GCC by default generates code that uses the
264 code = FPE_INTOVF;
268 code = FPE_INTDIV;
272 code = FPE_FLTOVF;
276 code = FPE_FLTDIV;
280 code = FPE_FLTUND;
284 code = FPE_FLTINV;
288 code = FPE_FLTRES;
292 code
[all...]
/linux-master/arch/arm/crypto/
H A Dsha512-armv4.pl4 # This code is taken from the OpenSSL project but the author (Andy Polyakov)
21 # This code is ~4.5 (four and a half) times faster than code generated
38 # one byte in 23.3 cycles or ~60% faster than integer-only code.
93 $code.=<<___;
187 $code=<<___;
211 .code 32
217 .code 32
349 $code.=<<___;
401 $code
[all...]
H A Dsha256-armv4.pl4 # This code is taken from the OpenSSL project but the author (Andy Polyakov)
21 # Performance is ~2x better than gcc 3.4 generated code and in "abso-
38 # byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon
40 # code (meaning that latter performs sub-optimally, nothing was done
45 # Add ARMv8 code path performing at 2.0 cpb on Apple A7.
74 $code.=<<___ if ($i<16);
102 $code.=<<___;
142 $code.=<<___;
164 $code=<<___;
174 .code 3
[all...]
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y12 * 1. Redistributions of source code must retain the above copyright
261 | code
262 | program code
1174 code: label
1181 code: label
1188 code: label
1198 code: label
1208 code: label
1222 code: label
1239 code label
1246 code: label
1256 code: label
1276 code: label
1286 code: label
1296 code: label
1306 code: label
1345 code: label
1369 code: label
1379 code: label
1387 code: label
1394 code: label
1401 code: label
1411 code: label
[all...]
/linux-master/drivers/hid/
H A Dhid-ezkey.c55 if (usage->type == EV_REL && usage->code == REL_HWHEEL) {
H A Dhid-creative-sb0540.c153 u64 code, main_code; local
160 code = reverse(data[5], 8);
161 main_code = (code << 8) + ((~code) & 0xff);
H A Dhid-cougar.c262 unsigned char code, action; local
273 code = data[COUGAR_FIELD_CODE];
276 if (code == cougar_mapping[i][0]) {
285 hid_warn(hdev, "unmapped special key code %0x: ignoring\n", code);
/linux-master/drivers/input/
H A Dinput-compat.h21 __u16 code; member in struct:input_event_compat
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h17 * - Redistributions of source code must retain the above
43 #define CHELSIO_CHIP_VERSION(code) (((code) >> 4) & 0xf)
44 #define CHELSIO_CHIP_RELEASE(code) ((code) & 0xf)
267 enum chip_type chip; /* chip code */
/linux-master/drivers/nfc/s3fwrn5/
H A Dfirmware.h33 __u8 code; member in struct:s3fwrn5_fw_header
/linux-master/drivers/platform/x86/
H A Dmsi-wmi.c206 key->code, ktime_to_us(diff));
215 (key->code != MSI_KEY_BRIGHTNESSUP &&
216 key->code != MSI_KEY_BRIGHTNESSDOWN))) {
218 key->code, key->keycode);
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__)
41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__)
169 * duplicate code.
/linux-master/drivers/soc/tegra/
H A Dari-tegra186.c40 unsigned long code, void *unused)
39 tegra186_ari_panic_handler(struct notifier_block *nb, unsigned long code, void *unused) argument
/linux-master/arch/powerpc/kernel/
H A Depapr_paravirt.c12 #include <asm/code-patching.h>
/linux-master/net/ipv6/netfilter/
H A Dnft_reject_ipv6.c6 * Development of this code funded by Astaro AG (http://www.astaro.com/)
38 regs->verdict.code = NF_DROP;
/linux-master/net/ipv4/netfilter/
H A Dnft_reject_ipv4.c6 * Development of this code funded by Astaro AG (http://www.astaro.com/)
37 regs->verdict.code = NF_DROP;
/linux-master/net/netfilter/
H A Dnft_fib_inet.c41 regs->verdict.code = NF_DROP;
/linux-master/arch/riscv/include/asm/
H A Dbug.h90 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr);

Completed in 474 milliseconds

<<11121314151617181920>>