Home
last modified time | relevance | path

Searched refs:_fwctl_alloc_device (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dfwctl.h84 struct fwctl_device *_fwctl_alloc_device(struct device *parent,
103 (drv_struct *)_fwctl_alloc_device(parent, ops, \
/linux-6.15/drivers/fwctl/
H A Dmain.c318 struct fwctl_device *_fwctl_alloc_device(struct device *parent, in _fwctl_alloc_device() function
341 EXPORT_SYMBOL_NS_GPL(_fwctl_alloc_device, "FWCTL");
/linux-6.15/drivers/cxl/core/
H A Dfeatures.c695 _fwctl_alloc_device(&cxlmd->dev, &cxlctl_ops, sizeof(*fwctl_dev)); in devm_cxl_setup_fwctl()