[go: nahoru, domu]

Searched refs:nx (Results 1 - 6 of 6) sorted by relevance

/drivers/crypto/nx/
H A DMakefile1 obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
2 nx-crypto-objs := nx.o \
4 nx-aes-cbc.o \
5 nx-aes-ecb.o \
6 nx-aes-gcm.o \
7 nx-aes-ccm.o \
8 nx-aes-ctr.o \
9 nx-aes-xcbc.o \
10 nx
[all...]
/drivers/input/mouse/
H A Damimouse.c42 int nx, ny, dx, dy; local
46 nx = joy0dat & 0xff;
49 dx = nx - amimouse_lastx;
52 if (dx < -127) dx = (256 + nx) - amimouse_lastx;
53 if (dx > 127) dx = (nx - 256) - amimouse_lastx;
57 amimouse_lastx = nx;
/drivers/media/common/
H A Dbtcx-risc.c133 s32 nx,nw,dx; local
137 nx = (win->left + mask) & ~mask;
139 if (nx + nw > win->left + win->width)
141 dx = nx - win->left;
142 win->left = nx;
150 nx = (clips[i].c.left-dx) & ~mask;
152 if (nx + nw < clips[i].c.left-dx + clips[i].c.width)
154 clips[i].c.left = nx;
/drivers/crypto/
H A DMakefile14 obj-$(CONFIG_CRYPTO_DEV_NX) += nx/
/drivers/block/aoe/
H A Daoedev.c200 struct list_head *head, *pos, *nx; local
209 list_for_each_safe(pos, nx, head)
213 list_for_each_safe(pos, nx, head)
496 struct list_head *pos, *nx, *head; local
506 list_for_each_safe(pos, nx, head) {
H A Daoecmd.c81 struct list_head *head, *pos, *nx; local
85 list_for_each_safe(pos, nx, head) {
99 struct list_head *head, *pos, *nx; local
104 list_for_each_safe(pos, nx, head) {
663 struct list_head *pos, *nx, *head; local
670 list_for_each_safe(pos, nx, head) {
753 struct list_head *head, *pos, *nx; local
778 list_for_each_safe(pos, nx, head) {

Completed in 57 milliseconds