/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | qoriq-efuse.c | 14 void __iomem *base; member 23 __ioread32_copy(val, priv->base + offset, bytes / 4); in qoriq_efuse_read() 50 priv->base = devm_platform_get_and_ioremap_resource(pdev, 0, &res); in qoriq_efuse_probe() 51 if (IS_ERR(priv->base)) in qoriq_efuse_probe() 52 return PTR_ERR(priv->base); in qoriq_efuse_probe()
|
H A D | uniphier-efuse.c | 16 void __iomem *base; member 27 *val++ = readb(priv->base + reg + offs); in uniphier_reg_read() 44 priv->base = devm_platform_get_and_ioremap_resource(pdev, 0, &res); in uniphier_efuse_probe() 45 if (IS_ERR(priv->base)) in uniphier_efuse_probe() 46 return PTR_ERR(priv->base); in uniphier_efuse_probe()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | curve25519-generic.c | 63 .base.cra_name = "curve25519", 64 .base.cra_driver_name = "curve25519-generic", 65 .base.cra_priority = 100, 66 .base.cra_module = THIS_MODULE, 67 .base.cra_ctxsize = CURVE25519_KEY_SIZE,
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | olpc_ofw.c | 26 pgd_t *base, *ofw_pde; in setup_olpc_ofw_pgd() local 32 base = early_ioremap(olpc_ofw_pgd, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD); in setup_olpc_ofw_pgd() 33 if (!base) { in setup_olpc_ofw_pgd() 38 ofw_pde = &base[OLPC_OFW_PDE_NR]; in setup_olpc_ofw_pgd() 44 early_iounmap(base, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD); in setup_olpc_ofw_pgd()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | cursor.c | 11 nv_show_cursor(nv_crtc->base.dev, nv_crtc->index, true); in nv04_cursor_show() 17 nv_show_cursor(nv_crtc->base.dev, nv_crtc->index, false); in nv04_cursor_hide() 24 NVWriteRAMDAC(nv_crtc->base.dev, nv_crtc->index, in nv04_cursor_set_pos() 40 struct drm_device *dev = nv_crtc->base.dev; in nv04_cursor_set_offset() 43 struct drm_crtc *crtc = &nv_crtc->base; in nv04_cursor_set_offset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | image.c | 39 switch ((data = nvbios_rd16(bios, image->base + 0x00))) { in nvbios_imagen() 46 image->base, data); in nvbios_imagen() 50 if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir))) in nvbios_imagen() 57 if (!(data = nvbios_npdeTp(bios, image->base, &npde))) in nvbios_imagen() 75 image->base += image->size; in nvbios_image()
|
H A D | pcir.c | 28 nvbios_pcirTe(struct nvkm_bios *bios, u32 base, u8 *ver, u16 *hdr) in nvbios_pcirTe() argument 30 u32 data = nvbios_rd16(bios, base + 0x18); in nvbios_pcirTe() 32 data += base; in nvbios_pcirTe() 52 nvbios_pcirTp(struct nvkm_bios *bios, u32 base, u8 *ver, u16 *hdr, in nvbios_pcirTp() argument 55 u32 data = nvbios_pcirTe(bios, base, ver, hdr); in nvbios_pcirTp()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | plane.h | 16 struct drm_plane base; member 26 struct tegra_plane base; member 35 return container_of(plane, struct tegra_plane, base); in to_tegra_plane() 44 struct drm_plane_state base; member 70 return container_of(state, struct tegra_plane_state, base); in to_tegra_plane_state()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-sl28cpld.c | 41 u32 base; in sl28cpld_intc_probe() local 59 ret = device_property_read_u32(&pdev->dev, "reg", &base); in sl28cpld_intc_probe() 67 irqchip->chip.status_base = base + INTC_IP; in sl28cpld_intc_probe() 68 irqchip->chip.unmask_base = base + INTC_IE; in sl28cpld_intc_probe() 69 irqchip->chip.ack_base = base + INTC_IP; in sl28cpld_intc_probe()
|
H A D | irq-aspeed-i2c-ic.c | 22 void __iomem *base; member 39 status = readl(i2c_ic->base); in aspeed_i2c_ic_irq_handler() 73 i2c_ic->base = of_iomap(node, 0); in aspeed_i2c_ic_of_init() 74 if (!i2c_ic->base) { in aspeed_i2c_ic_of_init() 103 iounmap(i2c_ic->base); in aspeed_i2c_ic_of_init()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs35l56-spi.c | 28 cs35l56->base.regmap = devm_regmap_init_spi(spi, regmap_config); in cs35l56_spi_probe() 29 if (IS_ERR(cs35l56->base.regmap)) { in cs35l56_spi_probe() 30 ret = PTR_ERR(cs35l56->base.regmap); in cs35l56_spi_probe() 34 cs35l56->base.dev = &spi->dev; in cs35l56_spi_probe() 42 ret = cs35l56_irq_request(&cs35l56->base, spi->irq); in cs35l56_spi_probe()
|
/third_party/cups-filters/cupsfilters/ |
H A D | testdriver.c | 155 const char *base; /* Base name of program */ in list_ppds() local 158 if ((base = strrchr(name, '/')) != NULL) in list_ppds() 159 base ++; in list_ppds() 161 base = name; in list_ppds() 165 base, models[i][0], models[i][1]); in list_ppds()
|
/third_party/gn/src/gn/ |
H A D | scheduler.h | 13 #include "base/atomic_ref_count.h" 14 #include "base/files/file_path.h" 60 void AddGenDependency(const base::FilePath& file); 61 std::vector<base::FilePath> GetGenDependencies() const; 119 base::AtomicRefCount work_count_; 123 base::AtomicRefCount pool_work_count_; 144 std::vector<base::FilePath> gen_dependencies_;
|
H A D | resolved_target_deps.h | 8 #include "base/containers/span.h" 45 base::span<const Target*> public_deps() const { in public_deps() 49 base::span<const Target*> private_deps() const { in private_deps() 53 base::span<const Target*> data_deps() const { in data_deps() 57 base::span<const Target*> linked_deps() const { in linked_deps() 61 base::span<const Target*> all_deps() const { in all_deps()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | NamedFunction.java | 5 import static com.google.common.base.CharMatcher.whitespace; 6 import static com.google.common.base.Preconditions.checkArgument; 7 import static com.google.common.base.Preconditions.checkNotNull; 12 import com.google.common.base.CharMatcher; 13 import com.google.common.base.Splitter;
|
/third_party/libsnd/src/ |
H A D | ogg.h | 56 #define readint(buf, base) (((buf [base + 3] << 24) & 0xff000000) | \ 57 ((buf [base + 2] <<16) & 0xff0000) | \ 58 ((buf [base + 1] << 8) & 0xff00) | \ 59 (buf [base] & 0xff))
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexbuffer9.c | 47 hr = NineBuffer9_ctor(&This->base, pParams, D3DRTYPE_VERTEXBUFFER, in NineVertexBuffer9_ctor() 62 NineBuffer9_dtor(&This->base); in NineVertexBuffer9_dtor() 68 return NineBuffer9_GetResource(&This->base, offset); in NineVertexBuffer9_GetResource() 78 return NineBuffer9_Lock(&This->base, OffsetToLock, SizeToLock, ppbData, Flags); in NineVertexBuffer9_Lock() 84 return NineBuffer9_Unlock(&This->base); in NineVertexBuffer9_Unlock()
|
H A D | indexbuffer9.c | 47 hr = NineBuffer9_ctor(&This->base, pParams, D3DRTYPE_INDEXBUFFER, in NineIndexBuffer9_ctor() 69 NineBuffer9_dtor(&This->base); in NineIndexBuffer9_dtor() 76 return NineBuffer9_GetResource(&This->base, offset); in NineIndexBuffer9_GetBuffer() 86 return NineBuffer9_Lock(&This->base, OffsetToLock, SizeToLock, ppbData, Flags); in NineIndexBuffer9_Lock() 92 return NineBuffer9_Unlock(&This->base); in NineIndexBuffer9_Unlock()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_buffer.c | 36 vk_object_base_init(pool->base.device, &command_buffer->base, in vk_command_buffer_init() 68 vk_object_base_finish(&command_buffer->base); in vk_command_buffer_finish() 78 primary->base.device->command_dispatch_table; in vk_common_CmdExecuteCommands() 96 &cmd_buffer->base.device->dispatch_table; in vk_common_CmdBindVertexBuffers()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | optimizing-compile-dispatcher.h | 11 #include "src/base/platform/condition-variable.h" 12 #include "src/base/platform/mutex.h" 13 #include "src/base/platform/platform.h" 48 base::MutexGuard access_input_queue(&input_queue_mutex_); in IsQueueAvailable() 92 base::Mutex input_queue_mutex_; 98 base::Mutex output_queue_mutex_; 101 base::Mutex ref_count_mutex_; 102 base::ConditionVariable ref_count_zero_;
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_fence.c | 64 ctx->base.create_fence_fd = lima_create_fence_fd; in lima_fence_context_init() 65 ctx->base.fence_server_sync = lima_fence_server_sync; in lima_fence_context_init() 118 screen->base.fence_reference = lima_fence_reference; in lima_fence_screen_init() 119 screen->base.fence_finish = lima_fence_finish; in lima_fence_screen_init() 120 screen->base.fence_get_fd = lima_fence_get_fd; in lima_fence_screen_init()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | HeaderTable.java | 14 protected int base = 0; field in HeaderTable 16 protected HeaderTable(ReadableFontData data, int base, boolean dataIsCanonical) { in HeaderTable() argument 18 this.base = base; in HeaderTable() 23 return data.readUShort(base + index * FIELD_SIZE); in getField()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ligaturesubst/ |
H A D | Ligature.java | 15 Ligature(ReadableFontData data, int base, boolean dataIsCanonical) { in Ligature() argument 16 super(data, base, dataIsCanonical); in Ligature() 33 protected Ligature readTable(ReadableFontData data, int base, boolean dataIsCanonical) { in readTable() argument 34 return new Ligature(data, base, dataIsCanonical); in readTable() 48 protected RecordList<NumRecord> readRecordList(ReadableFontData data, int base) { in readRecordList() argument
|
H A D | LigatureSet.java | 8 LigatureSet(ReadableFontData data, int base, boolean dataIsCanonical) { in LigatureSet() argument 9 super(data, base, dataIsCanonical); in LigatureSet() 26 protected LigatureSet readTable(ReadableFontData data, int base, boolean dataIsCanonical) { in readTable() argument 27 return new LigatureSet(data, base, dataIsCanonical); in readTable() 58 return new Ligature(data, base, dataIsCanonical); in readSubTable()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bestCommonTypeOfTuple2.js | 2 interface base { } 4 class C implements base { c } 5 class D implements base { d } 6 class E implements base { e } 12 var t1: [C, base]; 18 var e11 = t1[4]; // base 83 var e11 = t1[4]; // base
|