Home
last modified time | relevance | path

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

/include/linux/
A Dfwctl.h107 static inline struct fwctl_device *fwctl_get(struct fwctl_device *fwctl) in fwctl_get() argument
109 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() argument
114 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
/include/linux/pds/
A Dpds_adminq.h1487 struct pds_fwctl_cmd fwctl; member
1519 struct pds_fwctl_comp fwctl; member

Completed in 9 milliseconds