/third_party/pulseaudio/src/modules/ |
H A D | module-detect.c | 35 #include <pulsecore/core-error.h> 39 #include <pulsecore/core-util.h> 271 if ((n = detect_alsa(m->core, just_one)) <= 0) in pa__init() 274 if ((n = detect_oss(m->core, just_one)) <= 0) in pa__init() 277 if ((n = detect_solaris(m->core, just_one)) <= 0) in pa__init() 280 if ((n = detect_waveout(m->core, just_one)) <= 0) in pa__init()
|
/third_party/rust/crates/cxx/src/ |
H A D | unique_ptr.rs | 6 use core::ffi::c_void; 7 use core::fmt::{self, Debug, Display}; 8 use core::marker::PhantomData; 9 use core::mem::{self, MaybeUninit}; 10 use core::ops::{Deref, DerefMut}; 11 use core::pin::Pin;
|
H A D | lib.rs | 15 //! and *all* the C++ code. The core safety claim under this new model is that 407 pub extern crate core; 414 extern crate core as alloc; 423 extern crate core as std; 517 pub use core::{concat, module_path}; 542 struct void(core::ffi::c_void);
|
/kernel/linux/common_modules/container_escape_detection/ |
H A D | Makefile | 4 obj-$(CONFIG_SECURITY_CONTAINER_ESCAPE_DETECTION) += core/ced_detection.o 5 obj-$(CONFIG_SECURITY_CONTAINER_ESCAPE_DETECTION) += core/ced_permission.o 6 obj-$(CONFIG_SECURITY_CONTAINER_ESCAPE_DETECTION) += core/ced_module.o
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | Makefile | 4 ptrace-tm-spd-vsx ptrace-tm-spr ptrace-hwbreak ptrace-pkey core-pkey \ 12 $(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: child.h 13 $(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: LDLIBS += -pthread
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | sor507d.c | 22 #include "core.h" 30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl() argument 33 struct nvif_push *push = core->chan.push; in sor507d_ctrl() 50 sor507d_get_caps(struct nv50_disp *core, struct nouveau_encoder *outp, int or) in sor507d_get_caps() argument
|
H A D | core.c | 22 #include "core.h" 29 struct nv50_core *core = *pcore; in nv50_core_del() local 30 if (core) { in nv50_core_del() 31 nv50_dmac_destroy(&core->chan); in nv50_core_del() 66 NV_ERROR(drm, "No supported core channel class\n"); in nv50_core_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | sor507d.c | 22 #include "core.h" 30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl() argument 33 struct nvif_push *push = core->chan.push; in sor507d_ctrl() 50 sor507d_get_caps(struct nv50_disp *core, struct nouveau_encoder *outp, int or) in sor507d_get_caps() argument
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluetooth-discover.c | 24 #include <pulsecore/core-util.h> 51 pa_module_load(&mm, m->core, "module-bluez5-discover", m->argument); in pa__init() 73 pa_module_unload_by_index(m->core, u->bluez5_module_idx, true); in pa__done()
|
/kernel/linux/linux-5.10/drivers/clk/renesas/ |
H A D | r7s9210-cpg-mssr.c | 161 const struct cpg_core_clk *core, const struct cpg_mssr_info *info, in rza2_cpg_clk_register() 169 parent = clks[core->parent]; in rza2_cpg_clk_register() 173 switch (core->id) { in rza2_cpg_clk_register() 188 if (core->id == CLK_MAIN) in rza2_cpg_clk_register() 191 return clk_register_fixed_factor(NULL, core->name, in rza2_cpg_clk_register() 160 rza2_cpg_clk_register(struct device *dev, const struct cpg_core_clk *core, const struct cpg_mssr_info *info, struct clk **clks, void __iomem *base, struct raw_notifier_head *notifiers) rza2_cpg_clk_register() argument
|
/kernel/linux/linux-6.6/arch/arc/ |
H A D | Makefile | 86 core-y += arch/arc/boot/dts/ 88 core-y += arch/arc/plat-sim/ 89 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/ 90 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/ 91 core-$(CONFIG_ARC_SOC_HSDK) += arch/arc/plat-hsdk/
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | event-times.c | 41 evsel->core.attr.enable_on_exec = 1; in attach__enable_on_exec() 73 evsel->core.attr.disabled = 1; in attach__current_disabled() 126 evsel->core.attr.disabled = 1; in attach__cpu_disabled() 184 evsel->core.attr.read_format |= in test_times() 200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
|
H A D | expand-cgroup.c | 31 nr_events = evlist->core.nr_entries; in test_expand_events() 48 nr_members = evlist__first(evlist)->core.nr_members; in test_expand_events() 57 if (evlist->core.nr_entries != nr_events * nr_cgrps) { in test_expand_events() 84 if (evsel->core.nr_members != nr_members) { in test_expand_events() 86 evsel->core.nr_members, nr_members); in test_expand_events() 200 .type = "core", in expand_metric_events()
|
H A D | code-reading.c | 427 for (i = 0; i < evlist->core.nr_mmaps; i++) { in process_events() 429 if (perf_mmap__read_init(&md->core) < 0) in process_events() 432 while ((event = perf_mmap__read_event(&md->core)) != NULL) { in process_events() 434 perf_mmap__consume(&md->core); in process_events() 438 perf_mmap__read_done(&md->core); in process_events() 644 perf_evlist__set_maps(&evlist->core, cpus, threads); in do_test_code_reading() 658 evsel->core.attr.comm = 1; in do_test_code_reading() 659 evsel->core.attr.disabled = 1; in do_test_code_reading() 660 evsel->core.attr.enable_on_exec = 0; in do_test_code_reading() 673 perf_evlist__set_maps(&evlist->core, NUL in do_test_code_reading() [all...] |
/kernel/linux/linux-6.6/drivers/clk/renesas/ |
H A D | r7s9210-cpg-mssr.c | 161 const struct cpg_core_clk *core, const struct cpg_mssr_info *info, in rza2_cpg_clk_register() 169 parent = clks[core->parent]; in rza2_cpg_clk_register() 173 switch (core->id) { in rza2_cpg_clk_register() 188 if (core->id == CLK_MAIN) in rza2_cpg_clk_register() 191 return clk_register_fixed_factor(NULL, core->name, in rza2_cpg_clk_register() 160 rza2_cpg_clk_register(struct device *dev, const struct cpg_core_clk *core, const struct cpg_mssr_info *info, struct clk **clks, void __iomem *base, struct raw_notifier_head *notifiers) rza2_cpg_clk_register() argument
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | event-times.c | 41 evsel->core.attr.enable_on_exec = 1; in attach__enable_on_exec() 73 evsel->core.attr.disabled = 1; in attach__current_disabled() 126 evsel->core.attr.disabled = 1; in attach__cpu_disabled() 184 evsel->core.attr.read_format |= in test_times() 200 perf_evsel__read(&evsel->core, 0, 0, &count); in test_times()
|
H A D | expand-cgroup.c | 31 nr_events = evlist->core.nr_entries; in test_expand_events() 48 nr_members = evlist__first(evlist)->core.nr_members; in test_expand_events() 57 if (evlist->core.nr_entries != nr_events * nr_cgrps) { in test_expand_events() 84 if (evsel->core.nr_members != nr_members) { in test_expand_events() 86 evsel->core.nr_members, nr_members); in test_expand_events()
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | drain.rs | 4 use core::fmt; 5 use core::iter::{FusedIterator, TrustedLen}; 6 use core::mem::{self, ManuallyDrop, SizedTypeProperties}; 7 use core::ptr::{self, NonNull}; 8 use core::slice::{self};
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 14 #include "core.h" 30 struct venus_core *core = inst->core; in venus_helper_check_codec() local 70 if (session_type == VIDC_SESSION_TYPE_ENC && core->enc_codecs & codec) in venus_helper_check_codec() 73 if (session_type == VIDC_SESSION_TYPE_DEC && core->dec_codecs & codec) in venus_helper_check_codec() 109 dma_free_attrs(inst->core->dev, buf->size, buf->va, buf->da, in venus_helper_free_dpb_bufs() 122 struct venus_core *core = inst->core; in venus_helper_alloc_dpb_bufs() local 123 struct device *dev = core->dev; in venus_helper_alloc_dpb_bufs() 124 enum hfi_version ver = core in venus_helper_alloc_dpb_bufs() 183 struct venus_core *core = inst->core; intbufs_set_buffer() local 482 struct venus_core *core = inst->core; is_dynamic_bufmode() local 520 struct venus_core *core = inst->core; session_register_bufs() local 1395 struct venus_core *core = inst->core; venus_helper_vb2_stop_streaming() local 1564 struct venus_core *core = inst->core; venus_helper_get_out_fmts() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 36 #include "core.h" 187 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl); in mlxsw_sp_flow_counter_get() 204 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl); in mlxsw_sp_flow_counter_clear() 356 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_vid_stp_set() 366 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(spad), spad_pl); in mlxsw_sp_base_mac_get() 382 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(paos), paos_pl); in mlxsw_sp_port_admin_status_set() 393 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ppad), ppad_pl); in mlxsw_sp_port_dev_addr_set() 413 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pmtu), pmtu_pl); in mlxsw_sp_port_max_mtu_get() 431 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pmtu), pmtu_pl); in mlxsw_sp_port_mtu_set() 440 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_RE in mlxsw_sp_port_swid_set() [all...] |
H A D | spectrum_policer.c | 82 struct mlxsw_core *core = family->mlxsw_sp->core; in mlxsw_sp_policer_single_rate_family_init() local 88 if (!MLXSW_CORE_RES_VALID(core, MAX_GLOBAL_POLICERS) || in mlxsw_sp_policer_single_rate_family_init() 89 !MLXSW_CORE_RES_VALID(core, MAX_CPU_POLICERS)) in mlxsw_sp_policer_single_rate_family_init() 92 family->start_index = MLXSW_CORE_RES_GET(core, MAX_CPU_POLICERS); in mlxsw_sp_policer_single_rate_family_init() 93 family->end_index = MLXSW_CORE_RES_GET(core, MAX_GLOBAL_POLICERS); in mlxsw_sp_policer_single_rate_family_init() 96 devlink = priv_to_devlink(core); in mlxsw_sp_policer_single_rate_family_init() 108 struct devlink *devlink = priv_to_devlink(family->mlxsw_sp->core); in mlxsw_sp_policer_single_rate_family_fini() 165 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(qpcr), qpcr_pl); in mlxsw_sp_policer_single_rate_init() 298 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_RE in mlxsw_sp_policer_drops_counter_get() [all...] |
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | driver_pci_host.c | 30 struct bcma_bus *bus = pc->core->bus; in bcma_core_pci_is_in_hostmode() 39 bcma_core_enable(pc->core, 0); in bcma_core_pci_is_in_hostmode() 41 return !mips_busprobe32(tmp, pc->core->io_addr); in bcma_core_pci_is_in_hostmode() 155 u16 chipid = pc->core->bus->chipinfo.id; in bcma_extpci_write_config() 342 struct bcma_bus *bus = pc->core->bus; in bcma_core_pci_enable_crs() 389 struct bcma_bus *bus = pc->core->bus; in bcma_core_pci_hostmode_init() 398 bcma_info(bus, "This PCIE core is disabled and not working\n"); in bcma_core_pci_hostmode_init() 456 if (pc->core->core_unit == 0) { in bcma_core_pci_hostmode_init() 465 } else if (pc->core->core_unit == 1) { in bcma_core_pci_hostmode_init() 529 /* Early PCI fixup for a device on the PCI-core bridg [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_policer.c | 82 struct mlxsw_core *core = family->mlxsw_sp->core; in mlxsw_sp_policer_single_rate_family_init() local 88 if (!MLXSW_CORE_RES_VALID(core, MAX_GLOBAL_POLICERS) || in mlxsw_sp_policer_single_rate_family_init() 89 !MLXSW_CORE_RES_VALID(core, MAX_CPU_POLICERS)) in mlxsw_sp_policer_single_rate_family_init() 92 family->start_index = MLXSW_CORE_RES_GET(core, MAX_CPU_POLICERS); in mlxsw_sp_policer_single_rate_family_init() 93 family->end_index = MLXSW_CORE_RES_GET(core, MAX_GLOBAL_POLICERS); in mlxsw_sp_policer_single_rate_family_init() 96 devlink = priv_to_devlink(core); in mlxsw_sp_policer_single_rate_family_init() 108 struct devlink *devlink = priv_to_devlink(family->mlxsw_sp->core); in mlxsw_sp_policer_single_rate_family_fini() 165 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(qpcr), qpcr_pl); in mlxsw_sp_policer_single_rate_init() 298 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_RE in mlxsw_sp_policer_drops_counter_get() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | sdio.c | 33 struct platform_device *core; member 303 /* Tell PM core that we don't need the card to be powered now */ in wl1271_probe() 317 glue->core = platform_device_alloc(chip_family, PLATFORM_DEVID_AUTO); in wl1271_probe() 318 if (!glue->core) { in wl1271_probe() 324 glue->core->dev.parent = &func->dev; in wl1271_probe() 343 ret = platform_device_add_resources(glue->core, res, num_irqs); in wl1271_probe() 349 ret = platform_device_add_data(glue->core, pdev_data, in wl1271_probe() 356 ret = platform_device_add(glue->core); in wl1271_probe() 364 platform_device_put(glue->core); in wl1271_probe() 377 platform_device_unregister(glue->core); in wl1271_remove() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | intel-bts.c | 78 if (!session->evlist->core.nr_mmaps) in intel_bts_info_fill() 81 pc = session->evlist->mmap[0].core.base; in intel_bts_info_fill() 113 const struct perf_cpu_map *cpus = evlist->core.cpus; in intel_bts_recording_options() 125 if (evsel->core.attr.type == intel_bts_pmu->type) { in intel_bts_recording_options() 130 evsel->core.attr.freq = 0; in intel_bts_recording_options() 131 evsel->core.attr.sample_period = 1; in intel_bts_recording_options() 243 tracking_evsel->core.attr.freq = 0; in intel_bts_recording_options() 244 tracking_evsel->core.attr.sample_period = 1; in intel_bts_recording_options() 328 if (evsel->core.attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_start() 341 if (evsel->core in intel_bts_snapshot_finish() [all...] |