Searched refs:ctl_completed (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_cdc.c | 74 uint ctl_completed; member 105 prot->ctl_completed = FALSE; in dhdcdc_msg() 118 timeout = dhd_os_ioctl_resp_wait(dhd, &prot->ctl_completed); in dhdcdc_msg() 119 if ((!timeout) || (!prot->ctl_completed)) { in dhdcdc_msg() 121 timeout, prot->ctl_completed)); in dhdcdc_msg() 133 prot->ctl_completed = FALSE; in dhdcdc_msg() 140 timeout = dhd_os_ioctl_resp_wait(dhd, &prot->ctl_completed); in dhdcdc_msg() 167 prot->ctl_completed = FALSE; in dhdcdc_cmplt() 174 timeout = dhd_os_ioctl_resp_wait(dhd, &prot->ctl_completed); in dhdcdc_cmplt() 175 if ((!timeout) || (!prot->ctl_completed)) { in dhdcdc_cmplt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_cdc.c | 75 uint ctl_completed; member 112 prot->ctl_completed = FALSE; in dhdcdc_msg() 124 timeout = dhd_os_ioctl_resp_wait(dhd, &prot->ctl_completed); in dhdcdc_msg() 125 if ((!timeout) || (!prot->ctl_completed)) { in dhdcdc_msg() 127 timeout, prot->ctl_completed)); in dhdcdc_msg() 137 prot->ctl_completed = FALSE; in dhdcdc_msg() 144 timeout = dhd_os_ioctl_resp_wait(dhd, &prot->ctl_completed); in dhdcdc_msg() 169 prot->ctl_completed = FALSE; in dhdcdc_cmplt() 175 timeout = dhd_os_ioctl_resp_wait(dhd, &prot->ctl_completed); in dhdcdc_cmplt() 176 if ((!timeout) || (!prot->ctl_completed)) { in dhdcdc_cmplt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 160 int ctl_completed; member 187 devinfo->ctl_completed, IOCTL_RESP_TIMEOUT); in brcmf_usb_ioctl_resp_wait() 216 devinfo->ctl_completed = true; in brcmf_usb_ctl_complete() 332 devinfo->ctl_completed = false; in brcmf_usb_tx_ctlpkt() 377 devinfo->ctl_completed = false; in brcmf_usb_rx_ctlpkt() 743 devinfo->ctl_completed = true; in brcmf_usb_sync_complete() 776 devinfo->ctl_completed = false; in brcmf_usb_dl_cmd() 878 devinfo->ctl_completed = false; in brcmf_usb_dl_send_bulk()
|
| H A D | msgbuf.c | 261 bool ctl_completed; member 476 msgbuf->ctl_completed, in brcmf_msgbuf_ioctl_resp_wait() 483 msgbuf->ctl_completed = true; in brcmf_msgbuf_ioctl_resp_wake() 498 msgbuf->ctl_completed = false; in brcmf_msgbuf_query_dcmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus.c | 102 uint ctl_completed; member 2445 dhd->bus->ctl_completed = TRUE; in dhd_dbus_ctl_complete() 2610 bus->ctl_completed = FALSE; in dhd_bus_txctl() 2617 timeleft = dhd_os_ioctl_resp_wait(bus->dhd, &bus->ctl_completed); in dhd_bus_txctl() 2618 if ((!timeleft) || (!bus->ctl_completed)) { in dhd_bus_txctl() 2620 __FUNCTION__, timeleft, bus->ctl_completed)); in dhd_bus_txctl() 2629 bus->ctl_completed = FALSE; in dhd_bus_txctl() 2636 timeleft = dhd_os_ioctl_resp_wait(bus->dhd, &bus->ctl_completed); in dhd_bus_txctl() 2658 bus->ctl_completed = FALSE; in dhd_bus_rxctl() 2665 timeleft = dhd_os_ioctl_resp_wait(bus->dhd, &bus->ctl_completed); in dhd_bus_rxctl() [all …]
|