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:rmi_driver
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
rmi.h
290
* struct
rmi_driver
- driver for an RMI4 sensor on the RMI bus.
300
struct
rmi_driver
{
struct
325
struct
rmi_driver
*driver;
/kernel/linux/linux-6.6/include/linux/
H
A
D
rmi.h
290
* struct
rmi_driver
- driver for an RMI4 sensor on the RMI bus.
300
struct
rmi_driver
{
struct
325
struct
rmi_driver
*driver;
/kernel/linux/linux-5.10/drivers/input/rmi4/
H
A
D
Makefile
3
rmi_core-y := rmi_bus.o
rmi_driver
.o rmi_f01.o
H
A
D
rmi_bus.h
100
container_of(d, struct
rmi_driver
, driver)
H
A
D
rmi_driver.c
25
#include "
rmi_driver
.h"
1104
struct
rmi_driver
*
rmi_driver
;
in rmi_driver_probe()
local
1119
rmi_driver
= to_rmi_driver(dev->driver);
in rmi_driver_probe()
1120
rmi_dev->driver =
rmi_driver
;
in rmi_driver_probe()
1243
static struct
rmi_driver
rmi_physical_driver = {
H
A
D
rmi_f3a.c
10
#include "
rmi_driver
.h"
97
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f3a_config()
H
A
D
rmi_f12.c
8
#include "
rmi_driver
.h"
296
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f12_config()
H
A
D
rmi_f30.c
10
#include "
rmi_driver
.h"
166
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f30_config()
H
A
D
rmi_f54.c
17
#include "
rmi_driver
.h"
610
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f54_config()
H
A
D
rmi_f11.c
15
#include "
rmi_driver
.h"
1255
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f11_config()
/kernel/linux/linux-6.6/drivers/input/rmi4/
H
A
D
Makefile
3
rmi_core-y := rmi_bus.o
rmi_driver
.o rmi_f01.o
H
A
D
rmi_bus.h
100
container_of(d, struct
rmi_driver
, driver)
H
A
D
rmi_driver.c
25
#include "
rmi_driver
.h"
1104
struct
rmi_driver
*
rmi_driver
;
in rmi_driver_probe()
local
1119
rmi_driver
= to_rmi_driver(dev->driver);
in rmi_driver_probe()
1120
rmi_dev->driver =
rmi_driver
;
in rmi_driver_probe()
1243
static struct
rmi_driver
rmi_physical_driver = {
H
A
D
rmi_f3a.c
10
#include "
rmi_driver
.h"
97
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f3a_config()
H
A
D
rmi_f12.c
8
#include "
rmi_driver
.h"
296
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f12_config()
H
A
D
rmi_f30.c
10
#include "
rmi_driver
.h"
166
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f30_config()
H
A
D
rmi_f54.c
17
#include "
rmi_driver
.h"
616
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f54_config()
H
A
D
rmi_f11.c
15
#include "
rmi_driver
.h"
1277
struct
rmi_driver
*drv = fn->rmi_dev->driver;
in rmi_f11_config()
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-rmi.c
767
static struct hid_driver
rmi_driver
= {
variable
784
module_hid_driver(
rmi_driver
);
variable
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-rmi.c
767
static struct hid_driver
rmi_driver
= {
variable
784
module_hid_driver(
rmi_driver
);
variable
Completed in 18 milliseconds