Lines Matching defs:change
53 static u8 handle_switch_change(u8 change, struct controller *ctrl)
61 if (!change)
68 if (change & (0x1L << hp_slot)) {
127 static u8 handle_presence_change(u16 change, struct controller *ctrl)
137 if (!change)
143 dbg("cpqsbd: Presence/Notify input change.\n");
144 dbg(" Changed bits are 0x%4.4x\n", change);
147 if (change & (0x0101 << hp_slot)) {
198 /* Switch is open, assume a presence change
221 static u8 handle_power_fault(u8 change, struct controller *ctrl)
228 if (!change)
238 if (change & (0x01 << hp_slot)) {
1107 * @ctrl: controller to change frequency/mode for.
1111 * Returns %0 if we successfully change frequency and/or mode to match the
1214 /* Only if mode change...*/
1626 /* When we get here, it is safe to change base address registers.
1768 int change = 1;
1773 while (change) {
1774 change = 0;
1868 change = 1;