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:client_hdev
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-steam.c
115
struct hid_device *hdev, *
client_hdev
;
member
688
struct hid_device *
client_hdev
;
in steam_create_client_hid()
local
690
client_hdev
= hid_allocate_device();
in steam_create_client_hid()
691
if (IS_ERR(
client_hdev
))
in steam_create_client_hid()
692
return
client_hdev
;
in steam_create_client_hid()
694
client_hdev
->ll_driver = &steam_client_ll_driver;
in steam_create_client_hid()
695
client_hdev
->dev.parent = hdev->dev.parent;
in steam_create_client_hid()
696
client_hdev
->bus = hdev->bus;
in steam_create_client_hid()
697
client_hdev
->vendor = hdev->vendor;
in steam_create_client_hid()
698
client_hdev
in steam_create_client_hid()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-steam.c
125
struct hid_device *hdev, *
client_hdev
;
member
747
if (!steam->client_opened && steam->
client_hdev
) {
in steam_lizard_mode_heartbeat()
830
struct hid_device *
client_hdev
;
in steam_create_client_hid()
local
832
client_hdev
= hid_allocate_device();
in steam_create_client_hid()
833
if (IS_ERR(
client_hdev
))
in steam_create_client_hid()
834
return
client_hdev
;
in steam_create_client_hid()
836
client_hdev
->ll_driver = &steam_client_ll_driver;
in steam_create_client_hid()
837
client_hdev
->dev.parent = hdev->dev.parent;
in steam_create_client_hid()
838
client_hdev
->bus = hdev->bus;
in steam_create_client_hid()
839
client_hdev
in steam_create_client_hid()
[all...]
Completed in 4 milliseconds