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:zatm_vcc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
zatm.c
322
struct
zatm_vcc
*
zatm_vcc
= ZATM_VCC(vcc);
329
zpeekl(zatm_dev,
zatm_vcc
->tx_chan*VC_SIZE/4+i));
332
zpeekl(zatm_dev,uPD98401_IM(
zatm_vcc
->shaper)+16*i));
333
qrp = (unsigned long *) zpeekl(zatm_dev,
zatm_vcc
->tx_chan*VC_SIZE/4+
478
refill_pool(dev,
zatm_vcc
->pool);
in poll_rx()
487
struct
zatm_vcc
*
zatm_vcc
;
in open_rx_first()
local
494
zatm_vcc
= ZATM_VCC(vcc);
in open_rx_first()
495
zatm_vcc
in open_rx_first()
539
struct
zatm_vcc
*
zatm_vcc
;
open_rx_second()
local
561
struct
zatm_vcc
*
zatm_vcc
;
close_rx()
local
636
struct
zatm_vcc
*
zatm_vcc
;
do_tx()
local
714
struct
zatm_vcc
*
zatm_vcc
;
dequeue_tx()
local
874
struct
zatm_vcc
*
zatm_vcc
;
close_tx()
local
918
struct
zatm_vcc
*
zatm_vcc
;
open_tx_first()
local
977
struct
zatm_vcc
*
zatm_vcc
;
open_tx_second()
local
1389
struct
zatm_vcc
*
zatm_vcc
;
zatm_open()
local
[all...]
H
A
D
zatm.h
43
struct
zatm_vcc
{
struct
94
#define ZATM_VCC(d) ((struct
zatm_vcc
*) (d)->dev_data)
Completed in 3 milliseconds