Scroll to navigation

SPI_SPLIT_TRANSFERS_(9) Serial Peripheral Interface (S SPI_SPLIT_TRANSFERS_(9)

NAME

spi_split_transfers_maxsize - split spi transfers into multiple transfers when an individual transfer exceeds a certain size

SYNOPSIS

int spi_split_transfers_maxsize(struct spi_master * master, struct spi_message * msg, size_t maxsize, gfp_t gfp);

ARGUMENTS

master
the spi_master for this transfer
msg
the spi_message to transform
maxsize
the maximum when to apply this
gfp
GFP allocation flags

RETURN

status of transformation

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.