Searched refs:st_loc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ |
H A D | applicom.c | 362 struct st_ram_io st_loc; in ac_write() local 379 if(copy_from_user(&st_loc, buf, sizeof(struct st_ram_io))) in ac_write() 386 NumCard = st_loc.num_card; /* board number to send */ in ac_write() 387 TicCard = st_loc.tic_des_from_pc; /* tic number to send */ in ac_write() 403 printk("\n%5.5X: %2.2X", c, ((unsigned char *) &st_loc)[c]); in ac_write() 406 printk(" %2.2X", ((unsigned char *) &st_loc)[c]); in ac_write() 485 struct st_ram_io *st_loc, struct mailbox *mailbox) in do_ac_read() 493 st_loc->tic_owner_to_pc = readb(apbs[IndexCard].RamIO + TIC_OWNER_TO_PC); in do_ac_read() 494 st_loc->numcard_owner_to_pc = readb(apbs[IndexCard].RamIO + NUMCARD_OWNER_TO_PC); in do_ac_read() 517 printk("\n%5.5X: %2.2X", c, ((unsigned char *)st_loc)[ in do_ac_read() 484 do_ac_read(int IndexCard, char __user *buf, struct st_ram_io *st_loc, struct mailbox *mailbox) do_ac_read() argument 569 struct st_ram_io st_loc; ac_read() local [all...] |
/kernel/linux/linux-6.6/drivers/char/ |
H A D | applicom.c | 362 struct st_ram_io st_loc; in ac_write() local 379 if(copy_from_user(&st_loc, buf, sizeof(struct st_ram_io))) in ac_write() 386 NumCard = st_loc.num_card; /* board number to send */ in ac_write() 387 TicCard = st_loc.tic_des_from_pc; /* tic number to send */ in ac_write() 403 printk("\n%5.5X: %2.2X", c, ((unsigned char *) &st_loc)[c]); in ac_write() 406 printk(" %2.2X", ((unsigned char *) &st_loc)[c]); in ac_write() 485 struct st_ram_io *st_loc, struct mailbox *mailbox) in do_ac_read() 493 st_loc->tic_owner_to_pc = readb(apbs[IndexCard].RamIO + TIC_OWNER_TO_PC); in do_ac_read() 494 st_loc->numcard_owner_to_pc = readb(apbs[IndexCard].RamIO + NUMCARD_OWNER_TO_PC); in do_ac_read() 517 printk("\n%5.5X: %2.2X", c, ((unsigned char *)st_loc)[ in do_ac_read() 484 do_ac_read(int IndexCard, char __user *buf, struct st_ram_io *st_loc, struct mailbox *mailbox) do_ac_read() argument 569 struct st_ram_io st_loc; ac_read() local [all...] |
Completed in 4 milliseconds