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:hid_is_usb
(Results
1 - 25
of
60
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-holtek-mouse.c
70
if (!
hid_is_usb
(hdev))
in holtek_mouse_probe()
H
A
D
hid-chicony.c
63
if (!
hid_is_usb
(hdev))
in ch_switch12_report_fixup()
H
A
D
hid-holtek-kbd.c
150
if (!
hid_is_usb
(hdev))
in holtek_kbd_probe()
H
A
D
hid-roccat-konepure.c
136
if (!
hid_is_usb
(hdev))
in konepure_probe()
H
A
D
hid-roccat-savu.c
116
if (!
hid_is_usb
(hdev))
in savu_probe()
H
A
D
hid-samsung.c
155
if (!
hid_is_usb
(hdev))
in samsung_probe()
H
A
D
hid-elo.c
232
if (!
hid_is_usb
(hdev))
in elo_probe()
H
A
D
hid-roccat-ryos.c
144
if (!
hid_is_usb
(hdev))
in ryos_probe()
H
A
D
hid-roccat-lua.c
163
if (!
hid_is_usb
(hdev))
in lua_probe()
H
A
D
hid-uclogic-core.c
167
if (!
hid_is_usb
(hdev))
in uclogic_probe()
H
A
D
hid-u2fzero.c
293
if (!
hid_is_usb
(hdev))
in u2fzero_probe()
H
A
D
hid-elan.c
53
if (
hid_is_usb
(hdev)) {
in is_not_elan_touchpad()
H
A
D
hid-roccat-arvo.c
347
if (!
hid_is_usb
(hdev))
in arvo_probe()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-holtek-mouse.c
70
if (!
hid_is_usb
(hdev))
in holtek_mouse_probe()
H
A
D
hid-chicony.c
117
if (!
hid_is_usb
(hdev))
in ch_probe()
H
A
D
hid-holtek-kbd.c
150
if (!
hid_is_usb
(hdev))
in holtek_kbd_probe()
H
A
D
hid-roccat-konepure.c
139
if (!
hid_is_usb
(hdev))
in konepure_probe()
H
A
D
hid-roccat-savu.c
119
if (!
hid_is_usb
(hdev))
in savu_probe()
H
A
D
hid-samsung.c
155
if (!
hid_is_usb
(hdev))
in samsung_probe()
H
A
D
hid-elo.c
232
if (!
hid_is_usb
(hdev))
in elo_probe()
H
A
D
hid-roccat-ryos.c
147
if (!
hid_is_usb
(hdev))
in ryos_probe()
H
A
D
hid-roccat-lua.c
163
if (!
hid_is_usb
(hdev))
in lua_probe()
H
A
D
hid-u2fzero.c
313
if (!
hid_is_usb
(hdev))
in u2fzero_probe()
H
A
D
hid-thrustmaster.c
286
if (!
hid_is_usb
(hdev))
in thrustmaster_probe()
H
A
D
hid-letsketch.c
241
if (!
hid_is_usb
(hdev))
in letsketch_probe()
Completed in 12 milliseconds
1
2
3