Searched defs:bhnd_nvram_val_fmt (Results 1 – 2 of 2) sorted by relevance
89 struct bhnd_nvram_val_fmt { struct90 const char *name; /**< type name */91 bhnd_nvram_type native_type; /**< native value representation */92 bhnd_nvram_val_op_filter *op_filter;93 bhnd_nvram_val_op_encode *op_encode;94 bhnd_nvram_val_op_encode_elem *op_encode_elem;95 bhnd_nvram_val_op_nelem *op_nelem;96 bhnd_nvram_val_op_next *op_next;
44 typedef struct bhnd_nvram_val_fmt bhnd_nvram_val_fmt; typedef