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:iwl_op_mode_ops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-op-mode.h
104
* struct
iwl_op_mode_ops
- op_mode specific operations
144
struct
iwl_op_mode_ops
{
struct
166
int iwl_opmode_register(const char *name, const struct
iwl_op_mode_ops
*ops);
176
const struct
iwl_op_mode_ops
*ops;
H
A
D
iwl-drv.c
139
const struct
iwl_op_mode_ops
*ops; /* pointer to op_mode ops */
1306
const struct
iwl_op_mode_ops
*ops = op->ops;
in _iwl_op_mode_start()
1750
int iwl_opmode_register(const char *name, const struct
iwl_op_mode_ops
*ops)
in iwl_opmode_register()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-op-mode.h
48
* struct
iwl_op_mode_ops
- op_mode specific operations
89
struct
iwl_op_mode_ops
{
struct
114
int iwl_opmode_register(const char *name, const struct
iwl_op_mode_ops
*ops);
124
const struct
iwl_op_mode_ops
*ops;
H
A
D
iwl-drv.c
83
const struct
iwl_op_mode_ops
*ops; /* pointer to op_mode ops */
1414
const struct
iwl_op_mode_ops
*ops = op->ops;
in _iwl_op_mode_start()
1874
int iwl_opmode_register(const char *name, const struct
iwl_op_mode_ops
*ops)
in iwl_opmode_register()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ops.c
90
static const struct
iwl_op_mode_ops
iwl_mvm_ops;
91
static const struct
iwl_op_mode_ops
iwl_mvm_ops_mq;
1389
static const struct
iwl_op_mode_ops
iwl_mvm_ops = {
1412
static const struct
iwl_op_mode_ops
iwl_mvm_ops_mq = {
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ops.c
39
static const struct
iwl_op_mode_ops
iwl_mvm_ops;
40
static const struct
iwl_op_mode_ops
iwl_mvm_ops_mq;
2008
static const struct
iwl_op_mode_ops
iwl_mvm_ops = {
2034
static const struct
iwl_op_mode_ops
iwl_mvm_ops_mq = {
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
main.c
145
static const struct
iwl_op_mode_ops
iwl_dvm_ops;
2125
static const struct
iwl_op_mode_ops
iwl_dvm_ops = {
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
main.c
140
static const struct
iwl_op_mode_ops
iwl_dvm_ops;
2113
static const struct
iwl_op_mode_ops
iwl_dvm_ops = {
Completed in 15 milliseconds