Home
last modified time | relevance | path

Searched refs:StateCmd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c4465 enum hci_state_with_cmd StateCmd, u8 EntryNum) in bthci_StateStarting() argument
4471 switch (StateCmd) { in bthci_StateStarting()
4498 RTPRINT(FIOCTL, IOCTL_STATE, ("State command(%d) is Wrong !!!\n", StateCmd)); in bthci_StateStarting()
4505 enum hci_state_with_cmd StateCmd, u8 EntryNum) in bthci_StateConnecting() argument
4511 switch (StateCmd) { in bthci_StateConnecting()
4550 RTPRINT(FIOCTL, IOCTL_STATE, ("State command(%d) is Wrong !!!\n", StateCmd)); in bthci_StateConnecting()
4557 enum hci_state_with_cmd StateCmd, u8 EntryNum) in bthci_StateConnected() argument
4566 switch (StateCmd) { in bthci_StateConnected()
4623 RTPRINT(FIOCTL, IOCTL_STATE, ("State command(%d) is Wrong !!!\n", StateCmd)); in bthci_StateConnected()
4629 bthci_StateAuth(struct rtw_adapter *padapter, enum hci_state_with_cmd StateCmd, in bthci_StateAuth() argument
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1102 enum hci_state_with_cmd StateCmd, u8 EntryNum);