Searched defs:typec_altmode_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/usb/ |
| D | typec_altmode.h | 57 struct typec_altmode_ops { struct 58 int (*enter)(struct typec_altmode *altmode); 59 int (*exit)(struct typec_altmode *altmode); 60 void (*attention)(struct typec_altmode *altmode, u32 vdo); 61 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, 63 int (*notify)(struct typec_altmode *altmode, unsigned long conf, 65 int (*activate)(struct typec_altmode *altmode, int activate);
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | typec_altmode.h | 57 struct typec_altmode_ops { struct 58 int (*enter)(struct typec_altmode *altmode, u32 *vdo); 59 int (*exit)(struct typec_altmode *altmode); 60 void (*attention)(struct typec_altmode *altmode, u32 vdo); 61 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, 63 int (*notify)(struct typec_altmode *altmode, unsigned long conf, 65 int (*activate)(struct typec_altmode *altmode, int activate);
|