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:touchscreen_type
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
at91_adc.c
233
enum atmel_adc_ts_type
touchscreen_type
;
member
474
if (st->
touchscreen_type
== ATMEL_ADC_TOUCHSCREEN_4WIRE)
in at91_adc_channel_init()
476
else if (st->
touchscreen_type
== ATMEL_ADC_TOUCHSCREEN_5WIRE)
in at91_adc_channel_init()
851
st->
touchscreen_type
= prop;
in at91_adc_probe_dt_ts()
984
st->
touchscreen_type
= pdata->
touchscreen_type
;
in at91_adc_probe_pdata()
1060
if (st->
touchscreen_type
== ATMEL_ADC_TOUCHSCREEN_4WIRE)
in at91_ts_hw_init()
1119
if (st->
touchscreen_type
!= ATMEL_ADC_TOUCHSCREEN_4WIRE) {
in at91_ts_register()
1291
if (!st->
touchscreen_type
) {
in at91_adc_probe()
1321
if (!st->
touchscreen_type
) {
in at91_adc_probe()
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
at91_adc.h
36
* @
touchscreen_type
: If a touchscreen is connected, its type (4 or 5 wires)
45
enum atmel_adc_ts_type
touchscreen_type
;
member
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
at91_adc.c
251
enum atmel_adc_ts_type
touchscreen_type
;
member
492
if (st->
touchscreen_type
== ATMEL_ADC_TOUCHSCREEN_4WIRE)
in at91_adc_channel_init()
494
else if (st->
touchscreen_type
== ATMEL_ADC_TOUCHSCREEN_5WIRE)
in at91_adc_channel_init()
814
st->
touchscreen_type
= prop;
in at91_adc_probe_dt_ts()
905
if (st->
touchscreen_type
== ATMEL_ADC_TOUCHSCREEN_4WIRE)
in at91_ts_hw_init()
964
if (st->
touchscreen_type
!= ATMEL_ADC_TOUCHSCREEN_4WIRE) {
in at91_ts_register()
1174
if (!st->
touchscreen_type
) {
in at91_adc_probe()
1204
if (!st->
touchscreen_type
) {
in at91_adc_probe()
1225
if (!st->
touchscreen_type
) {
in at91_adc_remove()
Completed in 6 milliseconds