Home
last modified time | relevance | path

Searched defs:link_srv (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c56 static void construct_link_service_factory(struct link_service *link_srv) in construct_link_service_factory()
68 static void construct_link_service_detection(struct link_service *link_srv) in construct_link_service_detection()
87 static void construct_link_service_resource(struct link_service *link_srv) in construct_link_service_resource()
98 static void construct_link_service_validation(struct link_service *link_srv) in construct_link_service_validation()
109 static void construct_link_service_dpms(struct link_service *link_srv) in construct_link_service_dpms()
129 static void construct_link_service_ddc(struct link_service *link_srv) in construct_link_service_ddc()
232 static void construct_link_service_dp_cts(struct link_service *link_srv) in construct_link_service_dp_cts()
245 static void construct_link_service_dp_trace(struct link_service *link_srv) in construct_link_service_dp_trace()
262 static void construct_link_service(struct link_service *link_srv) in construct_link_service()
287 struct link_service *link_srv = kzalloc(sizeof(*link_srv), GFP_KERNEL); in link_create_link_service() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h939 struct link_service *link_srv; member