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:f_ncm
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H
A
D
ncm.c
89
static struct usb_function *
f_ncm
;
variable
104
f_ncm
= usb_get_function(f_ncm_inst);
in ncm_do_config()
105
if (IS_ERR(
f_ncm
))
in ncm_do_config()
106
return PTR_ERR(
f_ncm
);
in ncm_do_config()
108
status = usb_add_function(c,
f_ncm
);
in ncm_do_config()
110
usb_put_function(
f_ncm
);
in ncm_do_config()
188
if (!IS_ERR_OR_NULL(
f_ncm
))
in gncm_unbind()
189
usb_put_function(
f_ncm
);
in gncm_unbind()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
ncm.c
89
static struct usb_function *
f_ncm
;
variable
104
f_ncm
= usb_get_function(f_ncm_inst);
in ncm_do_config()
105
if (IS_ERR(
f_ncm
))
in ncm_do_config()
106
return PTR_ERR(
f_ncm
);
in ncm_do_config()
108
status = usb_add_function(c,
f_ncm
);
in ncm_do_config()
110
usb_put_function(
f_ncm
);
in ncm_do_config()
188
if (!IS_ERR_OR_NULL(
f_ncm
))
in gncm_unbind()
189
usb_put_function(
f_ncm
);
in gncm_unbind()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_ncm.c
3
*
f_ncm
.c -- USB CDC Network (NCM) link function driver
47
struct
f_ncm
{
struct
78
static inline struct
f_ncm
*func_to_ncm(struct usb_function *f)
in func_to_ncm()
80
return container_of(f, struct
f_ncm
, port.func);
in func_to_ncm()
508
static inline void ncm_reset_values(struct
f_ncm
*ncm)
in ncm_reset_values()
525
static void ncm_do_notify(struct
f_ncm
*ncm)
in ncm_do_notify()
593
static void ncm_notify(struct
f_ncm
*ncm)
in ncm_notify()
611
struct
f_ncm
*ncm = req->context;
in ncm_notify_complete()
642
struct
f_ncm
*ncm = func_to_ncm(f);
in ncm_ep0out_complete()
669
struct
f_ncm
*nc
in ncm_setup()
[all...]
H
A
D
Makefile
20
usb_f_ncm-y :=
f_ncm
.o
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_ncm.c
3
*
f_ncm
.c -- USB CDC Network (NCM) link function driver
47
struct
f_ncm
{
struct
80
static inline struct
f_ncm
*func_to_ncm(struct usb_function *f)
in func_to_ncm()
82
return container_of(f, struct
f_ncm
, port.func);
in func_to_ncm()
529
static inline void ncm_reset_values(struct
f_ncm
*ncm)
in ncm_reset_values()
546
static void ncm_do_notify(struct
f_ncm
*ncm)
in ncm_do_notify()
614
static void ncm_notify(struct
f_ncm
*ncm)
in ncm_notify()
632
struct
f_ncm
*ncm = req->context;
in ncm_notify_complete()
663
struct
f_ncm
*ncm = func_to_ncm(f);
in ncm_ep0out_complete()
690
struct
f_ncm
*nc
in ncm_setup()
[all...]
H
A
D
Makefile
20
usb_f_ncm-y :=
f_ncm
.o
Completed in 4 milliseconds