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:ms_type
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H
A
D
rtsx_chip.h
562
#define CHK_MSPRO(ms_card) (((ms_card)->
ms_type
& 0xFF) == TYPE_MSPRO)
564
(((ms_card)->
ms_type
& HG8BIT) == HG8BIT))
566
((ms_card)->
ms_type
& MS_XC))
568
((ms_card)->
ms_type
& MS_HG))
570
#define CHK_MS8BIT(ms_card) (((ms_card)->
ms_type
& MS_8BIT))
571
#define CHK_MS4BIT(ms_card) (((ms_card)->
ms_type
& MS_4BIT))
582
u16
ms_type
;
member
H
A
D
ms.c
497
ms_card->
ms_type
= 0;
in ms_prepare_reset()
650
ms_card->
ms_type
|= TYPE_MSPRO;
in ms_identify_media_type()
658
ms_card->
ms_type
&= 0x0F;
in ms_identify_media_type()
661
ms_card->
ms_type
|= MS_HG;
in ms_identify_media_type()
663
ms_card->
ms_type
&= 0x0F;
in ms_identify_media_type()
761
ms_card->
ms_type
|= MS_8BIT;
in ms_switch_8bit_bus()
1012
ms_card->
ms_type
|= MS_XC;
1893
ms_card->
ms_type
|= TYPE_MS;
2085
ms_card->
ms_type
|= MS_4BIT;
2511
ms_card->
ms_type
[all...]
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H
A
D
rtsx_chip.h
562
#define CHK_MSPRO(ms_card) (((ms_card)->
ms_type
& 0xFF) == TYPE_MSPRO)
564
(((ms_card)->
ms_type
& HG8BIT) == HG8BIT))
566
((ms_card)->
ms_type
& MS_XC))
568
((ms_card)->
ms_type
& MS_HG))
570
#define CHK_MS8BIT(ms_card) (((ms_card)->
ms_type
& MS_8BIT))
571
#define CHK_MS4BIT(ms_card) (((ms_card)->
ms_type
& MS_4BIT))
582
u16
ms_type
;
member
H
A
D
ms.c
497
ms_card->
ms_type
= 0;
in ms_prepare_reset()
650
ms_card->
ms_type
|= TYPE_MSPRO;
in ms_identify_media_type()
658
ms_card->
ms_type
&= 0x0F;
in ms_identify_media_type()
661
ms_card->
ms_type
|= MS_HG;
in ms_identify_media_type()
663
ms_card->
ms_type
&= 0x0F;
in ms_identify_media_type()
761
ms_card->
ms_type
|= MS_8BIT;
in ms_switch_8bit_bus()
1012
ms_card->
ms_type
|= MS_XC;
1894
ms_card->
ms_type
|= TYPE_MS;
2086
ms_card->
ms_type
|= MS_4BIT;
2511
ms_card->
ms_type
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
hw.h
601
enum e1000_ms_type
ms_type
;
member
H
A
D
phy.c
600
switch (hw->phy.
ms_type
) {
in e1000_set_master_slave_mode()
H
A
D
netdev.c
7438
adapter->hw.phy.
ms_type
= e1000_ms_hw_default;
in e1000_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
409
enum e1000_ms_type
ms_type
;
member
H
A
D
e1000_phy.c
829
switch (phy->
ms_type
) {
in igb_copper_link_setup_igp()
2614
switch (hw->phy.
ms_type
) {
in igb_set_master_slave_mode()
H
A
D
igb_main.c
3264
hw->phy.
ms_type
= e1000_ms_hw_default;
in igb_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
hw.h
622
enum e1000_ms_type
ms_type
;
member
H
A
D
phy.c
601
switch (hw->phy.
ms_type
) {
in e1000_set_master_slave_mode()
H
A
D
netdev.c
7490
adapter->hw.phy.
ms_type
= e1000_ms_hw_default;
in e1000_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
409
enum e1000_ms_type
ms_type
;
member
H
A
D
e1000_phy.c
829
switch (phy->
ms_type
) {
in igb_copper_link_setup_igp()
2615
switch (hw->phy.
ms_type
) {
in igb_set_master_slave_mode()
H
A
D
igb_main.c
3301
hw->phy.
ms_type
= e1000_ms_hw_default;
in igb_probe()
Completed in 67 milliseconds