Searched refs:code (Results 426 - 450 of 1523) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c496 const u8 code = insn->code; local
502 const bool isdw = BPF_SIZE(code) == BPF_DW;
503 const bool arena = BPF_MODE(code) == BPF_PROBE_ATOMIC;
557 pr_err_once("unknown atomic op code %02x\n", insn->imm);
572 const u8 code = insn->code; local
581 const bool isdw = BPF_SIZE(code) == BPF_DW;
585 if (BPF_MODE(code) == BPF_PROBE_ATOMIC) {
587 pr_err_once("unknown atomic opcode %02x\n", code);
859 const u8 code = insn->code; local
[all...]
/linux-master/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl8 # This code is taken from the OpenSSL project but the author, Andy Polyakov,
28 # Add AVX512F+VL+BW code path.
32 # Convert AVX512F+VL+BW code path to pure AVX512F, so that it can be
34 # observation that AVX512 code paths can negatively affect overall
38 # Cannonlake, has AVX512IFMA code path to execute...
60 # __int128 code;
62 # it was faster than integer-only code only on older Intel P4 and
111 $code .= "SYM_FUNC_START($name)\n";
112 $code .= ".L$name:\n";
114 $code
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_firmware.c94 sh_css_fw->blob.code = vmalloc(fw->blob.size);
95 if (!sh_css_fw->blob.code)
98 memcpy((void *)sh_css_fw->blob.code, blob_data, fw->blob.size);
99 sh_css_fw->blob.data = (char *)sh_css_fw->blob.code + fw->blob.data_source;
100 fw_minibuffer[binary_id].buffer = sh_css_fw->blob.code;
255 IA_CSS_ERROR("CSS code version (%s) and firmware version (%s) mismatch!",
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.c64 .code = MEDIA_BUS_FMT_YUYV8_1X16,
68 .code = MEDIA_BUS_FMT_UYVY8_1X16,
72 .code = MEDIA_BUS_FMT_YVYU8_1X16,
76 .code = MEDIA_BUS_FMT_VYUY8_1X16,
80 .code = MEDIA_BUS_FMT_RGB565_1X16,
84 .code = MEDIA_BUS_FMT_SBGGR8_1X8,
88 .code = MEDIA_BUS_FMT_SGBRG8_1X8,
92 .code = MEDIA_BUS_FMT_SGRBG8_1X8,
96 .code = MEDIA_BUS_FMT_SRGGB8_1X8,
100 .code
147 cal_format_by_code(u32 code) argument
[all...]
/linux-master/drivers/input/keyboard/
H A Diqs62x-keys.c31 unsigned int code; member in struct:iqs62x_switch_desc
76 ret = fwnode_property_read_u32(child, "linux,code", &val);
78 dev_err(&pdev->dev, "Failed to read switch code: %d\n",
83 iqs62x_keys->switches[i].code = val;
151 iqs62x_keys->switches[i].code,
220 iqs62x_keys->switches[i].code,
287 iqs62x_keys->switches[i].code);
H A Dstmpe-keypad.c180 int code = MATRIX_SCAN_CODE(row, col, STMPE_KEYPAD_ROW_SHIFT); local
187 input_event(input, EV_MSC, MSC_SCAN, code);
188 input_report_key(input, keypad->keymap[code], !up);
321 int code = MATRIX_SCAN_CODE(row, col, local
323 if (keypad->keymap[code] != KEY_RESERVED) {
H A Dgpio_keys.c38 unsigned short *code; member in struct:gpio_button_data
221 __set_bit(*bdata->code, bits);
272 if (test_bit(*bdata->code, bits) &&
287 if (test_bit(*bdata->code, bits))
386 input_event(input, type, button->code, button->value);
388 input_event(input, type, *bdata->code, state);
436 input_report_key(bdata->input, button->code, 1);
461 input_report_key(input, *bdata->code, 0);
483 input_report_key(input, *bdata->code, 1);
487 input_report_key(input, *bdata->code,
[all...]
/linux-master/drivers/input/misc/
H A Dsparcspkr.c34 int (*event)(struct input_dev *dev, unsigned int type, unsigned int code, int value);
67 static int bbc_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
77 switch (code) {
105 static int grover_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
115 switch (code) {
/linux-master/net/netfilter/
H A Dnft_xfrm.c127 regs->verdict.code = NFT_BREAK;
156 regs->verdict.code = NFT_BREAK;
167 regs->verdict.code = NFT_BREAK;
191 regs->verdict.code = NFT_BREAK;
209 regs->verdict.code = NFT_BREAK;
H A Dnf_conntrack_proto_icmpv6.c44 tuple->dst.u.icmp.code = hp->icmp6_code;
79 tuple->dst.u.icmp.code = orig->dst.u.icmp.code;
237 nla_put_u8(skb, CTA_PROTO_ICMPV6_CODE, t->dst.u.icmp.code))
270 tuple->dst.u.icmp.code = nla_get_u8(tb[CTA_PROTO_ICMPV6_CODE]);
/linux-master/arch/s390/kvm/
H A Ddiag.c61 u16 code; member in struct:prs_parm
83 if (parm.parm_version != 2 || parm.parm_len < 5 || parm.code != 0x258)
117 * the cancel, therefore to reduce code complexity, we assume
284 int code = kvm_s390_get_base_disp_rs(vcpu, NULL) & 0xffff; local
289 trace_kvm_s390_handle_diag(vcpu, code);
290 switch (code) {
/linux-master/drivers/media/i2c/
H A Dgc2145.c544 * @code: media bus (MBUS) associated code
550 unsigned int code; member in struct:gc2145_format
559 .code = MEDIA_BUS_FMT_UYVY8_1X16,
564 .code = MEDIA_BUS_FMT_VYUY8_1X16,
569 .code = MEDIA_BUS_FMT_YUYV8_1X16,
574 .code = MEDIA_BUS_FMT_YVYU8_1X16,
579 .code = MEDIA_BUS_FMT_RGB565_1X16,
627 gc2145_get_format_code(struct gc2145 *gc2145, u32 code) argument
632 if (supported_formats[i].code
642 gc2145_update_pad_format(struct gc2145 *gc2145, const struct gc2145_mode *mode, struct v4l2_mbus_framefmt *fmt, u32 code) argument
705 gc2145_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
722 u32 code; local
[all...]
H A Ds5k5baf.c242 u32 code; member in struct:s5k5baf_pixfmt
610 /* CIS sensor tuning, based on undocumented android driver code */
739 if (mf->code == s5k5baf_formats[i].code)
1209 struct v4l2_subdev_mbus_code_enum *code)
1211 if (code->pad == PAD_CIS) {
1212 if (code->index > 0)
1214 code->code = MEDIA_BUS_FMT_FIXED;
1218 if (code
1207 s5k5baf_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
H A Dimx335.c151 * @code: Format code
162 u32 code; member in struct:imx335_mode
193 * @cur_mbus_code: Currently selected media bus format code
440 * Return: 0 if successful, error code otherwise.
466 * Return: 0 if successful, error code otherwise.
544 * Return: 0 if successful, error code otherwise.
607 static int imx335_get_format_code(struct imx335 *imx335, u32 code) argument
612 if (imx335_mbus_codes[i] == code)
623 * @code
627 imx335_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
652 u32 code; local
[all...]
/linux-master/drivers/input/
H A Dmousedev.c124 unsigned int code, int value)
129 switch (code) {
168 unsigned int code, int value)
172 switch (code) {
205 unsigned int code, int value)
207 switch (code) {
223 unsigned int code, int value)
227 switch (code) {
347 unsigned int type, unsigned int code, int value)
360 mousedev, code, valu
122 mousedev_touchpad_event(struct input_dev *dev, struct mousedev *mousedev, unsigned int code, int value) argument
167 mousedev_abs_event(struct input_dev *dev, struct mousedev *mousedev, unsigned int code, int value) argument
204 mousedev_rel_event(struct mousedev *mousedev, unsigned int code, int value) argument
222 mousedev_key_event(struct mousedev *mousedev, unsigned int code, int value) argument
346 mousedev_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) argument
[all...]
/linux-master/drivers/net/wan/
H A Dhdlc_ppp.c57 u8 code; member in struct:cp_header
204 static void ppp_tx_cp(struct net_device *dev, u16 pid, u8 code, argument
217 if (pid == PID_LCP && (code == LCP_ECHO_REQ || code == LCP_ECHO_REPLY))
228 cp->code = code;
238 BUG_ON(code >= CP_CODES);
246 proto_name(pid), code_names[code], id, debug_buffer);
296 SCN: RCR- must supply code, id, len and data
299 static void ppp_cp_event(struct net_device *dev, u16 pid, u16 event, u8 code, argument
[all...]
/linux-master/drivers/media/platform/nxp/
H A Dimx7-media-csi.c568 switch (sink_fmt->code) {
979 * bus code and return it.
981 static const struct imx7_csi_pixfmt *imx7_csi_find_mbus_format(u32 code) argument
993 if (code == fmt->codes[j])
1003 * requested search criteria. Return the media-bus code that matches
1006 * @code: The returned media-bus code that matches the search criteria at
1010 static int imx7_csi_enum_mbus_formats(u32 *code, u32 index) argument
1023 *code = fmt->codes[j];
1061 * If a media bus code i
1774 imx7_csi_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
1858 u32 code; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dtraps.c310 static void show_signal_msg(int signr, struct pt_regs *regs, int code, argument
325 pr_info("%s[%d]: %s (%d) at %lx nip %lx lr %lx code %x",
327 addr, regs->nip, regs->link, code);
336 static bool exception_common(int signr, struct pt_regs *regs, int code, argument
353 show_signal_msg(signr, regs, code, addr);
355 current->thread.trap_nr = code;
368 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) argument
370 if (!exception_common(signr, regs, code, addr))
373 force_sig_fault(signr, code, (void __user *)addr);
427 /* Trampoline code run
1198 int code = 0; local
1463 int code = 0; local
1643 int sig, code, fixed = 0; local
2153 int code = FPE_FLTUNK; local
[all...]
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c843 struct v4l2_subdev_mbus_code_enum *code)
845 if (code->pad >= PRPENCVF_NUM_PADS)
848 return imx_media_enum_ipu_formats(&code->code, code->index,
884 *cc = imx_media_find_ipu_format(sdformat->format.code,
887 u32 code; local
889 imx_media_enum_ipu_formats(&code, 0, PIXFMT_SEL_YUV_RGB);
890 *cc = imx_media_find_ipu_format(code, PIXFMT_SEL_YUV_RGB);
892 sdformat->format.code
841 prp_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
1263 u32 code; local
[all...]
H A Dimx-media-vdic.c375 * note we don't give infmt->code to ipu_vdi_setup(). The VDIC
546 struct v4l2_subdev_mbus_code_enum *code)
548 if (code->pad >= VDIC_NUM_PADS)
551 return imx_media_enum_ipu_formats(&code->code, code->index,
587 *cc = imx_media_find_ipu_format(sdformat->format.code,
590 u32 code; local
592 imx_media_enum_ipu_formats(&code, 0, PIXFMT_SEL_YUV);
593 *cc = imx_media_find_ipu_format(code, PIXFMT_SEL_YU
544 vdic_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
866 u32 code; local
[all...]
/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c64 .code = MEDIA_BUS_FMT_YUYV8_2X8,
68 .code = MEDIA_BUS_FMT_UYVY8_2X8,
72 .code = MEDIA_BUS_FMT_YVYU8_2X8,
76 .code = MEDIA_BUS_FMT_VYUY8_2X8,
80 .code = MEDIA_BUS_FMT_SBGGR8_1X8,
84 .code = MEDIA_BUS_FMT_SGBRG8_1X8,
88 .code = MEDIA_BUS_FMT_SGRBG8_1X8,
92 .code = MEDIA_BUS_FMT_SRGGB8_1X8,
96 .code = MEDIA_BUS_FMT_RGB565_2X8_LE,
100 .code
111 find_format_by_code(struct vpfe_device *vpfe, unsigned int code) argument
158 static char code[5]; local
[all...]
/linux-master/drivers/mtd/nand/
H A Decc-sw-hamming.c116 unsigned char *code, bool sm_order)
310 * the code below is the fastest
313 code[0] = (invparity[rp7] << 7) | (invparity[rp6] << 6) |
317 code[1] = (invparity[rp15] << 7) | (invparity[rp14] << 6) |
322 code[1] = (invparity[rp7] << 7) | (invparity[rp6] << 6) |
326 code[0] = (invparity[rp15] << 7) | (invparity[rp14] << 6) |
333 code[2] =
342 code[2] =
360 * @code: Output buffer with ECC
363 const unsigned char *buf, unsigned char *code)
115 ecc_sw_hamming_calculate(const unsigned char *buf, unsigned int step_size, unsigned char *code, bool sm_order) argument
362 nand_ecc_sw_hamming_calculate(struct nand_device *nand, const unsigned char *buf, unsigned char *code) argument
[all...]
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c137 .code = MEDIA_BUS_FMT_RGB888_1X24,
161 struct v4l2_subdev_mbus_code_enum *code)
163 if (code->pad || code->index >= ARRAY_SIZE(csi2tx_formats))
166 code->code = csi2tx_formats[code->index].mbus;
214 if (!csi2tx_get_fmt_from_mbus(fmt->format.code))
350 fmt = csi2tx_get_fmt_from_mbus(mfmt->code);
159 csi2tx_enum_mbus_code(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
/linux-master/arch/arm/include/asm/
H A Dassembler.h17 #error "Only include this from assembly code"
57 /* Select code for any configuration running in BE8 mode */
59 #define ARM_BE8(code...) code
61 #define ARM_BE8(code...)
68 #define PLD(code...) code
70 #define PLD(code...)
74 * This can be used to enable code to cacheline align the destination
83 #define CALGN(code
[all...]
/linux-master/net/ipv6/
H A Dicmp.c75 u8 type, u8 code, int offset, __be32 info)
445 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, argument
477 * in any code that processes icmp errors.
492 code == ICMPV6_UNK_OPTION &&
571 fl6.fl6_icmp_code = code;
582 tmp_hdr.icmp6_code = code;
639 void icmpv6_param_prob_reason(struct sk_buff *skb, u8 code, int pos, argument
642 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL, IP6CB(skb));
646 /* Generate icmpv6 with type/code ICMPV6_DEST_UNREACH/ICMPV6_ADDR_UNREACH
824 u8 code, __be3
74 icmpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
823 icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info) argument
1130 icmpv6_err_convert(u8 type, u8 code, int *err) argument
[all...]

Completed in 506 milliseconds

<<11121314151617181920>>