Home
last modified time | relevance | path

Searched refs:base (Results 4876 - 4900 of 17150) sorted by relevance

1...<<191192193194195196197198199200>>...686

/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_mmu.h12 void *base; member
17 void *base; member
24 void *base; member
/kernel/linux/linux-6.6/include/linux/amba/
H A Dsp810.h53 static inline void sysctl_soft_reset(void __iomem *base) in sysctl_soft_reset() argument
56 writel(0x2, base + SCCTRL); in sysctl_soft_reset()
59 writel(0, base + SCSYSSTAT); in sysctl_soft_reset()
/kernel/linux/linux-6.6/include/linux/
H A Ddw_apb_timer.h20 void __iomem *base; member
43 void __iomem *base, int irq, unsigned long freq);
45 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base,
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_mmc_timing.c32 val = readl(cm->base + cm->reg); in sunxi_ccu_set_mmc_timing_mode()
37 writel(val, cm->base + cm->reg); in sunxi_ccu_set_mmc_timing_mode()
61 return !!(readl(cm->base + cm->reg) & CCU_MMC_NEW_TIMING_MODE); in sunxi_ccu_get_mmc_timing_mode()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dclksrc-dbx500-prcmu.c32 void __iomem *base = clksrc_dbx500_timer_base; in clksrc_dbx500_prcmu_read() local
36 count = readl_relaxed(base + PRCMU_TIMER_DOWNCOUNT); in clksrc_dbx500_prcmu_read()
37 count2 = readl_relaxed(base + PRCMU_TIMER_DOWNCOUNT); in clksrc_dbx500_prcmu_read()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h35 struct drm_crtc base; member
75 return crtc ? container_of(crtc, struct nouveau_crtc, base) : NULL; in nouveau_crtc()
80 return &crtc->base; in to_drm_crtc()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgp100.c30 gp100_fb_init_unkn(struct nvkm_fb *base) in gp100_fb_init_unkn() argument
32 struct nvkm_device *device = gf100_fb(base)->base.subdev.device; in gp100_fb_init_unkn()
/third_party/elfutils/tests/
H A Ddwarf-ranges.c42 Dwarf_Addr base, start, end; in main() local
44 (off = dwarf_ranges (cudie, off, &base, &start, &end)); ) in main()
51 fprintf (stderr, "%"PRIx64"..%"PRIx64" (base %"PRIx64")\n", in main()
52 start, end, base); in main()
/third_party/gn/src/gn/
H A Dinput_file.h10 #include "base/files/file_path.h"
11 #include "base/logging.h"
31 const base::FilePath& physical_name() const { return physical_name_; } in physical_name()
49 bool Load(const base::FilePath& system_path);
55 base::FilePath physical_name_;
H A Dxcode_writer.h14 #include "base/files/file_path.h"
57 base::FilePath configuration_build_dir;
63 base::FilePath::StringType additional_files_patterns;
69 base::FilePath::StringType additional_files_roots;
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_internal.h10 #include "base/time/time.h"
25 namespace base { namespace
72 base::Time last_modified_time,
80 Compression GetCompressionMethod(const base::FilePath& path);
/third_party/node/deps/zlib/google/
H A Dzip_internal.h10 #include "base/time/time.h"
25 namespace base { namespace
72 base::Time last_modified_time,
80 Compression GetCompressionMethod(const base::FilePath& path);
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.h10 #include "src/base/compiler-specific.h"
11 #include "src/base/hashmap.h"
12 #include "src/base/platform/mutex.h"
61 base::CustomMatcherHashMap::Entry* GetEntry(const char* str, int len);
66 base::CustomMatcherHashMap names_;
67 base::Mutex mutex_;
/third_party/node/deps/v8/src/torque/
H A Dtype-inference.h11 #include "src/base/optional.h"
62 const std::vector<base::Optional<const Type*>>& term_argument_types);
75 std::vector<base::Optional<const Type*>> inferred_;
76 base::Optional<std::string> failure_reason_;
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.h52 struct pipe_resource base; member
67 struct pipe_surface base; member
73 struct pipe_transfer base; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_texture.h49 struct pipe_surface base; member
59 struct pipe_sampler_view base; member
68 struct threaded_transfer base; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.c32 ossl_gcm_initctx(provctx, &ctx->base, keybits, in aes_gcm_newctx()
46 if (dctx != NULL && dctx->base.gcm.key != NULL) in aes_gcm_dupctx()
47 dctx->base.gcm.key = &dctx->ks.ks; in aes_gcm_dupctx()
H A Dcipher_aria_gcm.c25 ossl_gcm_initctx(provctx, &ctx->base, keybits, in aria_gcm_newctx()
39 if (dctx != NULL && dctx->base.gcm.key != NULL) in aria_gcm_dupctx()
40 dctx->base.gcm.key = &dctx->ks.ks; in aria_gcm_dupctx()
H A Dcipher_aria_ccm.c27 ossl_ccm_initctx(&ctx->base, keybits, ossl_prov_aria_hw_ccm(keybits)); in aria_ccm_newctx()
40 if (dctx != NULL && dctx->base.ccm_ctx.key != NULL) in aria_ccm_dupctx()
41 dctx->base.ccm_ctx.key = &dctx->ks.ks; in aria_ccm_dupctx()
H A Dcipher_sm4.c40 in->base.hw->copyctx(&ret->base, &in->base); in sm4_dupctx()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_sm4.c40 in->base.hw->copyctx(&ret->base, &in->base); in sm4_dupctx()
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
H A Dtls.rs15 let mut base = null(); variables
26 PT_PHDR => base = phdrs.as_ptr().cast::<u8>().offset(-(phdr.p_vaddr as isize)),
34 addr: base.cast::<u8>().add((*tls_phdr).p_vaddr).cast(),
47 /// The base address of the TLS segment.
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dnomadik-mtu.c184 static int __init nmdk_timer_init(void __iomem *base, int irq, in nmdk_timer_init() argument
191 mtu_base = base; in nmdk_timer_init()
253 void __iomem *base; in nmdk_timer_of_init() local
256 base = of_iomap(node, 0); in nmdk_timer_of_init()
257 if (!base) { in nmdk_timer_of_init()
280 return nmdk_timer_init(base, irq, pclk, clk); in nmdk_timer_of_init()
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dhd44780.c180 unsigned int i, base; in hd44780_probe() local
192 base = PIN_DATA4; in hd44780_probe()
195 base = PIN_DATA0; in hd44780_probe()
208 hd->pins[base + i] = devm_gpiod_get_index(dev, "data", i, in hd44780_probe()
210 if (IS_ERR(hd->pins[base + i])) { in hd44780_probe()
211 ret = PTR_ERR(hd->pins[base + i]); in hd44780_probe()
/kernel/linux/linux-5.10/crypto/
H A Dsalsa20_generic.c180 .base.cra_name = "salsa20",
181 .base.cra_driver_name = "salsa20-generic",
182 .base.cra_priority = 100,
183 .base.cra_blocksize = 1,
184 .base.cra_ctxsize = sizeof(struct salsa20_ctx),
185 .base.cra_module = THIS_MODULE,

Completed in 32 milliseconds

1...<<191192193194195196197198199200>>...686