Searched refs:gtf_length (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-acpi.c | 214 * @gtf_length: number of bytes of _GTF data returned at @gtf_address 223 * The returned @gtf_length and @gtf_address are only valid if the 227 unsigned int *gtf_length, unsigned long *gtf_address, in do_drive_get_GTF() 235 *gtf_length = 0; in do_drive_get_GTF() 288 *gtf_length = out_obj->buffer.length; in do_drive_get_GTF() 291 DEBPRINT("returning gtf_length=%d, gtf_address=0x%lx, obj_loc=0x%lx\n", in do_drive_get_GTF() 292 *gtf_length, *gtf_address, *obj_loc); in do_drive_get_GTF() 301 * @gtf_length: total number of bytes of _GTF taskfiles 304 * Write {gtf_address, length gtf_length} in groups of 308 unsigned int gtf_length, in do_drive_set_taskfiles() 226 do_drive_get_GTF(ide_drive_t *drive, unsigned int *gtf_length, unsigned long *gtf_address, unsigned long *obj_loc) do_drive_get_GTF() argument 307 do_drive_set_taskfiles(ide_drive_t *drive, unsigned int gtf_length, unsigned long gtf_address) do_drive_set_taskfiles() argument 365 unsigned int gtf_length; ide_acpi_exec_tfs() local [all...] |
Completed in 2 milliseconds