Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dtwl6040.h221 int twl6040_get_vibralr_status(struct twl6040 *twl6040);
/openbmc/linux/drivers/mfd/
H A Dtwl6040.c527 int twl6040_get_vibralr_status(struct twl6040 *twl6040) in twl6040_get_vibralr_status() function
547 EXPORT_SYMBOL(twl6040_get_vibralr_status);
/openbmc/linux/drivers/input/misc/
H A Dtwl6040-vibra.c173 ret = twl6040_get_vibralr_status(info->twl6040); in vibra_play_work()