Home
last modified time | relevance | path

Searched refs:zhenhua (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dzhenhua.c56 struct zhenhua { struct
68 static void zhenhua_process_packet(struct zhenhua *zhenhua) in zhenhua_process_packet() argument
70 struct input_dev *dev = zhenhua->dev; in zhenhua_process_packet()
71 unsigned char *data = zhenhua->data; in zhenhua_process_packet()
89 struct zhenhua *zhenhua = serio_get_drvdata(serio); in zhenhua_interrupt() local
96 zhenhua->idx = 0; /* this byte starts a new packet */ in zhenhua_interrupt()
97 else if (zhenhua->idx == 0) in zhenhua_interrupt()
100 if (zhenhua->idx < ZHENHUA_MAX_LENGTH) in zhenhua_interrupt()
101 zhenhua->data[zhenhua->idx++] = bitrev8(data); in zhenhua_interrupt()
103 if (zhenhua->idx == ZHENHUA_MAX_LENGTH) { in zhenhua_interrupt()
[all …]
H A DMakefile39 obj-$(CONFIG_JOYSTICK_ZHENHUA) += zhenhua.o
H A DKconfig219 module will be called zhenhua.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0006-apache2-fix-the-race-issue-of-parallel-installation.patch2 From: Zhenhua Luo <zhenhua.luo@freescale.com>
15 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch2 From: Zhenhua Luo <zhenhua.luo@nxp.com>
11 Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/files/
H A D0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch2 From: Zhenhua Luo <zhenhua.luo@freescale.com>
15 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>