Home
last modified time | relevance | path

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

/linux/drivers/char/
A Dapplicom.c359 struct st_ram_io st_loc; in ac_write()
398 for (c = 0; c < sizeof(struct st_ram_io);) { in ac_write()
402 for (c++; c % 8 && c < sizeof(struct st_ram_io); c++) { in ac_write()
482 struct st_ram_io *st_loc, struct mailbox *mailbox) in do_ac_read()
513 for (c = 0; c < sizeof(struct st_ram_io);) { in do_ac_read()
566 struct st_ram_io st_loc; in ac_read()
704 struct st_ram_io *adgl; in ac_ioctl()
710 adgl = memdup_user(argp, sizeof(struct st_ram_io)); in ac_ioctl()
728 for (i = 0; i < sizeof(struct st_ram_io); i++) in ac_ioctl()
730 if (copy_to_user(argp, adgl, sizeof(struct st_ram_io))) in ac_ioctl()
[all …]
A Dapplicom.h55 struct st_ram_io struct

Completed in 5 milliseconds