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:cols_en_mask
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
imx_keypad.c
64
unsigned short
cols_en_mask
;
member
85
if ((keypad->
cols_en_mask
& (1 << col)) == 0)
in imx_keypad_scan_matrix()
98
reg_val &= ~((keypad->
cols_en_mask
& 0xff) << 8);
in imx_keypad_scan_matrix()
104
reg_val |= (keypad->
cols_en_mask
& 0xff) << 8;
in imx_keypad_scan_matrix()
153
if ((keypad->
cols_en_mask
& (1 << col)) == 0)
in imx_keypad_fire_events()
197
if ((keypad->
cols_en_mask
& (1 << i)) == 0)
in imx_keypad_check_for_events()
322
reg_val |= (keypad->
cols_en_mask
& 0xff) << 8; /* cols */
in imx_keypad_config()
359
reg_val = (keypad->
cols_en_mask
& 0xff) << 8;
in imx_keypad_inhibit()
487
keypad->
cols_en_mask
|= 1 << col;
in imx_keypad_probe()
492
dev_dbg(&pdev->dev, "enabled cols mask: %x\n", keypad->
cols_en_mask
);
in imx_keypad_probe()
[all...]
H
A
D
adp5520-keys.c
89
if (!(pdata->rows_en_mask && pdata->
cols_en_mask
))
in adp5520_keys_probe()
137
en_mask = pdata->rows_en_mask | pdata->
cols_en_mask
;
in adp5520_keys_probe()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
imx_keypad.c
65
unsigned short
cols_en_mask
;
member
86
if ((keypad->
cols_en_mask
& (1 << col)) == 0)
in imx_keypad_scan_matrix()
99
reg_val &= ~((keypad->
cols_en_mask
& 0xff) << 8);
in imx_keypad_scan_matrix()
105
reg_val |= (keypad->
cols_en_mask
& 0xff) << 8;
in imx_keypad_scan_matrix()
154
if ((keypad->
cols_en_mask
& (1 << col)) == 0)
in imx_keypad_fire_events()
198
if ((keypad->
cols_en_mask
& (1 << i)) == 0)
in imx_keypad_check_for_events()
323
reg_val |= (keypad->
cols_en_mask
& 0xff) << 8; /* cols */
in imx_keypad_config()
360
reg_val = (keypad->
cols_en_mask
& 0xff) << 8;
in imx_keypad_inhibit()
479
keypad->
cols_en_mask
|= 1 << col;
in imx_keypad_probe()
484
dev_dbg(&pdev->dev, "enabled cols mask: %x\n", keypad->
cols_en_mask
);
in imx_keypad_probe()
[all...]
H
A
D
adp5520-keys.c
89
if (!(pdata->rows_en_mask && pdata->
cols_en_mask
))
in adp5520_keys_probe()
137
en_mask = pdata->rows_en_mask | pdata->
cols_en_mask
;
in adp5520_keys_probe()
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
adp5520.h
170
int
cols_en_mask
; /* Number of columns */
member
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
adp5520.h
170
int
cols_en_mask
; /* Number of columns */
member
Completed in 4 milliseconds