Lines Matching defs:ctx
122 static ssize_t write_int_to_node(cec_context_t *ctx, in write_int_to_node()
148 static ssize_t cec_get_fb_node_number(cec_context_t *ctx) in cec_get_fb_node_number()
181 cec_context_t* ctx = (cec_context_t*)(dev); in cec_add_logical_address() local
193 cec_context_t* ctx = (cec_context_t*)(dev); in cec_clear_logical_address() local
204 cec_context_t* ctx = (cec_context_t*)(dev); in cec_get_physical_address() local
225 cec_context_t* ctx = (cec_context_t*)(dev); in cec_send_message() local
291 void cec_receive_message(cec_context_t *ctx, char *msg, ssize_t len) in cec_receive_message()
318 void cec_hdmi_hotplug(cec_context_t *ctx, int connected) in cec_hdmi_hotplug()
334 cec_context_t* ctx = (cec_context_t*)(dev); in cec_register_event_callback() local
341 cec_context_t* ctx = (cec_context_t*)(dev); in cec_get_version() local
349 cec_context_t* ctx = (cec_context_t*)(dev); in cec_get_vendor_id() local
358 cec_context_t* ctx = (cec_context_t*)(dev); in cec_get_port_info() local
366 cec_context_t* ctx = (cec_context_t*)(dev); in cec_set_option() local
387 cec_context_t* ctx = (cec_context_t*)(dev); in cec_set_audio_return_channel() local
396 cec_context_t* ctx = (cec_context_t*)(dev); in cec_is_connected() local
419 cec_context_t* ctx = (cec_context_t*)(dev); in cec_device_close() local
425 static int cec_enable(cec_context_t *ctx, int enable) in cec_enable()
440 static void cec_init_context(cec_context_t *ctx) in cec_init_context()
535 void event_monitor(cec_context_t* ctx) { in event_monitor()
563 static int populate_event_data(cec_context_t* ctx, std::vector<eventData> *event_data_list) { in populate_event_data()
583 static int set_event_params(cec_context_t* ctx, uint32_t node_event, eventData *event_data) { in set_event_params()
621 static void handle_cec_msg_event(cec_context_t* ctx, uint32_t node_event) { in handle_cec_msg_event()
631 static void handle_hdmihotplug_event(cec_context_t* ctx, uint32_t node_event) { in handle_hdmihotplug_event()
649 static void handle_exit_event(cec_context_t* ctx, uint32_t node_event) { in handle_exit_event()
659 static void cec_monitor_deinit(cec_context_t* ctx) { in cec_monitor_deinit()