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

/linux-4.4.14/drivers/input/serio/
H A Dxilinx_ps2.c153 * @pserio: pointer to the serio structure of the PS/2 port
161 static int sxps2_write(struct serio *pserio, unsigned char c) sxps2_write() argument
163 struct xps2data *drvdata = pserio->port_data; sxps2_write()
184 * @pserio: pointer to the serio structure of the PS/2 device
188 static int sxps2_open(struct serio *pserio) sxps2_open() argument
190 struct xps2data *drvdata = pserio->port_data; sxps2_open()
212 * @pserio: pointer to the serio structure of the PS/2 device
216 static void sxps2_close(struct serio *pserio) sxps2_close() argument
218 struct xps2data *drvdata = pserio->port_data; sxps2_close()

Completed in 52 milliseconds