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:rslots
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/slip/
H
A
D
slhc.c
92
slhc_init(int
rslots
, int tslots)
in slhc_init()
argument
98
if (
rslots
< 0 ||
rslots
> 255 || tslots < 0 || tslots > 255)
in slhc_init()
105
if (
rslots
> 0) {
in slhc_init()
106
size_t rsize =
rslots
* sizeof(struct cstate);
in slhc_init()
110
comp->rslot_limit =
rslots
- 1;
in slhc_init()
739
slhc_init(int
rslots
, int tslots)
in slhc_init()
argument
/kernel/linux/linux-6.6/drivers/net/slip/
H
A
D
slhc.c
92
slhc_init(int
rslots
, int tslots)
in slhc_init()
argument
98
if (
rslots
< 0 ||
rslots
> 255 || tslots < 0 || tslots > 255)
in slhc_init()
105
if (
rslots
> 0) {
in slhc_init()
106
size_t rsize =
rslots
* sizeof(struct cstate);
in slhc_init()
110
comp->rslot_limit =
rslots
- 1;
in slhc_init()
739
slhc_init(int
rslots
, int tslots)
in slhc_init()
argument
/kernel/linux/linux-5.10/sound/pci/ac97/
H
A
D
ac97_pcm.c
426
* some slots are available, pcm->xxx.slots and pcm->xxx.
rslots
[] members
493
tmp &= ~rpcms[k].r[0].
rslots
[j];
in snd_ac97_pcm_assign()
500
rpcm->r[0].
rslots
[j] = tmp;
in snd_ac97_pcm_assign()
522
rpcm->r[1].
rslots
[0] = tmp;
in snd_ac97_pcm_assign()
585
if (pcm->r[r].
rslots
[cidx] & (1 << i)) {
in snd_ac97_pcm_open()
605
if (pcm->r[r].
rslots
[cidx] & (1 << i)) {
in snd_ac97_pcm_open()
658
if (pcm->r[r].
rslots
[cidx] & (1 << i)) {
in snd_ac97_pcm_close()
/kernel/linux/linux-6.6/sound/pci/ac97/
H
A
D
ac97_pcm.c
426
* some slots are available, pcm->xxx.slots and pcm->xxx.
rslots
[] members
493
tmp &= ~rpcms[k].r[0].
rslots
[j];
in snd_ac97_pcm_assign()
500
rpcm->r[0].
rslots
[j] = tmp;
in snd_ac97_pcm_assign()
522
rpcm->r[1].
rslots
[0] = tmp;
in snd_ac97_pcm_assign()
585
if (pcm->r[r].
rslots
[cidx] & (1 << i)) {
in snd_ac97_pcm_open()
605
if (pcm->r[r].
rslots
[cidx] & (1 << i)) {
in snd_ac97_pcm_open()
658
if (pcm->r[r].
rslots
[cidx] & (1 << i)) {
in snd_ac97_pcm_close()
/kernel/linux/linux-5.10/include/net/
H
A
D
slhc_vj.h
175
struct slcompress *slhc_init(int
rslots
, int tslots);
/kernel/linux/linux-6.6/include/net/
H
A
D
slhc_vj.h
175
struct slcompress *slhc_init(int
rslots
, int tslots);
/kernel/linux/linux-5.10/include/sound/
H
A
D
ac97_codec.h
394
unsigned short
rslots
[4]; /* allocated slots per codecs */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
ac97_codec.h
397
unsigned short
rslots
[4]; /* allocated slots per codecs */
member
/kernel/linux/linux-6.6/sound/pci/
H
A
D
intel8x0.c
2272
if (pbus->pcms[0].r[1].
rslots
[0]) {
in snd_intel8x0_mixer()
/kernel/linux/linux-5.10/sound/pci/
H
A
D
intel8x0.c
2290
if (pbus->pcms[0].r[1].
rslots
[0]) {
in snd_intel8x0_mixer()
Completed in 17 milliseconds