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:udrv
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
generic.c
201
struct usb_device_driver *
udrv
;
in __check_for_non_generic_match()
local
205
udrv
= to_usb_device_driver(drv);
in __check_for_non_generic_match()
206
if (
udrv
== &usb_generic_driver)
in __check_for_non_generic_match()
208
return usb_driver_applicable(udev,
udrv
);
in __check_for_non_generic_match()
H
A
D
driver.c
843
struct usb_device_driver *
udrv
)
in usb_driver_applicable()
845
if (
udrv
->id_table &&
udrv
->match)
in usb_driver_applicable()
846
return usb_device_match_id(udev,
udrv
->id_table) != NULL &&
in usb_driver_applicable()
847
udrv
->match(udev);
in usb_driver_applicable()
849
if (
udrv
->id_table)
in usb_driver_applicable()
850
return usb_device_match_id(udev,
udrv
->id_table) != NULL;
in usb_driver_applicable()
852
if (
udrv
->match)
in usb_driver_applicable()
853
return
udrv
->match(udev);
in usb_driver_applicable()
863
struct usb_device_driver *
udrv
;
in usb_device_match()
local
842
usb_driver_applicable(struct usb_device *udev, struct usb_device_driver *
udrv
)
usb_driver_applicable()
argument
[all...]
H
A
D
usb.h
78
struct usb_device_driver *
udrv
);
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
generic.c
201
struct usb_device_driver *
udrv
;
in __check_for_non_generic_match()
local
205
udrv
= to_usb_device_driver(drv);
in __check_for_non_generic_match()
206
if (
udrv
== &usb_generic_driver)
in __check_for_non_generic_match()
208
return usb_driver_applicable(udev,
udrv
);
in __check_for_non_generic_match()
H
A
D
driver.c
840
struct usb_device_driver *
udrv
)
in usb_driver_applicable()
842
if (
udrv
->id_table &&
udrv
->match)
in usb_driver_applicable()
843
return usb_device_match_id(udev,
udrv
->id_table) != NULL &&
in usb_driver_applicable()
844
udrv
->match(udev);
in usb_driver_applicable()
846
if (
udrv
->id_table)
in usb_driver_applicable()
847
return usb_device_match_id(udev,
udrv
->id_table) != NULL;
in usb_driver_applicable()
849
if (
udrv
->match)
in usb_driver_applicable()
850
return
udrv
->match(udev);
in usb_driver_applicable()
860
struct usb_device_driver *
udrv
;
in usb_device_match()
local
839
usb_driver_applicable(struct usb_device *udev, struct usb_device_driver *
udrv
)
usb_driver_applicable()
argument
[all...]
H
A
D
usb.h
78
struct usb_device_driver *
udrv
);
Completed in 6 milliseconds