Searched defs:npem (Results 1 – 2 of 2) sorted by relevance
113 struct npem *npem; member160 struct npem { struct162 const struct npem_ops *ops; argument169 struct npem_led leds[]; argument172 static int npem_read_reg(struct npem *npem, u16 reg, u32 *val) in npem_read_reg()179 static int npem_write_ctrl(struct npem *npem, u32 reg) in npem_write_ctrl()187 static int npem_get_active_indications(struct npem *npem, u32 *inds) in npem_get_active_indications()207 static int npem_set_active_indications(struct npem *npem, u32 inds) in npem_set_active_indications()348 static int dsm_get_active_indications(struct npem *npem, u32 *buf) in dsm_get_active_indications()357 static int dsm_set_active_indications(struct npem *npem, u32 value) in dsm_set_active_indications()[all …]
532 struct npem *npem; /* Native PCIe Enclosure Management */ member