Home
last modified time | relevance | path

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

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