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);
3820 gfp_t mem_flags)
3824 urb = kzalloc(struct_size(urb, iso_descs, iso_desc_count), mem_flags);
4003 * @mem_flags: Flags for allocating memory.
4012 gfp_t mem_flags, int *ttport)
4034 mem_flags);
4605 * (URB). mem_flags indicates the type of memory allocation to use while
4609 gfp_t mem_flags)
4686 mem_flags);
4732 qh = dwc2_hcd_qh_create(hsotg, dwc2_urb, mem_flags);
4741 qtd = kzalloc(sizeof(*qtd), mem_flags);