Home
last modified time | relevance | path

Searched refs:code (Results 5026 - 5050 of 6839) sorted by relevance

1...<<201202203204205206207208209210>>...274

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_printer.c289 VDBG(dev, "rx shutdown, code %d\n", status); in rx_complete()
757 printer_ioctl(struct file *fd, unsigned int code, unsigned long arg) in printer_ioctl() argument
763 DBG(dev, "printer_ioctl: cmd=0x%4.4x, arg=%lu\n", code, arg); in printer_ioctl()
774 switch (code) { in printer_ioctl()
784 code); in printer_ioctl()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H A Dsh_vou.c694 /* Revisit: is this the correct code? */ in sh_vou_set_fmt_vid_out()
695 .format.code = MEDIA_BUS_FMT_YUYV8_2X8, in sh_vou_set_fmt_vid_out()
735 mbfmt->code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_set_fmt_vid_out()
803 pr_warn("%s(): Invalid bus-format code %d, using default 8-bit\n", in sh_vou_ntsc_mode()
936 /* Revisit: is this the correct code? */ in sh_vou_s_selection()
937 .format.code = MEDIA_BUS_FMT_YUYV8_2X8, in sh_vou_s_selection()
991 format.format.code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_s_selection()
/kernel/linux/linux-6.6/drivers/media/platform/atmel/
H A Datmel-isi.c78 * @fourcc: Fourcc code for this format
79 * @mbus_code: V4L2 media bus format code.
564 .code = isi_fmt->mbus_code, in isi_try_fse()
746 fse.code = isi_fmt->mbus_code; in isi_enum_framesizes()
777 fie.code = isi_fmt->mbus_code; in isi_enum_frameintervals()
1055 if (isi_formats[i].mbus_code != mbus_code.code) in isi_formats_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgf100.c679 u32 code = intr & 0x000000ff; in gf100_fifo_intr_sched() local
682 en = nvkm_enum_find(gf100_fifo_intr_sched_names, code); in gf100_fifo_intr_sched()
684 nvkm_error(subdev, "SCHED_ERROR %02x [%s]\n", code, en ? en->name : ""); in gf100_fifo_intr_sched()
686 switch (code) { in gf100_fifo_intr_sched()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-debug.c1063 static void hid_resolv_event(__u8 type, __u16 code, struct seq_file *f) in hid_resolv_event() argument
1066 names[type] ? (names[type][code] ? names[type][code] : "?") : "?"); in hid_resolv_event()
1082 hid_resolv_event(usage->type, usage->code, f); in hid_dump_input_mapping()
/kernel/linux/linux-6.6/drivers/input/
H A Djoydev.c113 unsigned int type, unsigned int code, int value) in joydev_event()
122 if (code < BTN_MISC || value == 2) in joydev_event()
125 event.number = joydev->keymap[code - BTN_MISC]; in joydev_event()
131 event.number = joydev->absmap[code]; in joydev_event()
112 joydev_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) joydev_event() argument
/kernel/linux/linux-6.6/drivers/input/misc/
H A Diqs269a.c179 unsigned int code; member
717 error = fwnode_property_read_u32(ev_node, "linux,code", &val); in iqs269_parse_chan()
723 "Failed to read channel %u code: %d\n", reg, in iqs269_parse_chan()
731 iqs269->switches[i].code = val; in iqs269_parse_chan()
1078 sw_code = iqs269->switches[i].code; in iqs269_input_init()
1204 sw_code = iqs269->switches[i].code; in iqs269_report()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_tool_test.py615 self.assertEqual(e.exception.code, 1)
621 self.assertEqual(e.exception.code, 1)
630 self.assertEqual(e.exception.code, 1)
665 self.assertNotEqual(e.exception.code, 0)
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_unpack.c58 * @error: error code
197 VISIBLE_IF_KUNIT bool aa_unpack_X(struct aa_ext *e, enum aa_code code) in aa_unpack_X() argument
201 if (*(u8 *) e->pos != code) in aa_unpack_X()
211 * @code: type code
219 * Returns true on success (both type code and name tests match) and the read
224 VISIBLE_IF_KUNIT bool aa_unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name) in aa_unpack_nameX() argument
245 /* now check if type code matches */ in aa_unpack_nameX()
246 if (aa_unpack_X(e, code)) in aa_unpack_nameX()
/kernel/linux/linux-6.6/net/ipv6/
H A Draw.c292 u8 type, u8 code, int offset, __be32 info) in rawv6_err()
306 harderr = icmpv6_err_convert(type, code, &err); in rawv6_err()
329 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error()
346 rawv6_err(sk, skb, NULL, type, code, inner_offset, info); in raw6_icmp_error()
290 rawv6_err(struct sock *sk, struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) rawv6_err() argument
328 raw6_icmp_error(struct sk_buff *skb, int nexthdr, u8 type, u8 code, int inner_offset, __be32 info) raw6_icmp_error() argument
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda.c483 u32 code; member
585 hda_dsp_get_state_text(u32 code, const struct hda_dsp_msg_code *msg_code, in hda_dsp_get_state_text() argument
591 if (code == msg_code[i].code) in hda_dsp_get_state_text()
655 dev_printk(level, sdev->dev, "status code: %#x (%s)\n", error_code, in hda_dsp_get_state()
658 dev_printk(level, sdev->dev, "error code: %#x (%s)\n", error_code, in hda_dsp_get_state()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex143 generated code is not affected by the setting of
260 unwind through code that has been generated at runtime (e.g., by a
262 information for \emph{all} dynamically generated code because
275 generated code, see \SeeAlso{libunwind-dynamic(3)}.
/third_party/libcoap/src/
H A Dcoap_subscribe.c123 if (pdu->code != COAP_REQUEST_CODE_GET && in coap_persist_observe_add()
124 pdu->code != COAP_REQUEST_CODE_FETCH) in coap_persist_observe_add()
935 if (!ctx->unknown_resource->handler[request->code-1]) in coap_op_dyn_resource_load_disk()
942 ctx->unknown_resource->handler[request->code-1](ctx->unknown_resource, in coap_op_dyn_resource_load_disk()
/third_party/mbedtls/library/
H A Dx509.c46 #define CHECK(code) \
48 if ((ret = (code)) != 0) { \
1743 #define KEY_USAGE(code, name) \
1745 if ((key_usage) & (code)) { \
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp123 make_text_section(const std::string &code, in make_text_section() argument
125 const pipe_binary_program_header header { uint32_t(code.size()) }; in make_text_section()
130 text.data.insert(text.data.end(), code.begin(), code.end()); in make_text_section()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c229 { api_version, (__itt_group_none) } /* !!! Just to avoid unused code elimination !!! */
297 static void __itt_report_error(__itt_error_code code, ...) in __itt_report_error() argument
300 va_start(args, code); in __itt_report_error()
304 handler(code, args); in __itt_report_error()
307 _N_(error_handler)(code, args); in __itt_report_error()
1286 /* !!! Just to avoid unused code elimination !!! */ in init_ittlib()
/third_party/node/src/
H A Dnode_errors.cc121 // code. in GetErrorSource()
126 // 1. Pass a flag around to say "this code was wrapped" in GetErrorSource()
1170 // exit with that code. Otherwise, exit with 1. in TriggerUncaughtException()
1172 Local<Value> code; in TriggerUncaughtException() local
1173 if (process_object->Get(env->context(), exit_code).ToLocal(&code) && in TriggerUncaughtException()
1174 code->IsInt32()) { in TriggerUncaughtException()
1175 env->Exit(code.As<Int32>()->Value()); in TriggerUncaughtException()
H A Dnode_http_parser.cc870 Local<String> code; in Execute() local
875 code = OneByteString(env()->isolate(), in Execute()
880 code = OneByteString(env()->isolate(), llhttp_errno_name(err)); in Execute()
884 obj->Set(env()->context(), env()->code_string(), code).Check(); in Execute()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js225 log.warn(err.code, err.message, {
255 validationError.code = 'EUPDATEARGS'
290 if (err.code === 'EJSONPARSE') {
1395 code: 'ERESOLVE',
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c585 uint8_t *PANDECODE_PTR_VAR(code, mem, shader_ptr); in pandecode_shader_disassemble()
598 disassemble_valhall(pandecode_dump_stream, (const uint64_t *) code, sz, true); in pandecode_shader_disassemble()
600 disassemble_bifrost(pandecode_dump_stream, code, sz, false); in pandecode_shader_disassemble()
603 code, sz, gpu_id, true); in pandecode_shader_disassemble()
/third_party/lwip/src/netif/ppp/
H A Dpppoe.c39 * This code is derived from software contributed to The NetBSD Foundation
45 * 1. Redistributions of source code must retain the above copyright
169 * Return 0 on success, an error code on failure.
501 switch (ph->code) { in pppoe_disc_input()
634 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": unknown code (0x%"X16_F") session = 0x%"X16_F"\n", in pppoe_disc_input()
636 (u16_t)ph->code, session)); in pppoe_disc_input()
638 PPPDEBUG(LOG_DEBUG, ("pppoe: unknown code (0x%"X16_F") session = 0x%"X16_F"\n", (u16_t)ph->code, session)); in pppoe_disc_input()
678 if (ph->code != 0) { in pppoe_data_input()
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc2 // Use of this source code is governed by a BSD-style license that can be
933 void TranslateSourcePositionTable(Isolate* isolate, Handle<BytecodeArray> code, in TranslateSourcePositionTable() argument
938 Handle<ByteArray> source_position_table(code->SourcePositionTable(), isolate); in TranslateSourcePositionTable()
950 code->set_source_position_table(*new_source_position_table, kReleaseStore); in TranslateSourcePositionTable()
952 CodeLinePosInfoRecordEvent(code->GetFirstBytecodeAddress(), in TranslateSourcePositionTable()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c97 FREE(b->code); in radeon_shader_binary_clean()
311 binary->code = MALLOC(binary->code_size * sizeof(unsigned char)); in r600_elf_read()
312 memcpy(binary->code, section_data->d_buf, binary->code_size); in r600_elf_read()
412 memcpy(bc->bytecode, binary->code, binary->code_size); in r600_create_shader()
463 /* Upload code + ROdata */ in evergreen_create_compute_state()
1209 * to have the loop counter in your shader code. We don't currently use in evergreen_init_atom_start_compute_cs()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_dtls.c1047 int dtls1_read_failed(SSL *s, int code) in dtls1_read_failed() argument
1049 if (code > 0) { in dtls1_read_failed()
1059 return code; in dtls1_read_failed()
1065 return code; in dtls1_read_failed()
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp4 * Use of this source code is governed by a BSD-style license that can be
955 SkSL::String code; in SkSLToSPIRV() local
956 if (!this->shaderCompiler()->toSPIRV(*program, &code)) { in SkSLToSPIRV()
960 return code; in SkSLToSPIRV()
966 desc.code = reinterpret_cast<const uint32_t*>(spirvSource.c_str()); in createShaderModule()

Completed in 47 milliseconds

1...<<201202203204205206207208209210>>...274