| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| tda8425.h | 16 Bool mute; member in struct:__anon10608 33 extern _X_EXPORT void tda8425_mute(TDA8425Ptr t, Bool mute);
|
| tda8425.c | 55 t->mute = TRUE; 70 TDA8425(0x08, 0xC0 | (t->mute ? 0x20 : 0x0) | (t->stereo << 3) | (t->src_sel << 1) | 74 void tda8425_mute(TDA8425Ptr t, Bool mute) 76 t->mute = mute;
|
| tda9850.c | 60 t->mute = TRUE; 83 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0)|(t->sap_mute?0x10:0x0)); 86 void tda9850_mute(TDA9850Ptr t, Bool mute) 90 xf86DrvMsg(t->d.pI2CBus->scrnIndex, X_INFO, "tda9850_mute %s\n", mute ? "on" : "off"); 91 t->mute = mute; 93 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0x0)|(t->sap_mute?0x10:0x0)); 103 TDA9850(0x06,(t->stereo<<6)|(t->sap<<7)|(t->mute?0x8:0x0)|(t->sap_mute?0x10:0x0));
|
| tda9850.h | 12 Bool mute; member in struct:__anon10609 25 extern _X_EXPORT void tda9850_mute(TDA9850Ptr t, Bool mute);
|
| uda1380.c | 146 void uda1380_mute(UDA1380Ptr t, Bool mute) 151 if (mute == TRUE) 159 xf86DrvMsg(t->d.pI2CBus->scrnIndex,X_INFO,"UDA1380 failed to mute\n");
|
| /xsrc/external/mit/xf86-video-ati/xorg-server-copy/ |
| uda1380.c | 146 void uda1380_mute(UDA1380Ptr t, Bool mute) 151 if (mute == TRUE) 159 xf86DrvMsg(t->d.pI2CBus->scrnIndex,X_INFO,"UDA1380 failed to mute\n");
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_video.h | 61 Bool mute; member in struct:__anon6877
|
| radeon_video.c | 1516 pPriv->mute = TRUE; 1929 /* mute volume if it was not muted before */ 1930 if((pPriv->msp3430!=NULL)&& !pPriv->mute)xf86_MSP3430SetVolume(pPriv->msp3430, MSP3430_FAST_MUTE); 1931 if((pPriv->uda1380!=NULL)&& !pPriv->mute)xf86_uda1380_mute(pPriv->uda1380, TRUE); 1936 if((pPriv->msp3430 != NULL)&& !pPriv->mute) xf86_MSP3430SetVolume(pPriv->msp3430, MSP3430_VOLUME(pPriv->volume)); 1937 if((pPriv->uda1380 != NULL)&& !pPriv->mute) xf86_uda1380_setvolume(pPriv->uda1380, pPriv->volume); 1941 pPriv->mute = value; 1942 if(pPriv->msp3430 != NULL) xf86_MSP3430SetVolume(pPriv->msp3430, pPriv->mute ? MSP3430_FAST_MUTE : MSP3430_VOLUME(pPriv->volume)); 1944 if(pPriv->uda1380 != NULL) xf86_uda1380_mute(pPriv->uda1380, pPriv->mute); 1956 pPriv->mute = FALSE [all...] |
| radeon_mm_i2c.c | 596 xf86_MSP3430SetVolume(pPriv->msp3430, pPriv->mute ? MSP3430_FAST_MUTE : MSP3430_VOLUME(pPriv->volume));
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| connection.c | 845 int mute = n->mask & ~mask; local 849 if (mute) 850 ospoll_mute(server_poll, fd, mute);
|