Searched refs:fwctl_device (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | fwctl.h | 12 struct fwctl_device; 68 struct fwctl_device { struct 84 struct fwctl_device *_fwctl_alloc_device(struct device *parent, argument 100 static_assert(__same_type(struct fwctl_device, \ 107 static inline struct fwctl_device *fwctl_get(struct fwctl_device *fwctl) in fwctl_get() 112 static inline void fwctl_put(struct fwctl_device *fwctl) in fwctl_put() 116 DEFINE_FREE(fwctl, struct fwctl_device *, if (_T) fwctl_put(_T)); 118 int fwctl_register(struct fwctl_device *fwctl); 119 void fwctl_unregister(struct fwctl_device *fwctl); 129 struct fwctl_device *fwctl;
|
| /linux-6.15/drivers/fwctl/ |
| H A D | main.c | 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 * 322 struct fwctl_device *fwctl __free(fwctl) = in _fwctl_alloc_device() 350 int fwctl_register(struct fwctl_device *fwctl) in fwctl_register() [all …]
|
| /linux-6.15/drivers/cxl/core/ |
| H A D | features.c | 344 static inline struct cxl_memdev *fwctl_to_memdev(struct fwctl_device *fwctl_dev) in fwctl_to_memdev() 650 struct fwctl_device *fwctl_dev = uctx->fwctl; in cxlctl_fw_rpc() 670 DEFINE_FREE(free_fwctl_dev, struct fwctl_device *, if (_T) fwctl_put(_T)) in DEFINE_FREE() argument 674 struct fwctl_device *fwctl_dev = _fwctl_dev; in DEFINE_FREE() 694 struct fwctl_device *fwctl_dev __free(free_fwctl_dev) = in devm_cxl_setup_fwctl()
|
| /linux-6.15/drivers/fwctl/mlx5/ |
| H A D | main.c | 25 struct fwctl_device fwctl;
|
| /linux-6.15/drivers/fwctl/pds/ |
| H A D | main.c | 32 struct fwctl_device fwctl;
|