Searched refs:software (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm47 This library is free software; you can redistribute it and/or modify
51 Alternatively, this software may be distributed under the terms of the
H A DUtil.pm86 This library is free software; you can redistribute it and/or modify
90 Alternatively, this software may be distributed under the terms of the
H A DCore.pm184 This library is free software; you can redistribute it and/or modify
188 Alternatively, this software may be distributed under the terms of the
/linux-master/drivers/isdn/mISDN/
H A Ddsp.h6 * This software may be used and distributed according to the terms
105 int software; /* conf is processed by software */ member in struct:dsp_conf
123 int software; /* dtmf uses software decoding */ member in struct:dsp_dtmf
148 int software; /* tones are generated by software */ member in struct:dsp_tone
162 int software; /* echo is generated by software */ member in struct:dsp_echo
H A Ddsp_cmx.c6 * This software may be used and distributed according to the terms
20 * There are 3 different solutions: -1 = software, 0 = hardware-crossconnect
114 * the upper layer. If dtmf decoding is done by software and enabled, rx data
157 odsp->name, odsp->echo.hardware, odsp->echo.software,
365 * do hardware update and set the software/hardware flag
405 if (!dsp->echo.software && !dsp->echo.hardware) {
424 dsp->echo.software = dsp->tx_data;
474 dsp->echo.software = 1;
554 conf->software = 1;
558 if (member->dsp->echo.hardware || member->dsp->echo.software) {
[all...]
H A Ddsp_core.c91 * Above you can see the logical data flow. If software is used to do the
103 * Tones: Will be generated via software if endless looped audio fifos are
108 * crossconnections and conferences via software if not possible through
112 * software CMX.
124 * Remember that software CMX always generates a more or less delay.
201 /* software dtmf */
202 else if (dsp->dtmf.software)
204 /* echo in software */
205 else if (dsp->echo.software)
207 /* bridge in software */
[all...]
H A Ddsp_dtmf.c7 * This software may be used and distributed according to the terms
48 /* check for hardware or software features
93 dsp->dtmf.software = !hardware;
H A Ddsp_tones.c6 * This software may be used and distributed according to the terms
502 tonet->software = 0;
546 tonet->software = 1;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h9 * This file is free software; you can redistribute it and/or modify
88 * software, etc.).
92 * reserved for software use, hardware will clear on
95 uint64_t software:1; member in struct:__anon46::__anon47
179 uint64_t software:1;
210 uint64_t software:1; member in struct:__anon46::__anon48
228 uint64_t software:1;
292 * reserved for software use, hardware will clear on
295 uint64_t software:1; member in struct:__anon46::__anon50
389 uint64_t software
[all...]
/linux-master/include/linux/mfd/wm831x/
H A Dpdata.h92 unsigned int software:1; member in struct:wm831x_watchdog_pdata
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk5 # This program is free software; you can redistribute it and/or modify
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpower_state.h5 * copy of this software and associated documentation files (the "Software"),
162 struct PP_StateSoftwareAlgorithmBlock software; member in struct:pp_power_state
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S12 # This software is available to you under a choice of one of two
32 # this software without specific prior written permission.
/linux-master/drivers/thunderbolt/
H A Ddebugfs.c207 * @software: %true if software margining is used instead of hardware
223 bool software; member in struct:tb_margining
276 if (usb4->margining->software) {
322 if (usb4->margining->software)
345 seq_printf(s, "# software margining: %s\n",
501 if (!strcmp(buf, "software")) {
503 usb4->margining->software = true;
508 usb4->margining->software = false;
533 if (usb4->margining->software)
[all...]
/linux-master/drivers/watchdog/
H A Dwm831x_wdt.c230 reg |= pdata->software << WM831X_WDOG_RST_SRC_SHIFT;
/linux-master/arch/mips/dec/
H A Dint-handler.S54 * software IRQs which we don't use at all) like...
236 FEXPORT(cpu_all_int) # HALT, timers, software junk
/linux-master/Documentation/sound/cards/
H A Dmultisound.sh457 X * This program is free software; you can redistribute it and/or modify
564 X * This program is free software; you can redistribute it and/or modify
1072 X * This program is free software; you can redistribute it and/or modify
/linux-master/drivers/staging/octeon/
H A Dethernet-tx.c556 * more if the software at the other end needs them.
592 work->word2.s.software = 0;
626 work->word2.snoip.software = 0; /* Hardware would set to zero */
H A Docteon-stubs.h61 uint64_t software:1; member in struct:cvmx_pip_wqe_word2::__anon254
84 uint64_t software:1; member in struct:cvmx_pip_wqe_word2::__anon255
110 uint64_t software:1; member in struct:cvmx_pip_wqe_word2::__anon257
/linux-master/tools/perf/Documentation/
H A DMakefile303 WEBDOC_DEST = /pub/software/tools/perf/docs
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S6 # The GNU MP Library is free software; you can redistribute it and/or modify
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl398 This is free software: you are free to change and redistribute it.
/linux-master/scripts/
H A Dget_feat.pl638 This is free software: you are free to change and redistribute it.
/linux-master/drivers/cpufreq/
H A DKconfig.x86189 Hardware feedback tells software how "sensitive" to frequency changes
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c5 * copy of this software and associated documentation files (the "Software"),
748 ps->software.disableLoadBalancing = tmp;
753 ps->software.enableSleepForTimestamps = (0 != tmp);

Completed in 284 milliseconds

12