Home
last modified time | relevance | path

Searched refs:HDPVR_FLAG_AC3_CAP (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/usb/hdpvr/
Dhdpvr-core.c159 dev->flags &= ~HDPVR_FLAG_AC3_CAP; in device_authorization()
165 dev->flags |= HDPVR_FLAG_AC3_CAP; in device_authorization()
171 dev->flags |= HDPVR_FLAG_AC3_CAP; in device_authorization()
173 dev->flags &= ~HDPVR_FLAG_AC3_CAP; in device_authorization()
Dhdpvr.h171 HDPVR_FLAG_AC3_CAP = 1, enumerator
Dhdpvr-control.c129 if (dev->flags & HDPVR_FLAG_AC3_CAP) { in hdpvr_set_audio()
Dhdpvr-video.c927 if (dev->flags & HDPVR_FLAG_AC3_CAP) { in hdpvr_s_ctrl()
1161 bool ac3 = dev->flags & HDPVR_FLAG_AC3_CAP; in hdpvr_register_videodev()