Searched refs:sdio_func (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/pld/src/ |
H A D | pld_sdio.c | 78 static int pld_sdio_probe(struct sdio_func *sdio_func, in pld_sdio_probe() argument 86 if (!pld_context || !sdio_func) { in pld_sdio_probe() 91 dev = &sdio_func->dev; in pld_sdio_probe() 97 sdio_func, (void *)id); in pld_sdio_probe() 112 static void pld_sdio_remove(struct sdio_func *sdio_func) in pld_sdio_remove() argument 115 struct device *dev = &sdio_func->dev; in pld_sdio_remove() 150 static int pld_sdio_reinit(struct sdio_func *sdio_func, in pld_sdio_reinit() argument 154 struct device *dev = &sdio_func->dev; in pld_sdio_reinit() 159 sdio_func, (void *)id); in pld_sdio_reinit() 172 static void pld_sdio_shutdown(struct sdio_func *sdio_func) in pld_sdio_shutdown() argument [all …]
|
H A D | pld_sdio.h | 230 struct sdio_func *func in pld_sdio_get_sdio_al_client_handle()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/ |
H A D | hif_sdio_dev.h | 80 struct sdio_func *func) in get_hif_device() 95 struct sdio_func *func, in hif_sdio_set_drvdata() 103 struct sdio_func *func) in hif_dev_configure_pipes() 109 struct sdio_func *func) in hif_dev_register_channels() 115 struct sdio_func *func) in hif_dev_unregister_channels() 120 struct sdio_func *func) in get_hif_device() 136 struct sdio_func *func, in hif_sdio_set_drvdata() 147 struct sdio_func *func); 150 struct sdio_func *func); 153 struct sdio_func *func); [all …]
|
H A D | if_sdio.h | 96 void hif_sdio_device_removed(struct hif_softc *hif_ctx, struct sdio_func *func);
|
H A D | if_sdio.c | 186 struct sdio_func *func = dev_to_sdio_func(hif_sc->qdf_dev->dev); in hif_sdio_disable_bus()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/ |
H A D | dev_quirks.c | 104 struct sdio_func *func) in hif_sdio_quirk_force_drive_strength() 153 int hif_sdio_quirk_async_intr(struct hif_softc *ol_sc, struct sdio_func *func) in hif_sdio_quirk_async_intr() 227 struct sdio_func *func) in hif_sdio_quirk_force_drive_strength() 241 int hif_sdio_quirk_async_intr(struct hif_softc *ol_sc, struct sdio_func *func) in hif_sdio_quirk_async_intr() 257 void hif_sdio_quirk_write_cccr(struct hif_softc *ol_sc, struct sdio_func *func) in hif_sdio_quirk_write_cccr() 326 int hif_sdio_quirk_mod_strength(struct hif_softc *ol_sc, struct sdio_func *func) in hif_sdio_quirk_mod_strength() 375 static int hif_cmd52_write_byte_8bit(struct sdio_func *func) in hif_cmd52_write_byte_8bit() 381 static int hif_cmd52_write_byte_8bit(struct sdio_func *func) in hif_cmd52_write_byte_8bit() 397 struct sdio_func *func) in hif_sdio_set_bus_speed() 444 struct sdio_func *func) in hif_sdio_set_bus_width() [all …]
|
H A D | hif.c | 68 #define dev_to_sdio_func(d) container_of(d, struct sdio_func, dev) 71 struct sdio_func *func); 199 struct sdio_func *func = device->func; in sdio_enable4bits() 284 struct sdio_func *func, in hif_sdio_probe() 390 struct sdio_func *func = device->func; in power_state_change_notify() 575 struct sdio_func *func, in hif_device_inserted() 715 int hif_sdio_configure_pipes(struct hif_sdio_dev *dev, struct sdio_func *func) in hif_sdio_configure_pipes() 771 struct sdio_func *func = dev_to_sdio_func(dev); in hif_device_suspend() 848 struct sdio_func *func = dev_to_sdio_func(dev); in hif_device_resume() 907 static void hif_device_removed(struct hif_softc *ol_sc, struct sdio_func *func) in hif_device_removed() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/include/ |
H A D | hif_internal.h | 190 struct sdio_func *func; 298 int hif_sdio_configure_pipes(struct hif_sdio_dev *dev, struct sdio_func *func); 418 struct sdio_func *func); 419 void hif_sdio_quirk_write_cccr(struct hif_softc *ol_sc, struct sdio_func *func); 421 struct sdio_func *func); 422 int hif_sdio_quirk_async_intr(struct hif_softc *ol_sc, struct sdio_func *func); 423 int hif_sdio_set_bus_speed(struct hif_softc *ol_sc, struct sdio_func *func); 424 int hif_sdio_set_bus_width(struct hif_softc *ol_sc, struct sdio_func *func); 426 struct sdio_func *func,
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/ |
H A D | adma.c | 61 int hif_dev_configure_pipes(struct hif_sdio_dev *pdev, struct sdio_func *func) in hif_dev_configure_pipes() 300 struct sdio_func *func, in hif_disable_func() 351 struct sdio_func *func, bool resume) in hif_enable_func() 500 int hif_dev_register_channels(struct hif_sdio_dev *dev, struct sdio_func *func) in hif_dev_register_channels() 553 struct sdio_func *func) in hif_dev_unregister_channels()
|
H A D | mailbox.c | 1572 struct sdio_func *func) in hif_sdio_func_enable() 1896 struct sdio_func *func, in hif_disable_func() 1933 struct sdio_func *func, bool resume) in hif_enable_func()
|