Searched refs:write_access (Results 1 – 9 of 9) sorted by relevance
32 int write_access; variable87 if (!write_access) { in low_write()
180 write_access=0; /* Write access disabled */ in set_device()878 device_handle=fp;write_access=1; in enable_write()898 device_handle=fp;write_access=0; in disable_write()
219 extern int write_access;
69 write_access=0; /* Write access disabled */ in init()
205 string write_access; in RegisterInterface() local207 write_access = "kWriteOnly"; in RegisterInterface()209 write_access = "kReadWrite"; in RegisterInterface()211 if (!write_access.empty()) { in RegisterInterface()217 write_access.c_str())); in RegisterInterface()
1036 if ( (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_validate_cc_file()1037 &&(p_t4t->cc_file.ndef_fc.write_access != T4T_FC_NO_WRITE_ACCESS) ) in rw_t4t_validate_cc_file()1040 p_t4t->cc_file.ndef_fc.write_access); in rw_t4t_validate_cc_file()1458 BE_STREAM_TO_UINT8 (p_t4t->cc_file.ndef_fc.write_access, p); in rw_t4t_sm_detect_ndef()1470 RW_TRACE_DEBUG1 (" WriteAccess: 0x%02X", p_t4t->cc_file.ndef_fc.write_access); in rw_t4t_sm_detect_ndef()1519 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_sm_detect_ndef()1566 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_sm_detect_ndef()1852 p_t4t->cc_file.ndef_fc.write_access = T4T_FC_NO_WRITE_ACCESS; in rw_t4t_sm_set_readonly()
1142 UINT8 write_access) in CE_T4TTestSetNDEFCtrlTLV() argument1149 type, length, file_id, max_file_size, read_access, write_access); in CE_T4TTestSetNDEFCtrlTLV()1189 if (write_access != 0xFF) in CE_T4TTestSetNDEFCtrlTLV()1191 UINT8_TO_BE_STREAM (p, write_access); in CE_T4TTestSetNDEFCtrlTLV()
228 UINT8 write_access);
428 UINT8 write_access; /* write access condition */ member