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