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)) {
1108 * @ctrl: controller to change frequency/mode for.
1112 * Returns %0 if we successfully change frequency and/or mode to match the
1215 /* Only if mode change...*/
1629 /* When we get here, it is safe to change base address registers.
1771 int change = 1;
1776 while (change) {
1777 change = 0;
1871 change = 1;