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:iface_host
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/
H
A
D
xbox_remote.c
191
struct usb_host_interface *
iface_host
= interface->cur_altsetting;
in xbox_remote_probe()
local
198
if (
iface_host
->desc.bNumEndpoints == 0)
in xbox_remote_probe()
201
if (
iface_host
->desc.bNumEndpoints != 1) {
in xbox_remote_probe()
203
__func__,
iface_host
->desc.bNumEndpoints);
in xbox_remote_probe()
207
endpoint_in = &
iface_host
->endpoint[0].desc;
in xbox_remote_probe()
H
A
D
streamzap.c
323
struct usb_host_interface *
iface_host
;
in streamzap_probe()
local
338
iface_host
= intf->cur_altsetting;
in streamzap_probe()
340
if (
iface_host
->desc.bNumEndpoints != 1) {
in streamzap_probe()
342
__func__,
iface_host
->desc.bNumEndpoints);
in streamzap_probe()
347
sz->endpoint = &(
iface_host
->endpoint[0].desc);
in streamzap_probe()
H
A
D
ati_remote.c
814
struct usb_host_interface *
iface_host
= interface->cur_altsetting;
in ati_remote_probe()
local
822
if (
iface_host
->desc.bNumEndpoints != 2) {
in ati_remote_probe()
827
endpoint_in = &
iface_host
->endpoint[0].desc;
in ati_remote_probe()
828
endpoint_out = &
iface_host
->endpoint[1].desc;
in ati_remote_probe()
/kernel/linux/linux-6.6/drivers/media/rc/
H
A
D
xbox_remote.c
189
struct usb_host_interface *
iface_host
= interface->cur_altsetting;
in xbox_remote_probe()
local
196
if (
iface_host
->desc.bNumEndpoints == 0)
in xbox_remote_probe()
199
if (
iface_host
->desc.bNumEndpoints != 1) {
in xbox_remote_probe()
201
__func__,
iface_host
->desc.bNumEndpoints);
in xbox_remote_probe()
205
endpoint_in = &
iface_host
->endpoint[0].desc;
in xbox_remote_probe()
H
A
D
streamzap.c
274
struct usb_host_interface *
iface_host
;
in streamzap_probe()
local
285
iface_host
= intf->cur_altsetting;
in streamzap_probe()
287
if (
iface_host
->desc.bNumEndpoints != 1) {
in streamzap_probe()
289
__func__,
iface_host
->desc.bNumEndpoints);
in streamzap_probe()
294
endpoint = &
iface_host
->endpoint[0].desc;
in streamzap_probe()
H
A
D
ati_remote.c
812
struct usb_host_interface *
iface_host
= interface->cur_altsetting;
in ati_remote_probe()
local
821
if (
iface_host
->desc.bNumEndpoints != 2) {
in ati_remote_probe()
826
endpoint_in = &
iface_host
->endpoint[0].desc;
in ati_remote_probe()
827
endpoint_out = &
iface_host
->endpoint[1].desc;
in ati_remote_probe()
Completed in 6 milliseconds