Searched refs:mute (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | tda8425.h | 16 Bool mute; member in struct:__anonbe566e0d0108 33 extern _X_EXPORT void tda8425_mute(TDA8425Ptr t, Bool mute);
|
| H A D | 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) argument 76 t->mute = mute;
|
| H A D | 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) argument 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));
|
| H A D | tda9850.h | 12 Bool mute; member in struct:__anonc0f588900108 25 extern _X_EXPORT void tda9850_mute(TDA9850Ptr t, Bool mute);
|
| H A D | uda1380.c | 146 void uda1380_mute(UDA1380Ptr t, Bool mute) argument 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/ |
| H A D | uda1380.c | 146 void uda1380_mute(UDA1380Ptr t, Bool mute) argument 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/ |
| H A D | radeon_video.h | 61 Bool mute; member in struct:__anone192d83f0108
|
| H A D | radeon_video.c | 1514 pPriv->mute = TRUE; 1927 /* mute volume if it was not muted before */ 1928 if((pPriv->msp3430!=NULL)&& !pPriv->mute)xf86_MSP3430SetVolume(pPriv->msp3430, MSP3430_FAST_MUTE); 1929 if((pPriv->uda1380!=NULL)&& !pPriv->mute)xf86_uda1380_mute(pPriv->uda1380, TRUE); 1934 if((pPriv->msp3430 != NULL)&& !pPriv->mute) xf86_MSP3430SetVolume(pPriv->msp3430, MSP3430_VOLUME(pPriv->volume)); 1935 if((pPriv->uda1380 != NULL)&& !pPriv->mute) xf86_uda1380_setvolume(pPriv->uda1380, pPriv->volume); 1939 pPriv->mute = value; 1940 if(pPriv->msp3430 != NULL) xf86_MSP3430SetVolume(pPriv->msp3430, pPriv->mute ? MSP3430_FAST_MUTE : MSP3430_VOLUME(pPriv->volume)); 1942 if(pPriv->uda1380 != NULL) xf86_uda1380_mute(pPriv->uda1380, pPriv->mute); 1954 pPriv->mute [all...] |
| H A D | 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/ |
| H A D | connection.c | 844 int mute = n->mask & ~mask; local in function:SetNotifyFd 848 if (mute) 849 ospoll_mute(server_poll, fd, mute);
|
Completed in 10 milliseconds