Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dapplicom.c359 struct st_ram_io st_loc; in ac_write()
366 if (count != sizeof(struct st_ram_io) + sizeof(struct mailbox)) { in ac_write()
370 count, sizeof(struct st_ram_io) + sizeof(struct mailbox)); in ac_write()
376 if(copy_from_user(&st_loc, buf, sizeof(struct st_ram_io))) in ac_write()
379 if(copy_from_user(&tmpmailbox, &buf[sizeof(struct st_ram_io)], in ac_write()
394 for (c = 0; c < sizeof(struct st_ram_io);) { in ac_write()
398 for (c++; c % 8 && c < sizeof(struct st_ram_io); c++) { in ac_write()
478 struct st_ram_io *st_loc, struct mailbox *mailbox) in do_ac_read()
509 for (c = 0; c < sizeof(struct st_ram_io);) { in do_ac_read()
512 for (c++; c % 8 && c < sizeof(struct st_ram_io); c++) { in do_ac_read()
[all …]
Dapplicom.h54 struct st_ram_io struct