Home
last modified time | relevance | path

Searched refs:alloc_buffer (Results 1 – 14 of 14) sorted by relevance

/drivers/usb/host/
A Dohci-dbg.c665 static struct debug_buffer *alloc_buffer(struct ohci_hcd *ohci, in alloc_buffer() function
742 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
749 file->private_data = alloc_buffer(inode->i_private, in debug_periodic_open()
757 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
A Dehci-dbg.c915 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer() function
992 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
999 file->private_data = alloc_buffer(inode->i_private, in debug_bandwidth_open()
1009 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open()
1020 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
/drivers/platform/x86/amd/pmf/
A Dcore.c263 int amd_pmf_set_dram_addr(struct amd_pmf_dev *dev, bool alloc_buffer) in amd_pmf_set_dram_addr() argument
269 if (alloc_buffer) { in amd_pmf_set_dram_addr()
A Dpmf.h778 int amd_pmf_set_dram_addr(struct amd_pmf_dev *dev, bool alloc_buffer);
/drivers/net/ethernet/hisilicon/hns/
A Dhnae.h346 int (*alloc_buffer)(struct hnae_ring *ring, struct hnae_desc_cb *cb); member
592 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map()
A Dhnae.c91 .alloc_buffer = hnae_alloc_buffer,
/drivers/hwtracing/coresight/
A Dcoresight-etm-perf.c441 if (!sink_ops(sink)->alloc_buffer || !sink_ops(sink)->free_buffer) in etm_setup_aux()
451 sink_ops(sink)->alloc_buffer(sink, event, pages, in etm_setup_aux()
A Dultrasoc-smb.c411 .alloc_buffer = smb_alloc_buffer,
A Dcoresight-tmc-etf.c682 .alloc_buffer = tmc_alloc_etf_buffer,
A Dcoresight-etb10.c577 .alloc_buffer = etb_alloc_buffer,
A Dcoresight-trbe.c1193 .alloc_buffer = arm_trbe_alloc_buffer,
A Dcoresight-tmc-etr.c1898 .alloc_buffer = tmc_alloc_etr_buffer,
/drivers/md/
A Ddm-bufio.c1227 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) in alloc_buffer() function
1615 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
1625 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
2552 struct dm_buffer *b = alloc_buffer(c, GFP_KERNEL); in dm_bufio_client_create()
/drivers/usb/fotg210/
A Dfotg210-hcd.c737 *alloc_buffer(struct usb_bus *bus, ssize_t (*fill_func)(struct debug_buffer *)) in alloc_buffer() function
813 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open()
822 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open()
833 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()

Completed in 56 milliseconds