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:slotcnt
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/
H
A
D
hdlcdrv.c
373
s->hdlctx.
slotcnt
= s->ch_params.slottime;
in hdlcdrv_arbitrate()
376
if ((--s->hdlctx.
slotcnt
) > 0)
in hdlcdrv_arbitrate()
378
s->hdlctx.
slotcnt
= s->ch_params.slottime;
in hdlcdrv_arbitrate()
454
s->hdlctx.
slotcnt
= s->ch_params.slottime;
in hdlcdrv_open()
521
s->hdlctx.
slotcnt
= 1;
in hdlcdrv_ioctl()
652
s->hdlctx.
slotcnt
= s->ch_params.slottime;
in hdlcdrv_setup()
H
A
D
baycom_epp.c
184
int
slotcnt
;
member
435
bc->hdlctx.
slotcnt
= bc->ch_params.slottime;
in transmit()
438
if ((--bc->hdlctx.
slotcnt
) > 0)
in transmit()
440
bc->hdlctx.
slotcnt
= bc->ch_params.slottime;
in transmit()
933
bc->hdlctx.
slotcnt
= bc->ch_params.slottime;
in epp_open()
1038
bc->hdlctx.
slotcnt
= 1;
in baycom_ioctl()
H
A
D
yam.c
121
int
slotcnt
;
member
619
yp->
slotcnt
= yp->slot / 10;
in yam_arbitrate()
623
if ((--yp->
slotcnt
) > 0)
in yam_arbitrate()
626
yp->
slotcnt
= yp->slot / 10;
in yam_arbitrate()
875
yp->
slotcnt
= yp->slot / 10;
in yam_open()
1029
yp->
slotcnt
= yp->slot / 10;
in yam_ioctl()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H
A
D
hdlcdrv.c
374
s->hdlctx.
slotcnt
= s->ch_params.slottime;
in hdlcdrv_arbitrate()
377
if ((--s->hdlctx.
slotcnt
) > 0)
in hdlcdrv_arbitrate()
379
s->hdlctx.
slotcnt
= s->ch_params.slottime;
in hdlcdrv_arbitrate()
455
s->hdlctx.
slotcnt
= s->ch_params.slottime;
in hdlcdrv_open()
524
s->hdlctx.
slotcnt
= 1;
in hdlcdrv_siocdevprivate()
655
s->hdlctx.
slotcnt
= s->ch_params.slottime;
in hdlcdrv_setup()
H
A
D
yam.c
121
int
slotcnt
;
member
619
yp->
slotcnt
= yp->slot / 10;
in yam_arbitrate()
623
if ((--yp->
slotcnt
) > 0)
in yam_arbitrate()
626
yp->
slotcnt
= yp->slot / 10;
in yam_arbitrate()
875
yp->
slotcnt
= yp->slot / 10;
in yam_open()
1028
yp->
slotcnt
= yp->slot / 10;
in yam_siocdevprivate()
H
A
D
baycom_epp.c
184
int
slotcnt
;
member
435
bc->hdlctx.
slotcnt
= bc->ch_params.slottime;
in transmit()
438
if ((--bc->hdlctx.
slotcnt
) > 0)
in transmit()
440
bc->hdlctx.
slotcnt
= bc->ch_params.slottime;
in transmit()
927
bc->hdlctx.
slotcnt
= bc->ch_params.slottime;
in epp_open()
1033
bc->hdlctx.
slotcnt
= 1;
in baycom_siocdevprivate()
/kernel/linux/linux-5.10/include/linux/
H
A
D
hdlcdrv.h
134
int
slotcnt
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hdlcdrv.h
134
int
slotcnt
;
member
Completed in 11 milliseconds