Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/touchscreen/
Dcyttsp4_core.c405 p = krealloc(si->si_ptrs.opcfg, si->si_ofs.opcfg_size, GFP_KERNEL); in cyttsp4_si_get_opcfg_data()
411 si->si_ptrs.opcfg = p; in cyttsp4_si_get_opcfg_data()
414 si->si_ptrs.opcfg); in cyttsp4_si_get_opcfg_data()
420 si->si_ofs.cmd_ofs = si->si_ptrs.opcfg->cmd_ofs; in cyttsp4_si_get_opcfg_data()
421 si->si_ofs.rep_ofs = si->si_ptrs.opcfg->rep_ofs; in cyttsp4_si_get_opcfg_data()
422 si->si_ofs.rep_sz = (si->si_ptrs.opcfg->rep_szh * 256) + in cyttsp4_si_get_opcfg_data()
423 si->si_ptrs.opcfg->rep_szl; in cyttsp4_si_get_opcfg_data()
424 si->si_ofs.num_btns = si->si_ptrs.opcfg->num_btns; in cyttsp4_si_get_opcfg_data()
427 si->si_ofs.tt_stat_ofs = si->si_ptrs.opcfg->tt_stat_ofs; in cyttsp4_si_get_opcfg_data()
428 si->si_ofs.obj_cfg0 = si->si_ptrs.opcfg->obj_cfg0; in cyttsp4_si_get_opcfg_data()
[all …]
Dcyttsp4_core.h198 struct cyttsp4_opcfg *opcfg; member