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:mdinfo
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H
A
D
matroxfb_maven.c
1149
#define
mdinfo
((struct maven_data*)md)
in maven_out_compute()
macro
1150
#define minfo (
mdinfo
->primary_head)
in maven_out_compute()
1153
#undef
mdinfo
in maven_out_compute()
macro
1157
#define
mdinfo
((struct maven_data*)md)
in maven_out_program()
macro
1158
#define minfo (
mdinfo
->primary_head)
in maven_out_program()
1161
#undef
mdinfo
in maven_out_program()
macro
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H
A
D
matroxfb_maven.c
1149
#define
mdinfo
((struct maven_data*)md)
in maven_out_compute()
macro
1150
#define minfo (
mdinfo
->primary_head)
in maven_out_compute()
1153
#undef
mdinfo
in maven_out_compute()
macro
1157
#define
mdinfo
((struct maven_data*)md)
in maven_out_program()
macro
1158
#define minfo (
mdinfo
->primary_head)
in maven_out_program()
1161
#undef
mdinfo
in maven_out_program()
macro
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
coex.c
745
memset(&btc->
mdinfo
, 0, sizeof(btc->
mdinfo
));
in _reset_btc_var()
2409
if (btc->
mdinfo
.ant.type == BTC_ANT_SHARED) {
in _check_freerun()
2432
if (btc->
mdinfo
.ant.isolation >= BTC_FREERUN_ANTISO_MIN) {
in _check_freerun()
2560
if (btc->
mdinfo
.ant.type == BTC_ANT_SHARED) {
in rtw89_btc_set_policy()
2868
if (btc->
mdinfo
.ant.type == BTC_ANT_SHARED) {
in rtw89_btc_set_policy_v1()
3435
if (btc->
mdinfo
.ant.type == BTC_ANT_SHARED) { /* shared-antenna */
in _action_bt_idle()
3481
if (btc->
mdinfo
.ant.type == BTC_ANT_SHARED) {
in _action_bt_hfp()
3506
if (btc->
mdinfo
.ant.type == BTC_ANT_SHARED) { /* shared-antenna */
in _action_bt_hid()
3774
if (btc->
mdinfo
in _action_wl_other()
[all...]
H
A
D
rtw8851b.c
1907
struct rtw89_btc_module *module = &btc->
mdinfo
;
in rtw8851b_btc_set_rfe()
1950
if (rtwdev->btc.
mdinfo
.ant.type == BTC_ANT_SHARED) /* 1-Ant */
in rtw8851b_set_trx_mask()
1965
struct rtw89_btc_module *module = &btc->
mdinfo
;
in rtw8851b_btc_init_cfg()
2133
struct rtw89_btc_ant_info *ant = &btc->
mdinfo
.ant;
in rtw8851b_btc_wl_s1_standby()
2160
struct rtw89_btc_ant_info *ant = &btc->
mdinfo
.ant;
in rtw8851b_btc_set_wl_rx_gain()
2188
if (btc->
mdinfo
.ant.type == BTC_ANT_DEDICATED)
in rtw8851b_btc_set_wl_rx_gain()
H
A
D
rtw8852a.c
1653
struct rtw89_btc_module *module = &btc->
mdinfo
;
in rtw8852a_btc_set_rfe()
1703
struct rtw89_btc_module *module = &btc->
mdinfo
;
in rtw8852a_btc_init_cfg()
H
A
D
rtw8852c.c
2317
struct rtw89_btc_module *module = &btc->
mdinfo
;
in rtw8852c_btc_set_rfe()
2399
struct rtw89_btc_module *module = &btc->
mdinfo
;
in rtw8852c_btc_init_cfg()
H
A
D
rtw8852b.c
2111
struct rtw89_btc_module *module = &btc->
mdinfo
;
in rtw8852b_btc_set_rfe()
2147
struct rtw89_btc_module *module = &btc->
mdinfo
;
in rtw8852b_btc_init_cfg()
H
A
D
core.h
2638
struct rtw89_btc_module
mdinfo
;
member
Completed in 42 milliseconds