Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_loader.c228 cmd->unsubscribe_attention(dev, CY_ATTEN_STARTUP, CYTTSP5_LOADER_NAME, in cyttsp5_calibration_attention()
1531 cmd->unsubscribe_attention(dev, CY_ATTEN_IRQ, CYTTSP5_LOADER_NAME, in cyttsp5_loader_release()
1534 cmd->unsubscribe_attention(dev, CY_ATTEN_LOADER, CYTTSP5_LOADER_NAME, in cyttsp5_loader_release()
H A Dcyttsp5_debug.c344 rc = cmd->unsubscribe_attention(dev, CY_ATTEN_IRQ, CYTTSP5_DEBUG_NAME, in cyttsp5_debug_release()
H A Dcyttsp5_regs.h898 int (*unsubscribe_attention)(struct device *dev, member
H A Dcyttsp5_device_access.c4776 cmd->unsubscribe_attention(dev, CY_ATTEN_STARTUP, in cyttsp5_setup_sysfs_attention()
5169 cmd->unsubscribe_attention(dev, CY_ATTEN_STARTUP, in cyttsp5_device_access_release()
H A Dcyttsp5_core.c5655 .unsubscribe_attention = _cyttsp5_unsubscribe_attention,