Searched refs:uda1380 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | Makefile.am | 19 sdk_HEADERS = xf86i2c.h bt829.h fi1236.h msp3430.h tda8425.h tda9850.h tda9885.h uda1380.h i2c_def.h 43 uda1380_drv_la_SOURCES = uda1380.c uda1380.h uda1380_module.c
|
| H A D | Makefile.in | 106 am_uda1380_drv_la_OBJECTS = uda1380.lo uda1380_module.lo 465 sdk_HEADERS = xf86i2c.h bt829.h fi1236.h msp3430.h tda8425.h tda9850.h tda9885.h uda1380.h i2c_def.h 483 uda1380_drv_la_SOURCES = uda1380.c uda1380.h uda1380_module.c 588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uda1380.Plo@am__quote@
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_mm_i2c.c | 22 #include "uda1380.h" 373 pPriv->uda1380 = NULL; 546 if(!xf86LoadSubModule(pScrn,"uda1380")) 548 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Unable to initialize uda1380 driver\n"); 552 if(pPriv->uda1380 == NULL) 554 pPriv->uda1380 = xf86_Detect_uda1380(pPriv->i2c, UDA1380_ADDR_1); 556 if(pPriv->uda1380 == NULL) 558 pPriv->uda1380 = xf86_Detect_uda1380(pPriv->i2c, UDA1380_ADDR_2); 560 if(pPriv->uda1380 != NULL) 562 xf86_uda1380_init(pPriv->uda1380); [all...] |
| H A D | radeon_video.h | 8 #include "uda1380.h" 51 UDA1380Ptr uda1380; member in struct:__anone192d83f0108
|
| H A D | radeon_video.c | 1747 if(pPriv->uda1380 != NULL) xf86_uda1380_mute(pPriv->uda1380, TRUE); 1929 if((pPriv->uda1380!=NULL)&& !pPriv->mute)xf86_uda1380_mute(pPriv->uda1380, TRUE); 1935 if((pPriv->uda1380 != NULL)&& !pPriv->mute) xf86_uda1380_setvolume(pPriv->uda1380, pPriv->volume); 1942 if(pPriv->uda1380 != NULL) xf86_uda1380_mute(pPriv->uda1380, pPriv->mute); 1957 if(pPriv->uda1380 != NULL) xf86_uda1380_setvolume(pPriv->uda1380, valu [all...] |
Completed in 10 milliseconds