Lines Matching defs:dev
162 static int cec_add_logical_address(const struct hdmi_cec_device* dev, in cec_add_logical_address()
179 static void cec_clear_logical_address(const struct hdmi_cec_device* dev) in cec_clear_logical_address()
189 static int cec_get_physical_address(const struct hdmi_cec_device* dev, in cec_get_physical_address()
206 static int cec_send_message(const struct hdmi_cec_device* dev, in cec_send_message()
319 static void cec_register_event_callback(const struct hdmi_cec_device* dev, in cec_register_event_callback()
328 static void cec_get_version(const struct hdmi_cec_device* dev, int* version) in cec_get_version()
335 static void cec_get_vendor_id(const struct hdmi_cec_device* dev, in cec_get_vendor_id()
343 static void cec_get_port_info(const struct hdmi_cec_device* dev, in cec_get_port_info()
352 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option()
373 static void cec_set_audio_return_channel(const struct hdmi_cec_device* dev, in cec_set_audio_return_channel()
381 static int cec_is_connected(const struct hdmi_cec_device* dev, int port_id) in cec_is_connected()
401 static int cec_device_close(struct hw_device_t *dev) in cec_device_close()
471 struct cec_context_t *dev; in cec_device_open() local