Searched refs:pidev (Results 1 – 2 of 2) sorted by relevance
458 static void lis3lv02d_joystick_poll(struct input_polled_dev *pidev) in lis3lv02d_joystick_poll() argument460 struct lis3lv02d *lis3 = pidev->private; in lis3lv02d_joystick_poll()465 input_report_abs(pidev->input, ABS_X, x); in lis3lv02d_joystick_poll()466 input_report_abs(pidev->input, ABS_Y, y); in lis3lv02d_joystick_poll()467 input_report_abs(pidev->input, ABS_Z, z); in lis3lv02d_joystick_poll()468 input_sync(pidev->input); in lis3lv02d_joystick_poll()472 static void lis3lv02d_joystick_open(struct input_polled_dev *pidev) in lis3lv02d_joystick_open() argument474 struct lis3lv02d *lis3 = pidev->private; in lis3lv02d_joystick_open()485 lis3lv02d_joystick_poll(pidev); in lis3lv02d_joystick_open()488 static void lis3lv02d_joystick_close(struct input_polled_dev *pidev) in lis3lv02d_joystick_close() argument[all …]
408 static inline void in6_dev_put_clear(struct inet6_dev **pidev) in in6_dev_put_clear() argument410 struct inet6_dev *idev = *pidev; in in6_dev_put_clear()414 *pidev = NULL; in in6_dev_put_clear()