Searched refs:datax (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | cma3000_d0x.c | 95 static void decode_mg(struct cma3000_accl_data *data, int *datax, in decode_mg() argument 99 *datax = ((s8)*datax) * data->bit_to_mg; in decode_mg() 107 int datax, datay, dataz, intr_status; in cma3000_thread_irq() local 122 datax = CMA3000_READ(data, CMA3000_DOUTX, "X"); in cma3000_thread_irq() 137 decode_mg(data, &datax, &datay, &dataz); in cma3000_thread_irq() 139 input_report_abs(data->input_dev, ABS_X, datax); in cma3000_thread_irq()
|