Searched refs:lis3lv02d_get_xyz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 164 * lis3lv02d_get_xyz - Get X, Y and Z axis values from the accelerometer 172 static void lis3lv02d_get_xyz(struct lis3lv02d *lis3, int *x, int *y, int *z) in lis3lv02d_get_xyz() function 451 lis3lv02d_get_xyz(lis3, &x, &y, &z); in lis3lv02d_joystick_poll() 539 lis3lv02d_get_xyz(lis3, &dummy, &dummy, &dummy); in lis302dl_data_ready() 818 lis3lv02d_get_xyz(lis3, &x, &y, &z); in lis3lv02d_position_show()
|
/kernel/linux/linux-6.6/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 164 * lis3lv02d_get_xyz - Get X, Y and Z axis values from the accelerometer 172 static void lis3lv02d_get_xyz(struct lis3lv02d *lis3, int *x, int *y, int *z) in lis3lv02d_get_xyz() function 451 lis3lv02d_get_xyz(lis3, &x, &y, &z); in lis3lv02d_joystick_poll() 539 lis3lv02d_get_xyz(lis3, &dummy, &dummy, &dummy); in lis302dl_data_ready() 818 lis3lv02d_get_xyz(lis3, &x, &y, &z); in lis3lv02d_position_show()
|
Completed in 4 milliseconds