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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dapplicom.c365 struct st_ram_io st_loc;
372 if (count != sizeof(struct st_ram_io) + sizeof(struct mailbox)) {
376 count, sizeof(struct st_ram_io) + sizeof(struct mailbox));
382 if(copy_from_user(&st_loc, buf, sizeof(struct st_ram_io)))
385 if(copy_from_user(&tmpmailbox, &buf[sizeof(struct st_ram_io)],
397 printk("Write to applicom card #%d. struct st_ram_io follows:",
400 for (c = 0; c < sizeof(struct st_ram_io);) {
404 for (c++; c % 8 && c < sizeof(struct st_ram_io); c++) {
484 struct st_ram_io *st_loc, struct mailbox *mailbox)
513 printk("Read from applicom card #%d. struct st_ram_io follow
[all...]
H A Dapplicom.h54 struct st_ram_io struct

Completed in 127 milliseconds