Home | History | Annotate | Download | only in src

Lines Matching refs:dev_priv

1815 			if (info->encoders[device_index]->dev_priv == NULL) {
1816 info->encoders[device_index]->dev_priv =
1818 if (info->encoders[device_index]->dev_priv == NULL) {
1822 RADEONGetATOMLVDSInfo(pScrn, (radeon_lvds_ptr)info->encoders[device_index]->dev_priv);
1835 info->encoders[device_index]->dev_priv = NULL;
1836 // add dev_priv stuff
1839 info->encoders[device_index]->dev_priv = (radeon_lvds_ptr)calloc(1,sizeof(radeon_lvds_rec));
1840 if (info->encoders[device_index]->dev_priv == NULL) {
1845 RADEONGetATOMLVDSInfo(pScrn, (radeon_lvds_ptr)info->encoders[device_index]->dev_priv);
1847 RADEONGetLVDSInfo(pScrn, (radeon_lvds_ptr)info->encoders[device_index]->dev_priv);
1852 info->encoders[device_index]->dev_priv = (radeon_tvdac_ptr)calloc(1,sizeof(radeon_tvdac_rec));
1853 if (info->encoders[device_index]->dev_priv == NULL) {
1857 RADEONGetTVDacAdjInfo(pScrn, (radeon_tvdac_ptr)info->encoders[device_index]->dev_priv);
1862 info->encoders[device_index]->dev_priv = (radeon_tmds_ptr)calloc(1,sizeof(radeon_tmds_rec));
1863 if (info->encoders[device_index]->dev_priv == NULL) {
1867 RADEONGetTMDSInfo(pScrn, (radeon_tmds_ptr)info->encoders[device_index]->dev_priv);
1872 info->encoders[device_index]->dev_priv = (radeon_dvo_ptr)calloc(1,sizeof(radeon_dvo_rec));
1873 if (info->encoders[device_index]->dev_priv == NULL) {
1877 RADEONGetExtTMDSInfo(pScrn, (radeon_dvo_ptr)info->encoders[device_index]->dev_priv);
1886 info->encoders[device_index]->dev_priv = (radeon_lvds_ptr)calloc(1,sizeof(radeon_lvds_rec));
1887 if (info->encoders[device_index]->dev_priv == NULL) {
1891 RADEONGetATOMLVDSInfo(pScrn, (radeon_lvds_ptr)info->encoders[device_index]->dev_priv);