Searched refs:LASIPS2State (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/input/ |
H A D | lasips2.h | 35 typedef struct LASIPS2State LASIPS2State; typedef 40 LASIPS2State *lasips2; 68 struct LASIPS2State { struct 78 OBJECT_DECLARE_SIMPLE_TYPE(LASIPS2State, LASIPS2) argument
|
/openbmc/qemu/hw/input/ |
H A D | lasips2.c | 55 VMSTATE_UINT8(int_status, LASIPS2State), 56 VMSTATE_STRUCT(kbd_port.parent_obj, LASIPS2State, 1, 58 VMSTATE_STRUCT(mouse_port.parent_obj, LASIPS2State, 1, 131 static void lasips2_update_irq(LASIPS2State *s) in lasips2_update_irq() 141 LASIPS2State *s = LASIPS2(opaque); in lasips2_set_irq() 266 LASIPS2State *s = LASIPS2(dev); in lasips2_realize() 290 LASIPS2State *s = LASIPS2(obj); in lasips2_init() 322 .instance_size = sizeof(LASIPS2State), 397 lp->lasips2 = container_of(s, LASIPS2State, kbd_port); in lasips2_kbd_port_init() 447 lp->lasips2 = container_of(s, LASIPS2State, mouse_port); in lasips2_mouse_port_init()
|