Home
last modified time | relevance | path

Searched refs:state (Results 3301 - 3325 of 20609) sorted by relevance

1...<<131132133134135136137138139140>>...825

/kernel/linux/linux-5.10/include/linux/
H A Dpsci.h19 int psci_cpu_suspend_enter(u32 state);
20 bool psci_power_state_is_valid(u32 state);
26 int (*cpu_suspend)(u32 state, unsigned long entry_point);
27 int (*cpu_off)(u32 state);
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_fbc.h20 struct intel_atomic_state *state);
22 bool intel_fbc_pre_update(struct intel_atomic_state *state,
24 void intel_fbc_post_update(struct intel_atomic_state *state,
27 void intel_fbc_enable(struct intel_atomic_state *state,
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_framebuffer.c17 struct drm_atomic_state *state) in sun4i_de_atomic_check()
21 ret = drm_atomic_helper_check_modeset(dev, state); in sun4i_de_atomic_check()
25 ret = drm_atomic_normalize_zpos(dev, state); in sun4i_de_atomic_check()
29 return drm_atomic_helper_check_planes(dev, state); in sun4i_de_atomic_check()
16 sun4i_de_atomic_check(struct drm_device *dev, struct drm_atomic_state *state) sun4i_de_atomic_check() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dcsi_rx_public.h26 * @brief Get the csi rx frontend state.
27 * Get the state of the csi rx frontend regiester-set.
30 * @param[out] state Point to the register-state.
34 csi_rx_fe_ctrl_state_t *state);
36 * @brief Dump the csi rx frontend state.
37 * Dump the state of the csi rx frontend regiester-set.
40 * @param[in] state Point to the register-state.
44 csi_rx_fe_ctrl_state_t *state);
[all...]
H A Disys_stream2mmio_public.h25 * @brief Get the stream2mmio-controller state.
26 * Get the state of the stream2mmio-controller regiester-set.
29 * @param[out] state Point to the register-state.
33 stream2mmio_state_t *state);
36 * @brief Get the state of the stream2mmio-controller sidess.
37 * Get the state of the register set per buf-controller sidess.
41 * @param[out] state Point to the sid state.
46 stream2mmio_sid_state_t *state);
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dcsi_rx_public.h26 * @brief Get the csi rx frontend state.
27 * Get the state of the csi rx frontend regiester-set.
30 * @param[out] state Point to the register-state.
34 csi_rx_fe_ctrl_state_t *state);
36 * @brief Dump the csi rx frontend state.
37 * Dump the state of the csi rx frontend regiester-set.
40 * @param[in] state Point to the register-state.
44 csi_rx_fe_ctrl_state_t *state);
[all...]
H A Disys_stream2mmio_public.h25 * @brief Get the stream2mmio-controller state.
26 * Get the state of the stream2mmio-controller regiester-set.
29 * @param[out] state Point to the register-state.
33 stream2mmio_state_t *state);
36 * @brief Get the state of the stream2mmio-controller sidess.
37 * Get the state of the register set per buf-controller sidess.
41 * @param[out] state Point to the sid state.
46 stream2mmio_sid_state_t *state);
[all...]
/kernel/linux/linux-6.6/block/partitions/
H A Dultrix.c12 int ultrix_partition(struct parsed_partitions *state) in ultrix_partition() argument
29 data = read_part_sector(state, (16384 - sizeof(*label))/512, &sect); in ultrix_partition()
38 put_partition(state, i+1, in ultrix_partition()
42 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ultrix_partition()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_framebuffer.c18 struct drm_atomic_state *state) in sun4i_de_atomic_check()
22 ret = drm_atomic_helper_check_modeset(dev, state); in sun4i_de_atomic_check()
26 ret = drm_atomic_normalize_zpos(dev, state); in sun4i_de_atomic_check()
30 return drm_atomic_helper_check_planes(dev, state); in sun4i_de_atomic_check()
17 sun4i_de_atomic_check(struct drm_device *dev, struct drm_atomic_state *state) sun4i_de_atomic_check() argument
/third_party/elfutils/libelf/
H A Delf_getident.c57 || (offsetof (struct Elf, state.elf32.ehdr) in elf_getident()
58 == offsetof (struct Elf, state.elf64.ehdr)) in elf_getident()
59 ? elf->state.elf32.ehdr->e_ident in elf_getident()
60 : elf->state.elf64.ehdr->e_ident); in elf_getident()
/third_party/node/deps/base64/base64/lib/
H A Dcodecs.h9 ( struct base64_state *state \
18 ( struct base64_state *state \
42 UNUSED(state); \
51 UNUSED(state); \
/third_party/musl/Benchmark/musl/
H A Dlibc_sched.cpp23 static void Bm_function_sched_yield(benchmark::State &state) in Bm_function_sched_yield() argument
25 for (auto _ : state) { in Bm_function_sched_yield()
36 static void Bm_function_Clone(benchmark::State &state) in Bm_function_Clone() argument
44 for (auto _ : state) { in Bm_function_Clone()
/third_party/typescript/tests/baselines/reference/
H A DobjectLitArrayDeclNoNew.js21 var state:IState= null;
24 endState: state
42 var state = null;
45 endState: state
/third_party/skia/include/private/
H A DSkOnce.h26 auto state = fState.load(std::memory_order_acquire); in operator ()() local
28 if (state == Done) { in operator ()()
33 if (state == NotStarted && fState.compare_exchange_strong(state, Claimed, in operator ()()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c91 if (!test_bit(__FM10K_MACVLAN_DISABLE, interface->state) && in fm10k_macvlan_schedule()
92 !test_and_set_bit(__FM10K_MACVLAN_SCHED, interface->state)) { in fm10k_macvlan_schedule()
93 clear_bit(__FM10K_MACVLAN_REQUEST, interface->state); in fm10k_macvlan_schedule()
102 set_bit(__FM10K_MACVLAN_REQUEST, interface->state); in fm10k_macvlan_schedule()
116 set_bit(__FM10K_MACVLAN_DISABLE, interface->state); in fm10k_stop_macvlan_task()
127 clear_bit(__FM10K_MACVLAN_SCHED, interface->state); in fm10k_stop_macvlan_task()
140 clear_bit(__FM10K_MACVLAN_DISABLE, interface->state); in fm10k_resume_macvlan_task()
145 if (test_bit(__FM10K_MACVLAN_REQUEST, interface->state)) in fm10k_resume_macvlan_task()
151 if (!test_bit(__FM10K_SERVICE_DISABLE, interface->state) && in fm10k_service_event_schedule()
152 !test_and_set_bit(__FM10K_SERVICE_SCHED, interface->state)) { in fm10k_service_event_schedule()
2398 fm10k_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) fm10k_io_error_detected() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c90 if (!test_bit(__FM10K_MACVLAN_DISABLE, interface->state) && in fm10k_macvlan_schedule()
91 !test_and_set_bit(__FM10K_MACVLAN_SCHED, interface->state)) { in fm10k_macvlan_schedule()
92 clear_bit(__FM10K_MACVLAN_REQUEST, interface->state); in fm10k_macvlan_schedule()
101 set_bit(__FM10K_MACVLAN_REQUEST, interface->state); in fm10k_macvlan_schedule()
115 set_bit(__FM10K_MACVLAN_DISABLE, interface->state); in fm10k_stop_macvlan_task()
126 clear_bit(__FM10K_MACVLAN_SCHED, interface->state); in fm10k_stop_macvlan_task()
139 clear_bit(__FM10K_MACVLAN_DISABLE, interface->state); in fm10k_resume_macvlan_task()
144 if (test_bit(__FM10K_MACVLAN_REQUEST, interface->state)) in fm10k_resume_macvlan_task()
150 if (!test_bit(__FM10K_SERVICE_DISABLE, interface->state) && in fm10k_service_event_schedule()
151 !test_and_set_bit(__FM10K_SERVICE_SCHED, interface->state)) { in fm10k_service_event_schedule()
2392 fm10k_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) fm10k_io_error_detected() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c379 if (aconnector->dc_sink && connector->state) { in dm_dp_mst_get_modes()
388 connector->state->hdcp_content_type = in dm_dp_mst_get_modes()
390 connector->state->content_protection = in dm_dp_mst_get_modes()
419 struct drm_atomic_state *state) in dm_mst_atomic_best_encoder()
421 struct drm_connector_state *connector_state = drm_atomic_get_new_connector_state(state, in dm_mst_atomic_best_encoder()
500 struct drm_atomic_state *state) in dm_dp_mst_atomic_check()
506 return drm_dp_atomic_release_time_slots(state, mst_mgr, mst_port); in dm_dp_mst_atomic_check()
613 * Initialize connector state before adding the connectror to drm and in dm_dp_add_mst_connector()
889 static int increase_dsc_bpp(struct drm_atomic_state *state, in increase_dsc_bpp() argument
945 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
418 dm_mst_atomic_best_encoder(struct drm_connector *connector, struct drm_atomic_state *state) dm_mst_atomic_best_encoder() argument
499 dm_dp_mst_atomic_check(struct drm_connector *connector, struct drm_atomic_state *state) dm_dp_mst_atomic_check() argument
993 try_disable_dsc(struct drm_atomic_state *state, struct dc_link *dc_link, struct dsc_mst_fairness_params *params, struct dsc_mst_fairness_vars *vars, int count, int k) try_disable_dsc() argument
1065 compute_mst_dsc_configs_for_link(struct drm_atomic_state *state, struct dc_state *dc_state, struct dc_link *dc_link, struct dsc_mst_fairness_vars *vars, struct drm_dp_mst_topology_mgr *mgr, int *link_vars_start_index) compute_mst_dsc_configs_for_link() argument
1198 is_dsc_need_re_compute( struct drm_atomic_state *state, struct dc_state *dc_state, struct dc_link *dc_link) is_dsc_need_re_compute() argument
1296 compute_mst_dsc_configs_for_state(struct drm_atomic_state *state, struct dc_state *dc_state, struct dsc_mst_fairness_vars *vars) compute_mst_dsc_configs_for_state() argument
1360 pre_compute_mst_dsc_configs_for_state(struct drm_atomic_state *state, struct dc_state *dc_state, struct dsc_mst_fairness_vars *vars) pre_compute_mst_dsc_configs_for_state() argument
1410 find_crtc_index_in_state_by_stream(struct drm_atomic_state *state, struct dc_stream_state *stream) find_crtc_index_in_state_by_stream() argument
1441 is_dsc_precompute_needed(struct drm_atomic_state *state) is_dsc_precompute_needed() argument
1462 pre_validate_dsc(struct drm_atomic_state *state, struct dm_atomic_state **dm_state_ptr, struct dsc_mst_fairness_vars *vars) pre_validate_dsc() argument
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_record_manager.cpp69 record->state = SCHEDULE_FOREGROUND; in StartLauncher()
289 if (topToken != LAUNCHER_TOKEN && topRecord->state != SCHEDULE_BACKGROUND) { in StartAbility()
304 if (topRecord->state != SCHEDULE_STOP && topRecord->token != LAUNCHER_TOKEN) { in StartAbility()
307 if (topRecord->state == SCHEDULE_BACKGROUND) { in StartAbility()
341 if (topRecord->state == SCHEDULE_STOP) { in StartAbility()
406 if (topToken != token && topRecord->state == SCHEDULE_BACKGROUND) { in TerminateAbility()
501 if (launcherRecord->state != SCHEDULE_FOREGROUND) { in ForceStopBundle()
582 if (curRecord->state == SCHEDULE_FOREGROUND) { in PreCheckStartAbility()
583 HILOG_ERROR(HILOG_MODULE_AAFWK, "PreCheckStartAbility current state active."); in PreCheckStartAbility()
584 } else if (curRecord->state in PreCheckStartAbility()
945 SchedulerLifecycle(uint64_t token, int32_t state) SchedulerLifecycle() argument
959 SetAbilityStateAndNotify(uint64_t token, int32_t state) SetAbilityStateAndNotify() argument
971 ScheduleLifecycleInner(const AbilityRecord *record, int32_t state) ScheduleLifecycleInner() argument
1013 SchedulerAbilityLifecycle(SliteAbility *ability, const Want &want, int32_t state) SchedulerAbilityLifecycle() argument
1034 SchedulerLifecycleDone(uint64_t token, int32_t state) SchedulerLifecycleDone() argument
1062 SendMsgToAbilityThread(int32_t state, const AbilityRecord *record) SendMsgToAbilityThread() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Drmd320.c22 u32 state[10]; member
49 static void rmd320_transform(u32 *state, const __le32 *in) in rmd320_transform() argument
54 aa = state[0]; in rmd320_transform()
55 bb = state[1]; in rmd320_transform()
56 cc = state[2]; in rmd320_transform()
57 dd = state[3]; in rmd320_transform()
58 ee = state[4]; in rmd320_transform()
61 aaa = state[5]; in rmd320_transform()
62 bbb = state[6]; in rmd320_transform()
63 ccc = state[ in rmd320_transform()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-omap.c587 dev_err(dev, "failed to select pinctrl state\n"); in sdhci_omap_set_timing()
977 dev_err(dev, "no pinctrl state for %s mode", mode); in sdhci_omap_iodelay_pinctrl_state()
993 struct pinctrl_state *state; in sdhci_omap_config_iodelay_pinctrl_state() local
1012 state = pinctrl_lookup_state(omap_host->pinctrl, "default"); in sdhci_omap_config_iodelay_pinctrl_state()
1013 if (IS_ERR(state)) { in sdhci_omap_config_iodelay_pinctrl_state()
1014 dev_err(dev, "no pinctrl state for default mode\n"); in sdhci_omap_config_iodelay_pinctrl_state()
1015 return PTR_ERR(state); in sdhci_omap_config_iodelay_pinctrl_state()
1017 pinctrl_state[MMC_TIMING_LEGACY] = state; in sdhci_omap_config_iodelay_pinctrl_state()
1019 state = sdhci_omap_iodelay_pinctrl_state(omap_host, "sdr104", caps, in sdhci_omap_config_iodelay_pinctrl_state()
1021 if (!IS_ERR(state)) in sdhci_omap_config_iodelay_pinctrl_state()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-omap.c618 dev_err(dev, "failed to select pinctrl state\n"); in sdhci_omap_set_timing()
1103 dev_err(dev, "no pinctrl state for %s mode", mode); in sdhci_omap_iodelay_pinctrl_state()
1119 struct pinctrl_state *state; in sdhci_omap_config_iodelay_pinctrl_state() local
1138 state = pinctrl_lookup_state(omap_host->pinctrl, "default"); in sdhci_omap_config_iodelay_pinctrl_state()
1139 if (IS_ERR(state)) { in sdhci_omap_config_iodelay_pinctrl_state()
1140 dev_err(dev, "no pinctrl state for default mode\n"); in sdhci_omap_config_iodelay_pinctrl_state()
1141 return PTR_ERR(state); in sdhci_omap_config_iodelay_pinctrl_state()
1143 pinctrl_state[MMC_TIMING_LEGACY] = state; in sdhci_omap_config_iodelay_pinctrl_state()
1145 state = sdhci_omap_iodelay_pinctrl_state(omap_host, "sdr104", caps, in sdhci_omap_config_iodelay_pinctrl_state()
1147 if (!IS_ERR(state)) in sdhci_omap_config_iodelay_pinctrl_state()
[all...]
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_typec.c163 * Map the Type-C Mux state to retimer state and call the retimer set function. We need this
164 * because we re-use the Type-C mux state for retimers.
166 static int cros_typec_retimer_set(struct typec_retimer *retimer, struct typec_mux_state state) in cros_typec_retimer_set() argument
169 .alt = state.alt, in cros_typec_retimer_set()
170 .mode = state.mode, in cros_typec_retimer_set()
171 .data = state.data, in cros_typec_retimer_set()
179 port->state.alt = NULL; in cros_typec_usb_disconnect_state()
180 port->state.mode = TYPEC_STATE_USB; in cros_typec_usb_disconnect_state()
181 port->state in cros_typec_usb_disconnect_state()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_timeline.c77 static void __mock_hwsp_record(struct mock_hwsp_freelist *state, in __mock_hwsp_record() argument
81 tl = xchg(&state->history[idx], tl); in __mock_hwsp_record()
83 radix_tree_delete(&state->cachelines, hwsp_cacheline(tl)); in __mock_hwsp_record()
89 static int __mock_hwsp_timeline(struct mock_hwsp_freelist *state, in __mock_hwsp_timeline() argument
100 tl = intel_timeline_create(state->gt); in __mock_hwsp_timeline()
111 err = radix_tree_insert(&state->cachelines, cacheline, tl); in __mock_hwsp_timeline()
122 idx = state->count++ % state->max; in __mock_hwsp_timeline()
123 __mock_hwsp_record(state, idx, tl); in __mock_hwsp_timeline()
127 i915_prandom_shuffle(state in __mock_hwsp_timeline()
144 struct mock_hwsp_freelist state; mock_hwsp_freelist() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_reader.cpp41 _mesa_glsl_parse_state *state; member in __anon7173::ir_reader
74 ir_reader::ir_reader(_mesa_glsl_parse_state *state) : state(state) in ir_reader() argument
76 this->mem_ctx = state; in ir_reader()
80 _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions, in _mesa_glsl_read_ir() argument
83 ir_reader r(state); in _mesa_glsl_read_ir()
99 if (state->error) in read()
115 state->error = true; in ir_read_error()
117 if (state in ir_read_error()
[all...]
/third_party/lzma/C/
H A DLzmaDec.c168 #define COMBINED_PS_STATE (posState + state)
178 = kMatchSpecLenStart + 2 : need init range coder and state
237 unsigned state = (unsigned)p->state; in LZMA_DECODE_REAL() local
272 if (state < kNumLitStates) in LZMA_DECODE_REAL()
274 state -= (state < 4) ? state : 3; in LZMA_DECODE_REAL()
293 state -= (state < 1 in LZMA_DECODE_REAL()
721 unsigned state = (unsigned)p->state; LzmaDec_TryDummy() local
776 state = 0; LzmaDec_TryDummy() local
[all...]

Completed in 22 milliseconds

1...<<131132133134135136137138139140>>...825