Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_loader.c517 rc = cmd->subscribe_attention(dev, CY_ATTEN_STARTUP, in cyttsp5_upgrade_firmware()
940 rc = cmd->subscribe_attention(dev, CY_ATTEN_STARTUP, in cyttsp5_upgrade_ttconfig()
1481 cmd->subscribe_attention(dev, CY_ATTEN_IRQ, CYTTSP5_LOADER_NAME, in cyttsp5_loader_probe()
1484 cmd->subscribe_attention(dev, CY_ATTEN_LOADER, CYTTSP5_LOADER_NAME, in cyttsp5_loader_probe()
H A Dcyttsp5_debug.c317 rc = cmd->subscribe_attention(dev, CY_ATTEN_IRQ, CYTTSP5_DEBUG_NAME, in cyttsp5_debug_probe()
H A Dcyttsp5_regs.h895 int (*subscribe_attention)(struct device *dev, member
H A Dcyttsp5_device_access.c5101 cmd->subscribe_attention(dev, CY_ATTEN_STARTUP, in cyttsp5_device_access_probe()
H A Dcyttsp5_core.c5654 .subscribe_attention = _cyttsp5_subscribe_attention,