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:mbox_cmds
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H
A
D
isst-core-mbox.c
129
struct isst_if_mbox_cmds
mbox_cmds
= { 0 };
in _send_mbox_command()
local
173
mbox_cmds
.cmd_count = 1;
in _send_mbox_command()
174
mbox_cmds
.mbox_cmd[0].logical_cpu = cpu;
in _send_mbox_command()
175
mbox_cmds
.mbox_cmd[0].command = command;
in _send_mbox_command()
176
mbox_cmds
.mbox_cmd[0].sub_command = sub_command;
in _send_mbox_command()
177
mbox_cmds
.mbox_cmd[0].parameter = parameter;
in _send_mbox_command()
178
mbox_cmds
.mbox_cmd[0].req_data = req_data;
in _send_mbox_command()
189
if (ioctl(fd, ISST_IF_MBOX_COMMAND, &
mbox_cmds
) == -1) {
in _send_mbox_command()
200
*resp =
mbox_cmds
.mbox_cmd[0].resp_data;
in _send_mbox_command()
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H
A
D
isst-config.c
746
struct isst_if_mbox_cmds
mbox_cmds
= { 0 };
in isst_send_mbox_command()
local
790
mbox_cmds
.cmd_count = 1;
in isst_send_mbox_command()
791
mbox_cmds
.mbox_cmd[0].logical_cpu = cpu;
in isst_send_mbox_command()
792
mbox_cmds
.mbox_cmd[0].command = command;
in isst_send_mbox_command()
793
mbox_cmds
.mbox_cmd[0].sub_command = sub_command;
in isst_send_mbox_command()
794
mbox_cmds
.mbox_cmd[0].parameter = parameter;
in isst_send_mbox_command()
795
mbox_cmds
.mbox_cmd[0].req_data = req_data;
in isst_send_mbox_command()
807
if (ioctl(fd, ISST_IF_MBOX_COMMAND, &
mbox_cmds
) == -1) {
in isst_send_mbox_command()
818
*resp =
mbox_cmds
.mbox_cmd[0].resp_data;
in isst_send_mbox_command()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cudbg_lib.c
3256
u16
mbox_cmds
;
in cudbg_collect_mbox_log()
local
3262
mbox_cmds
= padap->mbox_log->size;
in cudbg_collect_mbox_log()
3263
size = sizeof(struct cudbg_mbox_log) *
mbox_cmds
;
in cudbg_collect_mbox_log()
3269
for (k = 0; k <
mbox_cmds
; k++) {
in cudbg_collect_mbox_log()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cudbg_lib.c
3238
u16
mbox_cmds
;
in cudbg_collect_mbox_log()
local
3244
mbox_cmds
= padap->mbox_log->size;
in cudbg_collect_mbox_log()
3245
size = sizeof(struct cudbg_mbox_log) *
mbox_cmds
;
in cudbg_collect_mbox_log()
3251
for (k = 0; k <
mbox_cmds
; k++) {
in cudbg_collect_mbox_log()
Completed in 14 milliseconds