Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pcmcia/
Drsrc_nonstatic.c86 if (s && s->cb_dev) in claim_region()
87 parent = pci_find_parent_resource(s->cb_dev, res); in claim_region()
701 if (s->cb_dev) { in __nonstatic_find_io_region()
702 ret = pci_bus_alloc_resource(s->cb_dev->bus, res, num, 1, in __nonstatic_find_io_region()
832 if (s->cb_dev) { in nonstatic_find_mem_region()
833 ret = pci_bus_alloc_resource(s->cb_dev->bus, in nonstatic_find_mem_region()
936 if (!s->cb_dev || !s->cb_dev->bus)
958 if (s->cb_dev->bus->number == 0)
962 res = s->cb_dev->bus->resource[i];
964 pci_bus_for_each_resource(s->cb_dev->bus, res, i) {
[all …]
Dcardbus.c69 struct pci_bus *bus = s->cb_dev->subordinate; in cb_alloc()
111 bridge = s->cb_dev; in cb_free()
Drsrc_iodyn.c72 if (s->cb_dev) { in __iodyn_find_io_region()
73 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.c112 sockets[i].socket.cb_dev = dev; in i82092aa_pci_probe()
Dpd6729.c687 socket[i].socket.cb_dev = dev; in pd6729_pci_probe()
Dyenta_socket.c1170 socket->socket.cb_dev = dev; in yenta_probe()
/Linux-v4.19/include/pcmcia/
Dss.h161 struct pci_dev *cb_dev; member