Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c66 #define APPLESPI_PACKET_SIZE 256 macro
562 rd_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_read_txfrs()
596 wr_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_write_txfrs()
747 APPLESPI_PACKET_SIZE); in applespi_async_write_complete()
789 memset(packet, 0, APPLESPI_PACKET_SIZE); in applespi_send_cmd_msg()
1416 APPLESPI_PACKET_SIZE); in applespi_debug_print_read_packet()
1430 APPLESPI_PACKET_SIZE)) { in applespi_got_data()
1471 if (off + rem > MAX_PKTS_PER_MSG * APPLESPI_PACKET_SIZE) { in applespi_got_data()
1478 if (off + len > MAX_PKTS_PER_MSG * APPLESPI_PACKET_SIZE) { in applespi_got_data()
1663 applespi->tx_buffer = devm_kmalloc(&spi->dev, APPLESPI_PACKET_SIZE, in applespi_probe()
[all …]