Home
last modified time | relevance | path

Searched refs:REL_DIAL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/input/joystick/
H A Dwarrior.c67 input_report_rel(dev, REL_DIAL, (data[2] | ((data[0] & 4) << 5)) - ((data[0] & 8) << 5)); in warrior_process_packet()
147 input_dev->relbit[0] = BIT_MASK(REL_DIAL); in warrior_connect()
/linux/drivers/input/misc/
H A Dpowermate.c111 input_report_rel(pm->input, REL_DIAL, pm->data[1]); in powermate_irq()
372 input_dev->relbit[BIT_WORD(REL_DIAL)] = BIT_MASK(REL_DIAL); in powermate_probe()
/linux/include/uapi/linux/
H A Dinput-event-codes.h825 #define REL_DIAL 0x07 macro
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h825 #define REL_DIAL 0x07 macro
/linux/drivers/hid/
H A Dhid-debug.c3495 [REL_HWHEEL] = "HWheel", [REL_DIAL] = "Dial",