Home
last modified time | relevance | path

Searched refs:get_location (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/firmware/efi/libstub/
Dpci.c62 status = efi_call_proto(pci, get_location, &segment_nr, &bus_nr, in efi_pci_disable_bridge_busmaster()
Defistub.h661 efi_status_t (__efiapi *get_location)(efi_pci_io_protocol_t *,
684 u32 get_location; member
Dx86-stub.c83 status = efi_call_proto(pci, get_location, &rom->segment, &rom->bus, in preserve_pci_rom_image()
/linux-5.19.10/drivers/scsi/
Dst.c3100 static int get_location(struct scsi_tape *STp, unsigned int *block, int *partition, in get_location() function
3185 if (get_location(STp, &blk, &p, 1)) in set_location()
3267 if ((i = get_location(STp, &block, &partition, 1)) < 0) in find_partition()
3812 if ((i = get_location(STp, &blk, &bt, 0)) < 0) { in st_ioctl()