Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c79 #define MAX_PKTS_PER_MSG 2 macro
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()
1669 applespi->msg_buf = devm_kmalloc_array(&spi->dev, MAX_PKTS_PER_MSG, in applespi_probe()