Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_regs.h946 struct list_head atten_list[CY_ATTEN_NUM_ATTEN]; member
H A Dcyttsp5_core.c3514 &cd->atten_list[type], node) { in call_atten_cb()
4107 list_for_each_entry(atten, &cd->atten_list[type], node) { in _cyttsp5_subscribe_attention()
4125 list_add(&atten_new->node, &cd->atten_list[type]); in _cyttsp5_subscribe_attention()
4139 list_for_each_entry_safe(atten, atten_n, &cd->atten_list[type], node) { in _cyttsp5_unsubscribe_attention()
6044 INIT_LIST_HEAD(&cd->atten_list[type]); in cyttsp5_probe()