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:bt_mp_oper
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu_8723b.c
313
h2c.
bt_mp_oper
.cmd = H2C_8723B_BT_MP_OPER;
in rtl8723bu_write_btreg()
314
h2c.
bt_mp_oper
.operreq = 0 | (reqnum << 4);
in rtl8723bu_write_btreg()
315
h2c.
bt_mp_oper
.opcode = BT_MP_OP_WRITE_REG_VALUE;
in rtl8723bu_write_btreg()
316
h2c.
bt_mp_oper
.data = data;
in rtl8723bu_write_btreg()
317
rtl8xxxu_gen2_h2c_cmd(priv, &h2c, sizeof(h2c.
bt_mp_oper
));
in rtl8723bu_write_btreg()
321
h2c.
bt_mp_oper
.cmd = H2C_8723B_BT_MP_OPER;
in rtl8723bu_write_btreg()
322
h2c.
bt_mp_oper
.operreq = 0 | (reqnum << 4);
in rtl8723bu_write_btreg()
323
h2c.
bt_mp_oper
.opcode = BT_MP_OP_WRITE_REG_VALUE;
in rtl8723bu_write_btreg()
324
h2c.
bt_mp_oper
.addr = reg;
in rtl8723bu_write_btreg()
325
rtl8xxxu_gen2_h2c_cmd(priv, &h2c, sizeof(h2c.
bt_mp_oper
));
in rtl8723bu_write_btreg()
[all...]
H
A
D
rtl8xxxu.h
1049
} __packed
bt_mp_oper
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu_8723b.c
360
h2c.
bt_mp_oper
.cmd = H2C_8723B_BT_MP_OPER;
in rtl8723bu_write_btreg()
361
h2c.
bt_mp_oper
.operreq = 0 | (reqnum << 4);
in rtl8723bu_write_btreg()
362
h2c.
bt_mp_oper
.opcode = BT_MP_OP_WRITE_REG_VALUE;
in rtl8723bu_write_btreg()
363
h2c.
bt_mp_oper
.data = data;
in rtl8723bu_write_btreg()
364
rtl8xxxu_gen2_h2c_cmd(priv, &h2c, sizeof(h2c.
bt_mp_oper
));
in rtl8723bu_write_btreg()
368
h2c.
bt_mp_oper
.cmd = H2C_8723B_BT_MP_OPER;
in rtl8723bu_write_btreg()
369
h2c.
bt_mp_oper
.operreq = 0 | (reqnum << 4);
in rtl8723bu_write_btreg()
370
h2c.
bt_mp_oper
.opcode = BT_MP_OP_WRITE_REG_VALUE;
in rtl8723bu_write_btreg()
371
h2c.
bt_mp_oper
.addr = reg;
in rtl8723bu_write_btreg()
372
rtl8xxxu_gen2_h2c_cmd(priv, &h2c, sizeof(h2c.
bt_mp_oper
));
in rtl8723bu_write_btreg()
[all...]
H
A
D
rtl8xxxu.h
1481
} __packed
bt_mp_oper
;
member
Completed in 12 milliseconds