Home | History | Annotate | Download | only in hdmi_cec

Lines Matching full:connected

307 void cec_hdmi_hotplug(cec_context_t *ctx, int connected)
310 if(!ctx->system_control && connected == 0)
315 event.hotplug.connected = connected ? HDMI_CONNECTED : HDMI_NOT_CONNECTED;
384 int connected = 0;
388 snprintf (connected_path, sizeof(connected_path),"%s/connected",
391 connected = atoi(connected_data);
394 connected ? "connected":"disconnected");
398 return connected;