Searched refs:fwctl_device (Results 1 – 1 of 1) sorted by relevance
12 struct fwctl_device;68 struct fwctl_device { struct84 struct fwctl_device *_fwctl_alloc_device(struct device *parent, argument100 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;
Completed in 11 milliseconds