Searched defs:pm_signal (Results 1 – 1 of 1) sorted by relevance
93 struct pm_signal { struct94 u16 cpu; /* Processor to modify */95 u16 sub_unit; /* hw subunit this applies to (if applicable)*/96 short int signal_group; /* Signal Group to Enable/Disable */97 u8 bus_word; /* Enable/Disable on this Trace/Trigger/Event100 u8 bit; /* Trigger/Event bit (if applicable) */178 static struct pm_signal pm_signal[NR_PHYS_CTRS]; variable