Searched refs:curcmd (Results 1 – 4 of 4) sorted by relevance
217 base->curcmd = 0; in atkbdc_data_handler()236 switch (base->curcmd) { in atkbdc_data_handler()262 if (base->curcmd >= 0x61 && base->curcmd <= 0x7f) { in atkbdc_data_handler()265 byten = (base->curcmd - 0x60) & 0x1f; in atkbdc_data_handler()271 base->curcmd = 0; in atkbdc_data_handler()311 base->curcmd = 0; in atkbdc_sts_ctl_handler()336 base->curcmd = *eax; in atkbdc_sts_ctl_handler()348 base->curcmd = *eax; in atkbdc_sts_ctl_handler()
69 uint8_t curcmd; /* current command for next byte */ member136 if (kbd->curcmd) { in ps2kbd_write()137 switch (kbd->curcmd) { in ps2kbd_write()152 kbd->curcmd = 0; in ps2kbd_write()173 kbd->curcmd = val; in ps2kbd_write()182 kbd->curcmd = val; in ps2kbd_write()189 kbd->curcmd = val; in ps2kbd_write()
98 uint8_t curcmd; /* current command for next byte */ member269 if (mouse->curcmd) { in ps2mouse_write()270 switch (mouse->curcmd) { in ps2mouse_write()284 mouse->curcmd = 0; in ps2mouse_write()314 mouse->curcmd = val; in ps2mouse_write()340 mouse->curcmd = val; in ps2mouse_write()
109 uint32_t curcmd; /* current command for next byte */ member
Completed in 10 milliseconds