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:p_entry
(Results
1 - 4
of
4
) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/
H
A
D
conf.c
98
conf_entry_t *
p_entry
;
in vnd_load_conf()
local
124
p_entry
= (conf_entry_t *)conf_table;
in vnd_load_conf()
125
while (
p_entry
->conf_entry != NULL) {
in vnd_load_conf()
126
if (strcmp(
p_entry
->conf_entry, (const char *)p_name) == 0) {
in vnd_load_conf()
127
p_entry
->p_action(p_name, p_value,
p_entry
->param);
in vnd_load_conf()
131
p_entry
++;
in vnd_load_conf()
H
A
D
hardware.c
284
fw_settlement_entry_t *
p_entry
;
in look_up_fw_settlement_delay()
local
294
p_entry
= (fw_settlement_entry_t *)fw_settlement_table;
in look_up_fw_settlement_delay()
296
while (
p_entry
->chipset_name != NULL) {
in look_up_fw_settlement_delay()
297
if (strstr(hw_cfg_cb.local_chip_name,
p_entry
->chipset_name) != NULL) {
in look_up_fw_settlement_delay()
301
p_entry
++;
in look_up_fw_settlement_delay()
304
ret_value =
p_entry
->delay_time;
in look_up_fw_settlement_delay()
/vendor/hihope/rk3568/bluetooth/src/
H
A
D
conf.c
98
conf_entry_t *
p_entry
;
in vnd_load_conf()
local
124
p_entry
= (conf_entry_t *)conf_table;
in vnd_load_conf()
125
while (
p_entry
->conf_entry != NULL) {
in vnd_load_conf()
126
if (strcmp(
p_entry
->conf_entry, (const char *)p_name) == 0) {
in vnd_load_conf()
127
p_entry
->p_action(p_name, p_value,
p_entry
->param);
in vnd_load_conf()
131
p_entry
++;
in vnd_load_conf()
H
A
D
hardware.c
332
fw_settlement_entry_t *
p_entry
;
in look_up_fw_settlement_delay()
local
342
p_entry
= (fw_settlement_entry_t *)fw_settlement_table;
in look_up_fw_settlement_delay()
344
while (
p_entry
->chipset_name != NULL) {
in look_up_fw_settlement_delay()
345
if (strstr(hw_cfg_cb.local_chip_name,
p_entry
->chipset_name) != NULL) {
in look_up_fw_settlement_delay()
349
p_entry
++;
in look_up_fw_settlement_delay()
352
ret_value =
p_entry
->delay_time;
in look_up_fw_settlement_delay()
Completed in 6 milliseconds