Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dapplespi.c66 #define APPLESPI_PACKET_SIZE 256 macro
552 rd_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_read_txfrs()
584 wr_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_write_txfrs()
734 APPLESPI_PACKET_SIZE); in applespi_async_write_complete()
774 memset(packet, 0, APPLESPI_PACKET_SIZE); in applespi_send_cmd_msg()
1401 APPLESPI_PACKET_SIZE); in applespi_debug_print_read_packet()
1415 APPLESPI_PACKET_SIZE)) { in applespi_got_data()
1456 if (off + rem > MAX_PKTS_PER_MSG * APPLESPI_PACKET_SIZE) { in applespi_got_data()
1463 if (off + len > MAX_PKTS_PER_MSG * APPLESPI_PACKET_SIZE) { in applespi_got_data()
1662 applespi->tx_buffer = devm_kmalloc(&spi->dev, APPLESPI_PACKET_SIZE, in applespi_probe()
[all …]