Searched defs:hdmi_cec_device (Results 1 – 1 of 1) sorted by relevance
299 typedef struct hdmi_cec_device { struct319 int (*add_logical_address)(const struct hdmi_cec_device* dev, cec_logical_address_t addr); argument328 void (*clear_logical_address)(const struct hdmi_cec_device* dev); argument341 int (*get_physical_address)(const struct hdmi_cec_device* dev, uint16_t* addr); argument356 int (*send_message)(const struct hdmi_cec_device* dev, const cec_message_t*); argument365 void (*register_event_callback)(const struct hdmi_cec_device* dev, argument371 void (*get_version)(const struct hdmi_cec_device* dev, int* version); argument378 void (*get_vendor_id)(const struct hdmi_cec_device* dev, uint32_t* vendor_id); argument385 void (*get_port_info)(const struct hdmi_cec_device* dev, argument393 void (*set_option)(const struct hdmi_cec_device* dev, int flag, int value); argument[all …]