Home
last modified time | relevance | path

Searched defs:framer (Results 1 – 2 of 2) sorted by relevance

/include/linux/framer/
Dframer.h82 struct framer { struct
85 const struct framer_ops *ops; argument
86 struct mutex mutex; /* Protect framer */ argument
93 struct framer_status prev_status; argument
97 int framer_pm_runtime_get(struct framer *framer); argument
117 static inline int framer_pm_runtime_get(struct framer *framer) in framer_pm_runtime_get()
122 static inline int framer_pm_runtime_get_sync(struct framer *framer) in framer_pm_runtime_get_sync()
127 static inline int framer_pm_runtime_put(struct framer *framer) in framer_pm_runtime_put()
132 static inline int framer_pm_runtime_put_sync(struct framer *framer) in framer_pm_runtime_put_sync()
137 static inline int framer_init(struct framer *framer) in framer_init()
[all …]
Dframer-provider.h98 static inline void framer_set_drvdata(struct framer *framer, void *data) in framer_set_drvdata()
103 static inline void *framer_get_drvdata(struct framer *framer) in framer_get_drvdata()
144 static inline void framer_destroy(struct framer *framer) in framer_destroy()
181 void framer_notify_status_change(struct framer *framer) in framer_notify_status_change()