Searched defs:link_service (Results 1 – 1 of 1) sorted by relevance
99 struct link_service { struct101 struct dc_link *(*create_link)(103 void (*destroy_link)(struct dc_link **link);107 bool (*detect_link)(struct dc_link *link, enum dc_detect_reason reason);108 bool (*detect_connection_type)(struct dc_link *link,110 struct dc_sink *(*add_remote_sink)(115 void (*remove_remote_sink)(struct dc_link *link, struct dc_sink *sink);116 bool (*get_hpd_state)(struct dc_link *link);117 struct gpio *(*get_hpd_gpio)(struct dc_bios *dcb,120 void (*enable_hpd)(const struct dc_link *link);[all …]