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:lowest_minor
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/xillybus/
H
A
D
xillybus_class.c
39
int
lowest_minor
;
member
90
unit->
lowest_minor
= MINOR(mdev);
in xillybus_init_chrdev()
102
rc = cdev_add(unit->cdev, MKDEV(unit->major, unit->
lowest_minor
),
in xillybus_init_chrdev()
129
i + unit->
lowest_minor
),
in xillybus_init_chrdev()
158
i + unit->
lowest_minor
));
in xillybus_init_chrdev()
163
unregister_chrdev_region(MKDEV(unit->major, unit->
lowest_minor
),
in xillybus_init_chrdev()
195
for (minor = unit->
lowest_minor
;
in xillybus_cleanup_chrdev()
196
minor < (unit->
lowest_minor
+ unit->num_nodes);
in xillybus_cleanup_chrdev()
202
unregister_chrdev_region(MKDEV(unit->major, unit->
lowest_minor
),
in xillybus_cleanup_chrdev()
226
minor >= iter->
lowest_minor
in xillybus_find_inode()
[all...]
/kernel/linux/linux-5.10/drivers/char/xillybus/
H
A
D
xillybus.h
109
int
lowest_minor
; /* Highest minor =
lowest_minor
+ num_channels - 1 */
member
H
A
D
xillybus_core.c
1421
(minor >= ep_iter->
lowest_minor
) &&
in xillybus_open()
1422
(minor < (ep_iter->
lowest_minor
+
in xillybus_open()
1439
channel = endpoint->channels[1 + minor - endpoint->
lowest_minor
];
in xillybus_open()
1820
endpoint->
lowest_minor
= minor = MINOR(dev);
in xillybus_init_chrdev()
1878
for (minor = endpoint->
lowest_minor
;
in xillybus_cleanup_chrdev()
1879
minor < (endpoint->
lowest_minor
+ endpoint->num_channels);
in xillybus_cleanup_chrdev()
1884
endpoint->
lowest_minor
),
in xillybus_cleanup_chrdev()
Completed in 3 milliseconds