OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset_reason
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
459
UINT8
reset_reason
, reset_type;
local
517
STREAM_TO_UINT8 (
reset_reason
, p);
519
nfc_hal_prm_spd_reset_ntf (
reset_reason
, reset_type);
[
all
...]
nfc_hal_prm.c
774
void nfc_hal_prm_spd_reset_ntf (UINT8
reset_reason
, UINT8 reset_type)
779
HAL_TRACE_DEBUG2 ("Received RESET NTF after patch download (
reset_reason
=%i, reset_type=%i)",
reset_reason
, reset_type);
799
HAL_TRACE_ERROR2 ("Received unexpected RESET NTF (
reset_reason
=%i, reset_type=%i)",
reset_reason
, reset_type);
[
all
...]
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
478
void nfc_hal_prm_spd_reset_ntf (UINT8
reset_reason
, UINT8 reset_type);
Completed in 27 milliseconds