Lines Matching defs:mem_flags
2468 static int dwc2_alloc_dma_aligned_buffer(struct urb *urb, gfp_t mem_flags)
2487 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags);
2510 gfp_t mem_flags)
2518 ret = dwc2_alloc_dma_aligned_buffer(urb, mem_flags);
2522 ret = usb_hcd_map_urb_for_dma(hcd, urb, mem_flags);
3822 gfp_t mem_flags)
3826 urb = kzalloc_flex(*urb, iso_descs, iso_desc_count, mem_flags);
4005 * @mem_flags: Flags for allocating memory.
4014 gfp_t mem_flags, int *ttport)
4036 mem_flags);
4610 * (URB). mem_flags indicates the type of memory allocation to use while
4614 gfp_t mem_flags)
4691 mem_flags);
4737 qh = dwc2_hcd_qh_create(hsotg, dwc2_urb, mem_flags);
4746 qtd = kzalloc_obj(*qtd, mem_flags);