• Home
  • Raw
  • Download

Lines Matching refs:zalloc

1735 	source = zalloc(sizeof *source);  in libinput_add_fd()
1775 libinput->events = zalloc(libinput->events_len * sizeof(*libinput->events)); in libinput_init()
2252 added_device_event = zalloc(sizeof *added_device_event); in notify_added_device()
2270 removed_device_event = zalloc(sizeof *removed_device_event); in notify_removed_device()
2336 key_event = zalloc(sizeof *key_event); in keyboard_notify_key()
2363 motion_event = zalloc(sizeof *motion_event); in pointer_notify_motion()
2386 motion_absolute_event = zalloc(sizeof *motion_absolute_event); in pointer_notify_motion_absolute()
2410 button_event = zalloc(sizeof *button_event); in pointer_notify_button()
2441 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis()
2468 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_down()
2494 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_motion()
2519 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_up()
2543 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_cancel()
2565 touch_event = zalloc(sizeof *touch_event); in touch_notify_frame()
2586 axis_event = zalloc(sizeof *axis_event); in tablet_notify_axis()
2616 proximity_event = zalloc(sizeof *proximity_event); in tablet_notify_proximity()
2645 tip_event = zalloc(sizeof *tip_event); in tablet_notify_tip()
2676 button_event = zalloc(sizeof *button_event); in tablet_notify_button()
2709 button_event = zalloc(sizeof *button_event); in tablet_pad_notify_button()
2738 ring_event = zalloc(sizeof *ring_event); in tablet_pad_notify_ring()
2768 strip_event = zalloc(sizeof *strip_event); in tablet_pad_notify_strip()
2795 key_event = zalloc(sizeof *key_event); in tablet_pad_notify_key()
2825 gesture_event = zalloc(sizeof *gesture_event); in gesture_notify()
2903 switch_event = zalloc(sizeof *switch_event); in switch_notify_toggle()
3570 group = zalloc(sizeof *group); in libinput_device_group_create()