link_service
struct link_service *link_srv;
struct link_service;
struct link_service *link_create_link_service(void);
void link_destroy_link_service(struct link_service **link_srv);
static void construct_link_service_dpms(struct link_service *link_srv)
static void construct_link_service_ddc(struct link_service *link_srv)
static void construct_link_service_dp_capability(struct link_service *link_srv)
static void construct_link_service_dp_phy_or_dpia(struct link_service *link_srv)
static void construct_link_service_dp_irq_handler(struct link_service *link_srv)
static void construct_link_service_edp_panel_control(struct link_service *link_srv)
static void construct_link_service_dp_panel_replay(struct link_service *link_srv)
static void construct_link_service_dp_cts(struct link_service *link_srv)
static void construct_link_service_dp_trace(struct link_service *link_srv)
static void construct_link_service(struct link_service *link_srv)
struct link_service *link_create_link_service(void)
struct link_service *link_srv = kzalloc_obj(*link_srv);
void link_destroy_link_service(struct link_service **link_srv)
static void construct_link_service_factory(struct link_service *link_srv)
static void construct_link_service_detection(struct link_service *link_srv)
static void construct_link_service_resource(struct link_service *link_srv)
static void construct_link_service_validation(struct link_service *link_srv)