Home
last modified time | relevance | path

Searched full:part (Results 451 - 475 of 35308) sorted by relevance

1...<<11121314151617181920>>...1413

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,adrf6780.yaml49 Local Oscillator Amplifier Enable. Disable to put the part in
82 part in a power down state.
87 Enable all bias circuitry thourghout the entire part.
88 Disable to put the part in a power down state.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ti/
H A Demif.txt24 - device-handle : phandle to a "lpddr2" node representing the memory part
40 instance has a memory part attached to it. If there is a memory
41 part attached to CS1, it should be the same type as the one on CS0,
42 so there is no need to give the details of this memory part.
/kernel/linux/linux-5.10/net/rds/
H A Dtransport.c150 unsigned int part; in rds_trans_stats_info_copy() local
161 part = trans->stats_info_copy(iter, avail); in rds_trans_stats_info_copy()
162 avail -= min(avail, part); in rds_trans_stats_info_copy()
163 total += part; in rds_trans_stats_info_copy()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dpart_tbl.c81 (sbi->part < 0 || sbi->part == i)) { in hfs_parse_old_pmap()
102 (sbi->part < 0 || sbi->part == i)) { in hfs_parse_new_pmap()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmt2060_priv.h21 00 | [ PART ] | [ REV ] | R = 0x63
40 PART : Part code : 6 for MT2060
79 #define PART_REV 0x63 // The current driver works only with PART=6 and REV=3 chips
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
H A Dia_css_bayer_io.host.c53 "ia_css_bayer_io_config() get part enter:\n"); in ia_css_bayer_io_config()
64 "ia_css_bayer_io_config() get part leave:\n"); in ia_css_bayer_io_config()
79 "ia_css_bayer_io_config() put part enter:\n"); in ia_css_bayer_io_config()
91 "ia_css_bayer_io_config() put part leave:\n"); in ia_css_bayer_io_config()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
H A Dia_css_yuv444_io.host.c53 "ia_css_yuv444_io_config() get part enter:\n"); in ia_css_yuv444_io_config()
64 "ia_css_yuv444_io_config() get part leave:\n"); in ia_css_yuv444_io_config()
79 "ia_css_yuv444_io_config() put part enter:\n"); in ia_css_yuv444_io_config()
91 "ia_css_yuv444_io_config() put part leave:\n"); in ia_css_yuv444_io_config()
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dmt2060_priv.h21 00 | [ PART ] | [ REV ] | R = 0x63
40 PART : Part code : 6 for MT2060
79 #define PART_REV 0x63 // The current driver works only with PART=6 and REV=3 chips
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dpart_tbl.c81 (sbi->part < 0 || sbi->part == i)) { in hfs_parse_old_pmap()
102 (sbi->part < 0 || sbi->part == i)) { in hfs_parse_new_pmap()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
H A Dia_css_yuv444_io.host.c50 "ia_css_yuv444_io_config() get part enter:\n"); in ia_css_yuv444_io_config()
64 "ia_css_yuv444_io_config() get part leave:\n"); in ia_css_yuv444_io_config()
79 "ia_css_yuv444_io_config() put part enter:\n"); in ia_css_yuv444_io_config()
94 "ia_css_yuv444_io_config() put part leave:\n"); in ia_css_yuv444_io_config()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
H A Dia_css_bayer_io.host.c50 "ia_css_bayer_io_config() get part enter:\n"); in ia_css_bayer_io_config()
63 "ia_css_bayer_io_config() get part leave:\n"); in ia_css_bayer_io_config()
78 "ia_css_bayer_io_config() put part enter:\n"); in ia_css_bayer_io_config()
92 "ia_css_bayer_io_config() put part leave:\n"); in ia_css_bayer_io_config()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf-filter.l15 perf_bpf_filter_lval.sample.part = 0;
19 static int sample_part(unsigned long sample_flag, int part)
22 perf_bpf_filter_lval.sample.part = part;
/kernel/linux/linux-6.6/net/rds/
H A Dtransport.c150 unsigned int part; in rds_trans_stats_info_copy() local
161 part = trans->stats_info_copy(iter, avail); in rds_trans_stats_info_copy()
162 avail -= min(avail, part); in rds_trans_stats_info_copy()
163 total += part; in rds_trans_stats_info_copy()
/third_party/ffmpeg/libavcodec/
H A Dthreadframe.h4 * This file is part of FFmpeg.
36 * Notify later decoding threads when part of their reference picture is ready.
37 * Call this when some part of the picture is finished decoding.
49 * Call this before accessing some part of a picture, with a given
/third_party/NuttX/fs/driver/
H A Dfs_openblockdriver.c66 los_part *part = NULL; in open_blockdriver() local
99 part = los_part_find(vnode_ptr); in open_blockdriver()
100 if (part != NULL) in open_blockdriver()
102 disk = get_disk(part->disk_id); in open_blockdriver()
/third_party/libsnd/src/GSM610/
H A Dpreprocess.c62 * This part implements a high-pass filter and requires extended in Gsm_Preprocess()
63 * arithmetic precision for the recursive part of this filter. in Gsm_Preprocess()
68 /* Compute the non-recursive part */ in Gsm_Preprocess()
75 /* Compute the recursive part */ in Gsm_Preprocess()
/third_party/mbedtls/tests/include/test/
H A Dmemory.h44 * The behavior is undefined if any part of the memory area is invalid.
57 * The behavior is undefined if any part of the memory area is invalid,
78 * The behavior is undefined if any part of the memory area is invalid.
91 * The behavior is undefined if any part of the memory area is invalid,
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.h48 unsigned part_idx; /* shader part in which this symbol appears */
102 const char *const *elf_ptrs; /* in-memory ELF objects of each part */
106 * all shader parts. Non-shared (private) LDS symbols of one part may
107 * overlap private LDS symbols of another shader part.
/third_party/libwebsockets/lib/system/metrics/
H A Dprivate-lib-system-metrics.h51 /**< the static part of the policy we belong to... can be NULL if no
65 * A metrics private part, encapsulating the public part
76 /* public part overallocated */
/third_party/optimized-routines/math/test/rtest/
H A Dwrappers.h54 /* Complex operand. Real part starts at ieee[0], the imag part at ieee[2]. */
62 /* Complex result. ieee contains size+1 words of real part starting at
63 * ieee[0], and another size+1 of imag part starting at ieee[4]. */
/third_party/skia/third_party/externals/freetype/include/freetype/config/
H A Dpublic-macros.h10 * This file is part of the FreeType project, and may only be used,
20 * and thus should be considered part of the public API.
61 * detail, and not part of the FreeType API. It is only defined here
111 * Technically, this was not meant to be part of the public API, but some
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
59 /// This part is for ascii assembly output
77 /// This part is for Wasm object output
96 /// This part is for null output
/third_party/skia/experimental/sktext/tests/
H A DUnicodeText.cpp77 REPORTER_ASSERT(reporter, unicodeText16.hasProperty(space1, CodeUnitFlags::kPartOfWhiteSpace), "Pos16 %d should be a part of whitespaces\n", space1); in UNIX_ONLY_TEST()
79 REPORTER_ASSERT(reporter, unicodeText16.hasProperty(space2, CodeUnitFlags::kPartOfWhiteSpace), "Pos16 %d should be a part of whitespaces\n", space2); in UNIX_ONLY_TEST()
82 REPORTER_ASSERT(reporter, unicodeText8 .hasProperty(space1, CodeUnitFlags::kPartOfWhiteSpace), "Pos8 %d should be a part of whitespaces\n", space1); in UNIX_ONLY_TEST()
84 REPORTER_ASSERT(reporter, unicodeText8 .hasProperty(space2, CodeUnitFlags::kPartOfWhiteSpace), "Pos8 %d should be a part of whitespaces\n", space2); in UNIX_ONLY_TEST()
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp133 explicit StringPart(const std::string part) : mPart(part), mWildcard(false) {} in StringPart() argument
161 explicit IntegerPart(uint32_t part) : mPart(part), mWildcard(false) {} in IntegerPart() argument
262 // (i.e. will match all other Version objects). Each part of a Version is stored in an IntegerPart
354 // other Application objects). Each part of an Application is stored in a class that may
407 // that this is a wildcard (i.e. will match all other GPU objects). Each part of a GPU is stored
477 // a wildcard (i.e. will match all other Device objects). Each part of a Device is stored in a
760 // This function is part of the version-2 API:
778 // This function is part o
[all...]
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
H A Dintel-spi.c591 * any opcodes (it handles them automatically as part of a command). in intel_spi_write_reg()
859 struct mtd_partition *part) in intel_spi_fill_partition()
864 memset(part, 0, sizeof(*part)); in intel_spi_fill_partition()
867 part->size = 4096; in intel_spi_fill_partition()
868 part->name = "BIOS"; in intel_spi_fill_partition()
892 part->mask_flags |= MTD_WRITEABLE; in intel_spi_fill_partition()
895 if (end > part->size) in intel_spi_fill_partition()
896 part->size = end; in intel_spi_fill_partition()
916 struct mtd_partition part; in intel_spi_probe() local
858 intel_spi_fill_partition(struct intel_spi *ispi, struct mtd_partition *part) intel_spi_fill_partition() argument
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...1413