Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/hdpvr/
Dhdpvr-core.c157 dev->flags &= ~HDPVR_FLAG_AC3_CAP; in device_authorization()
163 dev->flags |= HDPVR_FLAG_AC3_CAP; in device_authorization()
168 dev->flags |= HDPVR_FLAG_AC3_CAP; in device_authorization()
170 dev->flags &= ~HDPVR_FLAG_AC3_CAP; in device_authorization()
Dhdpvr.h169 HDPVR_FLAG_AC3_CAP = 1, enumerator
Dhdpvr-control.c129 if (dev->flags & HDPVR_FLAG_AC3_CAP) { in hdpvr_set_audio()
Dhdpvr-video.c936 if (dev->flags & HDPVR_FLAG_AC3_CAP) { in hdpvr_s_ctrl()
1170 bool ac3 = dev->flags & HDPVR_FLAG_AC3_CAP; in hdpvr_register_videodev()