Lines Matching refs:cpdata
132 if (cd->cpdata->xres) { in cyttsp4_hw_hard_reset()
133 cd->cpdata->xres(cd->cpdata, cd->dev); in cyttsp4_hw_hard_reset()
558 if (cd->cpdata->sett[CY_IC_GRPNUM_BTN_KEYS] == NULL) in cyttsp4_si_get_btn_data()
560 else if (cd->cpdata->sett[CY_IC_GRPNUM_BTN_KEYS]->data == NULL) in cyttsp4_si_get_btn_data()
563 num_defined_keys = cd->cpdata->sett in cyttsp4_si_get_btn_data()
568 key_table = (u16 *)cd->cpdata->sett in cyttsp4_si_get_btn_data()
1238 udelay(cd->cpdata->level_irq_udelay); in cyttsp4_irq()
1544 if (cd->cpdata->power) { in cyttsp4_core_sleep_()
1546 rc = cd->cpdata->power(cd->cpdata, 0, cd->dev, &cd->ignore_irq); in cyttsp4_core_sleep_()
1784 if (cd->cpdata->power) { in cyttsp4_core_wake_()
1786 rc = cd->cpdata->power(cd->cpdata, 1, dev, &cd->ignore_irq); in cyttsp4_core_wake_()
2055 cd->cpdata = pdata->core_pdata; in cyttsp4_probe()
2070 cd->irq = gpio_to_irq(cd->cpdata->irq_gpio); in cyttsp4_probe()
2079 if (cd->cpdata->init) { in cyttsp4_probe()
2081 rc = cd->cpdata->init(cd->cpdata, 1, cd->dev); in cyttsp4_probe()
2090 if (cd->cpdata->level_irq_udelay > 0) in cyttsp4_probe()
2137 if (cd->cpdata->init) in cyttsp4_probe()
2138 cd->cpdata->init(cd->cpdata, 0, dev); in cyttsp4_probe()
2174 if (cd->cpdata->init) in cyttsp4_remove()
2175 cd->cpdata->init(cd->cpdata, 0, dev); in cyttsp4_remove()