Home
last modified time | relevance | path

Searched refs:code (Results 2476 - 2500 of 2962) sorted by relevance

1...<<919293949596979899100>>...119

/kernel/linux/linux-5.10/drivers/staging/fieldbus/anybuss/
H A Dhost.c65 * 0 (OK), a negative error code (error), or -EINPROGRESS (waiting).
754 u16 code = be16_to_cpu(hdr->extended[ext_offs]); in log_invalid_other() local
756 dev_err(dev, " Invalid other: [0x%02X]", code); in log_invalid_other()
788 dev_err(dev, " Error code: %s (0x%02X)", in mbox_cmd_err()
791 dev_err(dev, " Error code: 0x%02X\n", ecode); in mbox_cmd_err()
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_tables.h94 * @code: nf_tables/netfilter verdict code
98 u32 code; member
985 if (regs->verdict.code == NFT_BREAK) in nft_set_elem_update_expr()
/kernel/linux/linux-6.6/drivers/staging/fieldbus/anybuss/
H A Dhost.c65 * 0 (OK), a negative error code (error), or -EINPROGRESS (waiting).
754 u16 code = be16_to_cpu(hdr->extended[ext_offs]); in log_invalid_other() local
756 dev_err(dev, " Invalid other: [0x%02X]", code); in log_invalid_other()
788 dev_err(dev, " Error code: %s (0x%02X)", in mbox_cmd_err()
791 dev_err(dev, " Error code: 0x%02X\n", ecode); in mbox_cmd_err()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtnxpuart.c1044 static void nxp_hw_err(struct hci_dev *hdev, u8 code) in nxp_hw_err() argument
1048 switch (code) { in nxp_hw_err()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H A Dkdb_main.c176 * lockdown) since that results in both simpler code and clearer messages to
540 * zero is returned on success, a kdb diagnostic code is
1208 * kdb_local - The main code for kdb. This routine is invoked on a
1211 * This code is called with the real reason code on the first
1216 * error The hardware-defined error code
1218 * db_result Result code from the break or debug point.
1329 kdb_printf("kdb: unexpected reason code: %d\n", reason); in kdb_local()
1405 * value Any integer value to be printed, e.g. reason code.
1421 * processes, this routine is invoked from the main kdb code vi
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha256-ssse3-asm.S21 # - Redistributions of source code must retain the above
41 # This code is described in an Intel White-Paper:
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dpcie.c481 * which is code '5' (log2(4096) - 7) in tune_pcie_caps()
595 * This code is separated out because it is expected to be removed in the
829 u16 code, u16 data) in write_gasket_interrupt()
832 (((u64)code << ASIC_PCIE_SD_INTRPT_LIST_INTRPT_CODE_SHIFT) | in write_gasket_interrupt()
857 * We redefine these shorter macros to use in the code while leaving
828 write_gasket_interrupt(struct hfi1_devdata *dd, int index, u16 code, u16 data) write_gasket_interrupt() argument
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-video.c718 if (format->code != info->mbus_code || in mxc_isi_video_validate_format()
723 __func__, format->code, format->width, format->height, in mxc_isi_video_validate_format()
1082 * If a media bus code is specified, only enumerate formats in mxc_isi_video_enum_fmt()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-7.c770 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
943 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
H A Dcamss-vfe-4-8.c741 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
875 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
H A Dcamss-vfe-4-1.c616 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_demux_cfg()
777 switch (line->fmt[MSM_VFE_PAD_SINK].code) { in vfe_set_camif_cfg()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-lg4ff.c313 switch (usage->code) { in lg4ff_adjust_input_event()
316 input_event(field->hidinput->input, usage->type, usage->code, new_value); in lg4ff_adjust_input_event()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-xiic.c7 * This code was implemented by Mocean Laboratories AB when porting linux
11 * separate company called Pelagicore AB, which committed the code to the
658 static void xiic_wakeup(struct xiic_i2c *i2c, enum xilinx_i2c_state code) in xiic_wakeup() argument
663 i2c->state = code; in xiic_wakeup()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_interface_core.c618 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in xfrmi4_err()
648 u8 type, u8 code, int offset, __be32 info) in xfrmi6_err()
647 xfrmi6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) xfrmi6_err() argument
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c6 * Copyright (C) 2018, Red Hat, Inc. (code style cleanup and fuzzing driver)
44 * sparsebit array. This can be done via code with the following structure:
146 * specific portion of the code. For example, when setting a mask
721 * is a non-zero num_after setting. This code in node_reduce()
727 * Without this code it could take nearly in node_reduce()
1913 static void operate(int code, sparsebit_idx_t first, sparsebit_idx_t last) in operate() argument
1926 switch (code) { in operate()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile203 -fuse-ld=$(LLD) -Wl,-znoseparate-code -Wl,--build-id=sha1 \
210 -fuse-ld=$(LLD) -Wl,-znoseparate-code -Wl,--build-id=sha1 \
H A Dtest_sysctl.c1405 if (fp[len].code != 0 || fp[len].imm != 0) in probe_prog_length()
1422 if (prog[insn_num].code != (BPF_LD | BPF_DW | BPF_IMM)) { in fixup_sysctl_value()
1587 /* Detaching w/o checking return code: best effort attempt. */ in run_test_case()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_fc.c114 event->code, event->data); in zfcp_fc_post_event()
123 * @event_code: The event code (as defined in fc_host_event_code in
136 event->code = event_code; in zfcp_fc_enqueue_event()
/kernel/linux/linux-6.6/net/ncsi/
H A Dncsi-rsp.c59 /* Check on code and reason */ in ncsi_validate_rsp_pkt()
60 if (ntohs(h->code) != NCSI_PKT_RSP_C_COMPLETED || in ncsi_validate_rsp_pkt()
63 "NCSI: non zero response/reason code %04xh, %04xh\n", in ncsi_validate_rsp_pkt()
64 ntohs(h->code), ntohs(h->reason)); in ncsi_validate_rsp_pkt()
/kernel/linux/linux-6.6/net/dccp/
H A Dipv6.c75 u8 type, u8 code, int offset, __be32 info) in dccp_v6_err()
161 icmpv6_err_convert(type, code, &err); in dccp_v6_err()
605 Yes, guys, it is the only place in our code, where we in dccp_v6_do_rcv()
607 The rest of code is protocol independent, in dccp_v6_do_rcv()
74 dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) dccp_v6_err() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_standalone.c56 seq_printf(s, "type=%u code=%u id=%u ", in print_tuple()
58 tuple->dst.u.icmp.code, in print_tuple()
84 seq_printf(s, "type=%u code=%u id=%u ", in print_tuple()
86 tuple->dst.u.icmp.code, in print_tuple()
/kernel/linux/linux-6.6/net/bluetooth/hidp/
H A Dcore.c148 unsigned int code, int value) in hidp_input_event()
154 BT_DBG("session %p type %d code %d value %d", in hidp_input_event()
155 session, type, code, value); in hidp_input_event()
907 * \out. Otherwise, an error code is returned.
147 hidp_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) hidp_input_event() argument
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha1-armv7-neon.S78 #define ARM_LE(code...)
80 #define ARM_LE(code...) code
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dpriv.c77 int code = vcpu->arch.sie_block->ipb & 0xff; in kvm_s390_handle_e3() local
79 if (code == 0x49 || code == 0x4d) in kvm_s390_handle_e3()
508 * Store the two-word I/O interruption code into the in handle_tpi()
519 * Store the three-word I/O interruption code into in handle_tpi()
536 * If we encounter a problem storing the interruption code, the in handle_tpi()
602 * Set condition code 3 to stop the guest from issuing channel in handle_io_inst()
617 * The intercepting code calls a dedicated callback for this instruction
622 * response code to the caller and set CC to 3.
623 * Else return the response code returne
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha512-avx2-asm.S22 # - Redistributions of source code must retain the above
42 # This code is described in an Intel White-Paper:
49 # This code schedules 1 blocks at a time, with 4 lanes per block

Completed in 48 milliseconds

1...<<919293949596979899100>>...119