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:mxser_board
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
mxser.c
218
struct
mxser_board
;
222
struct
mxser_board
*board;
262
struct
mxser_board
{
struct
283
static struct
mxser_board
mxser_boards[MXSER_BOARDS];
2219
struct
mxser_board
*brd = NULL;
in mxser_interrupt()
2355
static bool mxser_overlapping_vector(struct
mxser_board
*brd)
in mxser_overlapping_vector()
2362
static int mxser_request_vector(struct
mxser_board
*brd)
in mxser_request_vector()
2369
static void mxser_release_vector(struct
mxser_board
*brd)
in mxser_release_vector()
2376
static void mxser_release_ISA_res(struct
mxser_board
*brd)
in mxser_release_ISA_res()
2382
static int mxser_initbrd(struct
mxser_board
*br
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
mxser.c
254
struct
mxser_board
;
258
struct
mxser_board
*board;
282
struct
mxser_board
{
struct
1661
struct
mxser_board
*brd = dev_id;
in mxser_interrupt()
1730
static void mxser_initbrd(struct
mxser_board
*brd, bool high_baud)
in mxser_initbrd()
1789
struct
mxser_board
*brd;
in mxser_probe()
1873
struct
mxser_board
*brd = pci_get_drvdata(pdev);
in mxser_remove()
Completed in 6 milliseconds