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:phys_dev
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
dev-path-parser.c
38
struct device *
phys_dev
;
in parse_acpi_path()
local
55
phys_dev
= acpi_get_first_physical_node(to_acpi_device(*child));
in parse_acpi_path()
56
if (
phys_dev
) {
in parse_acpi_path()
57
get_device(
phys_dev
);
in parse_acpi_path()
59
*child =
phys_dev
;
in parse_acpi_path()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
dev-path-parser.c
19
struct device *
phys_dev
;
in parse_acpi_path()
local
43
phys_dev
= acpi_get_first_physical_node(adev);
in parse_acpi_path()
44
if (
phys_dev
) {
in parse_acpi_path()
45
*child = get_device(
phys_dev
);
in parse_acpi_path()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
85
static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *
phys_dev
);
87
*
phys_dev
);
772
struct net_device *dev = hba->
phys_dev
;
in bnx2fc_link_ok()
793
if (test_bit(__LINK_STATE_NOCARRIER, &hba->
phys_dev
->state))
in bnx2fc_get_link_state()
813
if (!hba->
phys_dev
->ethtool_ops ||
in bnx2fc_net_config()
814
!hba->
phys_dev
->ethtool_ops->get_pauseparam)
in bnx2fc_net_config()
1239
struct net_device *physdev = interface->hba->
phys_dev
;
in bnx2fc_interface_setup()
1388
hba->
phys_dev
= cnic->netdev;
in bnx2fc_hba_create()
2304
struct net_device *
phys_dev
= netdev;
in _bnx2fc_create()
local
2327
phys_dev
in _bnx2fc_create()
2502
bnx2fc_hba_lookup(struct net_device *
phys_dev
)
bnx2fc_hba_lookup()
argument
2581
struct net_device *
phys_dev
= netdev;
bnx2fc_match()
local
[all...]
H
A
D
bnx2fc.h
190
struct net_device *
phys_dev
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
87
static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *
phys_dev
);
89
*
phys_dev
);
766
struct net_device *dev = hba->
phys_dev
;
in bnx2fc_link_ok()
787
if (test_bit(__LINK_STATE_NOCARRIER, &hba->
phys_dev
->state))
in bnx2fc_get_link_state()
807
if (!hba->
phys_dev
->ethtool_ops ||
in bnx2fc_net_config()
808
!hba->
phys_dev
->ethtool_ops->get_pauseparam)
in bnx2fc_net_config()
1231
struct net_device *physdev = interface->hba->
phys_dev
;
in bnx2fc_interface_setup()
1380
hba->
phys_dev
= cnic->netdev;
in bnx2fc_hba_create()
2296
struct net_device *
phys_dev
= netdev;
in _bnx2fc_create()
local
2319
phys_dev
in _bnx2fc_create()
2494
bnx2fc_hba_lookup(struct net_device *
phys_dev
)
bnx2fc_hba_lookup()
argument
2573
struct net_device *
phys_dev
= netdev;
bnx2fc_match()
local
[all...]
H
A
D
bnx2fc.h
187
struct net_device *
phys_dev
;
member
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
bus.c
542
struct device *
phys_dev
;
in acpi_get_first_physical_node()
local
546
phys_dev
= NULL;
in acpi_get_first_physical_node()
553
phys_dev
= node->dev;
in acpi_get_first_physical_node()
556
return
phys_dev
;
in acpi_get_first_physical_node()
563
const struct device *
phys_dev
= acpi_get_first_physical_node(adev);
in acpi_primary_dev_companion()
local
565
return
phys_dev
&&
phys_dev
== dev ? adev : NULL;
in acpi_primary_dev_companion()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
bus.c
645
struct device *
phys_dev
;
in acpi_get_first_physical_node()
local
649
phys_dev
= NULL;
in acpi_get_first_physical_node()
656
phys_dev
= node->dev;
in acpi_get_first_physical_node()
659
return
phys_dev
;
in acpi_get_first_physical_node()
666
const struct device *
phys_dev
= acpi_get_first_physical_node(adev);
in acpi_primary_dev_companion()
local
668
return
phys_dev
&&
phys_dev
== dev ? adev : NULL;
in acpi_primary_dev_companion()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
acpi_bus.h
128
void (*bind)(struct device *
phys_dev
);
129
void (*unbind)(struct device *
phys_dev
);
/kernel/linux/linux-6.6/include/acpi/
H
A
D
acpi_bus.h
130
void (*bind)(struct device *
phys_dev
);
131
void (*unbind)(struct device *
phys_dev
);
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
serial_core.c
3326
struct device *
phys_dev
,
in serial_core_ctrl_find()
3339
if (state->uart_port->dev ==
phys_dev
&&
in serial_core_ctrl_find()
3430
struct device *
phys_dev
= port->dev;
in serial_core_unregister_port()
local
3445
if (!serial_core_ctrl_find(drv,
phys_dev
, ctrl_id))
in serial_core_unregister_port()
3325
serial_core_ctrl_find(struct uart_driver *drv, struct device *
phys_dev
, int ctrl_id)
serial_core_ctrl_find()
argument
Completed in 20 milliseconds