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()
317 static void cec_register_event_callback(const struct hdmi_cec_device* dev, in cec_register_event_callback()
326 static void cec_get_version(const struct hdmi_cec_device* dev, int* version) in cec_get_version()
333 static void cec_get_vendor_id(const struct hdmi_cec_device* dev, in cec_get_vendor_id()
341 static void cec_get_port_info(const struct hdmi_cec_device* dev, in cec_get_port_info()
350 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option()
371 static void cec_set_audio_return_channel(const struct hdmi_cec_device* dev, in cec_set_audio_return_channel()
379 static int cec_is_connected(const struct hdmi_cec_device* dev, int port_id) in cec_is_connected()
399 static int cec_device_close(struct hw_device_t *dev) in cec_device_close()
469 struct cec_context_t *dev; in cec_device_open() local