Home
last modified time | relevance | path

Searched refs:bid (Results 1 – 24 of 24) 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()
657 const struct hif_bus_id *bid) in hdd_init_qdf_ctx() argument
667 qdf_dev->bid = bid; in hdd_init_qdf_ctx()
777 const struct hif_bus_id *bid, in __hdd_soc_probe() argument
791 errno = hdd_init_qdf_ctx(dev, bdev, bus_type, bid); in __hdd_soc_probe()
869 const struct hif_bus_id *bid, in hdd_soc_probe() argument
882 errno = __hdd_soc_probe(dev, bdev, bid, bus_type); in hdd_soc_probe()
902 const struct hif_bus_id *bid, in __hdd_soc_recovery_reinit() argument
918 errno = hdd_init_qdf_ctx(dev, bdev, bus_type, bid); in __hdd_soc_recovery_reinit()
[all …]
H A Dwlan_hdd_main.c5007 ret = hdd_hif_open(qdf_dev->dev, qdf_dev->drv_hdl, qdf_dev->bid, in hdd_wlan_start_modules()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_ipa_wdi3.h126 #define QDF_IPA_WDI_SETUP_INFO_SMMU_RX_BANK_ID(txrx, bid) \ argument
127 __QDF_IPA_WDI_SETUP_INFO_SMMU_RX_BANK_ID(txrx, bid)
274 #define QDF_IPA_WDI_SETUP_INFO_RX_BANK_ID(txrx, bid) \ argument
275 __QDF_IPA_WDI_SETUP_INFO_RX_BANK_ID(txrx, bid)
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_ipa_wdi3.h295 #define __QDF_IPA_WDI_SETUP_INFO_RX_BANK_ID(txrx, bid) \ argument
296 ((((struct ipa_wdi_pipe_setup_info *)(txrx))->rx_bank_id) = (bid))
298 #define __QDF_IPA_WDI_SETUP_INFO_SMMU_RX_BANK_ID(txrx, bid) \ argument
299 ((((struct ipa_wdi_pipe_setup_info_smmu *)(txrx))->rx_bank_id) = (bid))
318 #define __QDF_IPA_WDI_SETUP_INFO_RX_BANK_ID(txrx, bid) argument
319 #define __QDF_IPA_WDI_SETUP_INFO_SMMU_RX_BANK_ID(txrx, bid) argument
H A Di_qdf_types.h296 const struct hif_bus_id *bid; member
/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
266 const struct hif_bus_id *bid, 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.c470 const struct hif_bus_id *bid, in hif_ahb_enable_bus() argument
476 const struct platform_device_id *id = (struct platform_device_id *)bid; in hif_ahb_enable_bus()
/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
167 const struct sdio_device_id *id = (const struct sdio_device_id *)bid; in hif_sdio_enable_bus()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c1464 int bid; in dp_tx_init_ipa_bank_profile() local
1474 bid = be_soc->num_bank_profiles - 1; in dp_tx_init_ipa_bank_profile()
1476 be_soc->bank_profiles[bid].is_configured = true; in dp_tx_init_ipa_bank_profile()
1477 be_soc->bank_profiles[bid].bank_config.val = ipa_config.val; in dp_tx_init_ipa_bank_profile()
1479 &be_soc->bank_profiles[bid].bank_config, in dp_tx_init_ipa_bank_profile()
1480 bid); in dp_tx_init_ipa_bank_profile()
1481 qdf_atomic_inc(&be_soc->bank_profiles[bid].ref_count); in dp_tx_init_ipa_bank_profile()
1483 dp_info("IPA bank at slot %d config:0x%x", bid, in dp_tx_init_ipa_bank_profile()
1484 be_soc->bank_profiles[bid].bank_config.val); in dp_tx_init_ipa_bank_profile()
1486 be_soc->ipa_bank_id = bid; in dp_tx_init_ipa_bank_profile()
/wlan-driver/qca-wifi-host-cmn/hif/src/dispatcher/
H A Dsdio_api.h26 const struct hif_bus_id *bid,
H A Dsnoc_api.h32 const struct hif_bus_id *bid,
H A Dahb_api.h33 const struct hif_bus_id *bid,
H A Dusb_api.h31 const struct hif_bus_id *bid,
H A Dipci_api.h133 const struct hif_bus_id *bid,
H A Dpci_api.h40 const struct hif_bus_id *bid,
H A Dmultibus.h49 const struct hif_bus_id *bid,
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/hif/src/usb/
H A Dif_usb.c184 const struct hif_bus_id *bid, in hif_usb_enable_bus() argument
189 struct usb_device_id *id = (struct usb_device_id *)bid; in hif_usb_enable_bus()
/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.c2030 const struct hif_bus_id *bid, 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.c833 const struct hif_bus_id *bid, 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.c3803 const struct hif_bus_id *bid, in hif_pci_enable_bus() argument
3814 const struct pci_device_id *id = (const struct pci_device_id *)bid; in hif_pci_enable_bus()