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:mux_channel
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
max9286.c
163
unsigned int
mux_channel
;
member
272
priv->
mux_channel
= -1;
in max9286_i2c_mux_close()
283
if (priv->
mux_channel
== chan)
in max9286_i2c_mux_select()
286
priv->
mux_channel
= chan;
in max9286_i2c_mux_select()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-phy-v2.c
519
u8
mux_channel
;
in xgbe_phy_sfp_put_mux()
local
525
mux_channel
= 0;
in xgbe_phy_sfp_put_mux()
528
i2c_op.len = sizeof(
mux_channel
);
in xgbe_phy_sfp_put_mux()
529
i2c_op.buf = &
mux_channel
;
in xgbe_phy_sfp_put_mux()
538
u8
mux_channel
;
in xgbe_phy_sfp_get_mux()
local
544
mux_channel
= 1 << phy_data->sfp_mux_channel;
in xgbe_phy_sfp_get_mux()
547
i2c_op.len = sizeof(
mux_channel
);
in xgbe_phy_sfp_get_mux()
548
i2c_op.buf = &
mux_channel
;
in xgbe_phy_sfp_get_mux()
2705
dev_dbg(pdata->dev, "SFP:
mux_channel
=%u\n",
in xgbe_phy_sfp_comm_setup()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
max9286.c
185
unsigned int
mux_channel
;
member
344
priv->
mux_channel
= -1;
in max9286_i2c_mux_close()
355
if (priv->
mux_channel
== chan)
in max9286_i2c_mux_select()
358
priv->
mux_channel
= chan;
in max9286_i2c_mux_select()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-phy-v2.c
524
u8
mux_channel
;
in xgbe_phy_sfp_put_mux()
local
530
mux_channel
= 0;
in xgbe_phy_sfp_put_mux()
533
i2c_op.len = sizeof(
mux_channel
);
in xgbe_phy_sfp_put_mux()
534
i2c_op.buf = &
mux_channel
;
in xgbe_phy_sfp_put_mux()
543
u8
mux_channel
;
in xgbe_phy_sfp_get_mux()
local
549
mux_channel
= 1 << phy_data->sfp_mux_channel;
in xgbe_phy_sfp_get_mux()
552
i2c_op.len = sizeof(
mux_channel
);
in xgbe_phy_sfp_get_mux()
553
i2c_op.buf = &
mux_channel
;
in xgbe_phy_sfp_get_mux()
3009
dev_dbg(pdata->dev, "SFP:
mux_channel
=%u\n",
in xgbe_phy_sfp_comm_setup()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H
A
D
mpi30_cnfg.h
633
u8
mux_channel
;
member
Completed in 22 milliseconds