/Linux-v4.19/sound/soc/intel/atom/ |
D | Makefile | 2 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
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1716 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_tail() local 1721 NV_ATOMIC(drm, "commit %d %d\n", atom->lock_core, atom->flush_disable); in nv50_disp_atomic_commit_tail() 1726 if (atom->lock_core) in nv50_disp_atomic_commit_tail() 1740 nv50_head_flush_clr(head, asyh, atom->flush_disable); in nv50_disp_atomic_commit_tail() 1755 nv50_wndw_flush_clr(wndw, interlock, atom->flush_disable, asyw); in nv50_disp_atomic_commit_tail() 1759 list_for_each_entry(outp, &atom->outp, head) { in nv50_disp_atomic_commit_tail() 1782 if (atom->flush_disable) { in nv50_disp_atomic_commit_tail() 1790 list_for_each_entry_safe(outp, outt, &atom->outp, head) { in nv50_disp_atomic_commit_tail() 1838 (!asyw->clr.mask || atom->flush_disable)) in nv50_disp_atomic_commit_tail() 1851 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail() [all …]
|
/Linux-v4.19/tools/perf/ |
D | builtin-sched.c | 509 struct sched_atom *atom) in perf_sched__process_event() argument 513 switch (atom->type) { in perf_sched__process_event() 515 burn_nsecs(sched, atom->duration); in perf_sched__process_event() 518 if (atom->wait_sem) in perf_sched__process_event() 519 ret = sem_wait(atom->wait_sem); in perf_sched__process_event() 523 if (atom->wait_sem) in perf_sched__process_event() 524 ret = sem_post(atom->wait_sem); in perf_sched__process_event() 1029 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local 1030 if (!atom) { in add_sched_out_event() 1035 atom->sched_out_time = timestamp; in add_sched_out_event() [all …]
|
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/ |
D | scan.c | 231 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()
|
D | scan.h | 14 struct agere_ext_scan_info *atom,
|
D | main.c | 1153 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()
|
/Linux-v4.19/sound/soc/intel/ |
D | Makefile | 8 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
|
/Linux-v4.19/drivers/clk/x86/ |
D | Makefile | 1 obj-$(CONFIG_PMC_ATOM) += clk-pmc-atom.o
|
/Linux-v4.19/tools/lib/traceevent/ |
D | event-parse.c | 805 free(arg->atom.atom); in free_arg() 1983 new_atom = realloc(left->atom.atom, in process_op() 1984 strlen(left->atom.atom) + 3); in process_op() 1988 left->atom.atom = new_atom; in process_op() 1989 strcat(left->atom.atom, " *"); in process_op() 2257 *val = strtoll(arg->atom.atom, NULL, 0); in arg_num_eval() 2423 return arg->atom.atom; in arg_eval() 2829 arg->typecast.type = arg->atom.atom; in process_paren() 3054 char *atom; in process_arg_token() local 3065 atom = token; in process_arg_token() [all …]
|
D | event-parse.h | 207 char *atom; member 302 struct print_arg_atom atom; member
|
/Linux-v4.19/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 66 !(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()
|
/Linux-v4.19/arch/x86/platform/ |
D | Makefile | 3 obj-y += atom/
|
/Linux-v4.19/tools/perf/util/ |
D | probe-finder.c | 228 if (op->atom == DW_OP_addr) { in convert_variable_location() 245 if (op->atom == DW_OP_fbreg) { in convert_variable_location() 253 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location() 254 regn = op->atom - DW_OP_breg0; in convert_variable_location() 257 } else if (op->atom >= DW_OP_reg0 && op->atom <= DW_OP_reg31) { in convert_variable_location() 258 regn = op->atom - DW_OP_reg0; in convert_variable_location() 259 } else if (op->atom == DW_OP_bregx) { in convert_variable_location() 263 } else if (op->atom == DW_OP_regx) { in convert_variable_location() 266 pr_debug("DW_OP %x is not supported.\n", op->atom); in convert_variable_location() 703 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
|
D | dwarf-aux.c | 362 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location() 364 expr[0].atom, nexpr); in die_get_data_member_location()
|
/Linux-v4.19/arch/x86/ |
D | Makefile_32.cpu | 35 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))… 36 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
|
D | Makefile | 126 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \ 127 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-platform-sst-atom | 6 LPE Firmware version for SST driver on all atom
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | Makefile | 45 atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | Makefile | 65 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 204 args->atom.atom); in define_event_symbols()
|
D | trace-event-python.c | 279 args->atom.atom); in define_event_symbols()
|
/Linux-v4.19/block/ |
D | sed-opal.c | 528 u8 atom; in add_short_atom_header() local 531 atom = SHORT_ATOM_ID; in add_short_atom_header() 532 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header() 533 atom |= has_sign ? SHORT_ATOM_SIGNED : 0; in add_short_atom_header() 534 atom |= len & SHORT_ATOM_LEN_MASK; in add_short_atom_header() 536 add_token_u8(&err, cmd, atom); in add_short_atom_header()
|
/Linux-v4.19/scripts/ |
D | get_maintainer.pl | 2507 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))"; 2508 my $word = "(?:$atom|$quoted_string)"; 2511 my $sub_domain = "(?:$atom|$domain_literal)";
|