Home
last modified time | relevance | path

Searched refs:state (Results 5676 - 5700 of 17760) sorted by relevance

1...<<221222223224225226227228229230>>...711

/kernel/linux/linux-6.6/include/linux/
H A Di2c-algo-bit.h23 void (*setsda) (void *data, int state);
24 void (*setscl) (void *data, int state);
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_atomic_uapi.h42 drm_atomic_set_mode_for_crtc(struct drm_crtc_state *state,
45 drm_atomic_set_mode_prop_for_crtc(struct drm_crtc_state *state,
/kernel/linux/linux-6.6/include/linux/soc/nxp/
H A Dlpc32xx-misc.h17 extern void lpc32xx_loopback_set(resource_size_t mapbase, int state);
28 static inline void lpc32xx_loopback_set(resource_size_t mapbase, int state) in lpc32xx_loopback_set() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dpixelgen_public.h26 * @brief Get the pixelgen state.
27 * Get the state of the pixelgen regiester-set.
30 * @param[out] state Point to the register-state.
34 pixelgen_ctrl_state_t *state);
36 * @brief Dump the pixelgen state.
37 * Dump the state of the pixelgen regiester-set.
40 * @param[in] state Point to the register-state.
44 pixelgen_ctrl_state_t *state);
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_helper.h35 void bios_set_scratch_acc_mode_change(struct dc_bios *bios, uint32_t state);
36 void bios_set_scratch_critical_state(struct dc_bios *bios, bool state);
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dcpuidle-psci.h9 void psci_set_domain_state(u32 state);
10 int psci_dt_parse_state_node(struct device_node *np, u32 *state);
/third_party/elfutils/libelf/
H A Delf_rand.c50 elf->state.ar.offset = elf->start_offset + offset; in elf_rand()
56 elf->state.ar.elf_ar_hdr.ar_name = NULL; in elf_rand()
/third_party/ffmpeg/libavformat/
H A Dhttpauth.h52 * HTTP Authentication state structure. Must be zero-initialized
74 void ff_http_auth_handle_header(HTTPAuthState *state, const char *key,
76 char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
/third_party/benchmark/test/
H A Ddisplay_aggregates_only_test.cc13 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat() argument
14 for (auto _ : state) { in BM_SummaryRepeat()
H A Dspec_arg_verbosity_test.cc8 static void BM_Verbosity(benchmark::State& state) { in BM_Verbosity() argument
9 for (auto _ : state) { in BM_Verbosity()
H A Dreport_aggregates_only_test.cc13 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat() argument
14 for (auto _ : state) { in BM_SummaryRepeat()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_worklist.c39 nir_instr_worklist_add_srcs_cb(nir_src *src, void *state) in nir_instr_worklist_add_srcs_cb() argument
41 nir_instr_worklist *wl = state; in nir_instr_worklist_add_srcs_cb()
/third_party/ltp/lib/
H A Dtst_thread_state.c14 int tst_thread_state_wait(pid_t tid, const char state, in tst_thread_state_wait() argument
25 if (state == cur_state) in tst_thread_state_wait()
/third_party/ninja/src/
H A Dgraphviz.h30 GraphViz(State* state, DiskInterface* disk_interface) in GraphViz()
31 : dyndep_loader_(state, disk_interface) {} in GraphViz()
/third_party/ninja/misc/
H A Dmanifest_fuzzer.cc18 #include "state.h"
34 State state; in LLVMFuzzerTestOneInput() local
35 ManifestParser parser(&state, &disk_interface); in LLVMFuzzerTestOneInput()
/third_party/lwip/src/include/lwip/
H A Dtcpbase.h69 /* ATTENTION: this depends on state number ordering! */
70 #define TCP_STATE_IS_CLOSING(state) ((state) >= FIN_WAIT_1)
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-promise-gen.h18 explicit PromiseBuiltinsAssembler(compiler::CodeAssemblerState* state) in PromiseBuiltinsAssembler() argument
19 : CodeStubAssembler(state) {} in PromiseBuiltinsAssembler()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.h46 fd4_program_state(struct ir3_program_state *state) in fd4_program_state() argument
48 return (struct fd4_program_state *)state; in fd4_program_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.h46 fd5_program_state(struct ir3_program_state *state) in fd5_program_state() argument
48 return (struct fd5_program_state *)state; in fd5_program_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.h46 fd3_program_state(struct ir3_program_state *state) in fd3_program_state() argument
48 return (struct fd3_program_state *)state; in fd3_program_state()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DImageImpl_mock.h21 MockImageImpl(const egl::ImageState &state) : ImageImpl(state) {} in MockImageImpl() argument
H A DSamplerImpl.h28 SamplerImpl(const gl::SamplerState &state) : mState(state) {} in SamplerImpl() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DSamplerD3D.h20 SamplerD3D(const gl::SamplerState &state) : SamplerImpl(state) {} in SamplerD3D() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/fuchsia/
H A DDisplayVkFuchsia.h21 DisplayVkFuchsia(const egl::DisplayState &state);
25 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ggp/
H A DDisplayVkGGP.h20 DisplayVkGGP(const egl::DisplayState &state);
24 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,

Completed in 10 milliseconds

1...<<221222223224225226227228229230>>...711