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:ns_lo
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
dt2811.c
311
unsigned int
ns_lo
= COMEDI_MIN_SPEED;
in dt2811_ns_to_timer()
local
346
if (ns >= *nanosec && ns <
ns_lo
) {
in dt2811_ns_to_timer()
347
ns_lo
= ns;
in dt2811_ns_to_timer()
358
if (
ns_lo
== COMEDI_MIN_SPEED) {
in dt2811_ns_to_timer()
359
ns_lo
= ns_hi;
in dt2811_ns_to_timer()
368
ns_hi =
ns_lo
;
in dt2811_ns_to_timer()
375
if (ns_hi - *nanosec < *nanosec -
ns_lo
) {
in dt2811_ns_to_timer()
376
*nanosec =
ns_lo
;
in dt2811_ns_to_timer()
382
*nanosec =
ns_lo
;
in dt2811_ns_to_timer()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
dt2811.c
310
unsigned int
ns_lo
= COMEDI_MIN_SPEED;
in dt2811_ns_to_timer()
local
345
if (ns >= *nanosec && ns <
ns_lo
) {
in dt2811_ns_to_timer()
346
ns_lo
= ns;
in dt2811_ns_to_timer()
357
if (
ns_lo
== COMEDI_MIN_SPEED) {
in dt2811_ns_to_timer()
358
ns_lo
= ns_hi;
in dt2811_ns_to_timer()
367
ns_hi =
ns_lo
;
in dt2811_ns_to_timer()
374
if (ns_hi - *nanosec < *nanosec -
ns_lo
) {
in dt2811_ns_to_timer()
375
*nanosec =
ns_lo
;
in dt2811_ns_to_timer()
381
*nanosec =
ns_lo
;
in dt2811_ns_to_timer()
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
dp83640.c
71
u16
ns_lo
; /* ns[15:0] */
member
80
u16
ns_lo
; /* ns[15:0] */
member
271
rxts->ns = p->
ns_lo
;
in phy2rxts()
288
ns = p->
ns_lo
;
in phy2txts()
697
event_ts.
ns_lo
= ext_read(master, PAGE4, PTP_EDATA);
in recalibrate()
709
event_ts.
ns_lo
= ext_read(tmp->phydev, PAGE4, PTP_EDATA);
in recalibrate()
777
dp83640->edata.
ns_lo
= phy_txts->
ns_lo
;
in decode_evnt()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
dp83640.c
79
u16
ns_lo
; /* ns[15:0] */
member
88
u16
ns_lo
; /* ns[15:0] */
member
279
rxts->ns = p->
ns_lo
;
in phy2rxts()
296
ns = p->
ns_lo
;
in phy2txts()
702
event_ts.
ns_lo
= ext_read(master, PAGE4, PTP_EDATA);
in recalibrate()
713
event_ts.
ns_lo
= ext_read(tmp->phydev, PAGE4, PTP_EDATA);
in recalibrate()
779
dp83640->edata.
ns_lo
= phy_txts->
ns_lo
;
in decode_evnt()
Completed in 6 milliseconds