Searched refs:obj_loc (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-acpi.c | 228 unsigned long *obj_loc) in do_drive_get_GTF() 237 *obj_loc = 0UL; in do_drive_get_GTF() 290 *obj_loc = (unsigned long)out_obj; 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() 367 unsigned long obj_loc; in ide_acpi_exec_tfs() local 371 ret = do_drive_get_GTF(drive, >f_length, >f_address, &obj_loc); in ide_acpi_exec_tfs() 380 kfree((void *)obj_loc); in ide_acpi_exec_tfs() 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
|
Completed in 1 milliseconds