Home
last modified time | relevance | path

Searched refs:direct (Results 576 - 600 of 689) sorted by relevance

1...<<2122232425262728

/third_party/lzma/C/Util/7z/
H A D7zMain.c21 #include <direct.h>
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c4058 struct pipe_grid_info direct = *info; in panfrost_launch_grid() local
4059 direct.indirect = NULL; in panfrost_launch_grid()
4060 direct.grid[0] = params[0]; in panfrost_launch_grid()
4061 direct.grid[1] = params[1]; in panfrost_launch_grid()
4062 direct.grid[2] = params[2]; in panfrost_launch_grid()
4066 panfrost_launch_grid(pipe, &direct); in panfrost_launch_grid()
/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp372 fontStyle.direct = TEXT_DIRECT_LTR; in UIKitCanvasTestDrawImage002()
397 fontStyle.direct = TEXT_DIRECT_LTR; in UIKitCanvasTestDrawLabel001()
1491 fontStyle.direct = TEXT_DIRECT_LTR; in RM011StrokeText001()
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dpmbus_core.c40 bool convert; /* Whether or not to apply linear/vid/direct */
619 * Convert direct sensor values to milli- or micro-units
705 case direct: in pmbus_reg2data()
839 case direct: in pmbus_data2reg()
2164 case 2: /* direct mode */ in pmbus_identify_common()
2165 if (data->info->format[PSC_VOLTAGE_OUT] != direct) in pmbus_identify_common()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dhyperv.c847 int r, direct = stimer->config.direct_mode; in stimer_expiration() local
850 if (!direct) in stimer_expiration()
855 stimer->index, direct, r); in stimer_expiration()
1983 * nested GPA when KVM is handling the call from L2 ('direct' TLB in kvm_hv_flush_tlb()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c660 int direct; in snd_seq_deliver_single_event() local
662 direct = snd_seq_ev_is_direct(event); in snd_seq_deliver_single_event()
704 if (result < 0 && !direct) { in snd_seq_deliver_single_event()
915 /* special queue values - force direct passing */ in snd_seq_client_enqueue_event()
927 /* direct event processing without enqueued */ in snd_seq_client_enqueue_event()
935 /* Not direct, normal queuing */ in snd_seq_client_enqueue_event()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-common.c169 bool direct; member
244 .direct = true,
260 .direct = true,
2617 ctx->use_bit = !ctx->cvd->direct; in coda_open()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c2767 u16 basic, direct, offset, basic_offset, rateptr; in b43legacy_update_basic_rates() local
2773 direct = B43legacy_SHM_SH_CCKDIRECT; in b43legacy_update_basic_rates()
2778 direct = B43legacy_SHM_SH_OFDMDIRECT; in b43legacy_update_basic_rates()
2796 * from the direct map in b43legacy_update_basic_rates()
2799 direct + 2 * basic_offset); in b43legacy_update_basic_rates()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-common.c169 bool direct; member
244 .direct = true,
261 .direct = true,
2634 ctx->use_bit = !ctx->cvd->direct; in coda_open()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c2768 u16 basic, direct, offset, basic_offset, rateptr; in b43legacy_update_basic_rates() local
2774 direct = B43legacy_SHM_SH_CCKDIRECT; in b43legacy_update_basic_rates()
2779 direct = B43legacy_SHM_SH_OFDMDIRECT; in b43legacy_update_basic_rates()
2797 * from the direct map in b43legacy_update_basic_rates()
2800 direct + 2 * basic_offset); in b43legacy_update_basic_rates()
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dpmbus_core.c42 bool convert; /* Whether or not to apply linear/vid/direct */
745 * Convert direct sensor values to milli- or micro-units
831 case direct: in pmbus_reg2data()
1032 case direct: in pmbus_data2reg()
2437 * Read the coefficients for direct mode.
2482 if (info->format[map->class] != direct) in pmbus_init_coefficients()
2531 case 2: /* direct mode */ in pmbus_identify_common()
2532 if (data->info->format[PSC_VOLTAGE_OUT] != direct) in pmbus_identify_common()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h373 void SetAncoForceDoDirect(bool direct);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h251 NATIVEEXPORT void InnerSetColorSpace(const OHOS::ColorManager::ColorSpace &grColorSpace, bool direct = false);
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_audio_recorder_fast_codec_aac.h25 #include <direct.h>
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dtdp_mmu.c132 role.direct = true; in page_role_for_level()
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-xtalk-bridge.c11 #include <linux/dma-direct.h>
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsetup.c45 #include <asm/pci-direct.h>
56 * The direct mapping only covers E820_TYPE_RAM regions, so the ranges and gaps are
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Damd.c19 #include <asm/pci-direct.h>
600 * Split up direct mapping around the TSEG SMM area. in bsp_init_amd()
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dpci-xtalk-bridge.c11 #include <linux/dma-direct.h>
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c163 return buf->queue.direct.buf + (entry * MTHCA_CQ_ENTRY_SIZE); in get_cqe_from_buf()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c803 page_list[i] = buf->direct.map + (i << buf->page_shift); in mlx4_buf_write_mtt()
/kernel/linux/linux-5.10/drivers/usb/early/
H A Dxhci-dbc.c17 #include <asm/pci-direct.h>
H A Dehci-dbgp.c28 #include <asm/pci-direct.h>
/kernel/linux/linux-5.10/drivers/xen/
H A Dgntdev-dmabuf.c14 #include <linux/dma-direct.h>
/kernel/linux/linux-5.10/drivers/of/
H A Daddress.c16 #include <linux/dma-direct.h> /* for bus_dma_region */

Completed in 64 milliseconds

1...<<2122232425262728