Searched refs:cros_ec_cec (Results 1 – 1 of 1) sorted by relevance
33 struct cros_ec_cec { struct41 static void handle_cec_message(struct cros_ec_cec *cros_ec_cec) in handle_cec_message() argument43 struct cros_ec_device *cros_ec = cros_ec_cec->cros_ec; in handle_cec_message()49 cros_ec_cec->rx_msg.len = len; in handle_cec_message()50 memcpy(cros_ec_cec->rx_msg.msg, cec_message, len); in handle_cec_message()52 cec_received_msg(cros_ec_cec->adap, &cros_ec_cec->rx_msg); in handle_cec_message()55 static void handle_cec_event(struct cros_ec_cec *cros_ec_cec) in handle_cec_event() argument57 struct cros_ec_device *cros_ec = cros_ec_cec->cros_ec; in handle_cec_event()61 cec_transmit_attempt_done(cros_ec_cec->adap, in handle_cec_event()66 cec_transmit_attempt_done(cros_ec_cec->adap, in handle_cec_event()[all …]