Searched refs:bma150_set_mode (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/misc/
H A Dbma150.c195 static int bma150_set_mode(struct bma150_data *bma150, u8 mode) bma150_set_mode() function
372 error = bma150_set_mode(bma150, BMA150_MODE_NORMAL); bma150_open()
385 bma150_set_mode(bma150, BMA150_MODE_SLEEP); bma150_close()
454 return bma150_set_mode(bma150, BMA150_MODE_SLEEP); bma150_initialize()
631 return bma150_set_mode(bma150, BMA150_MODE_SLEEP); bma150_suspend()
639 return bma150_set_mode(bma150, BMA150_MODE_NORMAL); bma150_resume()

Completed in 46 milliseconds