Searched refs:part (Results 201 - 225 of 236) sorted by path

12345678910

/linux-master/scripts/
H A DMakefile.build149 # (See cmd_cc_o_c + relevant part of rule_cc_o_c)
151 is-single-obj-m = $(and $(part-of-module),$(filter $@, $(obj-m)),y)
206 "$(if $(part-of-module),1,0)" "$(@)";
441 $(multi-obj-m): private part-of-module := y
H A DMakefile.lib65 # Replace multi-part objects by their individual parts,
113 # Finds the multi-part object the current object will be linked into.
114 # If the object belongs to two or more multi-part objects, list them all.
223 is-kernel-object = $(or $(part-of-builtin),$(part-of-module))
225 part-of-builtin = $(if $(filter $(basename $@).o, $(real-obj-y) $(lib-y)),y)
226 part-of-module = $(if $(filter $(basename $@).o, $(real-obj-m)),y)
227 quiet_modtag = $(if $(part-of-module),[M], )
230 $(if $(part-of-module), \
235 $(if $(part
[all...]
H A DMakefile.modfinal21 # modname and part-of-module are set to make c_flags define proper module flags
23 part-of-module = y
H A Dcheckkconfigsymbols.py283 for part in partition(kfiles, cpu_count()):
284 arglist.append((part, ignore))
346 for part in partition(kconfig_files, cpu_count()):
347 arglist.append((part, ignore))
H A Dget_abi.pl135 # New "tag" is actually part of
319 my $part = "";
347 if ($cur_part ne "" && $part ne $cur_part) {
348 $part = $cur_part;
349 my $bar = $part;
351 print "$part\n$bar\n\n";
658 # Ignore some sysfs nodes that aren't actually part of ABI
/linux-master/scripts/dtc/
H A Ddtx_diff62 may not work since \${ARCH} is part of the include path. The following
/linux-master/sound/soc/codecs/
H A Dcs35l41.c1100 dsp->part = "cs35l41";
H A Dcs35l45.c1360 dsp->part = "cs35l45";
H A Dcs35l56.c1027 cs35l56->dsp.part = kasprintf(GFP_KERNEL, "cs35l%02x", cs35l56->base.type);
1028 if (!cs35l56->dsp.part)
1061 kfree(cs35l56->dsp.part);
1062 cs35l56->dsp.part = NULL;
1285 * dsp->part is filled in later as it is based on the DEVID. In a
H A Dcs47l15.c1410 cs47l15->core.adsp[0].part = "cs47l15";
H A Dcs47l24.c1239 cs47l24->core.adsp[i].part = "cs47l24";
H A Dcs47l35.c1691 cs47l35->core.adsp[i].part = "cs47l35";
H A Dcs47l85.c2637 cs47l85->core.adsp[i].part = "cs47l85";
H A Dcs47l90.c2548 cs47l90->core.adsp[i].part = "cs47l90";
H A Dcs47l92.c2013 cs47l92->core.adsp[0].part = "cs47l92";
H A Dwm2200.c2207 wm2200->dsp[i].part = "wm2200";
H A Dwm5102.c2064 wm5102->core.adsp[0].part = "wm5102";
H A Dwm5110.c475 * PGA Volume is also used as part of the enable sequence, so
495 * PGA Volume is also used as part of the enable sequence, so
2418 wm5110->core.adsp[i].part = "wm5110";
H A Dwm_adsp.c736 *filename = kasprintf(GFP_KERNEL, "%s%s-%s-%s-%s-%s.%s", dir, dsp->part,
740 *filename = kasprintf(GFP_KERNEL, "%s%s-%s-%s-%s.%s", dir, dsp->part,
744 *filename = kasprintf(GFP_KERNEL, "%s%s-%s-%s.%s", dir, dsp->part, fwf,
850 cirrus_dir, dsp->part,
1599 buf->name = kasprintf(GFP_KERNEL, "%s-dsp-%s", dsp->part,
H A Dwm_adsp.h29 const char *part; member in struct:wm_adsp
/linux-master/sound/soc/intel/atom/
H A Dsst-atom-controls.c1055 cmd.param.part.cfg.rate = 2; /* 48khz */
1057 cmd.param.part.cfg.format = ids->format; /* stereo/Mono */
1058 cmd.param.part.cfg.s_length = 1; /* 24bit left justified */
1426 * controls and comparing the name of the widget with the first part of control
1427 * name. First part of control name contains the pipe name (widget name).
H A Dsst-atom-controls.h345 } __packed p; /* part */
425 } part; member in union:sba_media_loop_params
H A Dsst-mfld-dsp.h200 } part; member in union:ipc_header_high
223 } part; member in union:ipc_header
/linux-master/sound/soc/intel/atom/sst/
H A Dsst.c59 if (isr.part.done_interrupt) {
64 header.p.header_high.part.done = 0;
68 isr.part.done_interrupt = 1;
77 if (isr.part.busy_interrupt) {
81 imr.part.busy_interrupt = 1;
86 if (sst_create_ipc_msg(&msg, header.p.header_high.part.large)) {
91 if (header.p.header_high.part.large) {
105 sst_is_process_reply(header.p.header_high.part.msg_id);
227 * device ID part. If real ACPI ID appears, the kstrtouint() returns error, so
H A Dsst.h80 } part; member in union:interrupt_reg
91 } part; member in union:sst_pisr_reg
107 } part; member in union:sst_pimr_reg
127 } part; member in union:config_status_reg_mrfld
136 } part; member in union:interrupt_reg_mrfld
145 } part; member in union:sst_imr_reg_mrfld
330 * @pdata : SST info passed as a part of pci platform data

Completed in 870 milliseconds

12345678910