Lines Matching full:indication
8 * first indication oriented standard with specification.
38 struct indication { struct
43 static const struct indication npem_indications[] = { argument
66 static const struct indication dsm_indications[] = {
93 static u32 reg_to_indications(u32 caps, const struct indication *inds) in reg_to_indications()
95 const struct indication *ind; in reg_to_indications()
106 * @indication: indication details
112 const struct indication *indication; member
132 const struct indication *inds;
144 * non-indication and reserved bits in the NPEM Capability Register are
147 * non-indication and reserved bits in the NPEM Control Register are
196 /* If PCI_NPEM_CTRL_ENABLE is not set then no indication should blink */ in npem_get_active_indications()
242 * in a command completion indication in the NPEM Status Register. in npem_set_active_indications()
433 if (npem->active_indications & nled->indication->bit) in brightness_get()
458 indications = npem->active_indications & ~(nled->indication->bit); in brightness_set()
460 indications = npem->active_indications | nled->indication->bit; in brightness_set()
496 init_data.default_label = nled->indication->name; in pci_npem_set_led_classdev()
521 const struct indication *indication; in pci_npem_init() local
539 for_each_indication(indication, npem_indications) { in pci_npem_init()
540 if (!(npem->supported_indications & indication->bit)) in pci_npem_init()
544 nled->indication = indication; in pci_npem_init()