Searched defs:ps8xxx_data (Results 1 – 1 of 1) sorted by relevance
20 struct ps8xxx_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;35 bool msg_pending;38 tcpc_alert_handler_cb_t alert_handler;40 void *alert_handler_data;[all …]