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:ptsc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
tsc40.c
24
static void tsc_process_data(struct tsc_ser *
ptsc
)
in tsc_process_data()
argument
26
struct input_dev *dev =
ptsc
->dev;
in tsc_process_data()
27
u8 *data =
ptsc
->data;
in tsc_process_data()
44
struct tsc_ser *
ptsc
= serio_get_drvdata(serio);
in tsc_interrupt()
local
45
struct input_dev *dev =
ptsc
->dev;
in tsc_interrupt()
47
ptsc
->data[
ptsc
->idx] = data;
in tsc_interrupt()
48
switch (
ptsc
->idx++) {
in tsc_interrupt()
53
ptsc
->idx = 0;
in tsc_interrupt()
57
ptsc
in tsc_interrupt()
82
struct tsc_ser *
ptsc
;
tsc_connect()
local
134
struct tsc_ser *
ptsc
= serio_get_drvdata(serio);
tsc_disconnect()
local
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
tsc40.c
24
static void tsc_process_data(struct tsc_ser *
ptsc
)
in tsc_process_data()
argument
26
struct input_dev *dev =
ptsc
->dev;
in tsc_process_data()
27
u8 *data =
ptsc
->data;
in tsc_process_data()
44
struct tsc_ser *
ptsc
= serio_get_drvdata(serio);
in tsc_interrupt()
local
45
struct input_dev *dev =
ptsc
->dev;
in tsc_interrupt()
47
ptsc
->data[
ptsc
->idx] = data;
in tsc_interrupt()
48
switch (
ptsc
->idx++) {
in tsc_interrupt()
53
ptsc
->idx = 0;
in tsc_interrupt()
57
ptsc
in tsc_interrupt()
82
struct tsc_ser *
ptsc
;
tsc_connect()
local
134
struct tsc_ser *
ptsc
= serio_get_drvdata(serio);
tsc_disconnect()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/events/amd/
H
A
D
power.c
50
prev_ptsc = hwc->
ptsc
;
in event_update()
78
rdmsrl(MSR_F15H_PTSC, event->hw.
ptsc
);
in __pmu_event_start()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
msr.c
116
PMU_EVENT_ATTR_STRING(
ptsc
, attr_ptsc, "event=0x05" );
128
PMU_EVENT_GROUP(events,
ptsc
);
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
power.c
50
prev_ptsc = hwc->
ptsc
;
in event_update()
78
rdmsrl(MSR_F15H_PTSC, event->hw.
ptsc
);
in __pmu_event_start()
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
msr.c
128
PMU_EVENT_ATTR_STRING(
ptsc
, attr_ptsc, "event=0x05" );
140
PMU_EVENT_GROUP(events,
ptsc
);
/kernel/linux/linux-5.10/include/linux/
H
A
D
perf_event.h
159
u64
ptsc
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
perf_event.h
180
u64
ptsc
;
member
Completed in 12 milliseconds