Lines Matching defs:tcpc_config
67 struct tcpc_config { struct
68 const u32 *src_pdo;
69 unsigned int nr_src_pdo;
71 const u32 *snk_pdo;
72 unsigned int nr_snk_pdo;
74 const u32 *snk_vdo;
75 unsigned int nr_snk_vdo;
77 unsigned int operating_snk_mw;
79 enum typec_port_type type;
80 enum typec_port_data data;
81 enum typec_role default_role;
82 bool try_role_hw; /* try.{src,snk} implemented in hardware */
83 bool self_powered; /* port belongs to a self powered device */
85 const struct typec_altmode_desc *alt_modes;