···251251252252/**253253 * gscps2_interrupt() - Interruption service routine254254+ * @irq: interrupt number which triggered (unused)255255+ * @dev: device pointer (unused)254256 *255257 * This function reads received PS/2 bytes and processes them on256258 * all interfaces.···331329332330/**333331 * gscps2_probe() - Probes PS2 devices332332+ * @dev: pointer to parisc_device struct which will be probed333333+ *334334 * @return: success/error report335335 */336336···424420425421/**426422 * gscps2_remove() - Removes PS2 devices423423+ * @dev: pointer to parisc_device which shall be removed424424+ *427425 * @return: success/error report428426 */429427