Lines Matching refs:hdmicec_context
40 typedef struct hdmicec_context struct
59 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_add_logical_address() argument
146 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_clear_logical_address()
158 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_get_physical_address()
168 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_send_message()
213 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_register_event_callback()
221 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_get_version()
228 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_get_vendor_id()
236 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_get_port_info()
256 struct hdmicec_context* ctx = (struct hdmicec_context*)dev; in hdmicec_set_option()
277 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_is_connected()
341 struct hdmicec_context *ctx = (struct hdmicec_context *)arg; in event_thread()
455 struct hdmicec_context *ctx = (struct hdmicec_context *)dev; in hdmicec_close()
476 static int cec_init(struct hdmicec_context *ctx) in cec_init()
540 ctx = malloc(sizeof(struct hdmicec_context)); in open_hdmi_cec()