Home
last modified time | relevance | path

Searched refs:bdev (Results 1 – 21 of 21) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_driver_ops.c541 int hdd_hif_open(struct device *dev, void *bdev, const struct hif_bus_id *bid, in hdd_hif_open() argument
577 status = hif_enable(hif_ctx, dev, bdev, bid, bus_type, in hdd_hif_open()
655 static int hdd_init_qdf_ctx(struct device *dev, void *bdev, in hdd_init_qdf_ctx() argument
665 qdf_dev->drv_hdl = bdev; in hdd_init_qdf_ctx()
776 void *bdev, in __hdd_soc_probe() argument
791 errno = hdd_init_qdf_ctx(dev, bdev, bus_type, bid); in __hdd_soc_probe()
868 void *bdev, in hdd_soc_probe() argument
882 errno = __hdd_soc_probe(dev, bdev, bid, bus_type); in hdd_soc_probe()
901 void *bdev, in __hdd_soc_recovery_reinit() argument
918 errno = hdd_init_qdf_ctx(dev, bdev, bus_type, bid); in __hdd_soc_recovery_reinit()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
H A Dif_snoc.c216 struct device *dev, void *bdev, const struct hif_bus_id *bid, in hif_snoc_get_target_type() argument
265 struct device *dev, void *bdev, in hif_snoc_enable_bus() argument
292 ret = hif_snoc_get_target_type(ol_sc, dev, bdev, bid, in hif_snoc_enable_bus()
H A Dif_ahb.c469 struct device *dev, void *bdev, in hif_ahb_enable_bus() argument
477 struct platform_device *pdev = bdev; in hif_ahb_enable_bus()
/wlan-driver/qca-wifi-host-cmn/hif/src/dispatcher/
H A Dsdio_api.h25 struct device *dev, void *bdev,
H A Dsnoc_api.h31 struct device *dev, void *bdev,
H A Dahb_api.h32 struct device *dev, void *bdev,
H A Dusb_api.h30 struct device *dev, void *bdev,
H A Dipci_api.h132 struct device *dev, void *bdev,
H A Dpci_api.h39 struct device *dev, void *bdev,
H A Dmultibus.h48 void *bdev,
H A Dmultibus.c274 void *bdev, const struct hif_bus_id *bid, in hif_enable_bus() argument
277 return hif_sc->bus_ops.hif_enable_bus(hif_sc, dev, bdev, bid, type); in hif_enable_bus()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_driver_ops.h128 int hdd_hif_open(struct device *dev, void *bdev, const struct hif_bus_id *bid,
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_osdep.h161 void *bdev; member
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dif_sdio.c164 void *bdev, const struct hif_bus_id *bid, in hif_sdio_enable_bus() argument
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dif_usb.c183 struct device *dev, void *bdev, in hif_usb_enable_bus() argument
188 struct usb_interface *interface = (struct usb_interface *)bdev; in hif_usb_enable_bus()
/wlan-driver/qcacld-3.0/core/pld/inc/
H A Dpld_common.h597 void *bdev, void *id);
608 void *bdev, void *id);
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h677 void *bdev, const struct hif_bus_id *bid, enum hif_enable_type type);
H A Dhif_main.c2029 void *bdev, in hif_enable() argument
2042 status = hif_enable_bus(scn, dev, bdev, bid, type); in hif_enable()
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
H A Dif_ipci.c832 struct device *dev, void *bdev, in hif_ipci_enable_bus() argument
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1333 void *bdev, const struct hif_bus_id *bid,
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c3802 struct device *dev, void *bdev, in hif_pci_enable_bus() argument
3813 struct pci_dev *pdev = bdev; in hif_pci_enable_bus()