Lines Matching refs:ssam_controller

106 struct ssam_controller;
108 struct ssam_controller *ssam_get_controller(void);
109 struct ssam_controller *ssam_client_bind(struct device *client);
110 int ssam_client_link(struct ssam_controller *ctrl, struct device *client);
112 struct device *ssam_controller_device(struct ssam_controller *c);
114 struct ssam_controller *ssam_controller_get(struct ssam_controller *c);
115 void ssam_controller_put(struct ssam_controller *c);
117 void ssam_controller_statelock(struct ssam_controller *c);
118 void ssam_controller_stateunlock(struct ssam_controller *c);
121 struct ssam_controller *ctrl,
184 int ssam_request_sync_submit(struct ssam_controller *ctrl,
210 int ssam_request_do_sync(struct ssam_controller *ctrl,
214 int ssam_request_do_sync_with_buffer(struct ssam_controller *ctrl,
348 * ssam_controller *ctrl)``, returning the status of the request, which is
356 static int name(struct ssam_controller *ctrl) \
387 * ssam_controller *ctrl, const atype *arg)``, returning the status of the
396 static int name(struct ssam_controller *ctrl, const atype *arg) \
428 * ssam_controller *ctrl, rtype *ret)``, returning the status of the request,
437 static int name(struct ssam_controller *ctrl, rtype *ret) \
488 * ssam_controller *ctrl, const atype *arg, rtype *ret)``, returning the status
498 static int name(struct ssam_controller *ctrl, const atype *arg, rtype *ret) \
548 * ssam_controller *ctrl, u8 tid, u8 iid)``, returning the status of the
557 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid) \
589 * ssam_controller *ctrl, u8 tid, u8 iid, const atype *arg)``, returning the
599 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, const atype *arg) \
632 * ssam_controller *ctrl, u8 tid, u8 iid, rtype *ret)``, returning the status
642 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, rtype *ret) \
694 * ssam_controller *ctrl, u8 tid, u8 iid, const atype *arg, rtype *ret)``,
705 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, \
960 int ssam_notifier_register(struct ssam_controller *ctrl,
963 int __ssam_notifier_unregister(struct ssam_controller *ctrl,
980 static inline int ssam_notifier_unregister(struct ssam_controller *ctrl,
986 int ssam_controller_event_enable(struct ssam_controller *ctrl,
990 int ssam_controller_event_disable(struct ssam_controller *ctrl,