Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hwports
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/
H
A
D
mtpav.c
32
* -
hwports
is between 1 and 8, which specifies the number of hardware ports.
67
static int
hwports
= MTPAV_MAX_PORTS; /* use hardware ports 1-8 */
variable
77
module_param(
hwports
, int, 0444);
78
MODULE_PARM_DESC(
hwports
, "Hardware ports # for MotuMTPAV MIDI.");
626
if (
hwports
< 1)
in snd_mtpav_get_RAWMIDI()
627
hwports
= 1;
in snd_mtpav_get_RAWMIDI()
628
else if (
hwports
> 8)
in snd_mtpav_get_RAWMIDI()
629
hwports
= 8;
in snd_mtpav_get_RAWMIDI()
630
mcard->num_ports =
hwports
;
in snd_mtpav_get_RAWMIDI()
/kernel/linux/linux-6.6/sound/drivers/
H
A
D
mtpav.c
32
* -
hwports
is between 1 and 8, which specifies the number of hardware ports.
66
static int
hwports
= MTPAV_MAX_PORTS; /* use hardware ports 1-8 */
variable
76
module_param(
hwports
, int, 0444);
77
MODULE_PARM_DESC(
hwports
, "Hardware ports # for MotuMTPAV MIDI.");
628
if (
hwports
< 1)
in snd_mtpav_get_RAWMIDI()
629
hwports
= 1;
in snd_mtpav_get_RAWMIDI()
630
else if (
hwports
> 8)
in snd_mtpav_get_RAWMIDI()
631
hwports
= 8;
in snd_mtpav_get_RAWMIDI()
632
mcard->num_ports =
hwports
;
in snd_mtpav_get_RAWMIDI()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_main.c
3090
int
hwports
= adap->params.nports;
in set_nqsets()
local
3094
if (
hwports
== 2 &&
in set_nqsets()
3095
(
hwports
* nqsets > SGE_QSETS ||
in set_nqsets()
3096
num_cpus >= nqsets /
hwports
))
in set_nqsets()
3097
nqsets /=
hwports
;
in set_nqsets()
3100
if (nqsets < 1 ||
hwports
== 4)
in set_nqsets()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_main.c
3088
int
hwports
= adap->params.nports;
in set_nqsets()
local
3092
if (
hwports
== 2 &&
in set_nqsets()
3093
(
hwports
* nqsets > SGE_QSETS ||
in set_nqsets()
3094
num_cpus >= nqsets /
hwports
))
in set_nqsets()
3095
nqsets /=
hwports
;
in set_nqsets()
3098
if (nqsets < 1 ||
hwports
== 4)
in set_nqsets()
Completed in 10 milliseconds