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:pipe0
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/most/
H
A
D
core.c
57
struct pipe
pipe0
;
member
473
if (c->
pipe0
.comp) {
in print_links()
477
c->
pipe0
.comp->name,
in print_links()
559
if (!c->
pipe0
.comp)
in link_channel_to_component()
560
comp_ptr = &c->
pipe0
.comp;
in link_channel_to_component()
703
if (c->
pipe0
.comp == comp)
in most_remove_link()
704
c->
pipe0
.comp = NULL;
in most_remove_link()
852
if (c->
pipe0
.refs && c->
pipe0
.comp->tx_completion)
in arm_mbo()
853
c->
pipe0
in arm_mbo()
[all...]
/kernel/linux/linux-6.6/drivers/most/
H
A
D
core.c
57
struct pipe
pipe0
;
member
473
if (c->
pipe0
.comp) {
in print_links()
477
c->
pipe0
.comp->name,
in print_links()
559
if (!c->
pipe0
.comp)
in link_channel_to_component()
560
comp_ptr = &c->
pipe0
.comp;
in link_channel_to_component()
703
if (c->
pipe0
.comp == comp)
in most_remove_link()
704
c->
pipe0
.comp = NULL;
in most_remove_link()
852
if (c->
pipe0
.refs && c->
pipe0
.comp->tx_completion)
in arm_mbo()
853
c->
pipe0
in arm_mbo()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H
A
D
atomisp_ioctl.c
1696
static struct atomisp_video_pipe *
pipe0
;
in __wdt_on_master_slave_sensor_pipe()
local
1699
if (atomisp_buffers_queued_pipe(
pipe0
))
in __wdt_on_master_slave_sensor_pipe()
1700
atomisp_wdt_refresh_pipe(
pipe0
, wdt_duration);
in __wdt_on_master_slave_sensor_pipe()
1704
pipe0
= pipe;
in __wdt_on_master_slave_sensor_pipe()
Completed in 7 milliseconds