Home
last modified time | relevance | path

Searched refs:bValue (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_status.c80 u8 bValue[]; member
89 u8 bValue[]; member
106 status->bValue[0] ? "pressed" : "released", len); in uvc_event_streaming()
107 uvc_input_report_key(dev, KEY_CAMERA, status->bValue[0]); in uvc_event_streaming()
182 return uvc_ctrl_status_event(urb, chain, ctrl, status->bValue); in uvc_event_control()
/OK3568_Linux_fs/app/qsetting/
H A Dbasewidget.cpp26 void BaseWidget::setBackgroundColor(int rValue, int gValue, int bValue) in setBackgroundColor() argument
35 .append(QString::number(bValue)).append(");") in setBackgroundColor()
H A Dbasewidget.h12 void setBackgroundColor(int rValue, int gValue, int bValue);
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dstorage_common.c211 u8 bValue; member
/OK3568_Linux_fs/kernel/sound/pci/ali5451/
H A Dali5451.c1283 u8 bValue; in snd_ali_prepare() local
1311 bValue = inb(ALI_REG(codec,ALI_SPDIF_CTRL)); in snd_ali_prepare()
1312 if (bValue & 0x10) { in snd_ali_prepare()
1313 outb(bValue,ALI_REG(codec,ALI_SPDIF_CTRL)); in snd_ali_prepare()