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:kcol
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
tc3589x-keypad.c
76
* @
kcol
: mask for available columns, value is 0xFF
86
u8
kcol
;
member
100
* @
kcol
: number of columns
109
unsigned int
kcol
;
member
121
if (board->
kcol
> TC3589x_MAX_KPCOL || board->krow > TC3589x_MAX_KPROW)
in tc3589x_keypad_init_key_hardware()
126
(board->krow << KP_ROW_SHIFT) | board->
kcol
);
in tc3589x_keypad_init_key_hardware()
339
plat->
kcol
= (u8) cols;
in tc3589x_keypad_of_probe()
341
if (!plat->krow || !plat->
kcol
||
in tc3589x_keypad_of_probe()
342
plat->krow > TC_KPD_ROWS || plat->
kcol
> TC_KPD_COLUMNS) {
in tc3589x_keypad_of_probe()
345
plat->
kcol
, pla
in tc3589x_keypad_of_probe()
[all...]
H
A
D
nomadik-ske-keypad.c
124
value = (keypad->board->
kcol
- 1) << 3;
in ske_keypad_chip_init()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
tc3589x-keypad.c
76
* @
kcol
: mask for available columns, value is 0xFF
86
u8
kcol
;
member
100
* @
kcol
: number of columns
109
unsigned int
kcol
;
member
121
if (board->
kcol
> TC3589x_MAX_KPCOL || board->krow > TC3589x_MAX_KPROW)
in tc3589x_keypad_init_key_hardware()
126
(board->krow << KP_ROW_SHIFT) | board->
kcol
);
in tc3589x_keypad_init_key_hardware()
339
plat->
kcol
= (u8) cols;
in tc3589x_keypad_of_probe()
341
if (!plat->krow || !plat->
kcol
||
in tc3589x_keypad_of_probe()
342
plat->krow > TC_KPD_ROWS || plat->
kcol
> TC_KPD_COLUMNS) {
in tc3589x_keypad_of_probe()
345
plat->
kcol
, pla
in tc3589x_keypad_of_probe()
[all...]
H
A
D
nomadik-ske-keypad.c
126
value = (keypad->board->
kcol
- 1) << 3;
in ske_keypad_chip_init()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
keypad-nomadik-ske.h
35
* @
kcol
: maximum number of columns
45
u8
kcol
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
keypad-nomadik-ske.h
35
* @
kcol
: maximum number of columns
45
u8
kcol
;
member
Completed in 4 milliseconds