/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | Makefile | 13 realtek-smi-objs := realtek-smi-core.o rtl8366.o rtl8366rb.o 14 obj-$(CONFIG_NET_DSA_SMSC_LAN9303) += lan9303-core.o 17 obj-$(CONFIG_NET_DSA_VITESSE_VSC73XX) += vitesse-vsc73xx-core.o
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cputhreads.h | 13 * threads per core and the same number for each core in the system 42 int cpu_first_thread_of_core(int core); 45 static inline int cpu_first_thread_of_core(int core) { return core; } in cpu_first_thread_of_core() argument
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | Makefile | 3 # Makefile for the input core drivers. 8 obj-$(CONFIG_INPUT) += input-core.o 9 input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core907d.c | 22 #include "core.h" 35 struct nv50_core *core = disp->core; in core907d_caps_init() local 47 time = nvif_msec(core->chan.base.device, 2000ULL, in core907d_caps_init() 54 NV_ERROR(drm, "core caps notifier timeout\n"); in core907d_caps_init()
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | driver_chipcommon_nflash.c | 30 struct bcma_bus *bus = cc->core->bus; in bcma_nflash_init() 34 cc->core->id.rev != 38) { in bcma_nflash_init() 45 if (cc->core->id.rev == 38 && in bcma_nflash_init()
|
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-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_platform.c | 7 #include "core.h" 72 hfi_platform_get_codecs(struct venus_core *core, u32 *enc_codecs, u32 *dec_codecs, u32 *count) in hfi_platform_get_codecs() argument 76 plat = hfi_platform_get(core->res->hfi_version); in hfi_platform_get_codecs() 83 if (IS_IRIS2_1(core)) { in hfi_platform_get_codecs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core907d.c | 22 #include "core.h" 35 struct nv50_core *core = disp->core; in core907d_caps_init() local 47 time = nvif_msec(core->chan.base.device, 2000ULL, in core907d_caps_init() 54 NV_ERROR(drm, "core caps notifier timeout\n"); in core907d_caps_init()
|
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() 67 NV_ERROR(drm, "No supported core channel class\n"); in nv50_core_new()
|
/third_party/ltp/testcases/kernel/syscalls/abort/ |
H A D | abort01.c | 13 * Checks that process which called abort() gets killed by SIGIOT and dumps core. 42 int sig, core; in verify_abort() local 56 core = WCOREDUMP(status); in verify_abort() 59 if (core == 0) in verify_abort() 60 tst_res(TFAIL, "abort() failed to dump core"); in verify_abort() 62 tst_res(TPASS, "abort() dumped core"); in verify_abort() 76 /* make sure we get core dumps */ in setup()
|
/third_party/rust/crates/cxx/src/ |
H A D | lossy.rs | 1 use core::char; 2 use core::fmt::{self, Write as _}; 3 use core::str;
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | CMapTableSubsetter.java | 22 import com.google.typography.font.sfntly.table.core.CMap; 23 import com.google.typography.font.sfntly.table.core.CMapTable; 48 (com.google.typography.font.sfntly.table.core.CMapTable.Builder) fontBuilder in subset()
|
/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...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
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/net/wireless/ti/wlcore/ |
H A D | sdio.c | 33 struct platform_device *core; member 302 /* Tell PM core that we don't need the card to be powered now */ in wl1271_probe() 316 glue->core = platform_device_alloc(chip_family, PLATFORM_DEVID_AUTO); in wl1271_probe() 317 if (!glue->core) { in wl1271_probe() 323 glue->core->dev.parent = &func->dev; in wl1271_probe() 342 ret = platform_device_add_resources(glue->core, res, num_irqs); in wl1271_probe() 348 ret = platform_device_add_data(glue->core, pdev_data, in wl1271_probe() 355 ret = platform_device_add(glue->core); in wl1271_probe() 363 platform_device_put(glue->core); in wl1271_probe() 376 platform_device_unregister(glue->core); in wl1271_remove() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | code-reading.c | 428 for (i = 0; i < evlist->core.nr_mmaps; i++) { in process_events() 430 if (perf_mmap__read_init(&md->core) < 0) in process_events() 433 while ((event = perf_mmap__read_event(&md->core)) != NULL) { in process_events() 435 perf_mmap__consume(&md->core); in process_events() 439 perf_mmap__read_done(&md->core); in process_events() 648 perf_evlist__set_maps(&evlist->core, cpus, threads); in do_test_code_reading() 662 evsel->core.attr.comm = 1; in do_test_code_reading() 663 evsel->core.attr.disabled = 1; in do_test_code_reading() 664 evsel->core.attr.enable_on_exec = 0; in do_test_code_reading() 677 perf_evlist__set_maps(&evlist->core, NUL in do_test_code_reading() [all...] |
/kernel/linux/linux-6.6/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.user_requested_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() 244 tracking_evsel->core.attr.freq = 0; in intel_bts_recording_options() 245 tracking_evsel->core.attr.sample_period = 1; in intel_bts_recording_options() 329 if (evsel->core.attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_start() 342 if (evsel->core in intel_bts_snapshot_finish() [all...] |
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | init.rs | 40 //! # use core::pin::Pin; 60 //! # use core::pin::Pin; 125 //! use core::{ptr::addr_of_mut, marker::PhantomPinned, pin::Pin}; 135 //! # fn from_errno(errno: core::ffi::c_int) -> Error { 137 //! # Error::from(core::fmt::Error) 218 use core::{ 241 /// # use core::pin::Pin; 275 let mut $var = ::core::pin::pin!($crate::init::__internal::StackInit$(::<$t>)?::uninit()); 279 let x: ::core::convert::Infallible = x; 294 /// # use core [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-zeroconf-discover.c | 38 #include <pulsecore/core-util.h> 65 pa_core *core; member 157 ss = u->core->default_sample_spec; in resolver_cb() 158 cm = u->core->default_channel_map; in resolver_cb() 243 if (pa_module_load(&m, u->core, module_name, args) >= 0) { in resolver_cb() 297 pa_module_unload_request_by_index(u->core, t2->module_index, true); in browser_cb() 395 u->core = m->core; in pa__init() 401 u->avahi_poll = pa_avahi_poll_new(m->core->mainloop); in pa__init() 438 pa_module_unload_request_by_index(u->core, in pa__done() [all...] |
H A D | module-intended-roles.c | 27 #include <pulsecore/core-util.h> 49 pa_core *core; member 266 /* There's no point in doing anything if the core is shut down anyway */ in sink_unlink_hook_callback() 317 /* There's no point in doing anything if the core is shut down anyway */ in source_unlink_hook_callback() 385 u->core = m->core; in pa__init() 391 u->sink_input_new_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_INPUT_NEW], PA_HOOK_EARLY+10, (pa_hook_cb_t) sink_input_new_hook_callback, u); in pa__init() 392 u->source_output_new_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SOURCE_OUTPUT_NEW], PA_HOOK_EARLY+10, (pa_hook_cb_t) source_output_new_hook_callback, u); in pa__init() 396 u->sink_put_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_PUT], PA_HOOK_LATE+10, (pa_hook_cb_t) sink_put_hook_callback, u); in pa__init() 397 u->source_put_hook_slot = pa_hook_connect(&m->core in pa__init() [all...] |