Home
last modified time | relevance | path

Searched refs:ps2dc (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/input/
H A Dps2.c1053 PS2DeviceClass *ps2dc = PS2_DEVICE_GET_CLASS(obj); in ps2_kbd_reset_hold() local
1058 if (ps2dc->parent_phases.hold) { in ps2_kbd_reset_hold()
1059 ps2dc->parent_phases.hold(obj, type); in ps2_kbd_reset_hold()
1070 PS2DeviceClass *ps2dc = PS2_DEVICE_GET_CLASS(obj); in ps2_mouse_reset_hold() local
1075 if (ps2dc->parent_phases.hold) { in ps2_mouse_reset_hold()
1076 ps2dc->parent_phases.hold(obj, type); in ps2_mouse_reset_hold()
1261 PS2DeviceClass *ps2dc = PS2_DEVICE_CLASS(klass); in ps2_kbd_class_init() local
1265 &ps2dc->parent_phases); in ps2_kbd_class_init()
1280 PS2DeviceClass *ps2dc = PS2_DEVICE_CLASS(klass); in ps2_mouse_class_init() local
1284 &ps2dc->parent_phases); in ps2_mouse_class_init()