Lines Matching full:nv
46 struct bhnd_nvram_data *nv, const char *name);
48 struct bhnd_nvram_data *nv, void *cookiep,
51 struct bhnd_nvram_data *nv, void *cookiep,
70 typedef int (bhnd_nvram_data_op_new)(struct bhnd_nvram_data *nv,
73 /** Free all resources associated with @p nv. Called by
75 typedef void (bhnd_nvram_data_op_free)(struct bhnd_nvram_data *nv);
78 typedef size_t (bhnd_nvram_data_op_count)(struct bhnd_nvram_data *nv);
82 struct bhnd_nvram_data *nv);
85 typedef uint32_t (bhnd_nvram_data_op_caps)(struct bhnd_nvram_data *nv);
88 typedef const char *(bhnd_nvram_data_op_next)(struct bhnd_nvram_data *nv,
92 typedef void *(bhnd_nvram_data_op_find)(struct bhnd_nvram_data *nv,
97 struct bhnd_nvram_data *nv, void *cookiep,
102 struct bhnd_nvram_data *nv, void *cookiep1,
107 struct bhnd_nvram_data *nv,
111 typedef int (bhnd_nvram_data_op_getvar)(struct bhnd_nvram_data *nv,
117 struct bhnd_nvram_data *nv, void *cookiep,
122 struct bhnd_nvram_data *nv, const char *name,
127 struct bhnd_nvram_data *nv, const char *name);