Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/hsi/
Dhsi.h295 struct hsi_controller *hsi_alloc_controller(unsigned int n_ports, gfp_t flags);
/linux-4.4.14/drivers/hsi/
Dhsi.c476 struct hsi_controller *hsi_alloc_controller(unsigned int n_ports, gfp_t flags) in hsi_alloc_controller() function
522 EXPORT_SYMBOL_GPL(hsi_alloc_controller);
/linux-4.4.14/drivers/hsi/controllers/
Domap_ssi.c477 ssi = hsi_alloc_controller(num_ports, GFP_KERNEL); in ssi_probe()