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:sfp_dev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
sfp-bus.c
29
struct device *
sfp_dev
;
member
181
dev_warn(bus->
sfp_dev
, "SFP: unknown connector id 0x%02x\n",
in sfp_parse_port()
341
dev_warn(bus->
sfp_dev
,
in sfp_parse_support()
408
dev_warn(bus->
sfp_dev
, "Unable to ascertain link mode\n");
in sfp_select_interface()
795
bus->
sfp_dev
= NULL;
in sfp_socket_clear()
808
bus->
sfp_dev
= dev;
in sfp_register_socket()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
sfp-bus.c
23
struct device *
sfp_dev
;
member
88
dev_warn(bus->
sfp_dev
, "SFP: unknown connector id 0x%02x\n",
in sfp_parse_port()
302
dev_warn(bus->
sfp_dev
,
in sfp_parse_support()
389
dev_warn(bus->
sfp_dev
, "Unable to ascertain link mode\n");
in sfp_select_interface()
817
bus->
sfp_dev
= NULL;
in sfp_socket_clear()
830
bus->
sfp_dev
= dev;
in sfp_register_socket()
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/txgbe/
H
A
D
txgbe_phy.c
635
struct platform_device *
sfp_dev
;
in txgbe_sfp_register()
local
641
sfp_dev
= platform_device_register_full(&info);
in txgbe_sfp_register()
642
if (IS_ERR(
sfp_dev
))
in txgbe_sfp_register()
643
return PTR_ERR(
sfp_dev
);
in txgbe_sfp_register()
645
txgbe->
sfp_dev
=
sfp_dev
;
in txgbe_sfp_register()
828
platform_device_unregister(txgbe->
sfp_dev
);
in txgbe_remove_phy()
H
A
D
txgbe_type.h
185
struct platform_device *
sfp_dev
;
member
Completed in 5 milliseconds