Searched refs:st_ram_io (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/
H A Dapplicom.c361 struct st_ram_io st_loc;
368 if (count != sizeof(struct st_ram_io) + sizeof(struct mailbox)) {
372 count, sizeof(struct st_ram_io) + sizeof(struct mailbox));
378 if(copy_from_user(&st_loc, buf, sizeof(struct st_ram_io)))
381 if(copy_from_user(&tmpmailbox, &buf[sizeof(struct st_ram_io)],
393 printk("Write to applicom card #%d. struct st_ram_io follows:",
396 for (c = 0; c < sizeof(struct st_ram_io);) {
400 for (c++; c % 8 && c < sizeof(struct st_ram_io); c++) {
480 struct st_ram_io *st_loc, struct mailbox *mailbox)
509 printk("Read from applicom card #%d. struct st_ram_io follow
[all...]
H A Dapplicom.h54 struct st_ram_io struct

Completed in 35 milliseconds