table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
HSI_ALLOC_MSG(9) | High Speed Synchronous Serial | HSI_ALLOC_MSG(9) |
NAME¶
hsi_alloc_msg - Allocate an HSI messageSYNOPSIS¶
struct
hsi_msg * hsi_alloc_msg(unsigned int nents,
gfp_t flags);
ARGUMENTS¶
nentsNumber of memory entries
flags
Kernel allocation flags
DESCRIPTION¶
nents can be 0. This mainly makes sense for read transfer. In that case, HSI drivers will call the complete callback when there is data to be read without consuming it. Return NULL on failure or a pointer to an hsi_msg on success.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |