| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 109 char deviceName[64]; member 172 len = ioctl(e->fd->fd, EVIOCGNAME(sizeof(e->deviceName)), e->deviceName); in vk_init() 179 LOGI("Event object: %s\n", e->deviceName); in vk_init() 183 if (strcmp(e->deviceName, "bma250") == 0) in vk_init() 188 strcat(vk_path, e->deviceName); in vk_init() 384 LOGI("EV: %s => type: %x code: %x value: %d\n", e->deviceName, ev->type, ev->code, ev->value); in vk_modify() 399 LOGI("EV: %s => EV_ABS ABS_X %d\n", e->deviceName, ev->value); in vk_modify() 407 LOGI("EV: %s => EV_ABS ABS_Y %d\n", e->deviceName, ev->value); in vk_modify() 436 LOGI("EV: %s => EV_ABS ABS_MT_TOUCH_MAJOR %d\n", e->deviceName, ev->value); in vk_modify() 449 LOGI("EV: %s => EV_ABS ABS_MT_PRESSURE %d\n", e->deviceName, ev->value); in vk_modify() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
| H A D | eject-2.1.5-spaces.patch | 49 - *deviceName = strdup(s1); 51 + *deviceName = DeMangleMount(strdup(s1)); 60 - *deviceName = strdup(s1); 62 + *deviceName = DeMangleMount(strdup(s1));
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | qtaudio.cpp | 18 qDebug() << "default device name: " << defaultinfo.deviceName(); in qtAudio() 21 audioItem->setText(info.deviceName()); in qtAudio() 29 qDebug() << info.deviceName(); in qtAudio()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/ |
| H A D | qgeosatelliteinfosource_gypsy.cpp | 231 QString deviceName(QString::fromLatin1(device_name)); in init() local 232 if (deviceName.isEmpty() || in init() 233 (deviceName.trimmed().at(0) == '/' && !QFile::exists(deviceName.trimmed()))) { in init()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | audio-fopen.rst | 20 .. c:function:: int open(const char *deviceName, int flags) 31 - const char \*deviceName
|
| H A D | video-fopen.rst | 20 .. c:function:: int open(const char *deviceName, int flags) 31 - const char \*deviceName
|
| H A D | dmx-fopen.rst | 18 .. c:function:: int open(const char *deviceName, int flags)
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2ext.c | 115 const char *deviceName; in ProcDRI2Connect() local 123 stuff->driverType, &fd, &driverName, &deviceName)) in ProcDRI2Connect() 127 rep.deviceNameLength = strlen(deviceName); in ProcDRI2Connect() 134 WriteToClient(client, rep.deviceNameLength, deviceName); in ProcDRI2Connect()
|
| H A D | dri2.h | 214 const char *deviceName; member 267 const char **deviceName);
|
| H A D | dri2.c | 112 const char *deviceName; member 1324 const char **driverName, const char **deviceName) in DRI2Connect() argument 1342 *deviceName = ds->deviceName; in DRI2Connect() 1537 ds->deviceName = info->deviceName; in DRI2ScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 904 dmxL->deviceName = (devices[i].name in dmxInputScanForExtensions() 916 dmxL->deviceName = (devices[i].name in dmxInputScanForExtensions() 1099 free((void *) local->deviceName); in dmxInputFreeLocal() 1102 local->deviceName = NULL; in dmxInputFreeLocal() 1182 if (dmxInput->devs[i]->deviceName) in dmxInputLogDevices() 1183 dmxLogCont(dmxInfo, "=%s", dmxInput->devs[i]->deviceName); in dmxInputLogDevices()
|
| H A D | dmxinputinit.h | 259 const char *deviceName; /**< devive name on remote member
|
| H A D | dmxcommon.c | 341 dmxLocal->deviceName ? dmxLocal->deviceName : "(unknown)", in dmxCommonOthOn()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 24 static char* deviceName = "/dev/video0"; variable 97 fd = open(deviceName, O_RDWR | O_NONBLOCK, 0); in deviceOpen()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86DGA.c | 1272 char *deviceName; in ProcXDGAOpenFramebuffer() local 1287 if (!DGAOpenFramebuffer(stuff->screen, &deviceName, in ProcXDGAOpenFramebuffer() 1294 nameSize = deviceName ? (strlen(deviceName) + 1) : 0; in ProcXDGAOpenFramebuffer() 1299 WriteToClient(client, nameSize, deviceName); in ProcXDGAOpenFramebuffer()
|
| H A D | xf86Helper.c | 1061 const char *deviceName = NULL; in xf86VIDrvMsgVerb() local 1065 deviceName = dev->name; in xf86VIDrvMsgVerb() 1071 deviceName); in xf86VIDrvMsgVerb()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdri2.c | 932 const char *driverName, *deviceName; in __glXDRIscreenProbe() local 943 &screen->fd, &driverName, &deviceName)) { in __glXDRIscreenProbe()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri2.c | 1075 info.deviceName = drmGetDeviceNameFromFd(ms->fd); in ms_dri2_screen_init() 1076 ms->drmmode.dri2_device_name = info.deviceName; in ms_dri2_screen_init()
|