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:module_state
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
audio_codec.c
48
int
module_state
, ret = 0;
in gbaudio_module_enable_tx()
local
61
module_state
= data->state[SNDRV_PCM_STREAM_PLAYBACK];
in gbaudio_module_enable_tx()
70
if (
module_state
< GBAUDIO_CODEC_STARTUP) {
in gbaudio_module_enable_tx()
87
if (
module_state
< GBAUDIO_CODEC_HWPARAMS) {
in gbaudio_module_enable_tx()
106
if (
module_state
< GBAUDIO_CODEC_PREPARE) {
in gbaudio_module_enable_tx()
135
int
module_state
;
in gbaudio_module_disable_tx()
local
144
module_state
= data->state[SNDRV_PCM_STREAM_PLAYBACK];
in gbaudio_module_disable_tx()
146
if (
module_state
> GBAUDIO_CODEC_HWPARAMS) {
in gbaudio_module_disable_tx()
160
if (
module_state
> GBAUDIO_CODEC_SHUTDOWN) {
in gbaudio_module_disable_tx()
183
int
module_state
, re
in gbaudio_module_enable_rx()
local
270
int
module_state
;
gbaudio_module_disable_rx()
local
[all...]
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
audio_codec.c
48
int
module_state
, ret = 0;
in gbaudio_module_enable_tx()
local
61
module_state
= data->state[SNDRV_PCM_STREAM_PLAYBACK];
in gbaudio_module_enable_tx()
70
if (
module_state
< GBAUDIO_CODEC_STARTUP) {
in gbaudio_module_enable_tx()
85
if (
module_state
< GBAUDIO_CODEC_HWPARAMS) {
in gbaudio_module_enable_tx()
102
if (
module_state
< GBAUDIO_CODEC_PREPARE) {
in gbaudio_module_enable_tx()
129
int
module_state
;
in gbaudio_module_disable_tx()
local
138
module_state
= data->state[SNDRV_PCM_STREAM_PLAYBACK];
in gbaudio_module_disable_tx()
140
if (
module_state
> GBAUDIO_CODEC_HWPARAMS) {
in gbaudio_module_disable_tx()
153
if (
module_state
> GBAUDIO_CODEC_SHUTDOWN) {
in gbaudio_module_disable_tx()
174
int
module_state
, re
in gbaudio_module_enable_rx()
local
256
int
module_state
;
gbaudio_module_disable_rx()
local
[all...]
/kernel/linux/linux-5.10/lib/livepatch/
H
A
D
test_klp_callbacks_demo2.c
14
static const char *const
module_state
[] = {
variable
25
module_state
[obj->mod->state]);
in callback_info()
H
A
D
test_klp_callbacks_demo.c
14
static const char *const
module_state
[] = {
variable
25
module_state
[obj->mod->state]);
in callback_info()
H
A
D
test_klp_state.c
16
static const char *const
module_state
[] = {
variable
27
module_state
[obj->mod->state]);
in callback_info()
H
A
D
test_klp_state2.c
16
static const char *const
module_state
[] = {
variable
27
module_state
[obj->mod->state]);
in callback_info()
/kernel/linux/linux-6.6/lib/livepatch/
H
A
D
test_klp_callbacks_demo2.c
14
static const char *const
module_state
[] = {
variable
25
module_state
[obj->mod->state]);
in callback_info()
H
A
D
test_klp_callbacks_demo.c
14
static const char *const
module_state
[] = {
variable
25
module_state
[obj->mod->state]);
in callback_info()
H
A
D
test_klp_state2.c
16
static const char *const
module_state
[] = {
variable
27
module_state
[obj->mod->state]);
in callback_info()
H
A
D
test_klp_state.c
16
static const char *const
module_state
[] = {
variable
27
module_state
[obj->mod->state]);
in callback_info()
/kernel/linux/linux-5.10/samples/livepatch/
H
A
D
livepatch-callbacks-demo.c
91
static const char *const
module_state
[] = {
variable
102
module_state
[obj->mod->state]);
in callback_info()
/kernel/linux/linux-6.6/samples/livepatch/
H
A
D
livepatch-callbacks-demo.c
91
static const char *const
module_state
[] = {
variable
102
module_state
[obj->mod->state]);
in callback_info()
/kernel/linux/linux-5.10/include/linux/
H
A
D
module.h
314
enum
module_state
{
enum
367
enum
module_state
state;
/kernel/linux/linux-6.6/include/linux/
H
A
D
module.h
312
enum
module_state
{
enum
403
enum
module_state
state;
Completed in 10 milliseconds