Home
last modified time | relevance | path

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

/openbmc/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()
H A Dhdpvr-video.c932 if (dev->flags & HDPVR_FLAG_AC3_CAP) { in hdpvr_s_ctrl()
1164 bool ac3 = dev->flags & HDPVR_FLAG_AC3_CAP; in hdpvr_register_videodev()