/kernel/linux/linux-6.6/include/linux/ |
H A D | i2c-algo-bit.h | 23 void (*setsda) (void *data, int state); 24 void (*setscl) (void *data, int state);
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_atomic_uapi.h | 42 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 D | lpc32xx-misc.h | 17 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 D | pixelgen_public.h | 26 * @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 D | bios_parser_helper.h | 35 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 D | cpuidle-psci.h | 9 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 D | elf_rand.c | 50 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 D | httpauth.h | 52 * 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 D | display_aggregates_only_test.cc | 13 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat() argument 14 for (auto _ : state) { in BM_SummaryRepeat()
|
H A D | spec_arg_verbosity_test.cc | 8 static void BM_Verbosity(benchmark::State& state) { in BM_Verbosity() argument 9 for (auto _ : state) { in BM_Verbosity()
|
H A D | report_aggregates_only_test.cc | 13 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 D | nir_worklist.c | 39 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 D | tst_thread_state.c | 14 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 D | graphviz.h | 30 GraphViz(State* state, DiskInterface* disk_interface) in GraphViz() 31 : dyndep_loader_(state, disk_interface) {} in GraphViz()
|
/third_party/ninja/misc/ |
H A D | manifest_fuzzer.cc | 18 #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 D | tcpbase.h | 69 /* 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 D | builtins-promise-gen.h | 18 explicit PromiseBuiltinsAssembler(compiler::CodeAssemblerState* state) in PromiseBuiltinsAssembler() argument 19 : CodeStubAssembler(state) {} in PromiseBuiltinsAssembler()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_program.h | 46 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 D | fd5_program.h | 46 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 D | fd3_program.h | 46 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 D | ImageImpl_mock.h | 21 MockImageImpl(const egl::ImageState &state) : ImageImpl(state) {} in MockImageImpl() argument
|
H A D | SamplerImpl.h | 28 SamplerImpl(const gl::SamplerState &state) : mState(state) {} in SamplerImpl() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | SamplerD3D.h | 20 SamplerD3D(const gl::SamplerState &state) : SamplerImpl(state) {} in SamplerD3D() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/fuchsia/ |
H A D | DisplayVkFuchsia.h | 21 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 D | DisplayVkGGP.h | 20 DisplayVkGGP(const egl::DisplayState &state); 24 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
|