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:margining
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
debugfs.c
196
* struct tb_margining - Lane
margining
support
197
* @caps: Port lane
margining
capabilities
198
* @results: Last lane
margining
results
207
* @software: %true if software
margining
is used instead of hardware
208
* @time: %true if time
margining
is used instead of voltage
230
return usb4->
margining
->caps[0] & USB4_MARGIN_CAP_0_MODES_SW;
in supports_software()
235
return usb4->
margining
->caps[0] & USB4_MARGIN_CAP_0_MODES_HW;
in supports_hardware()
240
return usb4->
margining
->caps[0] & USB4_MARGIN_CAP_0_2_LANES;
in both_lanes()
245
return (usb4->
margining
->caps[0] & USB4_MARGIN_CAP_0_VOLTAGE_INDP_MASK) >>
in independent_voltage_margins()
251
return usb4->
margining
in supports_time()
558
struct tb_
margining
*
margining
;
margining_run_write()
local
650
voltage_margin_show(struct seq_file *s, const struct tb_
margining
*
margining
, u8 val)
voltage_margin_show()
argument
663
time_margin_show(struct seq_file *s, const struct tb_
margining
*
margining
, u8 val)
time_margin_show()
argument
680
struct tb_
margining
*
margining
;
margining_results_show()
local
875
struct tb_
margining
*
margining
;
margining_port_init()
local
[all...]
H
A
D
tb.h
301
* @
margining
: Pointer to
margining
structure if enabled
309
struct tb_margining *
margining
;
member
Completed in 5 milliseconds