Lines Matching refs:fwctl_device
58 struct fwctl_device *fwctl = ucmd->uctx->fwctl; in fwctl_cmd_info()
88 struct fwctl_device *fwctl = ucmd->uctx->fwctl; in fwctl_cmd_rpc()
209 struct fwctl_device *fwctl = in fwctl_fops_open()
210 container_of(inode->i_cdev, struct fwctl_device, cdev); in fwctl_fops_open()
246 struct fwctl_device *fwctl = uctx->fwctl; in fwctl_fops_release()
273 struct fwctl_device *fwctl = in fwctl_device_release()
274 container_of(device, struct fwctl_device, dev); in fwctl_device_release()
292 static struct fwctl_device *
295 struct fwctl_device *fwctl __free(kfree) = kzalloc(size, GFP_KERNEL); in _alloc_device()
318 struct fwctl_device *_fwctl_alloc_device(struct device *parent, in _fwctl_alloc_device()
322 struct fwctl_device *fwctl __free(fwctl) = in _fwctl_alloc_device()
350 int fwctl_register(struct fwctl_device *fwctl) in fwctl_register()
372 void fwctl_unregister(struct fwctl_device *fwctl) in fwctl_unregister()