1HSI_PUT_CONTROLLER(9) High Speed Synchronous Serial HSI_PUT_CONTROLLER(9)
2
3
4
6 hsi_put_controller - Free an HSI controller
7
9 void hsi_put_controller(struct hsi_controller * hsi);
10
12 hsi
13 Pointer to the HSI controller to freed
14
16 HSI controller drivers should only use this function if they need to
17 free their allocated hsi_controller structures before a successful call
18 to hsi_register_controller. Other use is not allowed.
19
21Kernel Hackers Manual 3.10 June 2019 HSI_PUT_CONTROLLER(9)