Searched refs:ide_pio_bytes (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/ide/ |
H A D | ide-taskfile.c | 223 void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, ide_pio_bytes() function 279 EXPORT_SYMBOL_GPL(ide_pio_bytes); variable 301 ide_pio_bytes(drive, cmd, write, nr_bytes); ide_pio_datablock()
|
H A D | ide-atapi.c | 512 ide_pio_bytes(drive, cmd, write, done); ide_pc_intr()
|
H A D | ide-cd.c | 605 ide_pio_bytes(drive, cmd, write, thislen); cdrom_newpc_intr() 632 ide_pio_bytes(drive, cmd, write, blen); cdrom_newpc_intr()
|
/linux-4.4.14/include/linux/ |
H A D | ide.h | 1158 void ide_pio_bytes(ide_drive_t *, struct ide_cmd *, unsigned int, unsigned int);
|
Completed in 463 milliseconds