Home
last modified time | relevance | path

Searched refs:pci_slot (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v5.15/drivers/pci/hotplug/
Dpci_hotplug_core.c67 static ssize_t power_read_file(struct pci_slot *pci_slot, char *buf) in GET_STATUS()
72 retval = get_power_status(pci_slot->hotplug, &value); in GET_STATUS()
79 static ssize_t power_write_file(struct pci_slot *pci_slot, const char *buf, in power_write_file() argument
82 struct hotplug_slot *slot = pci_slot->hotplug; in power_write_file()
124 static ssize_t attention_read_file(struct pci_slot *pci_slot, char *buf) in attention_read_file() argument
129 retval = get_attention_status(pci_slot->hotplug, &value); in attention_read_file()
136 static ssize_t attention_write_file(struct pci_slot *pci_slot, const char *buf, in attention_write_file() argument
139 struct hotplug_slot *slot = pci_slot->hotplug; in attention_write_file()
169 static ssize_t latch_read_file(struct pci_slot *pci_slot, char *buf) in latch_read_file() argument
174 retval = get_latch_status(pci_slot->hotplug, &value); in latch_read_file()
[all …]
DTODO27 * Several functions access the pci_slot member in struct hotplug_slot even
29 example. Either the pci_slot member should no longer be declared private
53 * Several functions access the pci_slot member in struct hotplug_slot even
55 example. Either the pci_slot member should no longer be declared private
Dibmphp_core.c372 struct pci_bus *bus = slot->hotplug_slot.pci_slot->bus; in get_max_bus_speed()
572 struct pci_bus *bus = slot_cur->hotplug_slot.pci_slot->bus; in ibmphp_update_slot_info()
/Linux-v5.15/drivers/acpi/
Dpci_slot.c34 struct pci_slot *pci_slot; /* corresponding pci_slot */ member
90 struct pci_slot *pci_slot; in register_slot() local
102 pci_slot = slot->pci_slot; in register_slot()
103 if (pci_slot->bus == pci_bus && pci_slot->number == device) in register_slot()
112 pci_slot = pci_create_slot(pci_bus, device, name, NULL); in register_slot()
113 if (IS_ERR(pci_slot)) { in register_slot()
114 pr_err("pci_create_slot returned %ld\n", PTR_ERR(pci_slot)); in register_slot()
119 slot->pci_slot = pci_slot; in register_slot()
125 pci_slot, pci_bus->number, device, name); in register_slot()
148 if (slot->pci_slot->bus == bus) { in acpi_pci_slot_remove()
[all …]
/Linux-v5.15/drivers/pci/
Dslot.c21 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_attr_show()
29 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_attr_store()
39 static ssize_t address_read_file(struct pci_slot *slot, char *buf) in address_read_file()
57 static ssize_t max_speed_read_file(struct pci_slot *slot, char *buf) in max_speed_read_file()
62 static ssize_t cur_speed_read_file(struct pci_slot *slot, char *buf) in cur_speed_read_file()
70 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_release()
144 static int rename_slot(struct pci_slot *slot, const char *name) in rename_slot()
164 struct pci_slot *slot; in pci_dev_assign_slot()
173 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot()
175 struct pci_slot *slot; in get_slot()
[all …]
Dpci.h245 #define to_pci_slot(s) container_of(s, struct pci_slot, kobj)
251 ssize_t (*show)(struct pci_slot *, char *);
252 ssize_t (*store)(struct pci_slot *, const char *, size_t);
Dpci.c5514 static bool pci_slot_resetable(struct pci_slot *slot) in pci_slot_resetable()
5534 static void pci_slot_lock(struct pci_slot *slot) in pci_slot_lock()
5548 static void pci_slot_unlock(struct pci_slot *slot) in pci_slot_unlock()
5562 static int pci_slot_trylock(struct pci_slot *slot) in pci_slot_trylock()
5627 static void pci_slot_save_and_disable_locked(struct pci_slot *slot) in pci_slot_save_and_disable_locked()
5645 static void pci_slot_restore_locked(struct pci_slot *slot) in pci_slot_restore_locked()
5658 static int pci_slot_reset(struct pci_slot *slot, bool probe) in pci_slot_reset()
5684 int pci_probe_reset_slot(struct pci_slot *slot) in pci_probe_reset_slot()
5705 static int __pci_reset_slot(struct pci_slot *slot) in __pci_reset_slot()
5757 struct pci_slot *slot; in pci_bus_error_reset()
/Linux-v5.15/include/linux/
Dpci_hotplug.h63 struct pci_slot *pci_slot; member
70 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
Dpci.h75 struct pci_slot { struct
83 static inline const char *pci_slot_name(const struct pci_slot *slot) in pci_slot_name() argument
317 struct pci_slot *slot; /* Physical slot this device is in */
1089 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
1092 void pci_destroy_slot(struct pci_slot *slot);
1280 int pci_probe_reset_slot(struct pci_slot *slot);
2213 void pci_hp_create_module_link(struct pci_slot *pci_slot);
2214 void pci_hp_remove_module_link(struct pci_slot *pci_slot);
/Linux-v5.15/arch/sparc/kernel/
Dpci.c1051 struct pci_slot *pci_slot; in pcie_bus_slot_names() local
1062 pci_slot = pci_create_slot(pbus, slot_num[0], name, NULL); in pcie_bus_slot_names()
1064 if (IS_ERR(pci_slot)) in pcie_bus_slot_names()
1066 PTR_ERR(pci_slot)); in pcie_bus_slot_names()
1096 struct pci_slot *pci_slot; in pci_bus_slot_names() local
1107 pci_slot = pci_create_slot(bus, i, sp, NULL); in pci_bus_slot_names()
1108 if (IS_ERR(pci_slot)) in pci_bus_slot_names()
1110 PTR_ERR(pci_slot)); in pci_bus_slot_names()
/Linux-v5.15/drivers/net/ethernet/cisco/enic/
Dvnic_resource.h71 u16 pci_slot; /* installed pci slot */ member
/Linux-v5.15/drivers/pci/controller/
Dpci-hyperv.c563 struct pci_slot *pci_slot; member
1859 if (hpdev->pci_slot) in hv_pci_assign_slots()
1864 hpdev->pci_slot = pci_create_slot(hbus->bridge->bus, slot_nr, in hv_pci_assign_slots()
1866 if (IS_ERR(hpdev->pci_slot)) { in hv_pci_assign_slots()
1868 hpdev->pci_slot = NULL; in hv_pci_assign_slots()
1881 if (!hpdev->pci_slot) in hv_pci_remove_slots()
1883 pci_destroy_slot(hpdev->pci_slot); in hv_pci_remove_slots()
1884 hpdev->pci_slot = NULL; in hv_pci_remove_slots()
2182 if (hpdev->pci_slot) in pci_devices_present_work()
2183 pci_destroy_slot(hpdev->pci_slot); in pci_devices_present_work()
[all …]
/Linux-v5.15/drivers/media/pci/netup_unidvb/
Dnetup_unidvb.h105 int pci_slot; member
Dnetup_unidvb_spi.c208 ndev->pci_slot, in netup_spi_init()
Dnetup_unidvb_core.c819 ndev->pci_slot = PCI_SLOT(pci_dev->devfn); in netup_unidvb_initdev()
821 ndev->board_num = ndev->pci_bus*10 + ndev->pci_slot; in netup_unidvb_initdev()
825 __func__, ndev->board_num, ndev->pci_bus, ndev->pci_slot); in netup_unidvb_initdev()
/Linux-v5.15/drivers/scsi/megaraid/
Dmegaraid_ioctl.h187 uint8_t pci_slot; member
Dmegaraid_mm.c890 cinfo->pcidev = hinfo->pci_slot; in hinfo_to_cinfo()
894 cinfo->pcislot = hinfo->pci_slot; in hinfo_to_cinfo()
/Linux-v5.15/drivers/media/pci/ivtv/
Divtv-driver.c414 int pci_slot = PCI_SLOT(itv->pdev->devfn); in ivtv_process_eeprom() local
486 if (pci_slot == 8 || pci_slot == 9) { in ivtv_process_eeprom()
487 int is_first = (pci_slot & 1) == 0; in ivtv_process_eeprom()
/Linux-v5.15/drivers/media/pci/cx25821/
Dcx25821.h226 int pci_bus, pci_slot; member
/Linux-v5.15/arch/powerpc/kernel/
Deeh_driver.c764 struct pci_slot *slot; in eeh_slot_presence_check()
796 struct pci_slot *slot; in eeh_clear_slot_attention()
/Linux-v5.15/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h28 int pci_slot; member
/Linux-v5.15/drivers/media/pci/cx23885/
Dcx23885.h360 int pci_bus, pci_slot; member
/Linux-v5.15/drivers/media/pci/saa7164/
Dsaa7164.h429 int pci_bus, pci_slot; member
/Linux-v5.15/drivers/media/pci/cx88/
Dcx88.h343 int pci_slot; member
/Linux-v5.15/drivers/net/ethernet/qlogic/
Dqla3xxx.h1082 u8 pci_slot; member

12