Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_sys.c2044 static struct input_dev *wacom_allocate_input(struct wacom *wacom) in wacom_allocate_input() function
2073 wacom_wac->pen_input = wacom_allocate_input(wacom); in wacom_allocate_inputs()
2074 wacom_wac->touch_input = wacom_allocate_input(wacom); in wacom_allocate_inputs()
2075 wacom_wac->pad_input = wacom_allocate_input(wacom); in wacom_allocate_inputs()
2581 remote->remotes[index].input = wacom_allocate_input(wacom); in wacom_remote_create_one()