Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dstmpe.c270 if (!variant->get_altfunc) in stmpe_set_altfunc()
284 af = variant->get_altfunc(stmpe, block); in stmpe_set_altfunc()
591 .get_altfunc = stmpe811_get_altfunc,
606 .get_altfunc = stmpe811_get_altfunc,
826 .get_altfunc = stmpe1601_get_altfunc,
936 .get_altfunc = NULL,
1041 .get_altfunc = stmpe24xx_get_altfunc,
1055 .get_altfunc = stmpe24xx_get_altfunc,
H A Dstmpe.h74 int (*get_altfunc)(struct stmpe *stmpe, enum stmpe_block block); member