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_pins
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ptp.c
24
* @
ptp_pins
: pointer to the ptp_pin_desc struture
30
ice_get_sma_config_e810t(struct ice_hw *hw, struct ptp_pin_desc *
ptp_pins
)
in ice_get_sma_config_e810t()
argument
42
snprintf(
ptp_pins
[i].name, sizeof(
ptp_pins
[i].name),
in ice_get_sma_config_e810t()
44
ptp_pins
[i].index = ice_pin_desc_e810t[i].index;
in ice_get_sma_config_e810t()
45
ptp_pins
[i].func = ice_pin_desc_e810t[i].func;
in ice_get_sma_config_e810t()
46
ptp_pins
[i].chan = ice_pin_desc_e810t[i].chan;
in ice_get_sma_config_e810t()
53
ptp_pins
[SMA1].func = PTP_PF_NONE;
in ice_get_sma_config_e810t()
54
ptp_pins
[UFL1].func = PTP_PF_NONE;
in ice_get_sma_config_e810t()
57
ptp_pins
[SMA
in ice_get_sma_config_e810t()
107
ice_ptp_set_sma_config_e810t(struct ice_hw *hw, const struct ptp_pin_desc *
ptp_pins
)
ice_ptp_set_sma_config_e810t()
argument
191
struct ptp_pin_desc
ptp_pins
[NUM_PTP_PINS_E810T];
ice_ptp_set_sma_e810t()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_ptp.c
203
if (!pf->
ptp_pins
) {
in i40e_can_set_pins()
547
pins.sdp3_2 = pf->
ptp_pins
->sdp3_2;
in i40e_ptp_enable_pin()
548
pins.sdp3_3 = pf->
ptp_pins
->sdp3_3;
in i40e_ptp_enable_pin()
549
pins.gpio_4 = pf->
ptp_pins
->gpio_4;
in i40e_ptp_enable_pin()
942
kfree(pf->
ptp_pins
);
in i40e_ptp_free_pins()
944
pf->
ptp_pins
= NULL;
in i40e_ptp_free_pins()
1038
const struct i40e_ptp_pins_settings *pins = pf->
ptp_pins
;
in i40e_ptp_set_pins_hw()
1082
pins->sdp3_2 = pf->
ptp_pins
->sdp3_2;
in i40e_ptp_set_pins()
1084
pins->sdp3_3 = pf->
ptp_pins
->sdp3_3;
in i40e_ptp_set_pins()
1086
pins->gpio_4 = pf->
ptp_pins
in i40e_ptp_set_pins()
[all...]
H
A
D
i40e.h
757
struct i40e_ptp_pins_settings *
ptp_pins
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H
A
D
ocelot_ptp.c
312
struct ptp_pin_desc *p = &ocelot->
ptp_pins
[i];
in ocelot_init_timestamp()
319
ocelot->ptp_info.pin_config = &ocelot->
ptp_pins
[0];
in ocelot_init_timestamp()
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_ptp.c
824
struct ptp_pin_desc *p = &ocelot->
ptp_pins
[i];
in ocelot_init_timestamp()
831
ocelot->ptp_info.pin_config = &ocelot->
ptp_pins
[0];
in ocelot_init_timestamp()
/kernel/linux/linux-5.10/include/soc/mscc/
H
A
D
ocelot.h
657
struct ptp_pin_desc
ptp_pins
[OCELOT_PTP_PINS_NUM];
member
/kernel/linux/linux-6.6/include/soc/mscc/
H
A
D
ocelot.h
884
struct ptp_pin_desc
ptp_pins
[OCELOT_PTP_PINS_NUM];
member
Completed in 13 milliseconds