Searched refs:fwctl (Results 1 – 2 of 2) sorted by relevance
107 static inline struct fwctl_device *fwctl_get(struct fwctl_device *fwctl) in fwctl_get() argument109 get_device(&fwctl->dev); in fwctl_get()110 return fwctl; in fwctl_get()112 static inline void fwctl_put(struct fwctl_device *fwctl) in fwctl_put() argument114 put_device(&fwctl->dev); 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; member
1487 struct pds_fwctl_cmd fwctl; member1519 struct pds_fwctl_comp fwctl; member
Completed in 8 milliseconds