Searched refs:_audiodata_buf_virt_addr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-audio-upstream.c209 if (dev->_audiodata_buf_virt_addr) {
211 dev->_audiodata_buf_virt_addr,
213 dev->_audiodata_buf_virt_addr = NULL;
237 if (dev->_audiodata_buf_virt_addr)
238 memset(dev->_audiodata_buf_virt_addr, 0,
314 && dev->_audiodata_buf_virt_addr != NULL) {
315 memcpy((void *)(dev->_audiodata_buf_virt_addr +
408 && dev->_audiodata_buf_virt_addr != NULL) {
410 _audiodata_buf_virt_addr
470 dev->_audiodata_buf_virt_addr
[all...]
H A Dcx25821.h324 __le32 *_audiodata_buf_virt_addr; member in struct:cx25821_dev

Completed in 35 milliseconds