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:gs_usb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/usb/
H
A
D
gs_usb.c
303
struct
gs_usb
*parent;
323
struct
gs_usb
{
struct
397
static inline int gs_usb_get_timestamp(const struct
gs_usb
*parent,
in gs_usb_get_timestamp()
419
struct
gs_usb
*parent = container_of(cc, struct
gs_usb
, cc);
440
struct
gs_usb
*parent;
in gs_usb_timestamp_work()
442
parent = container_of(delayed_work, struct
gs_usb
, timestamp);
in gs_usb_timestamp_work()
455
struct
gs_usb
*parent = dev->parent;
in gs_usb_skb_set_timestamp()
465
static void gs_usb_timestamp_init(struct
gs_usb
*parent)
in gs_usb_timestamp_init()
484
static void gs_usb_timestamp_stop(struct
gs_usb
*paren
[all...]
/kernel/linux/linux-5.10/drivers/net/can/usb/
H
A
D
gs_usb.c
172
struct
gs_usb
*parent;
192
struct
gs_usb
{
struct
300
struct
gs_usb
*usbcan = urb->context;
in gs_usb_receive_bulk_callback()
584
struct
gs_usb
*parent = dev->parent;
in gs_can_open()
716
struct
gs_usb
*parent = dev->parent;
in gs_can_close()
867
strcpy(dev->bt_const.name, "
gs_usb
");
in gs_make_candev()
939
struct
gs_usb
*dev;
in gs_usb_probe()
1040
struct
gs_usb
*dev = usb_get_intfdata(intf);
in gs_usb_disconnect()
1067
.name = "
gs_usb
",
Completed in 4 milliseconds