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:VIRTIO_ID_CONSOLE
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/mellanox/
H
A
D
mlxbf-tmfifo.c
39
#define MLXBF_TMFIFO_VDEV_MAX (
VIRTIO_ID_CONSOLE
+ 1)
120
* select if vdev.id.device is
VIRTIO_ID_CONSOLE
522
cons = fifo->vdev[
VIRTIO_ID_CONSOLE
];
in mlxbf_tmfifo_console_tx()
537
hdr.type =
VIRTIO_ID_CONSOLE
;
in mlxbf_tmfifo_console_tx()
657
vdev_id =
VIRTIO_ID_CONSOLE
;
in mlxbf_tmfifo_rxtx_header()
690
VIRTIO_ID_NET :
VIRTIO_ID_CONSOLE
;
in mlxbf_tmfifo_rxtx_header()
819
if (WARN_ON(devid != VIRTIO_ID_NET && devid !=
VIRTIO_ID_CONSOLE
))
in mlxbf_tmfifo_rxtx()
834
if (!is_rx && devid ==
VIRTIO_ID_CONSOLE
) {
in mlxbf_tmfifo_rxtx()
909
if (vring->vdev_id ==
VIRTIO_ID_CONSOLE
) {
in mlxbf_tmfifo_virtio_notify()
911
tm_vdev = fifo->vdev[
VIRTIO_ID_CONSOLE
];
in mlxbf_tmfifo_virtio_notify()
[all...]
/kernel/linux/linux-6.6/drivers/platform/mellanox/
H
A
D
mlxbf-tmfifo.c
39
#define MLXBF_TMFIFO_VDEV_MAX (
VIRTIO_ID_CONSOLE
+ 1)
131
* select if vdev.id.device is
VIRTIO_ID_CONSOLE
550
cons = fifo->vdev[
VIRTIO_ID_CONSOLE
];
in mlxbf_tmfifo_console_tx()
565
hdr.type =
VIRTIO_ID_CONSOLE
;
in mlxbf_tmfifo_console_tx()
685
vdev_id =
VIRTIO_ID_CONSOLE
;
in mlxbf_tmfifo_rxtx_header()
718
VIRTIO_ID_NET :
VIRTIO_ID_CONSOLE
;
in mlxbf_tmfifo_rxtx_header()
891
if (WARN_ON(devid != VIRTIO_ID_NET && devid !=
VIRTIO_ID_CONSOLE
))
in mlxbf_tmfifo_rxtx()
918
if (!is_rx && devid ==
VIRTIO_ID_CONSOLE
) {
in mlxbf_tmfifo_rxtx()
997
if (vring->vdev_id ==
VIRTIO_ID_CONSOLE
) {
in mlxbf_tmfifo_virtio_notify()
999
tm_vdev = fifo->vdev[
VIRTIO_ID_CONSOLE
];
in mlxbf_tmfifo_virtio_notify()
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
virtio_ids.h
10
#define
VIRTIO_ID_CONSOLE
3
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
virtio_ids.h
34
#define
VIRTIO_ID_CONSOLE
3 /* virtio console */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
virtio_ids.h
23
#define
VIRTIO_ID_CONSOLE
3
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
virtio_ids.h
23
#define
VIRTIO_ID_CONSOLE
3
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
virtio_ids.h
34
#define
VIRTIO_ID_CONSOLE
3 /* virtio console */
macro
/kernel/linux/linux-5.10/drivers/char/
H
A
D
virtio_console.c
2123
{
VIRTIO_ID_CONSOLE
, VIRTIO_DEV_ANY_ID },
/kernel/linux/linux-6.6/drivers/char/
H
A
D
virtio_console.c
2126
{
VIRTIO_ID_CONSOLE
, VIRTIO_DEV_ANY_ID },
Completed in 9 milliseconds