Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py416 For example, a pen that has the eraser button might wobble between
465 self.eraser = False
564 pen.eraser = False
574 pen.eraser = False
581 pen.eraser = False
588 pen.eraser = False
596 pen.eraser = False
604 pen.eraser = False
611 pen.eraser = True
869 For example, a pen that has the eraser butto
[all...]
H A Dtest_multitouch.py77 self.eraser = False
/linux/drivers/md/dm-vdo/
H A Dslab-depot.h440 struct dm_kcopyd_client *eraser; member
H A Dslab-depot.c3462 if (allocator->eraser != NULL) in finish_loading_allocator()
3463 dm_kcopyd_client_destroy(vdo_forget(allocator->eraser)); in finish_loading_allocator()
3512 dm_kcopyd_zero(allocator->eraser, 1, regions, 0, copy_callback, allocator); in erase_next_slab_journal()
3531 allocator->eraser = dm_kcopyd_client_create(NULL); in initiate_load()
3532 if (IS_ERR(allocator->eraser)) { in initiate_load()
3534 PTR_ERR(allocator->eraser)); in initiate_load()
3535 allocator->eraser = NULL; in initiate_load()
4320 if (allocator->eraser != NULL) in vdo_free_slab_depot()
4321 dm_kcopyd_client_destroy(vdo_forget(allocator->eraser)); in vdo_free_slab_depot()
/linux/drivers/tty/
H A Dn_tty.c925 static void eraser(u8 c, const struct tty_struct *tty) in eraser() function
1251 eraser(c, tty); in n_tty_receive_char_canon()
/linux/drivers/hid/
H A Dwacom_wac.c2426 wacom_wac->hid_data.eraser |= value; in wacom_wac_pen_event()
2429 wacom_wac->hid_data.eraser |= value; in wacom_wac_pen_event()
2571 if (wacom_wac->hid_data.eraser) in wacom_wac_pen_report()
2625 wacom_wac->hid_data.eraser = false; in wacom_wac_pen_report()