Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dstinger.c36 struct stinger { struct
48 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument
50 struct input_dev *dev = stinger->dev; in stinger_process_packet()
51 unsigned char *data = stinger->data; in stinger_process_packet()
53 if (!stinger->idx) return; in stinger_process_packet()
83 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local
87 if (stinger->idx < STINGER_MAX_LENGTH) in stinger_interrupt()
88 stinger in stinger_interrupt()
104 struct stinger *stinger = serio_get_drvdata(serio); stinger_disconnect() local
120 struct stinger *stinger; stinger_connect() local
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dstinger.c33 struct stinger { struct
45 static void stinger_process_packet(struct stinger *stinger) in stinger_process_packet() argument
47 struct input_dev *dev = stinger->dev; in stinger_process_packet()
48 unsigned char *data = stinger->data; in stinger_process_packet()
50 if (!stinger->idx) return; in stinger_process_packet()
80 struct stinger *stinger = serio_get_drvdata(serio); in stinger_interrupt() local
84 if (stinger->idx < STINGER_MAX_LENGTH) in stinger_interrupt()
85 stinger in stinger_interrupt()
101 struct stinger *stinger = serio_get_drvdata(serio); stinger_disconnect() local
117 struct stinger *stinger; stinger_connect() local
[all...]

Completed in 1 milliseconds