Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/
H A Dhyn_cst2xx.c1523 static irqreturn_t hyn_ts_irq(int irq, void *dev_id) in hyn_ts_irq() function
1822 rc = request_irq(client->irq, hyn_ts_irq, IRQF_TRIGGER_RISING, client->name, ts); in hyn_ts_probe()
1830 …rc = devm_request_threaded_irq(&client->dev, ts->irq, NULL, hyn_ts_irq, IRQF_TRIGGER_RISING | IRQF… in hyn_ts_probe()