Searched refs:ide_raw_taskfile (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/ide/ |
H A D | ide-taskfile.c | 71 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 D | ide-disk_proc.c | 40 return ide_raw_taskfile(drive, &cmd, buf, 1); get_smart_data()
|
H A D | ide-ioctls.c | 176 err = ide_raw_taskfile(drive, &cmd, buf, args[3]); ide_cmd_ioctl()
|
/linux-4.4.14/include/linux/ |
H A D | ide.h | 1162 int ide_raw_taskfile(ide_drive_t *, struct ide_cmd *, u8 *, u16);
|
Completed in 212 milliseconds