Home
last modified time | relevance | path

Searched refs:bus_request (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c43 struct bus_request bus_req[BUS_REQUEST_MAX_NUM];
190 static struct bus_request *ath6kl_sdio_alloc_busreq(struct ath6kl_sdio *ar_sdio) in ath6kl_sdio_alloc_busreq()
192 struct bus_request *bus_req; in ath6kl_sdio_alloc_busreq()
202 struct bus_request, list); in ath6kl_sdio_alloc_busreq()
213 struct bus_request *bus_req) in ath6kl_sdio_free_bus_req()
261 struct bus_request *req) in ath6kl_sdio_scat_rw()
349 struct bus_request *bus_req; in ath6kl_sdio_alloc_prep_scat_req()
445 struct bus_request *req) in __ath6kl_sdio_write_async()
465 struct bus_request *req, *tmp_req; in ath6kl_sdio_write_async_work()
571 struct bus_request *bus_req; in ath6kl_sdio_write_async()
[all …]
H A Dhif.h70 struct bus_request { struct
188 struct bus_request *busrequest;
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwil_platform.h37 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */); member
H A Dmain.c777 if (wil->platform_ops.bus_request) { in wil6210_bus_request()
779 wil->platform_ops.bus_request(wil->platform_handle, kbps); in wil6210_bus_request()