Lines Matching refs:zalloc
1820 source = zalloc(sizeof *source); in libinput_add_fd()
1860 libinput->events = zalloc(libinput->events_len * sizeof(*libinput->events)); in libinput_init()
2336 added_device_event = zalloc(sizeof *added_device_event); in notify_added_device()
2354 removed_device_event = zalloc(sizeof *removed_device_event); in notify_removed_device()
2420 key_event = zalloc(sizeof *key_event); in keyboard_notify_key()
2447 motion_event = zalloc(sizeof *motion_event); in pointer_notify_motion()
2470 motion_absolute_event = zalloc(sizeof *motion_absolute_event); in pointer_notify_motion_absolute()
2494 button_event = zalloc(sizeof *button_event); in pointer_notify_button()
2525 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis_finger()
2526 axis_event_legacy = zalloc(sizeof *axis_event_legacy); in pointer_notify_axis_finger()
2559 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis_continuous()
2560 axis_event_legacy = zalloc(sizeof *axis_event_legacy); in pointer_notify_axis_continuous()
2593 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis_legacy_wheel()
2621 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis_wheel()
2652 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_down()
2678 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_motion()
2703 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_up()
2727 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_cancel()
2749 touch_event = zalloc(sizeof *touch_event); in touch_notify_frame()
2770 axis_event = zalloc(sizeof *axis_event); in tablet_notify_axis()
2800 proximity_event = zalloc(sizeof *proximity_event); in tablet_notify_proximity()
2829 tip_event = zalloc(sizeof *tip_event); in tablet_notify_tip()
2860 button_event = zalloc(sizeof *button_event); in tablet_notify_button()
2893 button_event = zalloc(sizeof *button_event); in tablet_pad_notify_button()
2922 ring_event = zalloc(sizeof *ring_event); in tablet_pad_notify_ring()
2952 strip_event = zalloc(sizeof *strip_event); in tablet_pad_notify_strip()
2979 key_event = zalloc(sizeof *key_event); in tablet_pad_notify_key()
3009 gesture_event = zalloc(sizeof *gesture_event); in gesture_notify()
3110 switch_event = zalloc(sizeof *switch_event); in switch_notify_toggle()
3782 group = zalloc(sizeof *group); in libinput_device_group_create()