Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/whci/
Dwhcd.h178 struct whc_qset *qset_alloc(struct whc *whc, gfp_t mem_flags);
Dasl.c352 qset = qset_alloc(whc, GFP_KERNEL); in asl_init()
Dqset.c17 struct whc_qset *qset_alloc(struct whc *whc, gfp_t mem_flags) in qset_alloc() function
153 qset = qset_alloc(whc, mem_flags); in get_qset()