Searched refs:grip (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | grip.c | 38 struct grip { struct 168 struct grip *grip = gameport_get_drvdata(gameport); in grip_poll() local 175 dev = grip->dev[i]; in grip_poll() 179 grip->reads++; in grip_poll() 181 switch (grip->mode[i]) { in grip_poll() 185 if (grip_gpp_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 186 grip->bads++; in grip_poll() 201 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 202 grip->bads++; in grip_poll() 220 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() [all …]
|
| H A D | grip_mp.c | 113 static int register_slot(int i, struct grip_mp *grip); 358 static int get_and_decode_packet(struct grip_mp *grip, int flags) in get_and_decode_packet() argument 368 flags = multiport_io(grip->gameport, flags, 0, &packet); in get_and_decode_packet() 369 grip->reads++; in get_and_decode_packet() 375 grip->bads++; in get_and_decode_packet() 385 port = grip->port[slot]; in get_and_decode_packet() 424 if (register_slot(slot, grip)) { in get_and_decode_packet() 449 static int slots_valid(struct grip_mp *grip) in slots_valid() argument 453 flags = get_and_decode_packet(grip, 0); in slots_valid() 458 if (grip->port[slot]->mode == GRIP_MODE_RESET) in slots_valid() [all …]
|
| H A D | Makefile | 19 obj-$(CONFIG_JOYSTICK_GRIP) += grip.o
|
| H A D | Kconfig | 93 module will be called grip.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | Curtain.qml | 40 property alias value: grip.value 49 id: grip 69 target: grip 82 value = (grip.x + grip.width/2) / grip.parent.width
|
| H A D | Slider.qml | 40 property alias value: grip.value 67 anchors.right: grip.horizontalCenter 75 id: grip 95 target: grip 108 value = (grip.x + grip.width/2) / slider.width
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | ps2keyb-mouse-apbps2.txt | 16 http://www.gaisler.com/products/grlib/grip.pdf
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/ |
| H A D | grcan.txt | 28 http://www.gaisler.com/products/grlib/grip.pdf
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-grgpio.txt | 26 http://www.gaisler.com/products/grlib/grip.pdf
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery-ui.theme.min.css | 5 …grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-posit…
|
| H A D | jquery-ui.min.css | 7 …grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-posit…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | gr-udc.txt | 34 http://www.gaisler.com/products/grlib/grip.pdf
|
| /OK3568_Linux_fs/kernel/Documentation/input/joydev/ |
| H A D | joystick.rst | 282 Gravis GrIP protocol is supported by the grip.c module. It currently
|