Searched refs:HostDpRam (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioctrl.c80 static struct HostDpRam HostDpRam; variable in typeref:struct:HostDpRam
937 if (copy_from_user(&HostDpRam, argp, sizeof(HostDpRam))) {
942 if (HostDpRam.HostNum >= p->RIONumHosts) {
944 rio_dprintk(RIO_DEBUG_CTRL, "RIO_HOST_DPRAM: Illegal host number %d\n", HostDpRam.HostNum);
947 rio_dprintk(RIO_DEBUG_CTRL, "Request for host %d\n", HostDpRam.HostNum);
949 if (p->RIOHosts[HostDpRam.HostNum].Type == RIO_PCI) {
954 copy[off] = readb(p->RIOHosts[HostDpRam.HostNum].Caddr + off);
955 if (copy_to_user(HostDpRam
[all...]
H A Ddaemon.h105 struct HostDpRam { struct

Completed in 50 milliseconds