Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dapplespi.c30 * encapsulated in one or more packets (struct spi_packet). There are two types
313 * struct spi_packet - a complete spi packet; always 256 bytes. This carries
318 * spi_packet's are concatenated until @remaining is 0, and the result is an
337 struct spi_packet { struct
752 struct spi_packet *packet = (struct spi_packet *)applespi->tx_buffer; in applespi_send_cmd_msg()
1340 struct spi_packet *packet, in applespi_handle_cmd_response()
1385 struct spi_packet *packet) in applespi_debug_print_read_packet()
1406 struct spi_packet *packet; in applespi_got_data()
1432 packet = (struct spi_packet *)applesp in applespi_got_data()
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dapplespi.c30 * encapsulated in one or more packets (struct spi_packet). There are two types
322 * struct spi_packet - a complete spi packet; always 256 bytes. This carries
327 * spi_packet's are concatenated until @remaining is 0, and the result is an
346 struct spi_packet { struct
767 struct spi_packet *packet = (struct spi_packet *)applespi->tx_buffer; in applespi_send_cmd_msg()
1355 struct spi_packet *packet, in applespi_handle_cmd_response()
1400 struct spi_packet *packet) in applespi_debug_print_read_packet()
1421 struct spi_packet *packet; in applespi_got_data()
1447 packet = (struct spi_packet *)applesp in applespi_got_data()
[all...]

Completed in 5 milliseconds