Home
last modified time | relevance | path

Searched refs:PSX_CMD_POLL (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/input/joystick/
Dpsxpad-spi.c42 static const u8 PSX_CMD_POLL[] = { variable
69 u8 response[sizeof(PSX_CMD_POLL)] ____cacheline_aligned;
213 memcpy(pad->sendbuf, PSX_CMD_POLL, sizeof(PSX_CMD_POLL)); in psxpad_spi_poll()
216 err = psxpad_command(pad, sizeof(PSX_CMD_POLL)); in psxpad_spi_poll()