Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/pci/
Dnpem.c113 struct npem *npem; member
160 struct npem { struct
162 const struct npem_ops *ops; argument
169 struct npem_led leds[]; argument
172 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 …]
/linux-6.14.4/include/linux/
Dpci.h532 struct npem *npem; /* Native PCIe Enclosure Management */ member