Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/keyboard/
Dapplespi.c65 #define APPLESPI_PACKET_SIZE 256 macro
551 rd_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_read_txfrs()
583 wr_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_write_txfrs()
733 APPLESPI_PACKET_SIZE); in applespi_async_write_complete()
765 memset(packet, 0, APPLESPI_PACKET_SIZE); in applespi_send_cmd_msg()
1392 APPLESPI_PACKET_SIZE); in applespi_debug_print_read_packet()
1406 APPLESPI_PACKET_SIZE)) { in applespi_got_data()
1447 if (off + rem > MAX_PKTS_PER_MSG * APPLESPI_PACKET_SIZE) { in applespi_got_data()
1454 if (off + len > MAX_PKTS_PER_MSG * APPLESPI_PACKET_SIZE) { in applespi_got_data()
1653 applespi->tx_buffer = devm_kmalloc(&spi->dev, APPLESPI_PACKET_SIZE, in applespi_probe()
[all …]