Home
last modified time | relevance | path

Searched refs:cros_ec_cec (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c38 struct cros_ec_cec *cros_ec_cec; member
50 struct cros_ec_cec { struct
70 static void handle_cec_message(struct cros_ec_cec *cros_ec_cec) in handle_cec_message() argument
72 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() argument
119 struct cros_ec_device *cros_ec = cros_ec_cec->cros_ec; in handle_cec_event()
[all …]