Searched defs:rt1715_data (Results 1 – 1 of 1) sorted by relevance
20 struct rt1715_data { struct22 const struct device *const dev;24 struct k_work_delayable init_dwork;26 int init_retries;28 bool initialized;31 struct gpio_callback alert_cb;33 struct k_work alert_work;36 bool msg_pending;38 struct pd_msg rx_msg;41 tcpc_alert_handler_cb_t alert_handler;[all …]