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:used_ports
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/
H
A
D
bcm63xx_dev_enet.h
87
struct bcm63xx_enetsw_port
used_ports
[ENETSW_MAX_PORT];
member
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm63xx/
H
A
D
bcm63xx_dev_enet.h
87
struct bcm63xx_enetsw_port
used_ports
[ENETSW_MAX_PORT];
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bcm63xx_enet.h
332
struct bcm63xx_enetsw_port
used_ports
[ENETSW_MAX_PORT];
member
H
A
D
bcm63xx_enet.c
1987
port = &priv->
used_ports
[i];
in swphy_poll_timer()
2251
port = &priv->
used_ports
[i];
in bcm_enetsw_open()
2388
if (!priv->
used_ports
[i].used)
in bcm_enetsw_phy_is_external()
2390
if (priv->
used_ports
[i].phy_id == phy_id)
in bcm_enetsw_phy_is_external()
2666
memcpy(priv->
used_ports
, pd->
used_ports
,
in bcm_enetsw_probe()
2667
sizeof(pd->
used_ports
));
in bcm_enetsw_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bcm63xx_enet.h
338
struct bcm63xx_enetsw_port
used_ports
[ENETSW_MAX_PORT];
member
H
A
D
bcm63xx_enet.c
2014
port = &priv->
used_ports
[i];
in swphy_poll_timer()
2278
port = &priv->
used_ports
[i];
in bcm_enetsw_open()
2395
if (!priv->
used_ports
[i].used)
in bcm_enetsw_phy_is_external()
2397
if (priv->
used_ports
[i].phy_id == phy_id)
in bcm_enetsw_phy_is_external()
2679
memcpy(priv->
used_ports
, pd->
used_ports
,
in bcm_enetsw_probe()
2680
sizeof(pd->
used_ports
));
in bcm_enetsw_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_display.c
4428
unsigned int
used_ports
= 0;
in check_digital_port_conflicts()
local
4470
if (
used_ports
& BIT(encoder->port))
in check_digital_port_conflicts()
4473
used_ports
|= BIT(encoder->port);
in check_digital_port_conflicts()
4486
if (
used_ports
& used_mst_ports)
in check_digital_port_conflicts()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display.c
13220
unsigned int
used_ports
= 0;
in check_digital_port_conflicts()
local
13262
if (
used_ports
& BIT(encoder->port))
in check_digital_port_conflicts()
13265
used_ports
|= BIT(encoder->port);
in check_digital_port_conflicts()
13278
if (
used_ports
& used_mst_ports)
in check_digital_port_conflicts()
Completed in 40 milliseconds