Home
last modified time | relevance | path

Searched refs:core (Results 276 - 300 of 6685) sorted by relevance

1...<<11121314151617181920>>...268

/kernel/linux/linux-6.6/include/sound/
H A Dhda_codec.h38 struct hdac_bus core; member
68 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core)
90 struct hdac_driver core; member
175 struct hdac_device core; member
291 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev)
292 #define hda_codec_dev(_dev) (&(_dev)->core.dev)
294 #define hdac_to_hda_codec(_hdac) container_of(_hdac, struct hda_codec, core)
297 list_for_each_entry(c, &(bus)->core.codec_list, core.list)
299 list_for_each_entry_safe(c, n, &(bus)->core
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.h356 bool Equal32(uint32_t expected, const RegisterDump* core, const Register& reg);
358 const RegisterDump* core,
362 const RegisterDump* core,
366 const RegisterDump* core,
369 const RegisterDump* core,
372 const RegisterDump* core,
376 const RegisterDump* core,
381 const RegisterDump* core,
389 bool NotEqual64(T0 reference, const RegisterDump* core, T1 result) {
390 return !Equal64(reference, core, resul
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Ddbgfs.c9 #include "core.h"
15 void venus_dbgfs_init(struct venus_core *core) in venus_dbgfs_init() argument
17 core->root = debugfs_create_dir("venus", NULL); in venus_dbgfs_init()
18 debugfs_create_x32("fw_level", 0644, core->root, &venus_fw_debug); in venus_dbgfs_init()
21 fault_create_debugfs_attr("fail_ssr", core->root, &venus_ssr_attr); in venus_dbgfs_init()
25 void venus_dbgfs_deinit(struct venus_core *core) in venus_dbgfs_deinit() argument
27 debugfs_remove_recursive(core->root); in venus_dbgfs_deinit()
/kernel/linux/linux-5.10/drivers/block/
H A Dps3vram.c162 dev_warn(&dev->core, "FIFO timeout (%08x/%08x/%08x)\n", in ps3vram_wait_ring()
192 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", in ps3vram_rewind_ring()
211 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", in ps3vram_fire_ring()
216 dev_dbg(&dev->core, "FIFO full, rewinding\n"); in ps3vram_fire_ring()
270 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__); in ps3vram_upload()
302 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__); in ps3vram_download()
317 dev_dbg(&dev->core, "Flushing %d: 0x%08x\n", entry, in ps3vram_cache_evict()
322 dev_err(&dev->core, in ps3vram_cache_evict()
336 dev_dbg(&dev->core, "Fetching %d: 0x%08x\n", entry, address); in ps3vram_cache_load()
341 dev_err(&dev->core, in ps3vram_cache_load()
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-codec.c42 snd_hdac_codec_modalias(&codec->core, alias, sizeof(alias)); in request_codec_module()
48 dev_dbg(&codec->core.dev, "loading codec module: %s\n", mod); in request_codec_module()
59 ret = snd_hdac_device_register(&codec->core); in hda_codec_load_module()
61 dev_err(&codec->core.dev, "failed to register hdac device\n"); in hda_codec_load_module()
62 put_device(&codec->core.dev); in hda_codec_load_module()
90 mask |= BIT(codec->core.addr); in hda_codec_jack_wake_enable()
113 pm_request_resume(&codec->core.dev); in hda_codec_jack_check()
134 codec->core.type = type; in hda_codec_device_init()
151 mutex_lock(&hbus->core.cmd_mutex); in hda_codec_probe()
152 snd_hdac_bus_send_cmd(&hbus->core, hda_cm in hda_codec_probe()
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A DlistFiles.js17 //// [/src/core/anotherModule.ts]
21 //// [/src/core/index.ts]
27 //// [/src/core/some_decl.d.ts]
31 //// [/src/core/tsconfig.json]
42 import * as c from '../core/index';
46 import * as mod from '../core/anotherModule';
60 { "path": "../core" }
66 import * as c from '../core/index';
72 import * as mod from '../core/anotherModule';
79 { "path": "../core" },
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c92 u32 intr4 = hdmi_read_reg(hdmi->core.base, HDMI_CORE_SYS_INTR4); in hdmi_irq_handler()
94 hdmi_write_reg(hdmi->core.base, HDMI_CORE_SYS_INTR4, intr4); in hdmi_irq_handler()
96 hdmi4_cec_irq(&hdmi->core); in hdmi_irq_handler()
106 if (hdmi->core.core_pwr_cnt++) in hdmi_power_on_core()
117 hdmi4_core_powerdown_disable(&hdmi->core); in hdmi_power_on_core()
129 hdmi->core.core_pwr_cnt--; in hdmi_power_on_core()
136 if (--hdmi->core.core_pwr_cnt) in hdmi_power_off_core()
199 hdmi4_configure(&hdmi->core, &hdmi->wp, &hdmi->cfg); in hdmi_power_on_full()
256 hdmi4_core_dump(&hdmi->core, s); in hdmi_dump_regs()
266 hdmi4_audio_start(&hd->core, in hdmi_start_audio_stream()
275 hdmi4_core_enable(struct hdmi_core_data *core) hdmi4_core_enable() argument
298 hdmi4_core_disable(struct hdmi_core_data *core) hdmi4_core_disable() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c93 u32 intr4 = hdmi_read_reg(hdmi->core.base, HDMI_CORE_SYS_INTR4); in hdmi_irq_handler()
95 hdmi_write_reg(hdmi->core.base, HDMI_CORE_SYS_INTR4, intr4); in hdmi_irq_handler()
97 hdmi4_cec_irq(&hdmi->core); in hdmi_irq_handler()
107 if (hdmi->core.core_pwr_cnt++) in hdmi_power_on_core()
118 hdmi4_core_powerdown_disable(&hdmi->core); in hdmi_power_on_core()
130 hdmi->core.core_pwr_cnt--; in hdmi_power_on_core()
137 if (--hdmi->core.core_pwr_cnt) in hdmi_power_off_core()
200 hdmi4_configure(&hdmi->core, &hdmi->wp, &hdmi->cfg); in hdmi_power_on_full()
257 hdmi4_core_dump(&hdmi->core, s); in hdmi_dump_regs()
267 hdmi4_audio_start(&hd->core, in hdmi_start_audio_stream()
276 hdmi4_core_enable(struct hdmi_core_data *core) hdmi4_core_enable() argument
299 hdmi4_core_disable(struct hdmi_core_data *core) hdmi4_core_disable() argument
[all...]
/kernel/linux/common_modules/xpm/
H A DMakefile9 core/xpm_common.o \
10 core/xpm_module.o \
11 core/xpm_misc_device.o \
12 core/xpm_hck_hooks.o \
13 core/xpm_security_hooks.o \
14 core/xpm_report.o \
20 core/xpm_debugfs.o
23 -I$(srctree)/security/xpm/core \
/third_party/rust/crates/libc/src/
H A Dfixed_width_ints.rs85 static_assert_eq!(core::mem::size_of::<__int128>(), _SIZE_128);
86 static_assert_eq!(core::mem::align_of::<__int128>(), _ALIGN_128);
88 static_assert_eq!(core::mem::size_of::<__uint128>(), _SIZE_128);
89 static_assert_eq!(core::mem::align_of::<__uint128>(), _ALIGN_128);
91 static_assert_eq!(core::mem::size_of::<__int128_t>(), _SIZE_128);
92 static_assert_eq!(core::mem::align_of::<__int128_t>(), _ALIGN_128);
94 static_assert_eq!(core::mem::size_of::<__uint128_t>(), _SIZE_128);
95 static_assert_eq!(core::mem::align_of::<__uint128_t>(), _ALIGN_128);
/kernel/linux/linux-6.6/rust/kernel/
H A Derror.rs14 use core::convert::From;
15 use core::fmt;
16 use core::num::TryFromIntError;
17 use core::str::Utf8Error;
95 pub struct Error(core::ffi::c_int);
102 pub(crate) fn from_errno(errno: core::ffi::c_int) -> Error {
122 unsafe fn from_errno_unchecked(errno: core::ffi::c_int) -> Error { in from_errno_unchecked()
129 pub fn to_errno(self) -> core::ffi::c_int { in to_errno()
171 .debug_tuple(unsafe { core::str::from_utf8_unchecked(name) }) in name()
207 impl From<core
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dps3vram.c161 dev_warn(&dev->core, "FIFO timeout (%08x/%08x/%08x)\n", in ps3vram_wait_ring()
191 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", in ps3vram_rewind_ring()
210 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", in ps3vram_fire_ring()
215 dev_dbg(&dev->core, "FIFO full, rewinding\n"); in ps3vram_fire_ring()
269 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__); in ps3vram_upload()
301 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__); in ps3vram_download()
316 dev_dbg(&dev->core, "Flushing %d: 0x%08x\n", entry, in ps3vram_cache_evict()
321 dev_err(&dev->core, in ps3vram_cache_evict()
335 dev_dbg(&dev->core, "Fetching %d: 0x%08x\n", entry, address); in ps3vram_cache_load()
340 dev_err(&dev->core, in ps3vram_cache_load()
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore_sched.c65 * a cookie until after we've removed it, we must have core scheduling in sched_core_update_cookie()
88 * core has now entered/left forced idle state. Defer accounting to the in sched_core_update_cookie()
239 /* REQUIRES: rq->core's clock recently updated. */
243 u64 delta, now = rq_clock(rq->core); in __sched_core_account_forceidle()
250 WARN_ON_ONCE(!rq->core->core_forceidle_count); in __sched_core_account_forceidle()
252 if (rq->core->core_forceidle_start == 0) in __sched_core_account_forceidle()
255 delta = now - rq->core->core_forceidle_start; in __sched_core_account_forceidle()
259 rq->core->core_forceidle_start = now; in __sched_core_account_forceidle()
261 if (WARN_ON_ONCE(!rq->core->core_forceidle_occupation)) { in __sched_core_account_forceidle()
263 } else if (rq->core in __sched_core_account_forceidle()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_mm.c359 if ((rga_drvdata->rga_scheduler[i]->core == RGA2_SCHEDULER_CORE0) && in rga_mm_map_dma_buffer()
368 pr_err("%s core[%d] map dma buffer error!\n", in rga_mm_map_dma_buffer()
369 __func__, rga_drvdata->rga_scheduler[0]->core); in rga_mm_map_dma_buffer()
373 internal_buffer->dma_buffer[i].core = rga_drvdata->rga_scheduler[i]->core; in rga_mm_map_dma_buffer()
396 if (rga_drvdata->rga_scheduler[i]->core == RGA3_SCHEDULER_CORE0 || in rga_mm_unmap_virt_addr()
397 rga_drvdata->rga_scheduler[i]->core == RGA3_SCHEDULER_CORE1) in rga_mm_unmap_virt_addr()
399 else if (internal_buffer->dma_buffer[i].core != 0) in rga_mm_unmap_virt_addr()
452 if ((rga_drvdata->rga_scheduler[i]->core == RGA2_SCHEDULER_CORE0) && in rga_mm_map_virt_addr()
460 pr_err("%s core[ in rga_mm_map_virt_addr()
699 rga_mm_lookup_iova(struct rga_internal_buffer *buffer, int core) rga_mm_lookup_iova() argument
710 rga_mm_lookup_sgt(struct rga_internal_buffer *buffer, int core) rga_mm_lookup_sgt() argument
808 rga_mm_sync_dma_sg_for_device(struct rga_internal_buffer *buffer, int core, enum dma_data_direction dir) rga_mm_sync_dma_sg_for_device() argument
834 rga_mm_sync_dma_sg_for_cpu(struct rga_internal_buffer *buffer, int core, enum dma_data_direction dir) rga_mm_sync_dma_sg_for_cpu() argument
947 rga_mm_put_channel_handle_info(struct rga_mm *mm, struct rga_internal_buffer *internal_buffer, int core, enum dma_data_direction dir) rga_mm_put_channel_handle_info() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-coremask.h12 * select a specific core, a group of cores, or all available cores, for
16 * The core numbers used in this file are the same value as what is found in
19 * For the CN78XX and other multi-node environments the core numbers are not
20 * contiguous. The core numbers for the CN78XX are as follows:
46 * Is ``core'' set in the coremask?
49 int core) in cvmx_coremask_is_core_set()
53 n = core % CVMX_COREMASK_ELTSZ; in cvmx_coremask_is_core_set()
54 i = core / CVMX_COREMASK_ELTSZ; in cvmx_coremask_is_core_set()
78 * Clear ``core'' from the coremask.
80 static inline void cvmx_coremask_clear_core(struct cvmx_coremask *pcm, int core) in cvmx_coremask_clear_core() argument
48 cvmx_coremask_is_core_set(const struct cvmx_coremask *pcm, int core) cvmx_coremask_is_core_set() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-coremask.h12 * select a specific core, a group of cores, or all available cores, for
16 * The core numbers used in this file are the same value as what is found in
19 * For the CN78XX and other multi-node environments the core numbers are not
20 * contiguous. The core numbers for the CN78XX are as follows:
46 * Is ``core'' set in the coremask?
49 int core) in cvmx_coremask_is_core_set()
53 n = core % CVMX_COREMASK_ELTSZ; in cvmx_coremask_is_core_set()
54 i = core / CVMX_COREMASK_ELTSZ; in cvmx_coremask_is_core_set()
78 * Clear ``core'' from the coremask.
80 static inline void cvmx_coremask_clear_core(struct cvmx_coremask *pcm, int core) in cvmx_coremask_clear_core() argument
48 cvmx_coremask_is_core_set(const struct cvmx_coremask *pcm, int core) cvmx_coremask_is_core_set() argument
[all...]
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
271 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
277 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
270 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
280 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
277 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
280 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
271 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
278 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dnetlink.rs5 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
9 __IncompleteArrayField(::core::marker::PhantomData, [])
21 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
25 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
29 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
271 pub type __kernel_sighandler_t = ::core::option::Option<unsafe extern "C" fn(arg1: crate::ctypes::c_int)>;

Completed in 59 milliseconds

1...<<11121314151617181920>>...268