Searched refs:cros_ec_cec (Results 1 – 1 of 1) sorted by relevance
38 struct cros_ec_cec *cros_ec_cec; member50 struct cros_ec_cec { struct70 static void handle_cec_message(struct cros_ec_cec *cros_ec_cec) in handle_cec_message() argument72 struct cros_ec_device *cros_ec = cros_ec_cec->cros_ec; in handle_cec_message()86 if (cros_ec_cec->num_ports != 1) { in handle_cec_message()89 cros_ec_cec->num_ports); in handle_cec_message()92 port = cros_ec_cec->ports[0]; in handle_cec_message()99 struct cros_ec_device *cros_ec = port->cros_ec_cec->cros_ec; in cros_ec_cec_read_message()117 static void handle_cec_event(struct cros_ec_cec *cros_ec_cec) in handle_cec_event() argument119 struct cros_ec_device *cros_ec = cros_ec_cec->cros_ec; in handle_cec_event()[all …]