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:fw_fd
(Results
1 - 2
of
2
) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/
H
A
D
hardware.c
160
int
fw_fd
; /* FW patch file fd */
member
633
if ((hw_cfg_cb.
fw_fd
= open(p_name, O_RDONLY)) == -1) {
in hw_config_cback()
660
p_buf->len = read(hw_cfg_cb.
fw_fd
, p, HCI_CMD_PREAMBLE_SIZE);
in hw_config_cback()
666
p_buf->len += read(hw_cfg_cb.
fw_fd
,
in hw_config_cback()
675
close(hw_cfg_cb.
fw_fd
);
in hw_config_cback()
676
hw_cfg_cb.
fw_fd
= -1;
in hw_config_cback()
757
if (hw_cfg_cb.
fw_fd
!= -1) {
in hw_config_cback()
758
close(hw_cfg_cb.
fw_fd
);
in hw_config_cback()
759
hw_cfg_cb.
fw_fd
= -1;
in hw_config_cback()
793
if (hw_cfg_cb.
fw_fd
!
in hw_config_cback()
[all...]
/vendor/hihope/rk3568/bluetooth/src/
H
A
D
hardware.c
160
int
fw_fd
; /* FW patch file fd */
member
682
if ((hw_cfg_cb.
fw_fd
= open(p_name, O_RDONLY)) == -1) {
in hw_config_cback()
709
p_buf->len = read(hw_cfg_cb.
fw_fd
, p, HCI_CMD_PREAMBLE_SIZE);
in hw_config_cback()
715
p_buf->len += read(hw_cfg_cb.
fw_fd
,
in hw_config_cback()
724
close(hw_cfg_cb.
fw_fd
);
in hw_config_cback()
725
hw_cfg_cb.
fw_fd
= -1;
in hw_config_cback()
804
if (hw_cfg_cb.
fw_fd
!= -1) {
in hw_config_cback()
805
close(hw_cfg_cb.
fw_fd
);
in hw_config_cback()
806
hw_cfg_cb.
fw_fd
= -1;
in hw_config_cback()
836
if (hw_cfg_cb.
fw_fd
!
in hw_config_cback()
[all...]
Completed in 4 milliseconds