Searched refs:pserio (Results 1 – 1 of 1) sorted by relevance
147 * @pserio: pointer to the serio structure of the PS/2 port155 static int sxps2_write(struct serio *pserio, unsigned char c) in sxps2_write() argument 157 struct xps2data *drvdata = pserio->port_data; in sxps2_write() 173 * @pserio: pointer to the serio structure of the PS/2 device177 static int sxps2_open(struct serio *pserio) in sxps2_open() argument 179 struct xps2data *drvdata = pserio->port_data; in sxps2_open() 201 * @pserio: pointer to the serio structure of the PS/2 device205 static void sxps2_close(struct serio *pserio) in sxps2_close() argument 207 struct xps2data *drvdata = pserio->port_data; in sxps2_close()