Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dnpem.c129 struct npem_ops { struct
130 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