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:atmdev_ops
(Results
1 - 25
of
38
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/linux/
H
A
D
atmdev.h
148
const struct
atmdev_ops
*ops; /* device operations; NULL if unused */
179
struct
atmdev_ops
{ /* only send is required */
struct
219
const struct
atmdev_ops
*ops,
307
* set .ioctl in your
atmdev_ops
instead.
/kernel/linux/linux-6.6/include/linux/
H
A
D
atmdev.h
148
const struct
atmdev_ops
*ops; /* device operations; NULL if unused */
179
struct
atmdev_ops
{ /* only send is required */
struct
220
const struct
atmdev_ops
*ops,
308
* set .ioctl in your
atmdev_ops
instead.
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
adummy.c
134
static const struct
atmdev_ops
adummy_ops =
H
A
D
atmtcp.c
330
static const struct
atmdev_ops
atmtcp_v_dev_ops = {
346
static const struct
atmdev_ops
atmtcp_c_dev_ops = {
H
A
D
fore200e.c
96
static const struct
atmdev_ops
fore200e_ops;
3000
static const struct
atmdev_ops
fore200e_ops = {
H
A
D
solos-pci.c
1178
static const struct
atmdev_ops
fpga_ops = {
H
A
D
zatm.c
1567
static const struct
atmdev_ops
ops = {
H
A
D
horizon.c
2599
static const struct
atmdev_ops
hrz_ops = {
H
A
D
ambassador.c
1472
static const struct
atmdev_ops
amb_ops = {
H
A
D
firestream.c
1275
static const struct
atmdev_ops
ops = {
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
adummy.c
134
static const struct
atmdev_ops
adummy_ops =
H
A
D
atmtcp.c
330
static const struct
atmdev_ops
atmtcp_v_dev_ops = {
346
static const struct
atmdev_ops
atmtcp_c_dev_ops = {
H
A
D
fore200e.c
95
static const struct
atmdev_ops
fore200e_ops;
2998
static const struct
atmdev_ops
fore200e_ops = {
H
A
D
solos-pci.c
1178
static const struct
atmdev_ops
fpga_ops = {
/kernel/linux/linux-5.10/net/atm/
H
A
D
signaling.c
221
static const struct
atmdev_ops
sigd_dev_ops = {
H
A
D
resources.c
79
const struct
atmdev_ops
*ops, int number,
in atm_dev_register()
H
A
D
clip.c
620
static const struct
atmdev_ops
atmarpd_dev_ops = {
H
A
D
mpc.c
782
static const struct
atmdev_ops
mpc_ops = { /* only send is required */
H
A
D
lec.c
492
static const struct
atmdev_ops
lecdev_ops = {
/kernel/linux/linux-6.6/net/atm/
H
A
D
signaling.c
221
static const struct
atmdev_ops
sigd_dev_ops = {
H
A
D
resources.c
77
const struct
atmdev_ops
*ops, int number,
in atm_dev_register()
H
A
D
clip.c
620
static const struct
atmdev_ops
atmarpd_dev_ops = {
H
A
D
lec.c
490
static const struct
atmdev_ops
lecdev_ops = {
/kernel/linux/linux-5.10/drivers/usb/atm/
H
A
D
usbatm.c
162
static const struct
atmdev_ops
usbatm_atm_devops = {
/kernel/linux/linux-6.6/drivers/usb/atm/
H
A
D
usbatm.c
162
static const struct
atmdev_ops
usbatm_atm_devops = {
Completed in 52 milliseconds
1
2