Searched defs:tb_nvm (Results 1 – 1 of 1) sorted by relevance
47 struct tb_nvm { struct48 struct device *dev;49 u8 major;50 u8 minor;51 int id;52 struct nvmem_device *active;53 struct nvmem_device *non_active;54 void *buf;55 size_t buf_data_size;56 bool authenticating;[all …]