Searched defs:npem_ops (Results 1 – 1 of 1) sorted by relevance
129 struct npem_ops { struct130 int (*get_active_indications)(struct npem *npem, u32 *inds);131 int (*set_active_indications)(struct npem *npem, u32 inds);132 const struct indication *inds;133 const char *name;253 static const struct npem_ops npem_ops = { variable