Home
last modified time | relevance | path

Searched refs:cb_dev (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/pcmcia/
Drsrc_nonstatic.c83 if (s && s->cb_dev) in claim_region()
84 parent = pci_find_parent_resource(s->cb_dev, res); in claim_region()
698 if (s->cb_dev) { in __nonstatic_find_io_region()
699 ret = pci_bus_alloc_resource(s->cb_dev->bus, res, num, 1, in __nonstatic_find_io_region()
829 if (s->cb_dev) { in nonstatic_find_mem_region()
830 ret = pci_bus_alloc_resource(s->cb_dev->bus, in nonstatic_find_mem_region()
933 if (!s->cb_dev || !s->cb_dev->bus)
955 if (s->cb_dev->bus->number == 0)
959 res = s->cb_dev->bus->resource[i];
961 pci_bus_for_each_resource(s->cb_dev->bus, res, i) {
[all …]
Dcardbus.c66 struct pci_bus *bus = s->cb_dev->subordinate; in cb_alloc()
108 bridge = s->cb_dev; in cb_free()
Drsrc_iodyn.c69 if (s->cb_dev) { in __iodyn_find_io_region()
70 ret = pci_bus_alloc_resource(s->cb_dev->bus, res, num, 1, in __iodyn_find_io_region()
Dbcm63xx_pcmcia.c386 sock->cb_dev = bcm63xx_cb_dev; in bcm63xx_drv_pcmcia_probe()
Di82092.c113 sockets[i].socket.cb_dev = dev; in i82092aa_pci_probe()
Dpd6729.c687 socket[i].socket.cb_dev = dev; in pd6729_pci_probe()
Dyenta_socket.c1172 socket->socket.cb_dev = dev; in yenta_probe()
/Linux-v5.4/include/pcmcia/
Dss.h158 struct pci_dev *cb_dev; member