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:happy_flags
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunhme.c
466
if (!(hp->
happy_flags
& HFLAG_FENABLE)) {
in happy_meal_tcvr_read()
495
if (!(hp->
happy_flags
& HFLAG_FENABLE)) {
in happy_meal_tcvr_write()
653
hp->
happy_flags
|= HFLAG_FULL;
in set_happy_link_modes()
658
hp->
happy_flags
&= ~(HFLAG_FULL);
in set_happy_link_modes()
962
if ((hp->
happy_flags
& (HFLAG_POLLENABLE | HFLAG_POLL)) !=
in happy_meal_poll_stop()
978
hp->
happy_flags
&= ~(HFLAG_POLL);
in happy_meal_poll_stop()
1095
if (hp->
happy_flags
& HFLAG_POLL) {
in happy_meal_transceiver_check()
1433
HMD(("happy_meal_init:
happy_flags
[%08x] ",
in happy_meal_init()
1434
hp->
happy_flags
));
in happy_meal_init()
1435
if (!(hp->
happy_flags
in happy_meal_init()
[all...]
H
A
D
sunhme.h
433
unsigned int
happy_flags
; /* Driver state flags */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunhme.c
403
if (!(hp->
happy_flags
& HFLAG_FENABLE)) {
in happy_meal_tcvr_read()
432
if (!(hp->
happy_flags
& HFLAG_FENABLE)) {
in happy_meal_tcvr_write()
571
hp->
happy_flags
|= HFLAG_FULL;
in set_happy_link_modes()
576
hp->
happy_flags
&= ~(HFLAG_FULL);
in set_happy_link_modes()
1270
HMD("
happy_flags
[%08x]\n", hp->
happy_flags
);
in happy_meal_init()
1271
if (!(hp->
happy_flags
& HFLAG_INIT)) {
in happy_meal_init()
1273
hp->
happy_flags
|= HFLAG_INIT;
in happy_meal_init()
1286
if (hp->
happy_flags
& HFLAG_FENABLE) {
in happy_meal_init()
1398
((hp->
happy_flags
in happy_meal_init()
[all...]
H
A
D
sunhme.h
433
unsigned int
happy_flags
; /* Driver state flags */
member
Completed in 8 milliseconds