Searched refs:get_location (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/firmware/efi/libstub/ |
D | pci.c | 62 status = efi_call_proto(pci, get_location, &segment_nr, &bus_nr, in efi_pci_disable_bridge_busmaster()
|
D | efistub.h | 673 efi_status_t (__efiapi *get_location)(efi_pci_io_protocol_t *, 696 u32 get_location; member
|
D | x86-stub.c | 83 status = efi_call_proto(pci, get_location, &rom->segment, &rom->bus, in preserve_pci_rom_image()
|
/linux-6.1.9/drivers/scsi/ |
D | st.c | 3102 static int get_location(struct scsi_tape *STp, unsigned int *block, int *partition, in get_location() function 3187 if (get_location(STp, &blk, &p, 1)) in set_location() 3269 if ((i = get_location(STp, &block, &partition, 1)) < 0) in find_partition() 3814 if ((i = get_location(STp, &blk, &bt, 0)) < 0) { in st_ioctl()
|