1HSI_ALLOC_CONTROLLER(9) High Speed Synchronous Serial HSI_ALLOC_CONTROLLER(9)
23
4
NAME
6hsi_alloc_controller - Allocate an HSI controller and its ports
7
SYNOPSIS
9struct hsi_controller * hsi_alloc_controller(unsigned int n_ports,
10gfp_t flags);
11
ARGUMENTS
13n_ports
14Number of ports on the HSI controller
1516
flags
17Kernel allocation flags
18
DESCRIPTION
20Return NULL on failure or a pointer to an hsi_controller on success.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 HSI_ALLOC_CONTROLLER(9)