Searched refs:ide_raw_taskfile (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dide-taskfile.c71 return ide_raw_taskfile(drive, &cmd, buf, 1); taskfile_lib_get_identify()
426 int ide_raw_taskfile(ide_drive_t *drive, struct ide_cmd *cmd, u8 *buf, ide_raw_taskfile() function
458 EXPORT_SYMBOL(ide_raw_taskfile); variable
464 return ide_raw_taskfile(drive, cmd, NULL, 0); ide_no_data_taskfile()
637 err = ide_raw_taskfile(drive, &cmd, data_buf, nsect); ide_taskfile_ioctl()
H A Dide-disk_proc.c40 return ide_raw_taskfile(drive, &cmd, buf, 1); get_smart_data()
H A Dide-ioctls.c176 err = ide_raw_taskfile(drive, &cmd, buf, args[3]); ide_cmd_ioctl()
/linux-4.4.14/include/linux/
H A Dide.h1162 int ide_raw_taskfile(ide_drive_t *, struct ide_cmd *, u8 *, u16);

Completed in 212 milliseconds