Lines Matching defs:context
33 * @context: Handler specific context to pass on event
38 int (*pwcback)(struct rio_mport *mport, void *context,
40 void *context;
557 * @context: Handler specific context to pass on event
562 int rio_add_mport_pw_handler(struct rio_mport *mport, void *context,
564 void *context, union rio_pw_msg *msg, int step))
572 pwrite->context = context;
584 * @context: Registered handler specific context to pass on event
589 int rio_del_mport_pw_handler(struct rio_mport *mport, void *context,
591 void *context, union rio_pw_msg *msg, int step))
598 if (pwrite->pwcback == pwcback && pwrite->context == context) {
1212 pwrite->pwcback(mport, pwrite->context, pw_msg, 0);