/kernel/linux/linux-5.10/drivers/pnp/isapnp/ |
H A D | core.c | 144 unsigned char code = 0x6a, msb; in isapnp_key() local 151 write_address(code); in isapnp_key() 154 msb = ((code & 0x01) ^ ((code & 0x02) >> 1)) << 7; in isapnp_key() 155 code = (code >> 1) | msb; in isapnp_key() 156 write_address(code); in isapnp_key() 249 * Perform an isolation. The port selection code now tries to avoid 988 * Print a message. The existing ISAPnP code is hanging machines in isapnp_init()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc2235.c | 797 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in gc2235_set_fmt() 842 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in gc2235_get_fmt() 967 struct v4l2_subdev_mbus_code_enum *code) in gc2235_enum_mbus_code() 969 if (code->index >= MAX_FMTS) in gc2235_enum_mbus_code() 972 code->code = MEDIA_BUS_FMT_SBGGR10_1X10; in gc2235_enum_mbus_code() 1075 dev->format.code = MEDIA_BUS_FMT_SBGGR10_1X10; in gc2235_probe() 965 gc2235_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_mbus_code_enum *code) gc2235_enum_mbus_code() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | dvbsky.c | 180 u32 code = 0xffff, scancode; in dvbsky_rc_query() local 188 code = (ibuf[0] << 8) | ibuf[1]; in dvbsky_rc_query() 189 if (code != 0xffff) { in dvbsky_rc_query() 190 dev_dbg(&d->udev->dev, "rc code: %x\n", code); in dvbsky_rc_query() 191 rc5_command = code & 0x3F; in dvbsky_rc_query() 192 rc5_system = (code & 0x7C0) >> 6; in dvbsky_rc_query() 193 toggle = (code & 0x800) ? 1 : 0; in dvbsky_rc_query()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ati_remote.c | 53 * - When it stops blinking, input the channel code as two digits, from 01 273 unsigned char data; /* Raw key code from remote */ 274 unsigned short code; /* Input layer translation */ member 288 /* "Mouse button" buttons. The code below uses the fact that the 289 * lsbit of the raw code is a down/up indicator. */ 491 * data[2] = the key code (with toggle bit in MSB with some models) in ati_remote_input_report() 520 * MSB is a toggle code, though only used by some devices in ati_remote_input_report() 542 /* Look up event code index in the mouse translation in ati_remote_input_report() 556 * The lsbit of the raw key code is a down/up flag. in ati_remote_input_report() 559 input_event(dev, EV_KEY, ati_remote_tbl[index].code, in ati_remote_input_report() [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-ov2722.c | 672 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in ov2722_set_fmt() 734 fmt->code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov2722_get_fmt() 861 struct v4l2_subdev_mbus_code_enum *code) in ov2722_enum_mbus_code() 863 if (code->index >= MAX_FMTS) in ov2722_enum_mbus_code() 866 code->code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov2722_enum_mbus_code() 992 dev->format.code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov2722_probe() 859 ov2722_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) ov2722_enum_mbus_code() argument
|
/kernel/linux/linux-6.6/drivers/pnp/isapnp/ |
H A D | core.c | 144 unsigned char code = 0x6a, msb; in isapnp_key() local 151 write_address(code); in isapnp_key() 154 msb = ((code & 0x01) ^ ((code & 0x02) >> 1)) << 7; in isapnp_key() 155 code = (code >> 1) | msb; in isapnp_key() 156 write_address(code); in isapnp_key() 249 * Perform an isolation. The port selection code now tries to avoid 988 * Print a message. The existing ISAPnP code is hanging machines in isapnp_init()
|
/kernel/linux/linux-6.6/drivers/extcon/ |
H A D | extcon-max77693.c | 536 unsigned int code; in max77693_muic_dock_button_handler() local 542 code = KEY_PREVIOUSSONG; in max77693_muic_dock_button_handler() 547 code = KEY_NEXTSONG; in max77693_muic_dock_button_handler() 551 code = KEY_VOLUMEDOWN; in max77693_muic_dock_button_handler() 555 code = KEY_VOLUMEUP; in max77693_muic_dock_button_handler() 560 code = KEY_PLAYPAUSE; in max77693_muic_dock_button_handler() 569 input_event(dock, EV_KEY, code, attached); in max77693_muic_dock_button_handler()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx214.c | 478 struct v4l2_subdev_mbus_code_enum *code) in imx214_enum_mbus_code() 480 if (code->index > 0) in imx214_enum_mbus_code() 483 code->code = IMX214_MBUS_CODE; in imx214_enum_mbus_code() 492 if (fse->code != IMX214_MBUS_CODE) in imx214_enum_frame_size() 607 __format->code = IMX214_MBUS_CODE; in imx214_set_format() 826 fie->code = IMX214_MBUS_CODE; in imx214_enum_frame_interval() 476 imx214_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) imx214_enum_mbus_code() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-lg.c | 693 clear_bit(usage->code, *bit); in lg_input_mapped() 696 if (usage->type == EV_ABS && (usage->code == ABS_X || in lg_input_mapped() 697 usage->code == ABS_Y || usage->code == ABS_Z || in lg_input_mapped() 698 usage->code == ABS_RZ)) { in lg_input_mapped() 727 if ((drv_data->quirks & LG_INVERT_HWHEEL) && usage->code == REL_HWHEEL) { in lg_event() 728 input_event(field->hidinput->input, usage->type, usage->code, in lg_event()
|
/kernel/linux/linux-6.6/drivers/iio/frequency/ |
H A D | ad9523.c | 636 unsigned int code; in ad9523_read_raw() local 655 code = (AD9523_CLK_DIST_DIV_PHASE_REV(ret) * 3141592) / in ad9523_read_raw() 657 *val = code / 1000000; in ad9523_read_raw() 658 *val2 = code % 1000000; in ad9523_read_raw() 673 int ret, tmp, code; in ad9523_write_raw() local 703 code = val * 1000000 + val2 % 1000000; in ad9523_write_raw() 704 tmp = (code * AD9523_CLK_DIST_DIV_REV(ret)) / 3141592; in ad9523_write_raw()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_exthdr.c | 5 * Development of this code funded by Astaro AG (http://www.astaro.com/) 71 regs->verdict.code = NFT_BREAK; in nft_exthdr_ipv6_eval() 167 regs->verdict.code = NFT_BREAK; in nft_exthdr_ipv4_eval() 231 regs->verdict.code = NFT_BREAK; in nft_exthdr_tcp_eval() 311 regs->verdict.code = NFT_BREAK; in nft_exthdr_tcp_set_eval() 364 regs->verdict.code = NFT_BREAK; in nft_exthdr_tcp_strip_eval() 368 regs->verdict.code = NF_DROP; in nft_exthdr_tcp_strip_eval() 409 regs->verdict.code = NFT_BREAK; in nft_exthdr_sctp_eval()
|
/third_party/curl/lib/ |
H A D | krb5.c | 14 * 1. Redistributions of source code must retain the above copyright 742 int code; in sec_set_protection_level() local 764 code = ftp_send_command(data, "PBSZ %u", buffer_size); in sec_set_protection_level() 765 if(code < 0) in sec_set_protection_level() 768 if(code/100 != 2) { in sec_set_protection_level() 786 code = ftp_send_command(data, "PROT %c", level_to_char(level)); in sec_set_protection_level() 788 if(code < 0) in sec_set_protection_level() 791 if(code/100 != 2) { in sec_set_protection_level() 846 "returned ftp code: 504).", mech->name); in choose_mech() 850 "ftp code in choose_mech() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 660 String get(String tableName, String code) { in get() argument 661 return get(tableName, null, code); in get() 664 String get(String tableName, String subTableName, String code) { in get() argument 665 return nullIfNotFound ? null : code; in get() 684 public String get(String tableName, String subTableName, String code) { in get() argument 686 code, nullIfNotFound ? null : code); in get()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 638 String get(String tableName, String code) { in get() argument 639 return get(tableName, null, code); in get() 642 String get(String tableName, String subTableName, String code) { in get() argument 643 return nullIfNotFound ? null : code; in get() 662 public String get(String tableName, String subTableName, String code) { in get() argument 664 code, nullIfNotFound ? null : code); in get()
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 52 // be established. The calling process can however retrieve the error code in VerifyCallback() 79 const auto code = ERR_peek_last_error(); in CSPRNG() local 83 if (ERR_GET_LIB(code) == ERR_LIB_RAND) { in CSPRNG() 84 const auto reason = ERR_GET_REASON(code); in CSPRNG() 554 char code[128]; in SetFipsCrypto() local 555 snprintf(code, sizeof(code), "ERR_%s%s%s", prefix, lib, reason.c_str()); in SetFipsCrypto() 559 OneByteString(env->isolate(), code)).IsNothing()) in SetFipsCrypto()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_program.c | 403 prog->code = info_out.bin.code; in nv50_program_translate() 491 /* Out of space: evict everything to compactify the code segment, hoping in nv50_program_upload_code() 499 debug_printf("WARNING: out of code space, evicting all shaders.\n"); in nv50_program_upload_code() 502 NOUVEAU_ERR("shader too large (0x%x) to fit in code space ?\n", size); in nv50_program_upload_code() 508 /* CP code must be uploaded in FP code segment. */ in nv50_program_upload_code() 524 nv50_ir_relocate_code(prog->fixups, prog->code, prog->code_base, 0, 0); in nv50_program_upload_code() 526 nv50_ir_apply_fixups(prog->interps, prog->code, in nv50_program_upload_code() 532 nv50_sifc_linear_u8(&nv50->base, nv50->screen->code, in nv50_program_upload_code() [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc.cc | 2 // Use of this source code is governed by a BSD-style license that can be 71 // eliminate dead code. in IsLiveAtTarget() 151 // For all blocks, find the list of jumps that jump over code unreachable from in ComputePostDominatingHoles() 455 reg.code()); in DropRegisterValue() 458 target_reg.code()); in DropRegisterValue() 699 reg.code()); in ForceAllocate() 708 MachineRepresentation::kTagged, reg.code()); in ForceAllocate() 714 register_values_[reg.code()] = node; in SetRegister() 727 MachineRepresentation::kTagged, reg.code()); in TryAllocateRegister() 820 reg.code()}; in MergeRegisterValues() [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
H A D | main.go | 332 switch result.code { 345 fmt.Fprintf(row, alignCenter(result.code, columnWidth)) 478 code statusCode 556 return status{code: pass, timeTaken: timeTaken} 564 return status{code: skip, timeTaken: timeTaken} 567 // Compiler returned non-zero exit code 572 return status{code: fail, err: err, timeTaken: timeTaken} 575 // Compiler returned zero exit code, or output was not as expected 600 return status{code: fail, err: err, timeTaken: timeTaken} 620 // large corpora of tests for which the generated code i [all...] |
/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/ |
H A D | js_insight_intent_driver_utils.cpp | 33 napi_set_named_property(env, objValue, "code", CreateJsValue(env, result.code)); in CreateJsExecuteResult()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | sender_info.h | 31 int32_t code; member
|
H A D | remote_on_listener_stub.h | 36 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | free_install_observer_stub.h | 48 * @param code The IPC code. 52 * @return Error code of calling the function. 55 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 65 * @return Error code of calling the function. 74 * @return Error code of calling the function.
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
H A D | mock_overlay_manager.cpp | 34 int OverlayManagerHost::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_death_recipient_stub.h | 27 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_host_delegate_stub.h | 32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|