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:fw_phy_nc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
r8152.c
950
* struct
fw_phy_nc
- a firmware block used by RTL_FW_PHY_NC.
952
* <struct
fw_phy_nc
> + <info> + <firmware data>.
954
* the data would be the address of struct
fw_phy_nc
+ @fw_offset.
970
struct
fw_phy_nc
{
struct
3529
static bool rtl8152_is_fw_phy_nc_ok(struct r8152 *tp, struct
fw_phy_nc
*phy)
in rtl8152_is_fw_phy_nc_ok()
3782
struct
fw_phy_nc
*phy_nc = NULL;
in rtl8152_check_firmware()
3882
phy_nc = (struct
fw_phy_nc
*)block;
in rtl8152_check_firmware()
3911
static void rtl8152_fw_phy_nc_apply(struct r8152 *tp, struct
fw_phy_nc
*phy)
in rtl8152_fw_phy_nc_apply()
4046
rtl8152_fw_phy_nc_apply(tp, (struct
fw_phy_nc
*)block);
in rtl8152_apply_firmware()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
r8152.c
1105
* struct
fw_phy_nc
- a firmware block used by RTL_FW_PHY_NC.
1107
* <struct
fw_phy_nc
> + <info> + <firmware data>.
1110
* the data would be the address of struct
fw_phy_nc
+ @fw_offset.
1127
struct
fw_phy_nc
{
struct
4376
static bool rtl8152_is_fw_phy_nc_ok(struct r8152 *tp, struct
fw_phy_nc
*phy)
in rtl8152_is_fw_phy_nc_ok()
4748
if (!rtl8152_is_fw_phy_nc_ok(tp, (struct
fw_phy_nc
*)block)) {
in rtl8152_check_firmware()
5069
static void rtl8152_fw_phy_nc_apply(struct r8152 *tp, struct
fw_phy_nc
*phy)
in rtl8152_fw_phy_nc_apply()
5209
rtl8152_fw_phy_nc_apply(tp, (struct
fw_phy_nc
*)block);
in rtl8152_apply_firmware()
Completed in 24 milliseconds