Searched refs:jog_dev (Results 1 – 1 of 1) sorted by relevance
777 struct input_dev *jog_dev = sonypi_device.input_jog_dev; in sonypi_report_input_event() local785 input_report_rel(jog_dev, REL_WHEEL, 1); in sonypi_report_input_event()786 input_sync(jog_dev); in sonypi_report_input_event()791 input_report_rel(jog_dev, REL_WHEEL, -1); in sonypi_report_input_event()792 input_sync(jog_dev); in sonypi_report_input_event()797 kp.dev = jog_dev; in sonypi_report_input_event()1150 struct input_dev *jog_dev; in sonypi_create_input_devices() local1155 sonypi_device.input_jog_dev = jog_dev = input_allocate_device(); in sonypi_create_input_devices()1156 if (!jog_dev) in sonypi_create_input_devices()1159 jog_dev->name = "Sony Vaio Jogdial"; in sonypi_create_input_devices()[all …]