Searched refs:hsi_alloc_controller (Results 1 – 3 of 3) sorted by relevance
292 struct hsi_controller *hsi_alloc_controller(unsigned int n_ports, gfp_t flags);
475 struct hsi_controller *hsi_alloc_controller(unsigned int n_ports, gfp_t flags) in hsi_alloc_controller() function521 EXPORT_SYMBOL_GPL(hsi_alloc_controller);
532 ssi = hsi_alloc_controller(num_ports, GFP_KERNEL); in ssi_probe()