Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/misc/
Dbma150.c166 static int bma150_write_byte(struct i2c_client *client, u8 reg, u8 val) in bma150_write_byte() function
192 return bma150_write_byte(client, reg, data); in bma150_set_reg_bits()
252 error = bma150_write_byte(bma150->client, BMA150_LOW_G_DUR_REG, dur); in bma150_set_low_g_interrupt()
256 error = bma150_write_byte(bma150->client, BMA150_LOW_G_THRES_REG, thres); in bma150_set_low_g_interrupt()
276 error = bma150_write_byte(bma150->client, in bma150_set_high_g_interrupt()
281 error = bma150_write_byte(bma150->client, in bma150_set_high_g_interrupt()
304 error = bma150_write_byte(bma150->client, in bma150_set_any_motion_interrupt()