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:hp_flags
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
sata_mv.c
415
/* Host private flags (
hp_flags
) */
438
#define IS_GEN_I(hpriv) ((hpriv)->
hp_flags
& MV_HP_GEN_I)
439
#define IS_GEN_II(hpriv) ((hpriv)->
hp_flags
& MV_HP_GEN_II)
440
#define IS_GEN_IIE(hpriv) ((hpriv)->
hp_flags
& MV_HP_GEN_IIE)
441
#define IS_PCIE(hpriv) ((hpriv)->
hp_flags
& MV_HP_PCIE)
442
#define IS_SOC(hpriv) ((hpriv)->
hp_flags
& MV_HP_FLAG_SOC)
538
u32
hp_flags
;
member
1380
if (hpriv->
hp_flags
& MV_HP_FIX_LP_PHY_CTL) {
in mv_scr_write()
1567
if (hpriv->
hp_flags
& MV_HP_QUIRK_LED_BLINK_EN)
in mv_soc_led_blink_enable()
1569
hpriv->
hp_flags
|
in mv_soc_led_blink_enable()
3346
u32
hp_flags
= hpriv->
hp_flags
;
mv6_phy_errata()
local
3773
u32
hp_flags
= hpriv->
hp_flags
;
mv_chip_id()
local
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
sata_mv.c
415
/* Host private flags (
hp_flags
) */
438
#define IS_GEN_I(hpriv) ((hpriv)->
hp_flags
& MV_HP_GEN_I)
439
#define IS_GEN_II(hpriv) ((hpriv)->
hp_flags
& MV_HP_GEN_II)
440
#define IS_GEN_IIE(hpriv) ((hpriv)->
hp_flags
& MV_HP_GEN_IIE)
441
#define IS_PCIE(hpriv) ((hpriv)->
hp_flags
& MV_HP_PCIE)
442
#define IS_SOC(hpriv) ((hpriv)->
hp_flags
& MV_HP_FLAG_SOC)
538
u32
hp_flags
;
member
1376
if (hpriv->
hp_flags
& MV_HP_FIX_LP_PHY_CTL) {
in mv_scr_write()
1563
if (hpriv->
hp_flags
& MV_HP_QUIRK_LED_BLINK_EN)
in mv_soc_led_blink_enable()
1565
hpriv->
hp_flags
|
in mv_soc_led_blink_enable()
3344
u32
hp_flags
= hpriv->
hp_flags
;
mv6_phy_errata()
local
3767
u32
hp_flags
= hpriv->
hp_flags
;
mv_chip_id()
local
[all...]
/kernel/linux/linux-6.6/net/handshake/
H
A
D
handshake.h
55
unsigned long
hp_flags
;
member
H
A
D
netlink.c
44
if (!test_bit(HANDSHAKE_F_PROTO_NOTIFY, &proto->
hp_flags
))
in handshake_genl_notify()
H
A
D
tlshd.c
264
.
hp_flags
= BIT(HANDSHAKE_F_PROTO_NOTIFY),
Completed in 10 milliseconds