/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | xmit_linux.c | 10 uint rtw_remainder_len(struct pkt_file *pfile) in rtw_remainder_len() argument 12 return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); in rtw_remainder_len() 15 void _rtw_open_pktfile(struct sk_buff *pktptr, struct pkt_file *pfile) in _rtw_open_pktfile() argument 17 pfile->pkt = pktptr; in _rtw_open_pktfile() 18 pfile->cur_addr = pfile->buf_start = pktptr->data; in _rtw_open_pktfile() 19 pfile->pkt_len = pfile in _rtw_open_pktfile() 24 _rtw_pktfile_read(struct pkt_file * pfile,u8 * rmem,uint rlen) _rtw_pktfile_read() argument 39 rtw_endofpktfile(struct pkt_file * pfile) rtw_endofpktfile() argument [all...] |
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_sched.h | 22 int panthor_group_create(struct panthor_file *pfile, 25 int panthor_group_destroy(struct panthor_file *pfile, u32 group_handle); 26 int panthor_group_get_state(struct panthor_file *pfile, 30 panthor_job_create(struct panthor_file *pfile, 39 int panthor_group_pool_create(struct panthor_file *pfile); 40 void panthor_group_pool_destroy(struct panthor_file *pfile); 41 void panthor_fdinfo_gather_group_mem_info(struct panthor_file *pfile, 54 void panthor_fdinfo_gather_group_samples(struct panthor_file *pfile);
|
H A D | panthor_drv.c | 873 struct panthor_file *pfile = file->driver_priv; in panthor_ioctl_vm_create() local 880 ret = panthor_vm_pool_create_vm(ptdev, pfile->vms, args); in panthor_ioctl_vm_create() 893 struct panthor_file *pfile = file->driver_priv; in panthor_ioctl_vm_destroy() local 899 return panthor_vm_pool_destroy_vm(pfile->vms, args->id); in panthor_ioctl_vm_destroy() 907 struct panthor_file *pfile = file->driver_priv; in panthor_ioctl_bo_create() local 922 vm = panthor_vm_pool_get_vm(pfile->vms, args->exclusive_vm_id); in panthor_ioctl_bo_create() 974 struct panthor_file *pfile = file->driver_priv; in panthor_ioctl_group_submit() local 999 job = panthor_job_create(pfile, args->group_handle, qsubmit, in panthor_ioctl_group_submit() 1080 struct panthor_file *pfile = file->driver_priv; in panthor_ioctl_group_destroy() local 1086 return panthor_group_destroy(pfile, arg in panthor_ioctl_group_destroy() 1092 struct panthor_file *pfile = file->driver_priv; panthor_ioctl_group_create() local 1121 struct panthor_file *pfile = file->driver_priv; panthor_ioctl_group_get_state() local 1130 struct panthor_file *pfile = file->driver_priv; panthor_ioctl_tiler_heap_create() local 1173 struct panthor_file *pfile = file->driver_priv; panthor_ioctl_tiler_heap_destroy() local 1204 struct panthor_file *pfile = file->driver_priv; panthor_ioctl_vm_bind_async() local 1273 struct panthor_file *pfile = file->driver_priv; panthor_ioctl_vm_bind_sync() local 1325 struct panthor_file *pfile = file->driver_priv; panthor_ioctl_vm_get_state() local 1386 struct panthor_file *pfile = file->driver_priv; panthor_ioctl_set_user_mmio_offset() local 1400 struct panthor_file *pfile; panthor_open() local 1451 struct panthor_file *pfile = file->driver_priv; panthor_postclose() local 1484 struct panthor_file *pfile = file->driver_priv; panthor_mmap() local 1513 panthor_gpu_show_fdinfo(struct panthor_device * ptdev,struct panthor_file * pfile,struct drm_printer * p) panthor_gpu_show_fdinfo() argument 1536 struct panthor_file *pfile = file->driver_priv; panthor_show_internal_memory_stats() local [all...] |
H A D | panthor_mmu.h | 40 void panthor_vm_heaps_sizes(struct panthor_file *pfile, struct drm_memory_stats *stats); 60 void panthor_vm_pool_destroy(struct panthor_file *pfile); 61 int panthor_vm_pool_create(struct panthor_file *pfile);
|
H A D | panthor_sched.c | 2871 void panthor_fdinfo_gather_group_samples(struct panthor_file *pfile) in panthor_fdinfo_gather_group_samples() argument 2873 struct panthor_group_pool *gpool = pfile->groups; in panthor_fdinfo_gather_group_samples() 2883 pfile->stats.cycles += group->fdinfo.data.cycles; in panthor_fdinfo_gather_group_samples() 2884 pfile->stats.time += group->fdinfo.data.time; in panthor_fdinfo_gather_group_samples() 3417 int panthor_group_create(struct panthor_file *pfile, in panthor_group_create() argument 3421 struct panthor_device *ptdev = pfile->ptdev; in panthor_group_create() 3422 struct panthor_group_pool *gpool = pfile->groups; in panthor_group_create() 3470 group->vm = panthor_vm_pool_get_vm(pfile->vms, group_args->vm_id); in panthor_group_create() 3550 int panthor_group_destroy(struct panthor_file *pfile, u32 group_handle) in panthor_group_destroy() argument 3552 struct panthor_group_pool *gpool = pfile in panthor_group_destroy() 3598 panthor_group_get_state(struct panthor_file * pfile,struct drm_panthor_group_get_state * get_state) panthor_group_get_state() argument 3630 panthor_group_pool_create(struct panthor_file * pfile) panthor_group_pool_create() argument 3643 panthor_group_pool_destroy(struct panthor_file * pfile) panthor_group_pool_destroy() argument 3668 panthor_fdinfo_gather_group_mem_info(struct panthor_file * pfile,struct drm_memory_stats * stats) panthor_fdinfo_gather_group_mem_info() argument 3733 panthor_job_create(struct panthor_file * pfile,u16 group_handle,const struct drm_panthor_queue_submit * qsubmit,u64 drm_client_id) panthor_job_create() argument [all...] |
H A D | panthor_mmu.c | 1576 * @pfile: File. 1583 void panthor_vm_pool_destroy(struct panthor_file *pfile) in panthor_vm_pool_destroy() argument 1588 if (!pfile->vms) in panthor_vm_pool_destroy() 1591 xa_for_each(&pfile->vms->xa, i, vm) in panthor_vm_pool_destroy() 1594 xa_destroy(&pfile->vms->xa); in panthor_vm_pool_destroy() 1595 kfree(pfile->vms); in panthor_vm_pool_destroy() 1600 * @pfile: File. 1604 int panthor_vm_pool_create(struct panthor_file *pfile) in panthor_vm_pool_create() argument 1606 pfile->vms = kzalloc(sizeof(*pfile in panthor_vm_pool_create() 1940 panthor_vm_heaps_sizes(struct panthor_file * pfile,struct drm_memory_stats * stats) panthor_vm_heaps_sizes() argument [all...] |
/linux/drivers/staging/rtl8723bs/include/ |
H A D | xmit_osdep.h | 36 extern uint rtw_remainder_len(struct pkt_file *pfile); 37 extern void _rtw_open_pktfile(struct sk_buff *pkt, struct pkt_file *pfile); 38 extern uint _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen); 39 extern signed int rtw_endofpktfile(struct pkt_file *pfile);
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_perfcnt.c | 273 struct panfrost_file_priv *pfile = file_priv->driver_priv; in panfrost_perfcnt_close() local 274 struct panfrost_device *pfdev = pfile->pfdev; in panfrost_perfcnt_close() 279 if (perfcnt->user == pfile) in panfrost_perfcnt_close()
|
/linux/drivers/net/netdevsim/ |
H A D | ipsec.c | 282 ns->ipsec.pfile = debugfs_create_file("ipsec", 0400, in nsim_ipsec_init() 294 debugfs_remove_recursive(ipsec->pfile); in nsim_ipsec_teardown()
|
H A D | netdevsim.h | 54 struct dentry *pfile; member
|
/linux/fs/smb/client/ |
H A D | cifsfs.h | 101 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
|
H A D | cifsglob.h | 545 int (*notify)(const unsigned int xid, struct file *pfile, 1796 struct file *pfile; member
|
H A D | smb2ops.c | 2252 smb3_notify(const unsigned int xid, struct file *pfile, in smb3_notify() argument 2257 struct dentry *dentry = pfile->f_path.dentry; in smb3_notify() 2258 struct inode *inode = file_inode(pfile); in smb3_notify()
|
/linux/drivers/target/ |
H A D | target_core_file.c | 590 struct file *pfile = fd_dev->fd_prot_file; in fd_execute_rw_buffered() local 599 ret = fd_do_rw(cmd, pfile, dev->prot_length, in fd_execute_rw_buffered() 652 ret = fd_do_rw(cmd, pfile, dev->prot_length, in fd_execute_rw_buffered()
|