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:need_setup
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/sound/usb/
H
A
D
endpoint.c
33
bool
need_setup
;
member
45
bool
need_setup
;
member
843
ep->
need_setup
= true;
in snd_usb_endpoint_open()
871
ep->iface_ref->
need_setup
= true;
in snd_usb_endpoint_open()
978
ep->iface_ref->
need_setup
= true;
in snd_usb_endpoint_suspend()
1329
clock->
need_setup
= true;
in update_clock_ref_rate()
1348
if (!ep->
need_setup
)
in snd_usb_endpoint_set_params()
1400
ep->
need_setup
= false;
in snd_usb_endpoint_set_params()
1418
if (clock && !clock->
need_setup
)
in init_sample_rate()
1431
clock->
need_setup
in init_sample_rate()
[all...]
H
A
D
card.h
132
bool
need_setup
; /* (re-)need for hw_params? */
member
H
A
D
pcm.c
560
if (!subs->data_endpoint->
need_setup
)
in snd_usb_hw_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_file.c
415
int
need_setup
= 0;
in drm_open()
local
426
need_setup
= 1;
in drm_open()
434
if (
need_setup
) {
in drm_open()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_file.c
414
int
need_setup
= 0;
in drm_open()
local
425
need_setup
= 1;
in drm_open()
433
if (
need_setup
) {
in drm_open()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
11063
int
need_setup
= 0;
in tg3_timer()
local
11067
need_setup
= 1;
in tg3_timer()
11072
need_setup
= 1;
in tg3_timer()
11074
if (
need_setup
) {
in tg3_timer()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
11047
int
need_setup
= 0;
in tg3_timer()
local
11051
need_setup
= 1;
in tg3_timer()
11056
need_setup
= 1;
in tg3_timer()
11058
if (
need_setup
) {
in tg3_timer()
Completed in 44 milliseconds