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()
530 if (cd->cpdata->sett[CY_IC_GRPNUM_BTN_KEYS] == NULL) in cyttsp4_si_get_btn_data()
532 else if (cd->cpdata->sett[CY_IC_GRPNUM_BTN_KEYS]->data == NULL) in cyttsp4_si_get_btn_data()
535 num_defined_keys = cd->cpdata->sett in cyttsp4_si_get_btn_data()
540 key_table = (u16 *)cd->cpdata->sett in cyttsp4_si_get_btn_data()
1213 udelay(cd->cpdata->level_irq_udelay); in cyttsp4_irq()
1519 if (cd->cpdata->power) { in cyttsp4_core_sleep_()
1521 rc = cd->cpdata->power(cd->cpdata, 0, cd->dev, &cd->ignore_irq); in cyttsp4_core_sleep_()
1759 if (cd->cpdata->power) { in cyttsp4_core_wake_()
1761 rc = cd->cpdata->power(cd->cpdata, 1, dev, &cd->ignore_irq); in cyttsp4_core_wake_()
2030 cd->cpdata = pdata->core_pdata; in cyttsp4_probe()
2045 cd->irq = gpio_to_irq(cd->cpdata->irq_gpio); in cyttsp4_probe()
2054 if (cd->cpdata->init) { in cyttsp4_probe()
2056 rc = cd->cpdata->init(cd->cpdata, 1, cd->dev); in cyttsp4_probe()
2065 if (cd->cpdata->level_irq_udelay > 0) in cyttsp4_probe()
2113 if (cd->cpdata->init) in cyttsp4_probe()
2114 cd->cpdata->init(cd->cpdata, 0, dev); in cyttsp4_probe()
2150 if (cd->cpdata->init) in cyttsp4_remove()
2151 cd->cpdata->init(cd->cpdata, 0, dev); in cyttsp4_remove()