Home
last modified time | relevance | path

Searched refs:direct (Results 201 - 225 of 633) sorted by relevance

12345678910>>...26

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_buffer_mgr.h68 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct);
/kernel/linux/linux-5.10/drivers/acpi/arm64/
H A Ddma.c5 #include <linux/dma-direct.h>
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_event.h96 int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
/kernel/linux/linux-6.6/drivers/acpi/arm64/
H A Ddma.c5 #include <linux/dma-direct.h>
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_buffer_mgr.h68 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct);
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dir38064.c8 * mode with exponent value -8 as direct mode with m=256/b=0/R=0.
32 .format[PSC_VOLTAGE_OUT] = direct,
H A Dmp2975.c822 /* Set VOUT format for READ_VOUT command : direct. */ in mp2975_vout_per_rail_config_get()
858 .format[PSC_VOLTAGE_OUT] = direct,
859 .format[PSC_TEMPERATURE] = direct,
861 .format[PSC_CURRENT_OUT] = direct,
862 .format[PSC_POWER] = direct,
882 .format[PSC_VOLTAGE_OUT] = direct,
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_event.h96 int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
/third_party/icu/icu4c/source/samples/udata/
H A Dwriter.c32 #include <direct.h>
/third_party/skia/third_party/externals/icu/source/samples/udata/
H A Dwriter.c32 #include <direct.h>
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_selftest.c788 static struct ftrace_ops direct; variable
869 * Register direct function together with graph tracer in trace_selftest_startup_function_graph()
872 ftrace_set_filter_ip(&direct, (unsigned long)DYN_FTRACE_TEST_NAME, 0, 0); in trace_selftest_startup_function_graph()
873 ret = register_ftrace_direct(&direct, in trace_selftest_startup_function_graph()
896 ret = unregister_ftrace_direct(&direct, in trace_selftest_startup_function_graph()
/third_party/node/deps/v8/third_party/zlib/
H A Dgzwrite.c31 if (!state->direct) {
59 if (!state->direct) {
71 reset to start a new gzip stream. If gz->direct is true, then simply write
86 if (state->direct) {
656 if (!state->direct) {
/third_party/skia/third_party/externals/zlib/
H A Dgzwrite.c31 if (!state->direct) {
59 if (!state->direct) {
71 reset to start a new gzip stream. If gz->direct is true, then simply write
86 if (state->direct) {
653 if (!state->direct) {
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c1120 bool direct, struct dma_fence **fence) in amdgpu_uvd_send_msg()
1132 64, direct ? AMDGPU_IB_POOL_DIRECT : in amdgpu_uvd_send_msg()
1161 if (direct) { in amdgpu_uvd_send_msg()
1223 bool direct, struct dma_fence **fence) in amdgpu_uvd_get_destroy_msg()
1230 if (direct) { in amdgpu_uvd_get_destroy_msg()
1247 r = amdgpu_uvd_send_msg(ring, bo, direct, fence); in amdgpu_uvd_get_destroy_msg()
1249 if (!direct) in amdgpu_uvd_get_destroy_msg()
1119 amdgpu_uvd_send_msg(struct amdgpu_ring *ring, struct amdgpu_bo *bo, bool direct, struct dma_fence **fence) amdgpu_uvd_send_msg() argument
1222 amdgpu_uvd_get_destroy_msg(struct amdgpu_ring *ring, uint32_t handle, bool direct, struct dma_fence **fence) amdgpu_uvd_get_destroy_msg() argument
/third_party/skia/src/image/
H A DSkImage.cpp182 sk_sp<SkImage> SkImage::makeSubset(const SkIRect& subset, GrDirectContext* direct) const { in makeSubset()
195 if (myContext && !myContext->priv().matches(direct)) { in makeSubset()
205 return as_IB(this)->onMakeSubset(subset, direct); in makeSubset()
580 sk_sp<SkImage> SkImage::makeColorSpace(sk_sp<SkColorSpace> target, GrDirectContext* direct) const { in makeColorSpace()
581 return this->makeColorTypeAndColorSpace(this->colorType(), std::move(target), direct); in makeColorSpace()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_oss.c26 static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct,
287 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input() argument
301 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_soft.c96 __ATTR(direct, 0644, spk_var_show, spk_var_store);
463 module_param_named(direct, vars[DIRECT_ID].u.n.default_val, int, 0444);
476 MODULE_PARM_DESC(direct, "Set the direct variable on load.");
H A Dspeakup_decpc.c184 __ATTR(direct, 0644, spk_var_show, spk_var_store);
503 module_param_named(direct, vars[DIRECT_ID].u.n.default_val, int, 0444);
515 MODULE_PARM_DESC(direct, "Set the direct variable on load.");
H A Dspeakup_dtlk.c89 __ATTR(direct, 0644, spk_var_show, spk_var_store);
396 module_param_named(direct, vars[DIRECT_ID].u.n.default_val, int, 0444);
408 MODULE_PARM_DESC(direct, "Set the direct variable on load.");
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_oss.c26 static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct,
287 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input() argument
301 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input()
/third_party/ffmpeg/libavfilter/
H A Dvf_vignette.c202 unsigned x, y, direct = 0; in filter_frame() local
209 direct = 1; in filter_frame()
278 if (!direct) in filter_frame()
/third_party/mesa3d/include/GL/
H A Dglx.h186 GLXContext shareList, Bool direct );
269 Bool direct );
297 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c95 if there is no gzip header and direct copying will be performed, or it will
97 that the next available input data is the raw deflate stream. If direct
200 state->direct = 0;
221 state->direct = 1;
290 state->direct unchanged to remember how) */
622 /* return 1 if reading direct, 0 if decompressing a gzip stream */
623 return state->direct;
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp296 if (auto direct = rContext->asDirectContext()) { in ensureYUVImage()
301 direct, in ensureYUVImage()
321 direct, in ensureYUVImage()
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dearly.c4 #include <asm/pci-direct.h>

Completed in 22 milliseconds

12345678910>>...26