Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Dbma150.c36 #define BMA150_MODE_SLEEP 2 macro
372 if (bma150->mode != BMA150_MODE_SLEEP) in bma150_close()
373 bma150_set_mode(bma150, BMA150_MODE_SLEEP); in bma150_close()
414 return bma150_set_mode(bma150, BMA150_MODE_SLEEP); in bma150_initialize()
525 return bma150_set_mode(bma150, BMA150_MODE_SLEEP); in bma150_suspend()