Home
last modified time | relevance | path

Searched refs:twidjoy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dtwidjoy.c78 struct twidjoy { struct
90 static void twidjoy_process_packet(struct twidjoy *twidjoy) in twidjoy_process_packet() argument
92 struct input_dev *dev = twidjoy->dev; in twidjoy_process_packet()
93 unsigned char *data = twidjoy->data; in twidjoy_process_packet()
127 struct twidjoy *twidjoy = serio_get_drvdata(serio); in twidjoy_interrupt() local
134 twidjoy->idx = 0; /* this byte starts a new packet */ in twidjoy_interrupt()
135 else if (twidjoy->idx == 0) in twidjoy_interrupt()
138 if (twidjoy in twidjoy_interrupt()
155 struct twidjoy *twidjoy = serio_get_drvdata(serio); twidjoy_disconnect() local
172 struct twidjoy *twidjoy; twidjoy_connect() local
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dtwidjoy.c75 struct twidjoy { struct
87 static void twidjoy_process_packet(struct twidjoy *twidjoy) in twidjoy_process_packet() argument
89 struct input_dev *dev = twidjoy->dev; in twidjoy_process_packet()
90 unsigned char *data = twidjoy->data; in twidjoy_process_packet()
124 struct twidjoy *twidjoy = serio_get_drvdata(serio); in twidjoy_interrupt() local
131 twidjoy->idx = 0; /* this byte starts a new packet */ in twidjoy_interrupt()
132 else if (twidjoy->idx == 0) in twidjoy_interrupt()
135 if (twidjoy in twidjoy_interrupt()
152 struct twidjoy *twidjoy = serio_get_drvdata(serio); twidjoy_disconnect() local
169 struct twidjoy *twidjoy; twidjoy_connect() local
[all...]

Completed in 2 milliseconds