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:phy_irq
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxbf_gige/
H
A
D
mlxbf_gige_main.c
373
int addr,
phy_irq
;
in mlxbf_gige_probe()
local
431
phy_irq
= acpi_dev_gpio_irq_get_by(ACPI_COMPANION(&pdev->dev), "phy-gpios", 0);
in mlxbf_gige_probe()
432
if (
phy_irq
< 0) {
in mlxbf_gige_probe()
434
phy_irq
= PHY_POLL;
in mlxbf_gige_probe()
444
priv->mdiobus->irq[addr] =
phy_irq
;
in mlxbf_gige_probe()
445
phydev->irq =
phy_irq
;
in mlxbf_gige_probe()
H
A
D
mlxbf_gige.h
123
int
phy_irq
;
member
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
H
A
D
au1xxx_eth.h
12
int
phy_irq
;
member
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-au1x00/
H
A
D
au1xxx_eth.h
12
int
phy_irq
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
sh_eth.h
10
int
phy_irq
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sh_eth.h
10
int
phy_irq
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
au1000_eth.h
101
int
phy_irq
;
member
H
A
D
au1000_eth.c
1192
aup->
phy_irq
= pd->
phy_irq
;
in au1000_probe()
1218
if (aup->
phy_irq
&& aup->phy_busid == aup->mac_id)
in au1000_probe()
1219
aup->mii_bus->irq[aup->phy_addr] = aup->
phy_irq
;
in au1000_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
au1000_eth.h
101
int
phy_irq
;
member
H
A
D
au1000_eth.c
1192
aup->
phy_irq
= pd->
phy_irq
;
in au1000_probe()
1218
if (aup->
phy_irq
&& aup->phy_busid == aup->mac_id)
in au1000_probe()
1219
aup->mii_bus->irq[aup->phy_addr] = aup->
phy_irq
;
in au1000_probe()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
smsc95xx.c
1096
int ret,
phy_irq
;
in smsc95xx_bind()
local
1154
phy_irq
= irq_create_mapping(pdata->irqdomain, PHY_HWIRQ);
in smsc95xx_bind()
1155
if (!
phy_irq
) {
in smsc95xx_bind()
1162
irq_set_chip_and_handler_name(
phy_irq
, &pdata->irqchip,
in smsc95xx_bind()
1202
pdata->phydev->irq =
phy_irq
;
in smsc95xx_bind()
1246
irq_dispose_mapping(
phy_irq
);
in smsc95xx_bind()
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H
A
D
sh_eth.c
3076
if (pd->
phy_irq
> 0)
in sh_mdio_init()
3077
mdp->mii_bus->irq[pd->phy] = pd->
phy_irq
;
in sh_mdio_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H
A
D
sh_eth.c
3127
if (pd->
phy_irq
> 0)
in sh_mdio_init()
3128
mdp->mii_bus->irq[pd->phy] = pd->
phy_irq
;
in sh_mdio_init()
Completed in 16 milliseconds