Searched defs:transport_ops (Results 1 – 2 of 2) sorted by relevance
9 struct transport_ops { struct10 int (*put_events)(struct mbox_context *context, uint8_t mask);11 int (*set_events)(struct mbox_context *context, uint8_t events,13 int (*clear_events)(struct mbox_context *context, uint8_t events,
1192 const struct elan_transport_ops *transport_ops; in elan_probe() local