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:hw_support
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
tegra-kbc.c
107
const struct tegra_kbc_hw_support *
hw_support
;
member
317
for (i = 0; i < kbc->
hw_support
->max_rows; i++)
in tegra_kbc_setup_wakekeys()
457
if (pin_cfg->num >= kbc->
hw_support
->max_rows) {
in tegra_kbc_check_pin_cfg()
467
if (pin_cfg->num >= kbc->
hw_support
->max_columns) {
in tegra_kbc_check_pin_cfg()
526
if (num_rows > kbc->
hw_support
->max_rows) {
in tegra_kbc_parse_dt()
532
if (num_cols > kbc->
hw_support
->max_columns) {
in tegra_kbc_parse_dt()
618
kbc->
hw_support
= match->data;
in tegra_kbc_probe()
619
kbc->max_keys = kbc->
hw_support
->max_rows *
in tegra_kbc_probe()
620
kbc->
hw_support
->max_columns;
in tegra_kbc_probe()
621
kbc->num_rows_and_columns = kbc->
hw_support
in tegra_kbc_probe()
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
tegra-kbc.c
107
const struct tegra_kbc_hw_support *
hw_support
;
member
317
for (i = 0; i < kbc->
hw_support
->max_rows; i++)
in tegra_kbc_setup_wakekeys()
457
if (pin_cfg->num >= kbc->
hw_support
->max_rows) {
in tegra_kbc_check_pin_cfg()
467
if (pin_cfg->num >= kbc->
hw_support
->max_columns) {
in tegra_kbc_check_pin_cfg()
525
if (num_rows > kbc->
hw_support
->max_rows) {
in tegra_kbc_parse_dt()
531
if (num_cols > kbc->
hw_support
->max_columns) {
in tegra_kbc_parse_dt()
616
kbc->
hw_support
= match->data;
in tegra_kbc_probe()
617
kbc->max_keys = kbc->
hw_support
->max_rows *
in tegra_kbc_probe()
618
kbc->
hw_support
->max_columns;
in tegra_kbc_probe()
619
kbc->num_rows_and_columns = kbc->
hw_support
in tegra_kbc_probe()
[all...]
Completed in 3 milliseconds