/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.c | 30 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base() argument 32 return core->base + HDMI_CORE_AV; in hdmi_av_base() 35 int hdmi4_core_ddc_init(struct hdmi_core_data *core) in hdmi4_core_ddc_init() argument 37 void __iomem *base = core->base; in hdmi4_core_ddc_init() 79 struct hdmi_core_data *core = data; in hdmi4_core_ddc_read() local 80 void __iomem *base = core->base; in hdmi4_core_ddc_read() 149 /* video core */ in hdmi_core_init() 158 void hdmi4_core_powerdown_disable(struct hdmi_core_data *core) in hdmi4_core_powerdown_disable() argument 161 REG_FLD_MOD(core->base, HDMI_CORE_SYS_SYS_CTRL1, 0x1, 0, 0); in hdmi4_core_powerdown_disable() 164 static void hdmi_core_swreset_release(struct hdmi_core_data *core) in hdmi_core_swreset_release() argument 170 hdmi_core_swreset_assert(struct hdmi_core_data *core) hdmi_core_swreset_assert() argument 177 hdmi_core_video_config(struct hdmi_core_data *core, struct hdmi_core_video_config *cfg) hdmi_core_video_config() argument 220 hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, struct hdmi_avi_infoframe *frame) hdmi_core_write_avi_infoframe() argument 238 hdmi_core_av_packet_config(struct hdmi_core_data *core, struct hdmi_core_packet_enable_repeat repeat_cfg) hdmi_core_av_packet_config() argument 256 hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct hdmi_config *cfg) hdmi4_configure() argument 307 hdmi4_core_dump(struct hdmi_core_data *core, struct seq_file *s) hdmi4_core_dump() argument 475 hdmi_core_audio_config(struct hdmi_core_data *core, struct hdmi_core_audio_config *cfg) hdmi_core_audio_config() argument 575 hdmi_core_audio_infoframe_cfg(struct hdmi_core_data *core, struct snd_cea_861_aud_if *info_aud) hdmi_core_audio_infoframe_cfg() argument 632 hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct omap_dss_audio *audio, u32 pclk) hdmi4_audio_config() argument 814 hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_audio_start() argument 824 hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_audio_stop() argument 870 hdmi4_core_init(struct platform_device *pdev, struct hdmi_core_data *core) hdmi4_core_init() argument [all...] |
H A D | hdmi5_core.c | 26 void hdmi5_core_ddc_init(struct hdmi_core_data *core) in hdmi5_core_ddc_init() argument 28 void __iomem *base = core->base; in hdmi5_core_ddc_init() 105 void hdmi5_core_ddc_uninit(struct hdmi_core_data *core) in hdmi5_core_ddc_uninit() argument 107 void __iomem *base = core->base; in hdmi5_core_ddc_uninit() 117 struct hdmi_core_data *core = data; in hdmi5_core_ddc_read() local 118 void __iomem *base = core->base; in hdmi5_core_ddc_read() 174 void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s) in hdmi5_core_dump() argument 178 hdmi_read_reg(core->base, r)) in hdmi5_core_dump() 241 /* video core */ in hdmi_core_init() 272 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config() argument 335 hdmi_core_config_video_packetizer(struct hdmi_core_data *core) hdmi_core_config_video_packetizer() argument 356 hdmi_core_config_video_sampler(struct hdmi_core_data *core) hdmi_core_config_video_sampler() argument 364 hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, struct hdmi_avi_infoframe *frame) hdmi_core_write_avi_infoframe() argument 420 hdmi_core_write_csc(struct hdmi_core_data *core, const struct csc_table *csc_coeff) hdmi_core_write_csc() argument 454 hdmi_core_configure_range(struct hdmi_core_data *core, enum hdmi_quantization_range range) hdmi_core_configure_range() argument 483 hdmi_core_enable_video_path(struct hdmi_core_data *core) hdmi_core_enable_video_path() argument 499 hdmi_core_mask_interrupts(struct hdmi_core_data *core) hdmi_core_mask_interrupts() argument 542 hdmi_core_enable_interrupts(struct hdmi_core_data *core) hdmi_core_enable_interrupts() argument 548 hdmi5_core_handle_irqs(struct hdmi_core_data *core) hdmi5_core_handle_irqs() argument 565 hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct hdmi_config *cfg) hdmi5_configure() argument 619 hdmi5_core_audio_config(struct hdmi_core_data *core, struct hdmi_core_audio_config *cfg) hdmi5_core_audio_config() argument 755 hdmi5_core_audio_infoframe_cfg(struct hdmi_core_data *core, struct snd_cea_861_aud_if *info_aud) hdmi5_core_audio_infoframe_cfg() argument 772 hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct omap_dss_audio *audio, u32 pclk) hdmi5_audio_config() argument 873 hdmi5_core_init(struct platform_device *pdev, struct hdmi_core_data *core) hdmi5_core_init() argument [all...] |
H A D | hdmi4_cec.h | 29 void hdmi4_cec_set_phys_addr(struct hdmi_core_data *core, u16 pa); 30 void hdmi4_cec_irq(struct hdmi_core_data *core); 31 int hdmi4_cec_init(struct platform_device *pdev, struct hdmi_core_data *core, 33 void hdmi4_cec_uninit(struct hdmi_core_data *core); 35 static inline void hdmi4_cec_set_phys_addr(struct hdmi_core_data *core, u16 pa) in hdmi4_cec_set_phys_addr() argument 39 static inline void hdmi4_cec_irq(struct hdmi_core_data *core) in hdmi4_cec_irq() argument 44 struct hdmi_core_data *core, in hdmi4_cec_init() 50 static inline void hdmi4_cec_uninit(struct hdmi_core_data *core) in hdmi4_cec_uninit() argument 43 hdmi4_cec_init(struct platform_device *pdev, struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_cec_init() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.c | 30 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base() argument 32 return core->base + HDMI_CORE_AV; in hdmi_av_base() 35 int hdmi4_core_ddc_init(struct hdmi_core_data *core) in hdmi4_core_ddc_init() argument 37 void __iomem *base = core->base; in hdmi4_core_ddc_init() 79 struct hdmi_core_data *core = data; in hdmi4_core_ddc_read() local 80 void __iomem *base = core->base; in hdmi4_core_ddc_read() 149 /* video core */ in hdmi_core_init() 158 void hdmi4_core_powerdown_disable(struct hdmi_core_data *core) in hdmi4_core_powerdown_disable() argument 161 REG_FLD_MOD(core->base, HDMI_CORE_SYS_SYS_CTRL1, 0x1, 0, 0); in hdmi4_core_powerdown_disable() 164 static void hdmi_core_swreset_release(struct hdmi_core_data *core) in hdmi_core_swreset_release() argument 170 hdmi_core_swreset_assert(struct hdmi_core_data *core) hdmi_core_swreset_assert() argument 177 hdmi_core_video_config(struct hdmi_core_data *core, struct hdmi_core_video_config *cfg) hdmi_core_video_config() argument 220 hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, struct hdmi_avi_infoframe *frame) hdmi_core_write_avi_infoframe() argument 238 hdmi_core_av_packet_config(struct hdmi_core_data *core, struct hdmi_core_packet_enable_repeat repeat_cfg) hdmi_core_av_packet_config() argument 256 hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct hdmi_config *cfg) hdmi4_configure() argument 307 hdmi4_core_dump(struct hdmi_core_data *core, struct seq_file *s) hdmi4_core_dump() argument 475 hdmi_core_audio_config(struct hdmi_core_data *core, struct hdmi_core_audio_config *cfg) hdmi_core_audio_config() argument 575 hdmi_core_audio_infoframe_cfg(struct hdmi_core_data *core, struct snd_cea_861_aud_if *info_aud) hdmi_core_audio_infoframe_cfg() argument 632 hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct omap_dss_audio *audio, u32 pclk) hdmi4_audio_config() argument 814 hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_audio_start() argument 824 hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_audio_stop() argument 870 hdmi4_core_init(struct platform_device *pdev, struct hdmi_core_data *core) hdmi4_core_init() argument [all...] |
H A D | hdmi5_core.c | 26 void hdmi5_core_ddc_init(struct hdmi_core_data *core) in hdmi5_core_ddc_init() argument 28 void __iomem *base = core->base; in hdmi5_core_ddc_init() 105 void hdmi5_core_ddc_uninit(struct hdmi_core_data *core) in hdmi5_core_ddc_uninit() argument 107 void __iomem *base = core->base; in hdmi5_core_ddc_uninit() 117 struct hdmi_core_data *core = data; in hdmi5_core_ddc_read() local 118 void __iomem *base = core->base; in hdmi5_core_ddc_read() 174 void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s) in hdmi5_core_dump() argument 178 hdmi_read_reg(core->base, r)) in hdmi5_core_dump() 241 /* video core */ in hdmi_core_init() 272 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config() argument 335 hdmi_core_config_video_packetizer(struct hdmi_core_data *core) hdmi_core_config_video_packetizer() argument 356 hdmi_core_config_video_sampler(struct hdmi_core_data *core) hdmi_core_config_video_sampler() argument 364 hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, struct hdmi_avi_infoframe *frame) hdmi_core_write_avi_infoframe() argument 420 hdmi_core_write_csc(struct hdmi_core_data *core, const struct csc_table *csc_coeff) hdmi_core_write_csc() argument 454 hdmi_core_configure_range(struct hdmi_core_data *core, enum hdmi_quantization_range range) hdmi_core_configure_range() argument 483 hdmi_core_enable_video_path(struct hdmi_core_data *core) hdmi_core_enable_video_path() argument 499 hdmi_core_mask_interrupts(struct hdmi_core_data *core) hdmi_core_mask_interrupts() argument 542 hdmi_core_enable_interrupts(struct hdmi_core_data *core) hdmi_core_enable_interrupts() argument 548 hdmi5_core_handle_irqs(struct hdmi_core_data *core) hdmi5_core_handle_irqs() argument 565 hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct hdmi_config *cfg) hdmi5_configure() argument 619 hdmi5_core_audio_config(struct hdmi_core_data *core, struct hdmi_core_audio_config *cfg) hdmi5_core_audio_config() argument 755 hdmi5_core_audio_infoframe_cfg(struct hdmi_core_data *core, struct snd_cea_861_aud_if *info_aud) hdmi5_core_audio_infoframe_cfg() argument 772 hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct omap_dss_audio *audio, u32 pclk) hdmi5_audio_config() argument 873 hdmi5_core_init(struct platform_device *pdev, struct hdmi_core_data *core) hdmi5_core_init() argument [all...] |
H A D | hdmi4_cec.h | 17 void hdmi4_cec_set_phys_addr(struct hdmi_core_data *core, u16 pa); 18 void hdmi4_cec_irq(struct hdmi_core_data *core); 19 int hdmi4_cec_init(struct platform_device *pdev, struct hdmi_core_data *core, 21 void hdmi4_cec_uninit(struct hdmi_core_data *core); 23 static inline void hdmi4_cec_set_phys_addr(struct hdmi_core_data *core, u16 pa) in hdmi4_cec_set_phys_addr() argument 27 static inline void hdmi4_cec_irq(struct hdmi_core_data *core) in hdmi4_cec_irq() argument 32 struct hdmi_core_data *core, in hdmi4_cec_init() 38 static inline void hdmi4_cec_uninit(struct hdmi_core_data *core) in hdmi4_cec_uninit() argument 31 hdmi4_cec_init(struct platform_device *pdev, struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_cec_init() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.c | 102 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) 182 evsel->id_pos = __perf_evsel__calc_id_pos(evsel->core.attr.sample_type); in evsel__calc_id_pos() 183 evsel->is_pos = __perf_evsel__calc_is_pos(evsel->core.attr.sample_type); in evsel__calc_id_pos() 189 if (!(evsel->core.attr.sample_type & bit)) { in __evsel__set_sample_bit() 190 evsel->core.attr.sample_type |= bit; in __evsel__set_sample_bit() 199 if (evsel->core.attr.sample_type & bit) { in __evsel__reset_sample_bit() 200 evsel->core.attr.sample_type &= ~bit; in __evsel__reset_sample_bit() 215 evsel->core.attr.read_format |= PERF_FORMAT_ID; in evsel__set_sample_id() 239 perf_evsel__init(&evsel->core, attr); in evsel__init() 271 evsel->core in evsel__new_idx() [all...] |
H A D | sideband_evlist.c | 25 evsel = evsel__new_idx(attr, evlist->core.nr_entries); in perf_evlist__add_sb_event() 58 for (i = 0; i < evlist->core.nr_mmaps; i++) { in perf_evlist__poll_thread() 62 if (perf_mmap__read_init(&map->core)) in perf_evlist__poll_thread() 64 while ((event = perf_mmap__read_event(&map->core)) != NULL) { in perf_evlist__poll_thread() 72 perf_mmap__consume(&map->core); in perf_evlist__poll_thread() 75 perf_mmap__read_done(&map->core); in perf_evlist__poll_thread() 89 evsel->core.attr.sample_id_all = 1; in evlist__set_cb() 90 evsel->core.attr.watermark = 1; in evlist__set_cb() 91 evsel->core.attr.wakeup_watermark = 1; in evlist__set_cb() 107 if (evlist->core in perf_evlist__start_sb_thread() [all...] |
/third_party/rust/crates/cxx/macro/src/ |
H A D | derive.rs | 18 Trait::Eq => traits.push(quote_spanned!(span=> ::cxx::core::cmp::Eq)), in expand_struct() 20 Trait::Hash => traits.push(quote_spanned!(span=> ::cxx::core::hash::Hash)), in expand_struct() 22 Trait::PartialEq => traits.push(quote_spanned!(span=> ::cxx::core::cmp::PartialEq)), in expand_struct() 60 traits.push(quote_spanned!(span=> ::cxx::core::cmp::Eq)); in expand_enum() 64 Trait::Hash => traits.push(quote_spanned!(span=> ::cxx::core::hash::Hash)), in expand_enum() 67 traits.push(quote_spanned!(span=> ::cxx::core::cmp::PartialEq)); in expand_enum() 86 traits.push(quote!(::cxx::core::cmp::Eq)); in expand_enum() 89 traits.push(quote!(::cxx::core::cmp::PartialEq)); in expand_enum() 102 impl #generics ::cxx::core::marker::Copy for #ident #generics {} in struct_copy() 121 #(#fields: ::cxx::core in struct_clone() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-allow-passthrough.c | 28 #include <pulsecore/core.h> 35 #include <pulsecore/core-util.h> 163 static pa_hook_result_t sink_input_new_cb(pa_core *core, pa_sink_input_new_data *new_data, struct userdata *u) { in sink_input_new_cb() argument 166 pa_core_assert_ref(core); in sink_input_new_cb() 170 * doing routing or other policies) and if not pulseaudio core will setup in sink_input_new_cb() 174 * runs, pulse core doing it is too late, so if a sink and/or stream format in sink_input_new_cb() 179 pa_sink *sink = pa_namereg_get(core, NULL, PA_NAMEREG_SINK); in sink_input_new_cb() 194 return new_passthrough_stream(u, core, new_data->sink, NULL); in sink_input_new_cb() 196 null_sink = new_normal_stream(u, core, new_data->sink); in sink_input_new_cb() 228 static pa_hook_result_t sink_input_removed(pa_core *core, pa_sink_inpu argument 237 sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_unlink_cb() argument 241 sink_input_move_start_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_start_cb() argument 248 sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_finish_cb() argument [all...] |
H A D | stream-interaction.c | 30 #include <pulsecore/core.h> 31 #include <pulsecore/core-util.h> 46 pa_core *core; member 141 PA_IDXSET_FOREACH(sink, u->core->sinks, idx) in find_global_trigger_stream() 148 PA_IDXSET_FOREACH(source, u->core->sources, idx) in find_global_trigger_stream() 244 PA_IDXSET_FOREACH(s, u->core->sinks, idx) in apply_interaction_global() 255 PA_IDXSET_FOREACH(s, u->core->sinks, idx) { in remove_interactions() 304 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() argument 305 pa_core_assert_ref(core); in sink_input_put_cb() 311 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_inpu argument 317 sink_input_move_start_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_start_cb() argument 324 sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_finish_cb() argument 331 sink_input_state_changed_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_state_changed_cb() argument 341 sink_input_mute_changed_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_mute_changed_cb() argument 351 sink_input_proplist_changed_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_proplist_changed_cb() argument 361 source_output_put_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_put_cb() argument 368 source_output_unlink_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_unlink_cb() argument 374 source_output_move_start_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_move_start_cb() argument 381 source_output_move_finish_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_move_finish_cb() argument 388 source_output_state_changed_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_state_changed_cb() argument 398 source_output_mute_changed_cb(pa_core *core, pa_source_output*o, struct userdata *u) source_output_mute_changed_cb() argument 408 source_output_proplist_changed_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_proplist_changed_cb() argument [all...] |
H A D | module-filter-apply.c | 28 #include <pulsecore/core.h> 29 #include <pulsecore/core-util.h> 68 pa_core *core; member 262 PA_IDXSET_FOREACH(so, u->core->source_outputs, idx) { in find_paired_master() 289 PA_IDXSET_FOREACH(si, u->core->sink_inputs, idx) { in find_paired_master() 340 u->core->mainloop->time_free(u->housekeeping_time_event); in housekeeping_time_callback() 351 pa_module_unload_request_by_index(u->core, idx, true); in housekeeping_time_callback() 367 u->housekeeping_time_event = pa_core_rttime_new(u->core, pa_rtclock_now() + HOUSEKEEPING_INTERVAL, housekeeping_time_callback, u); in trigger_housekeeping() 430 PA_IDXSET_FOREACH(so, u->core->source_outputs, idx) { in move_objects_for_filter() 439 PA_IDXSET_FOREACH(si, u->core in move_objects_for_filter() 634 sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_put_cb() argument 641 sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_finish_cb() argument 654 sink_input_proplist_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_proplist_cb() argument 666 sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_unlink_cb() argument 680 sink_unlink_cb(pa_core *core, pa_sink *sink, struct userdata *u) sink_unlink_cb() argument 715 source_output_put_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_put_cb() argument 722 source_output_move_finish_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_move_finish_cb() argument 735 source_output_proplist_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_proplist_cb() argument 747 source_output_unlink_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_unlink_cb() argument 761 source_unlink_cb(pa_core *core, pa_source *source, struct userdata *u) source_unlink_cb() argument [all...] |
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
H A D | on-sample-project.js | 15 //// [/user/username/projects/sample1/core/tsconfig.json]
25 //// [/user/username/projects/sample1/core/index.ts]
31 //// [/user/username/projects/sample1/core/anotherModule.ts]
35 //// [/user/username/projects/sample1/core/some_decl.d.ts]
49 { "path": "../core" }
55 import * as c from '../core/index';
59 import * as mod from '../core/anotherModule';
66 { "path": "../core" },
79 import * as c from '../core/index';
85 import * as mod from '../core/anotherModul [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mmap.c | 41 return perf_mmap__mmap_len(&map->core); in mmap__mmap_len() 175 ret = perf_mmap__aio_bind(map, i, map->core.cpu, mp->affinity); in perf_mmap__aio_mmap() 271 build_node_mask(cpu__get_node(map->core.cpu), &map->affinity_mask); in perf_mmap__setup_affinity_mask() 273 __set_bit(map->core.cpu.cpu, map->affinity_mask.bits); in perf_mmap__setup_affinity_mask() 280 if (perf_mmap__mmap(&map->core, &mp->core, fd, cpu)) { in mmap__mmap() 296 map->core.flush = mp->flush; in mmap__mmap() 318 &mp->auxtrace_mp, map->core.base, fd)) in mmap__mmap() 327 u64 head = perf_mmap__read_head(&md->core); in perf_mmap__push() 328 unsigned char *data = md->core in perf_mmap__push() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core507d.c | 22 #include "core.h" 34 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in core507d_update() argument 36 struct nvif_push *push = core->chan.push; in core507d_update() 83 struct nvif_push *push = disp->core->chan.push; in core507d_read_caps() 106 struct nv50_core *core = disp->core; in core507d_caps_init() local 118 time = nvif_msec(core->chan.base.device, 2000ULL, in core507d_caps_init() 125 NV_ERROR(drm, "core caps notifier timeout\n"); in core507d_caps_init() 131 core507d_init(struct nv50_core *core) in core507d_init() argument 133 struct nvif_push *push = core in core507d_init() 162 struct nv50_core *core; core507d_new_() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core507d.c | 22 #include "core.h" 34 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in core507d_update() argument 36 struct nvif_push *push = core->chan.push; in core507d_update() 83 struct nvif_push *push = disp->core->chan.push; in core507d_read_caps() 106 struct nv50_core *core = disp->core; in core507d_caps_init() local 118 time = nvif_msec(core->chan.base.device, 2000ULL, in core507d_caps_init() 125 NV_ERROR(drm, "core caps notifier timeout\n"); in core507d_caps_init() 131 core507d_init(struct nv50_core *core) in core507d_init() argument 133 struct nvif_push *push = core in core507d_init() 162 struct nv50_core *core; core507d_new_() local [all...] |
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | Makefile | 5 obj-$(CONFIG_NVME_CORE) += nvme-core.o 12 nvme-core-y := core.o 13 nvme-core-$(CONFIG_TRACING) += trace.o 14 nvme-core-$(CONFIG_NVME_MULTIPATH) += multipath.o 15 nvme-core-$(CONFIG_NVM) += lightnvm.o 16 nvme-core-$(CONFIG_BLK_DEV_ZONED) += zns.o 17 nvme-core-$(CONFIG_FAULT_INJECTION_DEBUG_FS) += fault_inject.o 18 nvme-core-$(CONFIG_NVME_HWMON) += hwmon.o
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | derive-partialeq-core.rs | 8 extern crate core; 17 const UNINIT: ::core::mem::MaybeUninit<C> = in bindgen_test_layout_C() 18 ::core::mem::MaybeUninit::uninit(); in bindgen_test_layout_C() 21 ::core::mem::size_of::<C>(), in bindgen_test_layout_C() 26 ::core::mem::align_of::<C>(), in bindgen_test_layout_C() 32 ::core::ptr::addr_of!((*ptr).large_array) as usize - ptr as usize in bindgen_test_layout_C() 45 let mut s = ::core::mem::MaybeUninit::<Self>::uninit(); in default() 47 ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); in default() 52 impl ::core::cmp::PartialEq for C {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | device-port.c | 24 #include <pulsecore/core-util.h> 113 pa_subscription_post(p->core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_CHANGE, p->card->index); in pa_device_port_set_available() 118 pa_subscription_post(p->core, PA_SUBSCRIPTION_EVENT_SINK|PA_SUBSCRIPTION_EVENT_CHANGE, sink->index); in pa_device_port_set_available() 120 pa_subscription_post(p->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, source->index); in pa_device_port_set_available() 126 pa_core_update_default_sink(p->core); in pa_device_port_set_available() 128 pa_core_update_default_source(p->core); in pa_device_port_set_available() 133 if (p->core->rescue_streams) in pa_device_port_set_available() 134 pa_sink_move_streams_to_default_sink(p->core, sink, false); in pa_device_port_set_available() 136 pa_core_move_streams_to_newly_available_preferred_sink(p->core, sink); in pa_device_port_set_available() 141 if (p->core in pa_device_port_set_available() 210 pa_core *core; pa_device_port_set_latency_offset() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | minimal.c | 13 #include "core.h" 36 struct mlxsw_core *core; member 59 err = mlxsw_reg_query(mlxsw_m->core, MLXSW_REG(spad), spad_pl); in mlxsw_m_base_mac_get() 71 return mlxsw_env_module_port_up(mlxsw_m->core, 0, in mlxsw_m_port_open() 80 mlxsw_env_module_port_down(mlxsw_m->core, 0, mlxsw_m_port->module); in mlxsw_m_port_stop() 110 struct mlxsw_core *core = mlxsw_m_port->mlxsw_m->core; in mlxsw_m_get_module_info() local 112 return mlxsw_env_get_module_info(netdev, core, in mlxsw_m_get_module_info() 122 struct mlxsw_core *core = mlxsw_m_port->mlxsw_m->core; in mlxsw_m_get_module_eeprom() local 135 struct mlxsw_core *core = mlxsw_m_port->mlxsw_m->core; mlxsw_m_get_module_eeprom_by_page() local 146 struct mlxsw_core *core = mlxsw_m_port->mlxsw_m->core; mlxsw_m_reset() local 159 struct mlxsw_core *core = mlxsw_m_port->mlxsw_m->core; mlxsw_m_get_module_power_mode() local 172 struct mlxsw_core *core = mlxsw_m_port->mlxsw_m->core; mlxsw_m_set_module_power_mode() local [all...] |
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/ |
H A D | wakeup.c | 53 static int xlp_wakeup_core(uint64_t sysbase, int node, int core) in xlp_wakeup_core() argument 58 coremask = (1 << core); in xlp_wakeup_core() 114 int core, n, cpu, ncores; in xlp_enable_secondary_cores() local 172 for (core = 0; core < ncores; core++) { in xlp_enable_secondary_cores() 173 /* we will be on node 0 core 0 */ in xlp_enable_secondary_cores() 174 if (n == 0 && core == 0) in xlp_enable_secondary_cores() 177 /* see if the core exists */ in xlp_enable_secondary_cores() 178 if ((syscoremask & (1 << core)) in xlp_enable_secondary_cores() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phyreg_n.h | 146 #define NPHY_IqestIqAccLo(core) ((core == 0) ? 0x12c : 0x134) 148 #define NPHY_IqestIqAccHi(core) ((core == 0) ? 0x12d : 0x135) 150 #define NPHY_IqestipwrAccLo(core) ((core == 0) ? 0x12e : 0x136) 152 #define NPHY_IqestipwrAccHi(core) ((core == 0) ? 0x12f : 0x137) 154 #define NPHY_IqestqpwrAccLo(core) ((core [all...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | task-exit.c | 81 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__task_exit() 94 evsel->core.attr.task = 1; in test__task_exit() 96 evsel->core.attr.sample_freq = 1000000; in test__task_exit() 98 evsel->core.attr.sample_freq = 1; in test__task_exit() 100 evsel->core.attr.inherit = 0; in test__task_exit() 101 evsel->core.attr.watermark = 0; in test__task_exit() 102 evsel->core.attr.wakeup_events = 1; in test__task_exit() 103 evsel->core.attr.exclude_kernel = 1; in test__task_exit() 123 if (perf_mmap__read_init(&md->core) < 0) in test__task_exit() 126 while ((event = perf_mmap__read_event(&md->core)) ! in test__task_exit() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phyreg_n.h | 146 #define NPHY_IqestIqAccLo(core) ((core == 0) ? 0x12c : 0x134) 148 #define NPHY_IqestIqAccHi(core) ((core == 0) ? 0x12d : 0x135) 150 #define NPHY_IqestipwrAccLo(core) ((core == 0) ? 0x12e : 0x136) 152 #define NPHY_IqestipwrAccHi(core) ((core == 0) ? 0x12f : 0x137) 154 #define NPHY_IqestqpwrAccLo(core) ((core [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | task-exit.c | 81 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__task_exit() 90 evsel->core.attr.task = 1; in test__task_exit() 92 evsel->core.attr.sample_freq = 1000000; in test__task_exit() 94 evsel->core.attr.sample_freq = 1; in test__task_exit() 96 evsel->core.attr.inherit = 0; in test__task_exit() 97 evsel->core.attr.watermark = 0; in test__task_exit() 98 evsel->core.attr.wakeup_events = 1; in test__task_exit() 99 evsel->core.attr.exclude_kernel = 1; in test__task_exit() 119 if (perf_mmap__read_init(&md->core) < 0) in test__task_exit() 122 while ((event = perf_mmap__read_event(&md->core)) ! in test__task_exit() [all...] |