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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.c 278 ATOM_DISPLAY_OBJECT_PATH_TABLE *path_obj; local in function:amdgpu_atombios_has_dce_engine_info
288 path_obj = (ATOM_DISPLAY_OBJECT_PATH_TABLE *)
292 if (path_obj->ucNumOfDispPath)
308 ATOM_DISPLAY_OBJECT_PATH_TABLE *path_obj; local in function:amdgpu_atombios_get_connector_info_from_object_table
325 path_obj = (ATOM_DISPLAY_OBJECT_PATH_TABLE *)
340 for (i = 0; i < path_obj->ucNumOfDispPath; i++) {
341 uint8_t *addr = (uint8_t *) path_obj->asDispPath;
amdgpu_atombios.c 278 ATOM_DISPLAY_OBJECT_PATH_TABLE *path_obj; local in function:amdgpu_atombios_has_dce_engine_info
288 path_obj = (ATOM_DISPLAY_OBJECT_PATH_TABLE *)
292 if (path_obj->ucNumOfDispPath)
308 ATOM_DISPLAY_OBJECT_PATH_TABLE *path_obj; local in function:amdgpu_atombios_get_connector_info_from_object_table
325 path_obj = (ATOM_DISPLAY_OBJECT_PATH_TABLE *)
340 for (i = 0; i < path_obj->ucNumOfDispPath; i++) {
341 uint8_t *addr = (uint8_t *) path_obj->asDispPath;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 538 ATOM_DISPLAY_OBJECT_PATH_TABLE *path_obj; local in function:radeon_get_atom_connector_info_from_object_table
555 path_obj = (ATOM_DISPLAY_OBJECT_PATH_TABLE *)
570 for (i = 0; i < path_obj->ucNumOfDispPath; i++) {
571 uint8_t *addr = (uint8_t *) path_obj->asDispPath;
radeon_atombios.c 538 ATOM_DISPLAY_OBJECT_PATH_TABLE *path_obj; local in function:radeon_get_atom_connector_info_from_object_table
555 path_obj = (ATOM_DISPLAY_OBJECT_PATH_TABLE *)
570 for (i = 0; i < path_obj->ucNumOfDispPath; i++) {
571 uint8_t *addr = (uint8_t *) path_obj->asDispPath;

Completed in 34 milliseconds