Home
last modified time | relevance | path

Searched refs:state (Results 2976 - 3000 of 20453) sorted by relevance

1...<<111112113114115116117118119120>>...819

/kernel/linux/linux-6.6/drivers/tty/
H A Dsysrq.c677 static void sysrq_parse_reset_sequence(struct sysrq_state *state) in sysrq_parse_reset_sequence() argument
682 state->reset_seq_cnt = 0; in sysrq_parse_reset_sequence()
690 __set_bit(key, state->reset_keybit); in sysrq_parse_reset_sequence()
691 state->reset_seq_len++; in sysrq_parse_reset_sequence()
693 if (test_bit(key, state->key_down)) in sysrq_parse_reset_sequence()
694 state->reset_seq_cnt++; in sysrq_parse_reset_sequence()
698 state->reset_canceled = state->reset_seq_cnt != 0; in sysrq_parse_reset_sequence()
700 state->reset_seq_version = sysrq_reset_seq_version; in sysrq_parse_reset_sequence()
705 struct sysrq_state *state in sysrq_do_reset() local
712 sysrq_handle_reset_request(struct sysrq_state *state) sysrq_handle_reset_request() argument
724 sysrq_detect_reset_sequence(struct sysrq_state *state, unsigned int code, int value) sysrq_detect_reset_sequence() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dnoise.c74 handshake->state = HANDSHAKE_ZEROED; in wg_noise_handshake_init()
85 handshake->state = HANDSHAKE_ZEROED; in handshake_zero()
307 struct blake2s_state state; in hmac() local
313 blake2s_init(&state, BLAKE2S_HASH_SIZE); in hmac()
314 blake2s_update(&state, key, keylen); in hmac()
315 blake2s_final(&state, x_key); in hmac()
322 blake2s_init(&state, BLAKE2S_HASH_SIZE); in hmac()
323 blake2s_update(&state, x_key, BLAKE2S_BLOCK_SIZE); in hmac()
324 blake2s_update(&state, in, inlen); in hmac()
325 blake2s_final(&state, i_has in hmac()
731 enum noise_handshake_state state = HANDSHAKE_ZEROED; wg_noise_handshake_consume_response() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h299 * @STATUS_RFKILL_HW: the actual HW state of the RF-kill switch
300 * @STATUS_RFKILL_OPMODE: RF-kill state reported to opmode
301 * @STATUS_FW_ERROR: the fw is in error state
554 * @set_pmi: set the power pmi state
629 void (*set_pmi)(struct iwl_trans *trans, bool state);
661 * enum iwl_trans_state - state of the transport layer
677 * power state (e.g. idle or suspend to RAM) at the same time and the
692 * be confused with the physical device power state.
823 * @internal_ini_cfg: internal debug cfg state. Uses &enum iwl_ini_cfg_state
824 * @external_ini_cfg: external debug cfg state
1085 enum iwl_trans_state state; global() member
1519 iwl_trans_set_pmi(struct iwl_trans *trans, bool state) iwl_trans_set_pmi() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c395 if (crtc->state) in lsdc_crtc_reset()
396 crtc->funcs->atomic_destroy_state(crtc, crtc->state); in lsdc_crtc_reset()
410 struct drm_crtc_state *state) in lsdc_crtc_atomic_destroy_state()
412 struct lsdc_crtc_state *priv_state = to_lsdc_crtc_state(state); in lsdc_crtc_atomic_destroy_state()
431 old_priv_state = to_lsdc_crtc_state(crtc->state); in lsdc_crtc_atomic_duplicate_state()
578 struct drm_display_mode *mode = &crtc->state->mode; in lsdc_pixpll_show_clock()
699 const struct drm_crtc_state *state) in lsdc_crtc_atomic_print_state()
704 priv_state = container_of_const(state, struct lsdc_crtc_state, base); in lsdc_crtc_atomic_print_state()
774 struct drm_crtc_state *state) in lsdc_pixpll_atomic_check()
779 struct lsdc_crtc_state *priv_state = to_lsdc_crtc_state(state); in lsdc_pixpll_atomic_check()
409 lsdc_crtc_atomic_destroy_state(struct drm_crtc *crtc, struct drm_crtc_state *state) lsdc_crtc_atomic_destroy_state() argument
698 lsdc_crtc_atomic_print_state(struct drm_printer *p, const struct drm_crtc_state *state) lsdc_crtc_atomic_print_state() argument
773 lsdc_pixpll_atomic_check(struct drm_crtc *crtc, struct drm_crtc_state *state) lsdc_pixpll_atomic_check() argument
793 lsdc_crtc_helper_atomic_check(struct drm_crtc *crtc, struct drm_atomic_state *state) lsdc_crtc_helper_atomic_check() argument
810 struct drm_crtc_state *state = crtc->state; lsdc_crtc_mode_set_nofb() local
855 lsdc_crtc_atomic_enable(struct drm_crtc *crtc, struct drm_atomic_state *state) lsdc_crtc_atomic_enable() argument
866 lsdc_crtc_atomic_disable(struct drm_crtc *crtc, struct drm_atomic_state *state) lsdc_crtc_atomic_disable() argument
883 lsdc_crtc_atomic_flush(struct drm_crtc *crtc, struct drm_atomic_state *state) lsdc_crtc_atomic_flush() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dbcm3510.c81 static int bcm3510_writebytes (struct bcm3510_state *state, u8 reg, u8 *buf, u8 len) in bcm3510_writebytes() argument
85 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b, .len = len + 1 }; in bcm3510_writebytes()
94 if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) { in bcm3510_writebytes()
97 __func__, state->config->demod_address, reg, err); in bcm3510_writebytes()
104 static int bcm3510_readbytes (struct bcm3510_state *state, u8 reg, u8 *buf, u8 len) in bcm3510_readbytes() argument
107 { .addr = state->config->demod_address, .flags = 0, .buf = &reg, .len = 1 }, in bcm3510_readbytes()
108 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = buf, .len = len } in bcm3510_readbytes()
114 if ((err = i2c_transfer (state->i2c, msg, 2)) != 2) { in bcm3510_readbytes()
116 __func__, state->config->demod_address, reg, err); in bcm3510_readbytes()
126 static int bcm3510_writeB(struct bcm3510_state *state, u argument
131 bcm3510_readB(struct bcm3510_state *state, u8 reg, bcm3510_register_value *v) bcm3510_readB() argument
600 struct bcm3510_state* state = fe->demodulator_priv; bcm3510_release() local
799 struct bcm3510_state* state = NULL; bcm3510_attach() local
[all...]
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c509 read_address (struct read_address_state *state, Dwarf_Addr *addr) in read_address() argument
511 if ((state->n = getline (&state->line, &state->linesz, state->f)) < 1 || in read_address()
512 state->line[state->n - 2] == ']') in read_address()
514 *addr = strtoull (state->line, &state->p, 16); in read_address()
515 state in read_address()
527 struct read_address_state state = { NULL, NULL, 0, 0, NULL, NULL }; intuit_kernel_bounds() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fast_clear.c392 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_fast_clear_flush_state() local
395 state->fast_clear_flush.dcc_decompress_pipeline, &state->alloc); in radv_device_finish_meta_fast_clear_flush_state()
397 state->fast_clear_flush.fmask_decompress_pipeline, &state->alloc); in radv_device_finish_meta_fast_clear_flush_state()
399 state->fast_clear_flush.cmask_eliminate_pipeline, &state->alloc); in radv_device_finish_meta_fast_clear_flush_state()
400 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->fast_clear_flush.p_layout, in radv_device_finish_meta_fast_clear_flush_state()
401 &state->alloc); in radv_device_finish_meta_fast_clear_flush_state()
404 state in radv_device_finish_meta_fast_clear_flush_state()
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_core.c1113 snmp_next_oid_init(struct snmp_next_oid_state *state, in snmp_next_oid_init() argument
1117 state->start_oid = start_oid; in snmp_next_oid_init()
1118 state->start_oid_len = start_oid_len; in snmp_next_oid_init()
1119 state->next_oid = next_oid_buf; in snmp_next_oid_init()
1120 state->next_oid_len = 0; in snmp_next_oid_init()
1121 state->next_oid_max_len = next_oid_max_len; in snmp_next_oid_init()
1122 state->status = SNMP_NEXT_OID_STATUS_NO_MATCH; in snmp_next_oid_init()
1129 snmp_next_oid_precheck(struct snmp_next_oid_state *state, const u32_t *oid, u8_t oid_len) in snmp_next_oid_precheck() argument
1131 if (state->status != SNMP_NEXT_OID_STATUS_BUF_TO_SMALL) { in snmp_next_oid_precheck()
1132 u8_t start_oid_len = (oid_len < state in snmp_next_oid_precheck()
1149 snmp_next_oid_check(struct snmp_next_oid_state *state, const u32_t *oid, u8_t oid_len, void *reference) snmp_next_oid_check() argument
[all...]
/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_impl.cpp44 int32_t state = BTStateID::STATE_TURN_OFF; in GetState() local
45 *errCode = host->GetBtState(state); in GetState()
47 switch (state) { in GetState()
65 HILOGE("get state failed"); in GetState()
70 if (enableBle && (state == BTStateID::STATE_TURN_OFF)) { in GetState()
73 } else if (!enableBle && (state == BTStateID::STATE_TURN_OFF)) { in GetState()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dintf_animation_internal.h33 /** Undefined state */
48 * animation state was changed.
51 /** The animation whose state changed. */
53 /** The new state. */
54 AnimationTargetState state; member
55 /** Previous state. */
59 * @brief Resets the animation clock to initial state.
66 /** Target state. If AnimationState::UNDEFINED, a suitable state shall be
68 AnimationTargetState state { AnimationTargetStat
[all...]
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/utils/
H A Dmultistages_capture_request_task_manager.h28 NORMAL = 0, // state of photo in normal album
29 TRASHED, // state of photo in trashed album
30 DELETED, // state of photo delete from trashed album
40 PhotoState state; member
42 LowQualityPhotoInfo() : fileId(0), state(PhotoState::NORMAL), requestCount(0) {} in LowQualityPhotoInfo()
43 LowQualityPhotoInfo(int32_t fileId, PhotoState state, int32_t count) in LowQualityPhotoInfo()
44 : fileId(fileId), state(state), requestCount(count) {} in LowQualityPhotoInfo()
/foundation/resourceschedule/ffrt/src/sched/
H A Dload_tracking.h37 TaskSwitchState state; member
60 void Record(TaskSwitchState state) in Record() argument
62 static_cast<T*>(this)->RecordImpl(state); in Record()
85 void RecordImpl(TaskSwitchState state) in RecordImpl() argument
87 (void)state; in RecordImpl()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_manager_usb_test.cpp59 SharingIfaceState state; in HWTEST_F() local
60 DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingState(SharingIfaceType::SHARING_USB, state); in HWTEST_F()
69 SharingIfaceState state; in HWTEST_F() local
70 DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingState(SharingIfaceType::SHARING_USB, state); in HWTEST_F()
71 EXPECT_NE(state, SharingIfaceState::SHARING_NIC_SERVING); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_manager_usb_test.cpp59 SharingIfaceState state; in HWTEST_F() local
60 DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingState(SharingIfaceType::SHARING_USB, state); in HWTEST_F()
69 SharingIfaceState state; in HWTEST_F() local
70 DelayedSingleton<NetworkShareClient>::GetInstance()->GetSharingState(SharingIfaceType::SHARING_USB, state); in HWTEST_F()
71 EXPECT_NE(state, SharingIfaceState::SHARING_NIC_SERVING); in HWTEST_F()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dpm.c42 static int nds32_pm_valid(suspend_state_t state) in nds32_pm_valid() argument
44 switch (state) { in nds32_pm_valid()
54 static int nds32_pm_enter(suspend_state_t state) in nds32_pm_enter() argument
56 pr_debug("%s:state:%d\n", __func__, state); in nds32_pm_enter()
57 switch (state) { in nds32_pm_enter()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.h37 struct drm_plane_state *state);
38 void skl_update_planes_on_crtc(struct intel_atomic_state *state,
40 void i9xx_update_planes_on_crtc(struct intel_atomic_state *state,
46 int intel_plane_atomic_check(struct intel_atomic_state *state,
52 int intel_plane_calc_min_cdclk(struct intel_atomic_state *state,
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_ct_fast.c15 unsigned int state; in nft_ct_get_fast_eval() local
22 state = NF_CT_STATE_BIT(ctinfo); in nft_ct_get_fast_eval()
24 state = NF_CT_STATE_UNTRACKED_BIT; in nft_ct_get_fast_eval()
26 state = NF_CT_STATE_INVALID_BIT; in nft_ct_get_fast_eval()
27 *dest = state; in nft_ct_get_fast_eval()
/third_party/curl/lib/
H A Dhostasyn.c73 data->state.async.status = status; in Curl_addrinfo_callback()
81 data->state.async.hostname, 0, in Curl_addrinfo_callback()
82 data->state.async.port); in Curl_addrinfo_callback()
97 data->state.async.dns = dns; in Curl_addrinfo_callback()
102 data->state.async.done = TRUE; in Curl_addrinfo_callback()
/third_party/node/deps/base64/base64/include/
H A Dlibbase64.h77 /* Call this before calling base64_stream_encode() to init the state. See above
80 ( struct base64_state *state
90 ( struct base64_state *state
102 ( struct base64_state *state
119 /* Call this before calling base64_stream_decode() to init the state. See above
122 ( struct base64_state *state
135 ( struct base64_state *state
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-utils-gen.h35 explicit Name##Assembler(compiler::CodeAssemblerState* state) \
36 : AssemblerBase(state) {} \
51 void Builtins::Generate_##Name(compiler::CodeAssemblerState* state) { \
52 Name##Assembler assembler(state); \
53 state->SetInitialDebugInformation(#Name, __FILE__, __LINE__); \
/third_party/skia/third_party/externals/icu/scripts/
H A Deucjp_gen.sh36 <icu:state> 0-7f, 8e:2, 8f:3, a1-fe:1
37 <icu:state> a1-fe
38 <icu:state> a1-df
39 <icu:state> a1-fe:1, a1:4, a3-a5:4, a8:4, ac-af:4, ee-f2:4, f4-fe:4
40 <icu:state> a1-fe.u
/third_party/typescript/tests/baselines/reference/
H A DprivateNameAccessorsAccess.js29 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
31 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
32 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNameMethodAccess.js27 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
29 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
30 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNameMethodAsync.js18 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
20 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
21 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNameMethodClassExpression.js16 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
18 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
19 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);

Completed in 29 milliseconds

1...<<111112113114115116117118119120>>...819