Home
last modified time | relevance | path

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

/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-core.c154 dev->flags &= ~HDPVR_FLAG_AC3_CAP; in device_authorization()
160 dev->flags |= HDPVR_FLAG_AC3_CAP; in device_authorization()
165 dev->flags |= HDPVR_FLAG_AC3_CAP; in device_authorization()
167 dev->flags &= ~HDPVR_FLAG_AC3_CAP; in device_authorization()
H A Dhdpvr.h165 HDPVR_FLAG_AC3_CAP = 1, enumerator
H A Dhdpvr-control.c125 if (dev->flags & HDPVR_FLAG_AC3_CAP) { in hdpvr_set_audio()