Searched defs:typec_altmode_ops (Results 1 – 1 of 1) sorted by relevance
56 struct typec_altmode_ops { struct57 int (*enter)(struct typec_altmode *altmode, u32 *vdo);58 int (*exit)(struct typec_altmode *altmode);59 void (*attention)(struct typec_altmode *altmode, u32 vdo);60 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, const u32 *vdo, int cnt);61 int (*notify)(struct typec_altmode *altmode, unsigned long conf, void *data);62 int (*activate)(struct typec_altmode *altmode, int activate);