Searched refs:bma150_write_byte (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/ |
D | bma150.c | 150 static int bma150_write_byte(struct i2c_client *client, u8 reg, u8 val) in bma150_write_byte() function 176 return bma150_write_byte(client, reg, data); in bma150_set_reg_bits() 236 error = bma150_write_byte(bma150->client, BMA150_LOW_G_DUR_REG, dur); in bma150_set_low_g_interrupt() 240 error = bma150_write_byte(bma150->client, BMA150_LOW_G_THRES_REG, thres); in bma150_set_low_g_interrupt() 260 error = bma150_write_byte(bma150->client, in bma150_set_high_g_interrupt() 265 error = bma150_write_byte(bma150->client, in bma150_set_high_g_interrupt() 288 error = bma150_write_byte(bma150->client, in bma150_set_any_motion_interrupt()
|