Home
last modified time | relevance | path

Searched refs:state (Results 4676 - 4700 of 17750) sorted by relevance

1...<<181182183184185186187188189190>>...710

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dathub_v2_0.c75 enum amd_clockgating_state state) in athub_v2_0_set_clockgating()
85 state == AMD_CG_STATE_GATE); in athub_v2_0_set_clockgating()
87 state == AMD_CG_STATE_GATE); in athub_v2_0_set_clockgating()
74 athub_v2_0_set_clockgating(struct amdgpu_device *adev, enum amd_clockgating_state state) athub_v2_0_set_clockgating() argument
H A Dathub_v2_1.c68 enum amd_clockgating_state state) in athub_v2_1_set_clockgating()
78 athub_v2_1_update_medium_grain_clock_gating(adev, state == AMD_CG_STATE_GATE); in athub_v2_1_set_clockgating()
79 athub_v2_1_update_medium_grain_light_sleep(adev, state == AMD_CG_STATE_GATE); in athub_v2_1_set_clockgating()
67 athub_v2_1_set_clockgating(struct amdgpu_device *adev, enum amd_clockgating_state state) athub_v2_1_set_clockgating() argument
H A Datombios_crtc.h32 void amdgpu_atombios_crtc_enable(struct drm_crtc *crtc, int state);
33 void amdgpu_atombios_crtc_blank(struct drm_crtc *crtc, int state);
34 void amdgpu_atombios_crtc_powergate(struct drm_crtc *crtc, int state);
/kernel/linux/linux-6.6/kernel/module/
H A Dkdb.c26 if (mod->state == MODULE_STATE_UNFORMED) in kdb_lsmod()
38 if (mod->state == MODULE_STATE_GOING) in kdb_lsmod()
40 else if (mod->state == MODULE_STATE_COMING) in kdb_lsmod()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_mem.h80 * device driver can start with a clean state. However, in specific
103 /* request information about the plugged state of memory blocks */
131 struct virtio_mem_req_state state; member
175 __virtio16 state; member
183 struct virtio_mem_resp_state state; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_rps.c73 struct intel_atomic_state *state, in intel_display_rps_mark_interactive()
76 if (state->rps_interactive == interactive) in intel_display_rps_mark_interactive()
80 state->rps_interactive = interactive; in intel_display_rps_mark_interactive()
72 intel_display_rps_mark_interactive(struct drm_i915_private *i915, struct intel_atomic_state *state, bool interactive) intel_display_rps_mark_interactive() argument
H A Dintel_pmdemand.h63 void intel_pmdemand_pre_plane_update(struct intel_atomic_state *state);
64 void intel_pmdemand_post_plane_update(struct intel_atomic_state *state);
65 int intel_pmdemand_atomic_check(struct intel_atomic_state *state);
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvirtio_mem.h51 struct virtio_mem_req_state state; member
62 __virtio16 state; member
68 struct virtio_mem_resp_state state; member
/kernel/linux/linux-6.6/net/tipc/
H A Dmonitor.h41 /* struct tipc_mon_state: link instance's cache of monitor list and domain state
66 struct tipc_mon_state *state, int bearer_id);
68 struct tipc_mon_state *state, int bearer_id);
70 struct tipc_mon_state *state,
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvirtio_mem.h51 struct virtio_mem_req_state state; member
62 __virtio16 state; member
68 struct virtio_mem_resp_state state; member
/third_party/ffmpeg/libavcodec/
H A Dfits.c31 int avpriv_fits_header_init(FITSHeader *header, FITSHeaderState state) in avpriv_fits_header_init() argument
33 header->state = state; in avpriv_fits_header_init()
121 switch (header->state) { in avpriv_fits_header_parse_line()
132 header->state = STATE_BITPIX; in avpriv_fits_header_parse_line()
141 header->state = STATE_BITPIX; in avpriv_fits_header_parse_line()
159 header->state = STATE_NAXIS; in avpriv_fits_header_parse_line()
167 header->state = STATE_NAXIS_N; in avpriv_fits_header_parse_line()
169 header->state = STATE_REST; in avpriv_fits_header_parse_line()
187 header->state in avpriv_fits_header_parse_line()
[all...]
/third_party/ffmpeg/libavutil/
H A Dutils.c103 uint16_t state[14]; in av_assert0_fpu() local
106 : "+m" (state) in av_assert0_fpu()
110 av_assert0((state[4] & 3) == 3); in av_assert0_fpu()
/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.h96 * state and reader count. It should only be called when no slot is in use.
104 * sets its state to PSA_SLOT_FILLING and then returns the slot.
106 * On success, the key slot's state is PSA_SLOT_FILLING.
107 * It is the responsibility of the caller to change the slot's state to
123 * unexpected state.
128 /** Change the state of a key slot.
130 * This function changes the state of the key slot from expected_state to
131 * new state. If the state of the slot was not expected_state, the state i
[all...]
/third_party/libabigail/doc/vizualization/layout/sources/
H A Dsa-D.cc4 enum state { pass, fail, unknown }; enum
48 state _M_state;
62 state _M_state;
/third_party/libabigail/doc/vizualization/graph/sources/
H A Dsa-D.cc4 enum state { pass, fail, unknown }; enum
48 state _M_state;
62 state _M_state;
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSetupProcessor.hpp80 RoutineType routine(const State &state);
96 uint64_t operator()(const sw::SetupProcessor::State &state) const in operator ()()
98 return state.hash; in operator ()()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Dmux_demux_api_fuzzer.c62 WebPDemuxState state; in LLVMFuzzerTestOneInput() local
63 demux = WebPDemuxPartial(&webp_data, &state); in LLVMFuzzerTestOneInput()
64 if (state < WEBP_DEMUX_PARSED_HEADER) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DComputePassEncoder.h55 void RestoreCommandBufferStateForTesting(CommandBufferStateTracker state) { in RestoreCommandBufferStateForTesting() argument
56 RestoreCommandBufferState(std::move(state)); in RestoreCommandBufferStateForTesting()
72 void RestoreCommandBufferState(CommandBufferStateTracker state);
/third_party/skia/third_party/externals/brotli/c/fuzz/
H A Ddecode_fuzzer.c29 BrotliDecoderState* state = BrotliDecoderCreateInstance(0, 0, 0); in LLVMFuzzerTestOneInput() local
45 state, &avail_in, &next_in, &avail_out, &next_out, &total_out); in LLVMFuzzerTestOneInput()
55 BrotliDecoderDestroyInstance(state); in LLVMFuzzerTestOneInput()
/third_party/python/Modules/_sqlite/
H A Dmodule.h79 pysqlite_state *state = (pysqlite_state *)PyModule_GetState(module); in pysqlite_get_state() local
80 assert(state != NULL); in pysqlite_get_state()
81 return state; in pysqlite_get_state()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_benchmark.cc36 void BM_FixedArray(benchmark::State& state) { in BM_FixedArray() argument
37 const int size = state.range(0); in BM_FixedArray()
38 for (auto _ : state) { in BM_FixedArray()
/third_party/skia/modules/audioplayer/
H A DSkAudioPlayer_sfml.cpp38 State onSetState(State state) override {
39 switch (state) {
45 return state;
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgUtils.hpp45 int getConservativeValueExprDepth (const GeneratorState& state, ConstValueRangeAccess valueRange);
48 VariableType computeRandomType (GeneratorState& state, int maxScalars);
49 void computeRandomValueRange (GeneratorState& state, ValueRangeAccess valueRange);
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-core.c97 chunk->state = NVM_CHK_ST_OFFLINE; in __pblk_end_io_erase()
103 chunk->state = NVM_CHK_ST_FREE; in __pblk_end_io_erase()
107 chunk->state); in __pblk_end_io_erase()
175 WARN_ON(line->state == PBLK_LINESTATE_FREE); in __pblk_map_invalidate()
184 if (line->state == PBLK_LINESTATE_CLOSED) in __pblk_map_invalidate()
192 if (line->state == PBLK_LINESTATE_GC) { in __pblk_map_invalidate()
450 line->state = PBLK_LINESTATE_CORRUPT; in pblk_line_gc_list()
452 line->state); in pblk_line_gc_list()
971 line->state = PBLK_LINESTATE_BAD; in pblk_line_init_metadata()
973 line->state); in pblk_line_init_metadata()
1144 int state = line->chks[pos].state; pblk_prepare_new_line() local
1775 int state = line->chks[pos].state; pblk_line_close() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bufio.c308 * Buffer state bits.
346 unsigned long state; member
371 * - maintains clean/dirty state along with lru
1428 BUG_ON(!test_bit(B_WRITING, &b->state)); in write_endio()
1431 clear_bit(B_WRITING, &b->state); in write_endio()
1434 wake_up_bit(&b->state, B_WRITING); in write_endio()
1449 if (!test_bit(B_DIRTY, &b->state)) in __write_dirty_buffer()
1452 clear_bit(B_DIRTY, &b->state); in __write_dirty_buffer()
1453 wait_on_bit_lock_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __write_dirty_buffer()
1489 if (!smp_load_acquire(&b->state)) /* fas in __make_buffer_clean()
[all...]

Completed in 16 milliseconds

1...<<181182183184185186187188189190>>...710