Home
last modified time | relevance | path

Searched refs:core (Results 1226 - 1250 of 6539) sorted by relevance

1...<<41424344454647484950>>...262

/test/testfwk/xdevice/plugins/devicetest/core/
H A Dtest_case.py37 from devicetest.core.exception import BaseTestError
38 from devicetest.core.exception import HdcCommandRejectedException
39 from devicetest.core.exception import ShellCommandUnresponsiveException
40 from devicetest.core.exception import DeviceNotFound
41 from devicetest.core.exception import AppInstallError
42 from devicetest.core.exception import RpcNotRunningError
43 from devicetest.core.exception import TestFailure
44 from devicetest.core.exception import TestError
45 from devicetest.core.exception import TestSkip
46 from devicetest.core
[all...]
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c54 #include <pulsecore/core-error.h>
60 #include <pulsecore/core-util.h>
101 pa_core *core; member
242 u->core->mempool, in mmap_fill_memblocks()
295 u->core->mempool, in mmap_post_memblocks()
902 if (u->core->realtime_scheduling) in thread_func()
903 pa_thread_make_realtime(u->core->realtime_priority); in thread_func()
1068 memchunk.memblock = pa_memblock_new(u->core->mempool, (size_t) -1); in thread_func()
1176 pa_asyncmsgq_post(u->thread_mq.outq, PA_MSGOBJECT(u->core), PA_CORE_MESSAGE_UNLOAD_MODULE, u->module, 0, NULL, NULL); in thread_func()
1217 ss = m->core in pa__init()
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-loopback.c34 #include <pulsecore/core-util.h>
77 pa_core *core; member
379 u->minimum_latency += u->core->default_fragment_size_msec * PA_USEC_PER_MSEC; in update_minimum_latency()
613 pa_core_rttime_restart(u->core, u->time_event, pa_rtclock_now() + u->adjust_time); in time_callback()
635 u->core->mainloop->time_free(u->time_event); in enable_adjust_timer()
637 u->time_event = pa_core_rttime_new(u->core, pa_rtclock_now() + 333 * PA_USEC_PER_MSEC, time_callback, u); in enable_adjust_timer()
642 u->core->mainloop->time_free(u->time_event); in enable_adjust_timer()
1234 requested_latency = (latency - u->core->default_fragment_size_msec * PA_USEC_PER_MSEC) / 2; in set_sink_input_latency()
1514 static pa_hook_result_t sink_port_latency_offset_changed_cb(pa_core *core, pa_sink *sink, struct userdata *u) { in sink_port_latency_offset_changed_cb() argument
1532 static pa_hook_result_t source_port_latency_offset_changed_cb(pa_core *core, pa_sourc argument
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Datags_parse.c41 struct tag_core core; member
56 if ((tag->u.core.flags & 1) == 0) in parse_tag_core()
58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Datags_parse.c41 struct tag_core core; member
56 if ((tag->u.core.flags & 1) == 0) in parse_tag_core()
58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dmt6397-irq.c12 #include <linux/mfd/mt6323/core.h>
14 #include <linux/mfd/mt6331/core.h>
16 #include <linux/mfd/mt6397/core.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfb.h4 #include <core/subdev.h>
5 #include <core/falcon.h>
6 #include <core/mm.h>
/kernel/liteos_a/kernel/extended/trace/
H A Dtrace_offline.c187 UINT32 taskLockCnt = frame->core.taskLockCnt; in OsTraceInfoEventData()
195 PRINTK("%-11u %-11u %-11u", frame->core.cpuid, frame->core.hwiActive, taskLockCnt); in OsTraceInfoEventData()
/kernel/liteos_m/components/trace/
H A Dtrace_offline.c182 UINT32 taskLockCnt = frame->core.taskLockCnt; in OsTraceInfoEventData()
190 PRINTK("%-11u %-11u %-11u", frame->core.cpuId, frame->core.hwiActive, taskLockCnt); in OsTraceInfoEventData()
/third_party/libdrm/tests/etnaviv/
H A Detnaviv_2d_test.c186 int core = 0; in main() local
217 gpu = etna_gpu_new(dev, core); in main()
236 core++; in main()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.h29 #include <pulsecore/core.h>
187 pa_core *core; member
257 pa_native_protocol* pa_native_protocol_get(pa_core *core);
/third_party/rust/crates/unicode-width/src/
H A Dtests.rs141 use core::option::Option::{Some, None}; in test_char()
157 use core::option::Option::{Some, None}; in test_char2()
188 use core::option::Option::{Some, None}; in unicode_12()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_ext_deps.py104 self.core = VK_MAKE_VERSION(1, 0, 0)
135 if info.core <= version:
180 extInfoDict[name].core = apiVersionsByNumber[ext.attrib[VK_XML_EXT_REQUIRES_CORE]]
H A Dohos_gen_ext_deps.py105 self.core = VK_MAKE_VERSION(1, 0, 0)
136 if info.core <= version:
181 extInfoDict[name].core = apiVersionsByNumber[ext.attrib[VK_XML_EXT_REQUIRES_CORE]]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A DMakefile57 CFLAGS += -I$(abspath ../../../../drivers/framework/core/shared/include)
58 CFLAGS += -I$(abspath ../../../../drivers/framework/include/core)
59 CFLAGS += -I$(abspath ../../../../drivers/framework/core/adapter/syscall/include)
2171 rm -f core *~ *.o *.d *.gcno *.gcda *.gcov
/kernel/linux/linux-6.6/tools/perf/util/
H A Dauxtrace.c81 evsel->core.nr_members <= 1))) in evlist__regroup()
95 if (leader->core.nr_members < 1) in evlist__regroup()
96 leader->core.nr_members = 1; in evlist__regroup()
97 leader->core.nr_members += 1; in evlist__regroup()
177 bool per_cpu = !perf_cpu_map__empty(evlist->core.user_requested_cpus); in auxtrace_mmap_params__set_idx()
187 mp->cpu = perf_cpu_map__cpu(evlist->core.all_cpus, idx); in auxtrace_mmap_params__set_idx()
188 if (evlist->core.threads) in auxtrace_mmap_params__set_idx()
189 mp->tid = perf_thread_map__pid(evlist->core.threads, 0); in auxtrace_mmap_params__set_idx()
194 mp->tid = perf_thread_map__pid(evlist->core.threads, idx); in auxtrace_mmap_params__set_idx()
651 bool per_cpu_mmaps = !perf_cpu_map__empty(evlist->core in evlist__enable_event_idx()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsynthetic-events.c1616 nr += evsel->core.ids; in perf_event__synthesize_id_index()
1631 for (j = 0; j < evsel->core.ids; j++) { in perf_event__synthesize_id_index()
1645 e->id = evsel->core.id[j]; in perf_event__synthesize_id_index()
1718 ev = event_update_event__new(size + 1, PERF_EVENT_UPDATE__UNIT, evsel->core.id[0]); in perf_event__synthesize_event_update_unit()
1735 ev = event_update_event__new(sizeof(*ev_data), PERF_EVENT_UPDATE__SCALE, evsel->core.id[0]); in perf_event__synthesize_event_update_scale()
1753 ev = event_update_event__new(len + 1, PERF_EVENT_UPDATE__NAME, evsel->core.id[0]); in perf_event__synthesize_event_update_name()
1771 if (!evsel->core.own_cpus) in perf_event__synthesize_event_update_cpus()
1774 ev = cpu_map_data__alloc(evsel->core.own_cpus, &size, &type, &max); in perf_event__synthesize_event_update_cpus()
1781 ev->id = evsel->core.id[0]; in perf_event__synthesize_event_update_cpus()
1784 evsel->core in perf_event__synthesize_event_update_cpus()
[all...]
H A Dtrace-event-info.c410 list_for_each_entry(pos, pattrs, core.node) { in get_tracepoints_path()
411 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT) in get_tracepoints_path()
427 ppath->next = tracepoint_id_to_path(pos->core.attr.config); in get_tracepoints_path()
445 list_for_each_entry(pos, pattrs, core.node) in have_tracepoints()
446 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT) in have_tracepoints()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l43.c222 struct cs42l43 *cs42l43 = priv->core; in cs42l43_startup()
265 struct cs42l43 *cs42l43 = priv->core; in cs42l43_set_sample_rate()
286 struct cs42l43 *cs42l43 = priv->core; in cs42l43_asp_hw_params()
375 struct cs42l43 *cs42l43 = priv->core; in cs42l43_asp_set_fmt()
911 struct cs42l43 *cs42l43 = priv->core; in cs42l43_spk_vu_sync()
925 struct cs42l43 *cs42l43 = priv->core; in cs42l43_shutter_get()
1150 struct cs42l43 *cs42l43 = priv->core; in cs42l43_eq_ev()
1203 struct cs42l43 *cs42l43 = priv->core; in cs42l43_set_pll()
1237 struct cs42l43 *cs42l43 = priv->core; in cs42l43_enable_pll()
1327 struct cs42l43 *cs42l43 = priv->core; in cs42l43_disable_pll()
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dtopology.c568 offsetof(struct sof_ipc_pipe_new, core), 0},
735 offsetof(struct sof_ipc_comp, core), 0},
1314 /* Static DSP core power management so far, should be extended in the future */
1315 static int sof_core_enable(struct snd_sof_dev *sdev, int core) in sof_core_enable() argument
1322 .enable_mask = sdev->enabled_cores_mask | BIT(core), in sof_core_enable()
1326 if (sdev->enabled_cores_mask & BIT(core)) in sof_core_enable()
1329 /* power up the core if it is host managed */ in sof_core_enable()
1330 ret = snd_sof_dsp_core_power_up(sdev, BIT(core)); in sof_core_enable()
1332 dev_err(sdev->dev, "error: %d powering up core %d\n", in sof_core_enable()
1333 ret, core); in sof_core_enable()
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Darch_topology.c329 static int __init parse_core(struct device_node *core, int package_id, in parse_core() argument
340 t = of_get_child_by_name(core, name); in parse_core()
358 cpu = get_cpu_for_node(core); in parse_core()
362 core); in parse_core()
369 pr_err("%pOF: Can't get CPU for leaf core\n", core); in parse_core()
408 snprintf(name, sizeof(name), "core%d", i); in parse_cluster()
423 pr_err("%pOF: Non-leaf cluster with core %s\n", in parse_cluster()
496 /* Find the smaller of NUMA, core or LLC siblings */ in cpu_coregroup_mask()
514 /* update core an in update_siblings_masks()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c51 /* AMR value the parent expects to read in the core file. */
54 /* IAMR value the parent expects to read in the core file. */
57 /* UAMOR value the parent expects to read in the core file. */
184 /* Make sure we're not using a stale core file. */ in try_core_file()
262 void *core; in parent() local
285 printf("Child didn't dump core\n"); in parent()
289 /* Construct array of core file names to try. */ in parent()
297 ret = snprintf(filename[0], PATH_MAX, "core-pkey.%d", pid); in parent()
304 ret = snprintf(filename[1], PATH_MAX - ret - 1, "core.%d", pid); in parent()
309 filename[2] = "core"; in parent()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv.h334 struct bttv_core *core; member
351 void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits);
352 u32 bttv_gpio_read(struct bttv_core *core);
353 void bttv_gpio_write(struct bttv_core *core, u32 value);
354 void bttv_gpio_bits(struct bttv_core *core, u32 mask, u32 bits);
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_tegra.c26 #include <sound/core.h>
355 chip->bus.core.sdo_limit = 16; in hda_tegra_first_init()
419 chip->bus.core.sync_write = 0; in hda_tegra_create()
420 chip->bus.core.needs_damn_long_delay = 1; in hda_tegra_create()
421 chip->bus.core.aligned_mmio = 1; in hda_tegra_create()
/kernel/linux/linux-6.6/drivers/spi/
H A DMakefile8 # small core, mostly translating board-specific
18 obj-$(CONFIG_SPI_ALTERA_CORE) += spi-altera-core.o
47 spi-dw-y := spi-dw-core.o
75 obj-$(CONFIG_SPI_LOONGSON_CORE) += spi-loongson-core.o
81 obj-$(CONFIG_SPI_MICROCHIP_CORE) += spi-microchip-core.o
82 obj-$(CONFIG_SPI_MICROCHIP_CORE_QSPI) += spi-microchip-core-qspi.o

Completed in 26 milliseconds

1...<<41424344454647484950>>...262