Lines Matching refs:cpdata
136 if (cd->cpdata->xres) { in cyttsp4_hw_hard_reset()
137 cd->cpdata->xres(cd->cpdata, cd->dev); in cyttsp4_hw_hard_reset()
562 if (cd->cpdata->sett[CY_IC_GRPNUM_BTN_KEYS] == NULL) in cyttsp4_si_get_btn_data()
564 else if (cd->cpdata->sett[CY_IC_GRPNUM_BTN_KEYS]->data == NULL) in cyttsp4_si_get_btn_data()
567 num_defined_keys = cd->cpdata->sett in cyttsp4_si_get_btn_data()
572 key_table = (u16 *)cd->cpdata->sett in cyttsp4_si_get_btn_data()
1241 udelay(cd->cpdata->level_irq_udelay); in cyttsp4_irq()
1547 if (cd->cpdata->power) { in cyttsp4_core_sleep_()
1549 rc = cd->cpdata->power(cd->cpdata, 0, cd->dev, &cd->ignore_irq); in cyttsp4_core_sleep_()
1786 if (cd->cpdata->power) { in cyttsp4_core_wake_()
1788 rc = cd->cpdata->power(cd->cpdata, 1, dev, &cd->ignore_irq); in cyttsp4_core_wake_()
2046 cd->cpdata = pdata->core_pdata; in cyttsp4_probe()
2061 cd->irq = gpio_to_irq(cd->cpdata->irq_gpio); in cyttsp4_probe()
2070 if (cd->cpdata->init) { in cyttsp4_probe()
2072 rc = cd->cpdata->init(cd->cpdata, 1, cd->dev); in cyttsp4_probe()
2081 if (cd->cpdata->level_irq_udelay > 0) in cyttsp4_probe()
2128 if (cd->cpdata->init) in cyttsp4_probe()
2129 cd->cpdata->init(cd->cpdata, 0, dev); in cyttsp4_probe()
2165 if (cd->cpdata->init) in cyttsp4_remove()
2166 cd->cpdata->init(cd->cpdata, 0, dev); in cyttsp4_remove()