Home
last modified time | relevance | path

Searched refs:fwctl_device (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/fwctl/
H A Dmain.c58 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()
[all …]
/linux/drivers/cxl/core/
H A Dfeatures.c354 static inline struct cxl_memdev *fwctl_to_memdev(struct fwctl_device *fwctl_dev) in fwctl_to_memdev()
648 struct fwctl_device *fwctl_dev = uctx->fwctl; in cxlctl_fw_rpc()
668 DEFINE_FREE(free_fwctl_dev, struct fwctl_device *, if (_T) fwctl_put(_T)) in DEFINE_FREE() argument
672 struct fwctl_device *fwctl_dev = _fwctl_dev; in DEFINE_FREE()
692 struct fwctl_device *fwctl_dev __free(free_fwctl_dev) = in devm_cxl_setup_fwctl()