Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A 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()
396 static int npem_initialize_active_indications(struct npem *npem) in npem_initialize_active_indications()
422 struct npem *npem = nled->npem; in brightness_get() local
445 struct npem *npem = nled->npem; in brightness_set() local
469 static void npem_free(struct npem *npem) in npem_free()
[all …]
/linux-6.15/include/linux/
H A Dpci.h536 struct npem *npem; /* Native PCIe Enclosure Management */ member