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:ti_manuf_desc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_ti.c
1077
struct edge_ti_manuf_descriptor *
ti_manuf_desc
;
in do_download_mode()
local
1095
ti_manuf_desc
= kmalloc(sizeof(*
ti_manuf_desc
), GFP_KERNEL);
in do_download_mode()
1096
if (!
ti_manuf_desc
)
in do_download_mode()
1099
status = get_manuf_info(serial, (__u8 *)
ti_manuf_desc
);
in do_download_mode()
1101
kfree(
ti_manuf_desc
);
in do_download_mode()
1106
if (!ignore_cpu_rev && ti_cpu_rev(
ti_manuf_desc
) < 2) {
in do_download_mode()
1108
__func__, ti_cpu_rev(
ti_manuf_desc
));
in do_download_mode()
1109
kfree(
ti_manuf_desc
);
in do_download_mode()
1115
kfree(
ti_manuf_desc
);
in do_download_mode()
1388
struct edge_
ti_manuf_desc
riptor *
ti_manuf_desc
;
do_boot_mode()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_ti.c
1074
struct edge_ti_manuf_descriptor *
ti_manuf_desc
;
in do_download_mode()
local
1092
ti_manuf_desc
= kmalloc(sizeof(*
ti_manuf_desc
), GFP_KERNEL);
in do_download_mode()
1093
if (!
ti_manuf_desc
)
in do_download_mode()
1096
status = get_manuf_info(serial, (u8 *)
ti_manuf_desc
);
in do_download_mode()
1098
kfree(
ti_manuf_desc
);
in do_download_mode()
1103
if (!ignore_cpu_rev && ti_cpu_rev(
ti_manuf_desc
) < 2) {
in do_download_mode()
1105
__func__, ti_cpu_rev(
ti_manuf_desc
));
in do_download_mode()
1106
kfree(
ti_manuf_desc
);
in do_download_mode()
1112
kfree(
ti_manuf_desc
);
in do_download_mode()
1385
struct edge_
ti_manuf_desc
riptor *
ti_manuf_desc
;
do_boot_mode()
local
[all...]
Completed in 5 milliseconds