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:ci_range
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
adummy.c
83
dev->
ci_range
.vpi_bits = 4;
in adummy_start()
84
dev->
ci_range
.vci_bits = 12;
in adummy_start()
H
A
D
atmtcp.c
186
dev->
ci_range
= ci;
in atmtcp_v_ioctl()
374
dev->
ci_range
.vpi_bits = MAX_VPI_BITS;
in atmtcp_create()
375
dev->
ci_range
.vci_bits = MAX_VCI_BITS;
in atmtcp_create()
H
A
D
firestream.c
1771
dev->atm_dev->
ci_range
.vpi_bits = 12;
in fs_init()
1772
dev->atm_dev->
ci_range
.vci_bits = 16;
in fs_init()
1780
dev->atm_dev->
ci_range
.vpi_bits = FS155_VPI_BITS;
in fs_init()
1781
dev->atm_dev->
ci_range
.vci_bits = FS155_VCI_BITS;
in fs_init()
H
A
D
lanai.c
2127
atmdev->
ci_range
.vpi_bits = 0;
in lanai_dev_open()
2128
atmdev->
ci_range
.vci_bits = 0;
in lanai_dev_open()
2129
while (1 << atmdev->
ci_range
.vci_bits < lanai->num_vci)
in lanai_dev_open()
2130
atmdev->
ci_range
.vci_bits++;
in lanai_dev_open()
H
A
D
zatm.c
612
zpokel(zatm_dev,(1 << dev->
ci_range
.vci_bits)-1,uPD98401_VRR);
in start_rx()
1289
dev->
ci_range
.vpi_bits = 0; /* @@@ no VPI for now */
in zatm_start()
1290
dev->
ci_range
.vci_bits = ld;
in zatm_start()
H
A
D
solos-pci.c
1376
card->atmdev[i]->
ci_range
.vpi_bits = 8;
in atm_init()
1377
card->atmdev[i]->
ci_range
.vci_bits = 16;
in atm_init()
H
A
D
horizon.c
2741
dev->atm_dev->
ci_range
.vpi_bits = vpi_bits;
in hrz_probe()
2742
dev->atm_dev->
ci_range
.vci_bits = 10-vpi_bits;
in hrz_probe()
H
A
D
ambassador.c
2252
dev->atm_dev->
ci_range
.vpi_bits = NUM_VPI_BITS;
in amb_probe()
2253
dev->atm_dev->
ci_range
.vci_bits = NUM_VCI_BITS;
in amb_probe()
H
A
D
iphase.c
2326
dev->
ci_range
.vpi_bits = 0;
2327
dev->
ci_range
.vci_bits = NR_VCI_LD;
2348
dev->
ci_range
.vci_bits = NR_VCI_4K_LD;
H
A
D
fore200e.c
2466
atm_dev->
ci_range
.vpi_bits = FORE200E_VPI_BITS;
in fore200e_register()
2467
atm_dev->
ci_range
.vci_bits = FORE200E_VCI_BITS;
in fore200e_register()
H
A
D
he.c
1513
he_dev->atm_dev->
ci_range
.vpi_bits = he_dev->vpibits;
in he_start()
1514
he_dev->atm_dev->
ci_range
.vci_bits = he_dev->vcibits;
in he_start()
H
A
D
eni.c
1710
dev->
ci_range
.vpi_bits = 0;
in eni_do_init()
1711
dev->
ci_range
.vci_bits = NR_VCI_LD;
in eni_do_init()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
adummy.c
83
dev->
ci_range
.vpi_bits = 4;
in adummy_start()
84
dev->
ci_range
.vci_bits = 12;
in adummy_start()
H
A
D
atmtcp.c
186
dev->
ci_range
= ci;
in atmtcp_v_ioctl()
374
dev->
ci_range
.vpi_bits = MAX_VPI_BITS;
in atmtcp_create()
375
dev->
ci_range
.vci_bits = MAX_VCI_BITS;
in atmtcp_create()
H
A
D
lanai.c
2126
atmdev->
ci_range
.vpi_bits = 0;
in lanai_dev_open()
2127
atmdev->
ci_range
.vci_bits = 0;
in lanai_dev_open()
2128
while (1 << atmdev->
ci_range
.vci_bits < lanai->num_vci)
in lanai_dev_open()
2129
atmdev->
ci_range
.vci_bits++;
in lanai_dev_open()
H
A
D
solos-pci.c
1376
card->atmdev[i]->
ci_range
.vpi_bits = 8;
in atm_init()
1377
card->atmdev[i]->
ci_range
.vci_bits = 16;
in atm_init()
H
A
D
iphase.c
2327
dev->
ci_range
.vpi_bits = 0;
2328
dev->
ci_range
.vci_bits = NR_VCI_LD;
2349
dev->
ci_range
.vci_bits = NR_VCI_4K_LD;
/kernel/linux/linux-5.10/net/atm/
H
A
D
common.c
353
else if (p >= 1 << vcc->dev->
ci_range
.vpi_bits)
in find_ci()
357
else if (c < ATM_NOT_RSV_VCI || c >= 1 << vcc->dev->
ci_range
.vci_bits)
in find_ci()
369
if (c >= 1 << vcc->dev->
ci_range
.vci_bits)
in find_ci()
375
if (p >= 1 << vcc->dev->
ci_range
.vpi_bits)
in find_ci()
389
vpi >> dev->
ci_range
.vpi_bits) || (vci != ATM_VCI_UNSPEC &&
in __vcc_connect()
390
vci != ATM_VCI_ANY && vci >> dev->
ci_range
.vci_bits))
in __vcc_connect()
H
A
D
resources.c
300
if (copy_to_user(buf, &dev->
ci_range
, size)) {
in atm_dev_ioctl()
/kernel/linux/linux-6.6/net/atm/
H
A
D
common.c
353
else if (p >= 1 << vcc->dev->
ci_range
.vpi_bits)
in find_ci()
357
else if (c < ATM_NOT_RSV_VCI || c >= 1 << vcc->dev->
ci_range
.vci_bits)
in find_ci()
369
if (c >= 1 << vcc->dev->
ci_range
.vci_bits)
in find_ci()
375
if (p >= 1 << vcc->dev->
ci_range
.vpi_bits)
in find_ci()
389
vpi >> dev->
ci_range
.vpi_bits) || (vci != ATM_VCI_UNSPEC &&
in __vcc_connect()
390
vci != ATM_VCI_ANY && vci >> dev->
ci_range
.vci_bits))
in __vcc_connect()
H
A
D
resources.c
297
if (copy_to_user(buf, &dev->
ci_range
, size)) {
in atm_dev_ioctl()
/kernel/linux/linux-5.10/include/linux/
H
A
D
atmdev.h
159
struct atm_cirange
ci_range
; /* VPI/VCI range */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
atmdev.h
159
struct atm_cirange
ci_range
; /* VPI/VCI range */
member
/kernel/linux/linux-5.10/drivers/usb/atm/
H
A
D
usbatm.c
920
atm_dev->
ci_range
.vpi_bits = ATM_CI_MAX;
in usbatm_atm_init()
921
atm_dev->
ci_range
.vci_bits = ATM_CI_MAX;
in usbatm_atm_init()
/kernel/linux/linux-6.6/drivers/usb/atm/
H
A
D
usbatm.c
920
atm_dev->
ci_range
.vpi_bits = ATM_CI_MAX;
in usbatm_atm_init()
921
atm_dev->
ci_range
.vci_bits = ATM_CI_MAX;
in usbatm_atm_init()
Completed in 64 milliseconds
1
2