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:ptp_channel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_clockmatrix.c
459
struct idtcm_channel *
ptp_channel
, *extts_channel;
in idtcm_extts_check_channel()
local
466
ptp_channel
= idtcm->event_channel[todn];
in idtcm_extts_check_channel()
468
if (extts_channel ==
ptp_channel
)
in idtcm_extts_check_channel()
469
dco_delay =
ptp_channel
->dco_delay;
in idtcm_extts_check_channel()
479
ptp_clock_event(
ptp_channel
->ptp_clock, &event);
in idtcm_extts_check_channel()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
efx_channels.c
750
*
ptp_channel
= efx_ptp_channel(efx);
in efx_realloc_channels()
local
851
efx_ptp_update_channel(efx,
ptp_channel
);
in efx_realloc_channels()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
efx_channels.c
847
*
ptp_channel
= efx_ptp_channel(efx);
in efx_realloc_channels()
local
924
efx_ptp_update_channel(efx,
ptp_channel
);
in efx_realloc_channels()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_main.c
3502
struct mlx5e_ptp *
ptp_channel
;
in mlx5e_mqprio_channel_validate()
local
3506
ptp_channel
= priv->channels.ptp;
in mlx5e_mqprio_channel_validate()
3507
if (
ptp_channel
&& test_bit(MLX5E_PTP_STATE_TX,
ptp_channel
->state)) {
in mlx5e_mqprio_channel_validate()
Completed in 18 milliseconds