Lines Matching defs:mem_flags
2503 static int dwc2_alloc_dma_aligned_buffer(struct urb *urb, gfp_t mem_flags)
2522 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags);
2545 gfp_t mem_flags)
2553 ret = dwc2_alloc_dma_aligned_buffer(urb, mem_flags);
2557 ret = usb_hcd_map_urb_for_dma(hcd, urb, mem_flags);
3802 gfp_t mem_flags)
3806 urb = kzalloc(struct_size(urb, iso_descs, iso_desc_count), mem_flags);
3985 * @mem_flags: Flags for allocating memory.
3994 gfp_t mem_flags, int *ttport)
4016 mem_flags);
4549 * (URB). mem_flags indicates the type of memory allocation to use while
4553 gfp_t mem_flags)
4601 mem_flags);
4647 qh = dwc2_hcd_qh_create(hsotg, dwc2_urb, mem_flags);
4656 qtd = kzalloc(sizeof(*qtd), mem_flags);