OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_opened
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/Linux_x86/
phDal4Nfc_link.h
51
phDal4Nfc_link_is_opened_CB_t
is_opened
;
member in struct:__anon23667
phDal4Nfc.c
257
if (!gLinkFunc.
is_opened
())
576
gLinkFunc.
is_opened
= phDal4Nfc_uart_is_opened;
592
gLinkFunc.
is_opened
= phDal4Nfc_i2c_is_opened;
[
all
...]
/external/grub/stage2/
stage2.c
868
int
is_opened
, is_preset;
local
920
is_opened
= is_preset = open_preset_menu ();
921
if (!
is_opened
)
923
is_opened
= grub_open (config_file);
927
if (!
is_opened
)
Completed in 41 milliseconds