Searched refs:bValue (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_status.c | 80 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 D | basewidget.cpp | 26 void BaseWidget::setBackgroundColor(int rValue, int gValue, int bValue) in setBackgroundColor() argument 35 .append(QString::number(bValue)).append(");") in setBackgroundColor()
|
| H A D | basewidget.h | 12 void setBackgroundColor(int rValue, int gValue, int bValue);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | storage_common.c | 211 u8 bValue; member
|
| /OK3568_Linux_fs/kernel/sound/pci/ali5451/ |
| H A D | ali5451.c | 1283 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()
|