Home
last modified time | relevance | path

Searched defs:nvram_device (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dnvram.h48 struct nvram_device { struct
62 * device - The nvram_device instance. argument
77 const struct nvram_device* device, uint64_t* available_size); argument
88 const struct nvram_device* device, uint64_t* max_space_size); argument
99 nvram_result_t (*get_max_spaces)(const struct nvram_device* device, argument
116 nvram_result_t (*get_space_list)(const struct nvram_device* device, argument
128 nvram_result_t (*get_space_size)(const struct nvram_device* device, argument
187 nvram_result_t (*create_space)(const struct nvram_device* device, argument
207 nvram_result_t (*delete_space)(const struct nvram_device* device, argument
241 nvram_result_t (*write_space)(const struct nvram_device* device, argument
[all …]
/aosp12/system/nvram/client/
H A Dnvram_client.c399 nvram_device_t* nvram_device = NULL; in main() local