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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dxilinx_ps2.c152 * @pserio: pointer to the serio structure of the PS/2 port
160 static int sxps2_write(struct serio *pserio, unsigned char c) argument
162 struct xps2data *drvdata = pserio->port_data;
183 * @pserio: pointer to the serio structure of the PS/2 device
187 static int sxps2_open(struct serio *pserio) argument
189 struct xps2data *drvdata = pserio->port_data;
211 * @pserio: pointer to the serio structure of the PS/2 device
215 static void sxps2_close(struct serio *pserio) argument
217 struct xps2data *drvdata = pserio->port_data;

Completed in 63 milliseconds