/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_driver_ops.c | 541 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 D | if_snoc.c | 216 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 D | if_ahb.c | 469 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 D | sdio_api.h | 25 struct device *dev, void *bdev,
|
H A D | snoc_api.h | 31 struct device *dev, void *bdev,
|
H A D | ahb_api.h | 32 struct device *dev, void *bdev,
|
H A D | usb_api.h | 30 struct device *dev, void *bdev,
|
H A D | ipci_api.h | 132 struct device *dev, void *bdev,
|
H A D | pci_api.h | 39 struct device *dev, void *bdev,
|
H A D | multibus.h | 48 void *bdev,
|
H A D | multibus.c | 274 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 D | wlan_hdd_driver_ops.h | 128 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 D | i_osdep.h | 161 void *bdev; member
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/ |
H A D | if_sdio.c | 164 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 D | if_usb.c | 183 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 D | pld_common.h | 597 void *bdev, void *id); 608 void *bdev, void *id);
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_main.h | 677 void *bdev, const struct hif_bus_id *bid, enum hif_enable_type type);
|
H A D | hif_main.c | 2029 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 D | if_ipci.c | 832 struct device *dev, void *bdev, in hif_ipci_enable_bus() argument
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
H A D | hif.h | 1333 void *bdev, const struct hif_bus_id *bid,
|
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/ |
H A D | if_pci.c | 3802 struct device *dev, void *bdev, in hif_pci_enable_bus() argument 3813 struct pci_dev *pdev = bdev; in hif_pci_enable_bus()
|