/openbmc/linux/include/linux/ |
H A D | dmapool.h | 42 static inline void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc() 52 static inline void *dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_zalloc()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-mem.c | 90 td_alloc (struct ohci_hcd *hc, gfp_t mem_flags) in td_alloc() 134 ed_alloc (struct ohci_hcd *hc, gfp_t mem_flags) in ed_alloc()
|
H A D | xhci-mem.c | 190 gfp_t mem_flags) in xhci_insert_segment_mapping() 224 gfp_t mem_flags) in xhci_update_stream_segment_mapping() 273 static int xhci_update_stream_mapping(struct xhci_ring *ring, gfp_t mem_flags) in xhci_update_stream_mapping() 557 gfp_t mem_flags) in xhci_alloc_stream_ctx() 592 unsigned int max_packet, gfp_t mem_flags) in xhci_alloc_stream_info() 805 struct usb_tt *tt, gfp_t mem_flags) in xhci_alloc_tt_info() 1398 gfp_t mem_flags) in xhci_endpoint_init() 1711 bool allocate_completion, gfp_t mem_flags) in xhci_alloc_command() 1739 bool allocate_completion, gfp_t mem_flags) in xhci_alloc_command_with_ctx()
|
H A D | ehci-sched.c | 908 gfp_t mem_flags in intr_submit() 1002 iso_stream_alloc(gfp_t mem_flags) in iso_stream_alloc() 1166 iso_sched_alloc(unsigned packets, gfp_t mem_flags) in iso_sched_alloc() 1237 gfp_t mem_flags in itd_urb_transaction() 1915 gfp_t mem_flags) in itd_submit() 2036 gfp_t mem_flags in sitd_urb_transaction() 2294 gfp_t mem_flags) in sitd_submit()
|
H A D | xhci-ring.c | 3268 u32 ep_state, unsigned int num_trbs, gfp_t mem_flags) in prepare_ring() 3363 gfp_t mem_flags) in prepare_transfer() 3515 int xhci_queue_intr_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_intr_tx() 3643 int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_bulk_tx() 3804 int xhci_queue_ctrl_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_ctrl_tx() 4101 static int xhci_queue_isoc_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_isoc_tx() 4293 int xhci_queue_isoc_tx_prepare(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_isoc_tx_prepare()
|
H A D | xhci.c | 1295 gfp_t mem_flags) in xhci_map_urb_for_dma() 1430 unsigned int ep_index, struct urb *urb, gfp_t mem_flags) in xhci_check_maxpacket() 1503 static int xhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in xhci_urb_enqueue() 3366 unsigned int num_streams, gfp_t mem_flags) in xhci_alloc_streams() 3533 gfp_t mem_flags) in xhci_free_streams() 4994 struct usb_tt *tt, gfp_t mem_flags) in xhci_update_hub_device()
|
/openbmc/linux/drivers/usb/core/ |
H A D | buffer.c | 118 gfp_t mem_flags, in hcd_buffer_alloc() 177 size_t size, gfp_t mem_flags, dma_addr_t *dma) in hcd_buffer_alloc_pages()
|
H A D | hcd.c | 1260 gfp_t mem_flags, dma_addr_t *dma_handle, in hcd_alloc_coherent() 1378 gfp_t mem_flags) in map_urb_for_dma() 1387 gfp_t mem_flags) in usb_hcd_map_urb_for_dma() 1508 int usb_hcd_submit_urb (struct urb *urb, gfp_t mem_flags) in usb_hcd_submit_urb() 2017 unsigned int num_streams, gfp_t mem_flags) in usb_alloc_streams() 2067 gfp_t mem_flags) in usb_free_streams()
|
H A D | urb.c | 71 struct urb *usb_alloc_urb(int iso_packets, gfp_t mem_flags) in usb_alloc_urb() 368 int usb_submit_urb(struct urb *urb, gfp_t mem_flags) in usb_submit_urb()
|
/openbmc/linux/mm/ |
H A D | dmapool.c | 96 gfp_t mem_flags) in pool_check_block() 165 gfp_t mem_flags) in pool_check_block() 334 static struct dma_page *pool_alloc_page(struct dma_pool *pool, gfp_t mem_flags) in pool_alloc_page() 404 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | generic.c | 155 gfp_t mem_flags) in usb_serial_generic_write_start() 301 int index, gfp_t mem_flags) in usb_serial_generic_submit_read_urb() 325 gfp_t mem_flags) in usb_serial_generic_submit_read_urbs()
|
H A D | sierra.c | 661 static int sierra_submit_rx_urbs(struct usb_serial_port *port, gfp_t mem_flags) in sierra_submit_rx_urbs() 699 gfp_t mem_flags, in sierra_setup_urb()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 380 lpfc_mbuf_alloc(struct lpfc_hba *phba, int mem_flags, dma_addr_t *handle) in lpfc_mbuf_alloc() 466 lpfc_nvmet_buf_alloc(struct lpfc_hba *phba, int mem_flags, dma_addr_t *handle) in lpfc_nvmet_buf_alloc()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | host.c | 408 static int ci_hdrc_alloc_dma_aligned_buffer(struct urb *urb, gfp_t mem_flags) in ci_hdrc_alloc_dma_aligned_buffer() 434 gfp_t mem_flags) in ci_hdrc_map_urb_for_dma()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 157 gfp_t mem_flags) in usbhsh_ureq_alloc() 367 gfp_t mem_flags) in usbhsh_endpoint_attach() 661 gfp_t mem_flags) in usbhsh_queue_push() 811 gfp_t mem_flags) in usbhsh_data_stage_packet_push() 842 gfp_t mem_flags) in usbhsh_status_stage_packet_push() 950 gfp_t mem_flags) in usbhsh_urb_enqueue()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 693 static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in vhci_urb_enqueue() 1301 unsigned int num_streams, gfp_t mem_flags) in vhci_alloc_streams() 1310 gfp_t mem_flags) in vhci_free_streams()
|
H A D | vudc_dev.c | 280 gfp_t mem_flags) in vep_alloc_request() 309 gfp_t mem_flags) in vep_queue()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | uss720.c | 125 gfp_t mem_flags) in submit_async_request() 193 …c int get_1284_register(struct parport *pp, unsigned char reg, unsigned char *val, gfp_t mem_flags) in get_1284_register() 229 …ic int set_1284_register(struct parport *pp, unsigned char reg, unsigned char val, gfp_t mem_flags) in set_1284_register()
|
/openbmc/linux/arch/mips/sibyte/common/ |
H A D | cfe.c | 82 int mem_flags = 0; in prom_meminit() local
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 196 gfp_t mem_flags) in cdnsp_insert_segment_mapping() 231 gfp_t mem_flags) in cdnsp_update_stream_segment_mapping() 943 gfp_t mem_flags) in cdnsp_endpoint_init()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 658 gfp_t mem_flags) in dummy_alloc_request() 691 gfp_t mem_flags) in dummy_queue() 1262 gfp_t mem_flags in dummy_urb_enqueue() 2555 unsigned int num_streams, gfp_t mem_flags) in dummy_alloc_streams() 2602 gfp_t mem_flags) in dummy_free_streams()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd_ddma.c | 114 static int dwc2_frame_list_alloc(struct dwc2_hsotg *hsotg, gfp_t mem_flags) in dwc2_frame_list_alloc() 313 gfp_t mem_flags) in dwc2_hcd_qh_init_ddma()
|
H A D | hcd.c | 2468 static int dwc2_alloc_dma_aligned_buffer(struct urb *urb, gfp_t mem_flags) in dwc2_alloc_dma_aligned_buffer() 2510 gfp_t mem_flags) in dwc2_map_urb_for_dma() 3826 gfp_t mem_flags) in dwc2_hcd_urb_alloc() 4018 gfp_t mem_flags, int *ttport) in dwc2_host_get_tt_info() 4617 gfp_t mem_flags) in _dwc2_hcd_urb_enqueue()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | usb.c | 78 static int urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in urb_enqueue()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 3015 struct list_head *qtd_list, gfp_t mem_flags) in submit_async() 3819 struct list_head *qtd_list, gfp_t mem_flags) in intr_submit() 3902 static struct fotg210_iso_stream *iso_stream_alloc(gfp_t mem_flags) in iso_stream_alloc() 4010 gfp_t mem_flags) in iso_sched_alloc() 4070 struct fotg210_hcd *fotg210, struct urb *urb, gfp_t mem_flags) in itd_urb_transaction() 4516 gfp_t mem_flags) in itd_submit() 5258 gfp_t mem_flags) in fotg210_urb_enqueue()
|