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:CUR_LINK_OK
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
r8152.c
424
#define
CUR_LINK_OK
BIT(15)
macro
7117
ocp_data |=
CUR_LINK_OK
;
in r8153_init()
7119
ocp_data &= ~
CUR_LINK_OK
;
in r8153_init()
7231
ocp_data |=
CUR_LINK_OK
;
in r8153b_init()
7233
ocp_data &= ~
CUR_LINK_OK
;
in r8153b_init()
7322
ocp_data |=
CUR_LINK_OK
;
in r8153c_init()
7324
ocp_data &= ~
CUR_LINK_OK
;
in r8153c_init()
8192
ocp_data |=
CUR_LINK_OK
;
in r8156_init()
8194
ocp_data &= ~
CUR_LINK_OK
;
in r8156_init()
8326
ocp_data |=
CUR_LINK_OK
;
in r8156b_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
r8152.c
379
#define
CUR_LINK_OK
BIT(15)
macro
5421
ocp_data |=
CUR_LINK_OK
;
in r8153_init()
5423
ocp_data &= ~
CUR_LINK_OK
;
in r8153_init()
5543
ocp_data |=
CUR_LINK_OK
;
in r8153b_init()
5545
ocp_data &= ~
CUR_LINK_OK
;
in r8153b_init()
Completed in 19 milliseconds