Searched refs:bus_ops (Results 1 - 23 of 23) sorted by relevance

/drivers/pci/pcie/aer/
H A Daer_inject.c115 struct pci_bus_ops *bus_ops; local
117 list_for_each_entry(bus_ops, &pci_bus_ops_list, list) {
118 if (bus_ops->bus == bus)
119 return bus_ops->ops;
127 struct pci_bus_ops *bus_ops = NULL; local
131 bus_ops = NULL;
135 bus_ops = list_entry(lh, struct pci_bus_ops, list);
138 return bus_ops;
255 static void pci_bus_ops_init(struct pci_bus_ops *bus_ops, argument
259 INIT_LIST_HEAD(&bus_ops
267 struct pci_bus_ops *bus_ops; local
515 struct pci_bus_ops *bus_ops; local
[all...]
/drivers/mmc/core/
H A Dbus.c137 if (host->bus_ops->shutdown) {
138 ret = host->bus_ops->shutdown(host);
159 ret = host->bus_ops->suspend(host);
170 ret = host->bus_ops->resume(host);
188 return host->bus_ops->runtime_suspend(host);
196 return host->bus_ops->runtime_resume(host);
H A Dcore.c1623 host->bus_ops = NULL;
1648 if ((host->bus_refs == 0) && host->bus_ops)
1668 BUG_ON(host->bus_ops);
1671 host->bus_ops = ops;
1688 WARN_ON(!host->bus_ops);
2306 return host->bus_ops->power_restore(host);
2369 ret = host->bus_ops->alive(host);
2452 if (host->bus_ops && !host->bus_dead
2454 host->bus_ops->detect(host);
2465 * Let mmc_bus_put() free the bus/bus_ops i
[all...]
/drivers/input/touchscreen/
H A Dcyttsp_core.h133 const struct cyttsp_bus_ops *bus_ops; member in struct:cyttsp
144 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops,
H A Dcyttsp_core.c87 error = ts->bus_ops->read(ts->dev, ts->xfer_buf, command,
105 error = ts->bus_ops->write(ts->dev, ts->xfer_buf, command,
534 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, argument
557 ts->bus_ops = bus_ops;
574 input_dev->id.bustype = bus_ops->bustype;
H A Dcyttsp4_core.h363 const struct cyttsp4_bus_ops *bus_ops; member in struct:cyttsp4
454 return ts->bus_ops->read(ts->dev, ts->xfer_buf, addr, size, buf);
460 return ts->bus_ops->write(ts->dev, ts->xfer_buf, addr, size, buf);
H A Dcyttsp4_core.c1970 md->input->id.bustype = cd->bus_ops->bustype;
2031 cd->bus_ops = ops;
/drivers/input/misc/
H A Dcma3000_d0x.c67 const struct cma3000_bus_ops *bus_ops; member in struct:cma3000_accl_data
85 (data->bus_ops->read(data->dev, reg, msg))
87 ((data)->bus_ops->write(data->dev, reg, val, msg))
200 ctrl |= data->bus_ops->ctrl_mod;
315 data->bus_ops = bops;
/drivers/net/wireless/ath/ath5k/
H A Dbase.h112 int ath5k_init_ah(struct ath5k_hw *ah, const struct ath_bus_ops *bus_ops);
H A Dath5k.h1662 return ath5k_hw_common(ah)->bus_ops->ath_bus_type;
1667 common->bus_ops->read_cachesize(common, csz);
1673 return common->bus_ops->eeprom_read(common, off, data);
H A Dbase.c2514 ath5k_init_ah(struct ath5k_hw *ah, const struct ath_bus_ops *bus_ops) argument
2573 common->bus_ops = bus_ops;
3044 ret = ath5k_hw_common(ah)->bus_ops->eeprom_read_mac(ah, mac);
/drivers/net/wireless/ath/ath9k/
H A Dinit.c365 if (common->bus_ops->ath_bus_type != ATH_PCI)
491 const struct ath_bus_ops *bus_ops)
534 common->bus_ops = bus_ops;
615 if (common->bus_ops->aspm_init)
616 common->bus_ops->aspm_init(common);
852 const struct ath_bus_ops *bus_ops)
861 error = ath9k_init_softc(devid, sc, bus_ops);
490 ath9k_init_softc(u16 devid, struct ath_softc *sc, const struct ath_bus_ops *bus_ops) argument
851 ath9k_init_device(u16 devid, struct ath_softc *sc, const struct ath_bus_ops *bus_ops) argument
H A Dath9k.h1065 common->bus_ops->read_cachesize(common, csz);
1076 const struct ath_bus_ops *bus_ops);
H A Deeprom.c137 ret = common->bus_ops->eeprom_read(common, off, data);
H A Dhtc.h529 common->bus_ops->read_cachesize(common, csz);
H A Dhw.c460 if (common->bus_ops->ath_bus_type != ATH_USB) {
632 if (common->bus_ops->ath_bus_type == ATH_USB)
1650 if (common->bus_ops->ath_bus_type == ATH_USB) {
1677 if (AR_SREV_9280(ah) && common->bus_ops->ath_bus_type == ATH_PCI)
H A Dar5008_phy.c724 && (common->bus_ops->ath_bus_type != ATH_USB)) {
756 && (common->bus_ops->ath_bus_type != ATH_USB)) {
H A Deeprom_def.c123 if (common->bus_ops->ath_bus_type == ATH_USB)
383 if ((common->bus_ops->ath_bus_type == ATH_USB) &&
H A Deeprom_9287.c67 if (common->bus_ops->ath_bus_type == ATH_USB)
H A Dhtc_drv_init.c481 common->bus_ops = &ath9k_usb_bus_ops;
H A Dhw.h120 (ath9k_hw_common(ah)->bus_ops->ath_bus_type \
H A Deeprom_4k.c64 if (common->bus_ops->ath_bus_type == ATH_USB)
/drivers/net/wireless/ath/
H A Dath.h171 const struct ath_bus_ops *bus_ops; member in struct:ath_common

Completed in 3464 milliseconds