Searched refs:ide_pio_bytes (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-taskfile.c | 226 void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_bytes() function 272 EXPORT_SYMBOL_GPL(ide_pio_bytes); 294 ide_pio_bytes(drive, cmd, write, nr_bytes); in ide_pio_datablock()
|
D | ide-atapi.c | 539 ide_pio_bytes(drive, cmd, write, done); in ide_pc_intr()
|
D | ide-cd.c | 694 ide_pio_bytes(drive, cmd, write, thislen); in cdrom_newpc_intr() 724 ide_pio_bytes(drive, cmd, write, blen); in cdrom_newpc_intr()
|
/kernel/linux/linux-5.10/include/linux/ |
D | ide.h | 1204 void ide_pio_bytes(ide_drive_t *, struct ide_cmd *, unsigned int, unsigned int);
|