Lines Matching refs:cpdata
122 if (cd->cpdata->xres) { in cyttsp4_hw_hard_reset()
123 cd->cpdata->xres(cd->cpdata, cd->dev); in cyttsp4_hw_hard_reset()
548 if (cd->cpdata->sett[CY_IC_GRPNUM_BTN_KEYS] == NULL) in cyttsp4_si_get_btn_data()
550 else if (cd->cpdata->sett[CY_IC_GRPNUM_BTN_KEYS]->data == NULL) in cyttsp4_si_get_btn_data()
553 num_defined_keys = cd->cpdata->sett in cyttsp4_si_get_btn_data()
558 key_table = (u16 *)cd->cpdata->sett in cyttsp4_si_get_btn_data()
1228 udelay(cd->cpdata->level_irq_udelay); in cyttsp4_irq()
1534 if (cd->cpdata->power) { in cyttsp4_core_sleep_()
1536 rc = cd->cpdata->power(cd->cpdata, 0, cd->dev, &cd->ignore_irq); in cyttsp4_core_sleep_()
1774 if (cd->cpdata->power) { in cyttsp4_core_wake_()
1776 rc = cd->cpdata->power(cd->cpdata, 1, dev, &cd->ignore_irq); in cyttsp4_core_wake_()
2038 cd->cpdata = pdata->core_pdata; in cyttsp4_probe()
2053 cd->irq = gpio_to_irq(cd->cpdata->irq_gpio); in cyttsp4_probe()
2062 if (cd->cpdata->init) { in cyttsp4_probe()
2064 rc = cd->cpdata->init(cd->cpdata, 1, cd->dev); in cyttsp4_probe()
2073 if (cd->cpdata->level_irq_udelay > 0) in cyttsp4_probe()
2120 if (cd->cpdata->init) in cyttsp4_probe()
2121 cd->cpdata->init(cd->cpdata, 0, dev); in cyttsp4_probe()
2157 if (cd->cpdata->init) in cyttsp4_remove()
2158 cd->cpdata->init(cd->cpdata, 0, dev); in cyttsp4_remove()