HomeSort by: relevance | last modified time | path
    Searched defs:export_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_connector.c 2158 const struct list_head *export_list,
2176 list_for_each_entry(mode_itr, export_list, export_head)
2202 struct list_head export_list = LIST_HEAD_INIT(export_list); local in function:drm_mode_getconnector
2247 if (drm_mode_expose_to_userspace(mode, &export_list,
2249 list_add_tail(&mode->export_head, &export_list);
2257 * 'export_list'. When the ioctl is called first time to determine the,
2258 * space, the export_list gets filled, to find the no.of modes. In the
2259 * 2nd time, the user modes are filled, one by one from the export_list.
2264 list_for_each_entry(mode, &export_list, export_head)
    [all...]
drm_connector.c 2158 const struct list_head *export_list,
2176 list_for_each_entry(mode_itr, export_list, export_head)
2202 struct list_head export_list = LIST_HEAD_INIT(export_list); local in function:drm_mode_getconnector
2247 if (drm_mode_expose_to_userspace(mode, &export_list,
2249 list_add_tail(&mode->export_head, &export_list);
2257 * 'export_list'. When the ioctl is called first time to determine the,
2258 * space, the export_list gets filled, to find the no.of modes. In the
2259 * 2nd time, the user modes are filled, one by one from the export_list.
2264 list_for_each_entry(mode, &export_list, export_head)
    [all...]

Completed in 24 milliseconds