Home
last modified time | relevance | path

Searched refs:atom (Results 1 – 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/sound/soc/intel/atom/
DMakefile2 snd-soc-sst-atom-hifi2-platform-objs := sst-mfld-platform-pcm.o \
4 sst-atom-controls.o
6 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += snd-soc-sst-atom-hifi2-platform.o
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2059 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_tail() local
2066 NV_ATOMIC(drm, "commit %d %d\n", atom->lock_core, atom->flush_disable); in nv50_disp_atomic_commit_tail()
2073 if (atom->lock_core) in nv50_disp_atomic_commit_tail()
2090 nv50_head_flush_clr(head, asyh, atom->flush_disable); in nv50_disp_atomic_commit_tail()
2105 nv50_wndw_flush_clr(wndw, interlock, atom->flush_disable, asyw); in nv50_disp_atomic_commit_tail()
2109 list_for_each_entry(outp, &atom->outp, head) { in nv50_disp_atomic_commit_tail()
2134 if (atom->flush_disable) { in nv50_disp_atomic_commit_tail()
2148 list_for_each_entry_safe(outp, outt, &atom->outp, head) { in nv50_disp_atomic_commit_tail()
2240 (!asyw->clr.mask || atom->flush_disable)) in nv50_disp_atomic_commit_tail()
2253 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()
[all …]
Datom.h161 nv50_head_atom_get_encoder(struct nv50_head_atom *atom) in nv50_head_atom_get_encoder() argument
166 drm_for_each_encoder_mask(encoder, atom->state.crtc->dev, in nv50_head_atom_get_encoder()
167 atom->state.encoder_mask) in nv50_head_atom_get_encoder()
Dcrc.h88 void nv50_crc_atomic_check_outp(struct nv50_atom *atom);
117 static inline void nv50_crc_atomic_check_outp(struct nv50_atom *atom) {} in nv50_crc_atomic_check_outp() argument
Dcrc.c349 struct nv50_atom *atom = nv50_atom(asyh->state.state); in nv50_crc_atomic_check_head() local
391 atom->flush_disable = true; in nv50_crc_atomic_check_head()
400 void nv50_crc_atomic_check_outp(struct nv50_atom *atom) in nv50_crc_atomic_check_outp() argument
406 if (atom->flush_disable) in nv50_crc_atomic_check_outp()
409 for_each_oldnew_crtc_in_state(&atom->state, crtc, old_crtc_state, in nv50_crc_atomic_check_outp()
425 list_for_each_entry(outp_atom, &atom->outp, head) { in nv50_crc_atomic_check_outp()
428 atom->flush_disable = true; in nv50_crc_atomic_check_outp()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-sched.c520 struct sched_atom *atom) in perf_sched__process_event() argument
524 switch (atom->type) { in perf_sched__process_event()
526 burn_nsecs(sched, atom->duration); in perf_sched__process_event()
529 if (atom->wait_sem) in perf_sched__process_event()
530 ret = sem_wait(atom->wait_sem); in perf_sched__process_event()
534 if (atom->wait_sem) in perf_sched__process_event()
535 ret = sem_post(atom->wait_sem); in perf_sched__process_event()
1043 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local
1044 if (!atom) { in add_sched_out_event()
1049 atom->sched_out_time = timestamp; in add_sched_out_event()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
Dscan.c231 union hermes_scan_info *atom; in orinoco_add_hostscan_results() local
233 atom = (union hermes_scan_info *) (buf + offset); in orinoco_add_hostscan_results()
235 orinoco_add_hostscan_result(priv, atom); in orinoco_add_hostscan_results()
Dscan.h14 struct agere_ext_scan_info *atom,
Dmain.c1153 struct prism2_scan_apinfo *atom = NULL; in orinoco_join_ap() local
1189 atom = (struct prism2_scan_apinfo *) (buf + offset); in orinoco_join_ap()
1190 if (memcmp(&atom->bssid, priv->desired_bssid, ETH_ALEN) == 0) { in orinoco_join_ap()
1203 req.channel = atom->channel; /* both are little-endian */ in orinoco_join_ap()
/kernel/linux/linux-5.10/sound/soc/intel/
DMakefile6 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c66 !(nops == 1 && ops[0].atom == DW_OP_regx && in check_return_reg()
84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
/kernel/linux/linux-5.10/arch/x86/platform/
DMakefile3 obj-y += atom/
/kernel/linux/linux-5.10/drivers/clk/x86/
DMakefile2 obj-$(CONFIG_PMC_ATOM) += clk-pmc-atom.o
/kernel/linux/linux-5.10/arch/x86/
DMakefile_32.cpu36 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))…
37 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
DMakefile127 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \
128 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-platform-sst-atom6 LPE Firmware version for SST driver on all atom
/kernel/linux/linux-5.10/tools/perf/util/
Dprobe-finder.c237 if (op->atom == DW_OP_addr) { in convert_variable_location()
254 if (op->atom == DW_OP_fbreg) { in convert_variable_location()
262 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location()
263 regn = op->atom - DW_OP_breg0; in convert_variable_location()
266 } else if (op->atom >= DW_OP_reg0 && op->atom <= DW_OP_reg31) { in convert_variable_location()
267 regn = op->atom - DW_OP_reg0; in convert_variable_location()
268 } else if (op->atom == DW_OP_bregx) { in convert_variable_location()
272 } else if (op->atom == DW_OP_regx) { in convert_variable_location()
275 pr_debug("DW_OP %x is not supported.\n", op->atom); in convert_variable_location()
721 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
Ddwarf-aux.c457 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location()
459 expr[0].atom, nexpr); in die_get_data_member_location()
/kernel/linux/linux-5.10/tools/lib/traceevent/
Devent-parse.c871 free(arg->atom.atom); in free_arg()
2059 ret = append(&left->atom.atom, " ", "*"); in process_op()
2330 *val = strtoll(arg->atom.atom, NULL, 0); in arg_num_eval()
2496 return arg->atom.atom; in arg_eval()
2903 arg->typecast.type = arg->atom.atom; in process_paren()
3163 char *atom; in process_arg_token() local
3174 atom = token; in process_arg_token()
3186 type = process_function(event, arg, atom, &token); in process_arg_token()
3193 ret = append(&atom, " ", token); in process_arg_token()
3195 free(atom); in process_arg_token()
[all …]
Devent-parse.h151 char *atom; member
246 struct tep_print_arg_atom atom; member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
DMakefile36 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
Dtrace-event-perl.c206 args->atom.atom); in define_event_symbols()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
DMakefile46 atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
/kernel/linux/linux-5.10/block/
Dsed-opal.c562 u8 atom; in add_short_atom_header() local
565 atom = SHORT_ATOM_ID; in add_short_atom_header()
566 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header()
567 atom |= has_sign ? SHORT_ATOM_SIGNED : 0; in add_short_atom_header()
568 atom |= len & SHORT_ATOM_LEN_MASK; in add_short_atom_header()
570 add_token_u8(&err, cmd, atom); in add_short_atom_header()
/kernel/linux/linux-5.10/scripts/
Dget_maintainer.pl2546 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
2547 my $word = "(?:$atom|$quoted_string)";
2550 my $sub_domain = "(?:$atom|$domain_literal)";

12