Searched refs:l_entry (Results 1 – 2 of 2) sorted by relevance
30 struct drm_connector *l_entry; in gma_pipe_has_type() local32 list_for_each_entry(l_entry, &mode_config->connector_list, head) { in gma_pipe_has_type()33 if (l_entry->encoder && l_entry->encoder->crtc == crtc) { in gma_pipe_has_type()35 gma_attached_encoder(l_entry); in gma_pipe_has_type()
129 struct list_head l_entry; member