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

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

Completed in 106 milliseconds