D | hdmi_cec.h | 262 struct hdmi_cec_device* dev; 299 typedef struct hdmi_cec_device { struct 319 int (*add_logical_address)(const struct hdmi_cec_device* dev, cec_logical_address_t addr); argument 328 void (*clear_logical_address)(const struct hdmi_cec_device* dev); argument 341 int (*get_physical_address)(const struct hdmi_cec_device* dev, uint16_t* addr); argument 356 int (*send_message)(const struct hdmi_cec_device* dev, const cec_message_t*); argument 365 void (*register_event_callback)(const struct hdmi_cec_device* dev, argument 371 void (*get_version)(const struct hdmi_cec_device* dev, int* version); argument 378 void (*get_vendor_id)(const struct hdmi_cec_device* dev, uint32_t* vendor_id); argument 385 void (*get_port_info)(const struct hdmi_cec_device* dev, argument [all …]
|