Home
last modified time | relevance | path

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

/linux/drivers/pcmcia/
H A Drsrc_nonstatic.c83 if (s && s->cb_dev) in claim_region()
84 parent = pci_find_parent_resource(s->cb_dev, res); in claim_region()
703 if (s->cb_dev) { in __nonstatic_find_io_region()
704 ret = pci_bus_alloc_resource(s->cb_dev->bus, res, num, 1, in __nonstatic_find_io_region()
837 if (s->cb_dev) { in nonstatic_find_mem_region()
838 ret = pci_bus_alloc_resource(s->cb_dev->bus, in nonstatic_find_mem_region()
941 if (!s->cb_dev || !s->cb_dev->bus)
963 if (s->cb_dev->bus->number == 0)
967 res = s->cb_dev->bus->resource[i];
969 pci_bus_for_each_resource(s->cb_dev->bus, res, i) {
[all …]
H A Dcardbus.c68 struct pci_bus *bus = s->cb_dev->subordinate; in cb_alloc()
109 bridge = s->cb_dev; in cb_free()
H A Dbcm63xx_pcmcia.c387 sock->cb_dev = bcm63xx_cb_dev; in bcm63xx_drv_pcmcia_probe()
H A Di82092.c121 sockets[i].socket.cb_dev = dev; in i82092aa_pci_probe()
H A Dpd6729.c688 socket[i].socket.cb_dev = dev; in pd6729_pci_probe()
H A Dyenta_socket.c1186 socket->socket.cb_dev = dev; in yenta_probe()
/linux/include/pcmcia/
H A Dss.h158 struct pci_dev *cb_dev; member