Home
last modified time | relevance | path

Searched refs:profile_status (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dmci.c371 struct ath_mci_profile_status profile_status; in ath_mci_msg() local
411 profile_status.is_link = *(rx_payload + in ath_mci_msg()
413 profile_status.conn_handle = *(rx_payload + in ath_mci_msg()
415 profile_status.is_critical = *(rx_payload + in ath_mci_msg()
421 profile_status.is_link, profile_status.conn_handle, in ath_mci_msg()
422 profile_status.is_critical, seq_num); in ath_mci_msg()
424 update_scheme += ath_mci_process_status(sc, &profile_status); in ath_mci_msg()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c77 #define is_profile_busy(profile) ((btrtl_coex.profile_status & BIT(profile)) > 0)
657 *p++ = btrtl_coex.profile_status; in rtk_notify_profileinfo_to_fw()
659 btrtl_coex.profile_status); in rtk_notify_profileinfo_to_fw()
679 if ((btrtl_coex.profile_status & BIT(profile_index)) == 0) { in update_profile_state()
681 btrtl_coex.profile_status |= BIT(profile_index); in update_profile_state()
684 if ((btrtl_coex.profile_status & BIT(profile_index)) > 0) { in update_profile_state()
686 btrtl_coex.profile_status &= ~(BIT(profile_index)); in update_profile_state()
694 __func__, btrtl_coex.profile_status); in update_profile_state()
717 btrtl_coex.profile_status |= in update_profile_connection()
744 btrtl_coex.profile_status &= ~(BIT(profile_index)); in update_profile_connection()
[all …]
H A Drtk_coex.h257 uint8_t profile_status; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c77 #define is_profile_busy(profile) ((btrtl_coex.profile_status & BIT(profile)) > 0)
657 *p++ = btrtl_coex.profile_status; in rtk_notify_profileinfo_to_fw()
659 btrtl_coex.profile_status); in rtk_notify_profileinfo_to_fw()
679 if ((btrtl_coex.profile_status & BIT(profile_index)) == 0) { in update_profile_state()
681 btrtl_coex.profile_status |= BIT(profile_index); in update_profile_state()
684 if ((btrtl_coex.profile_status & BIT(profile_index)) > 0) { in update_profile_state()
686 btrtl_coex.profile_status &= ~(BIT(profile_index)); in update_profile_state()
694 __func__, btrtl_coex.profile_status); in update_profile_state()
717 btrtl_coex.profile_status |= in update_profile_connection()
744 btrtl_coex.profile_status &= ~(BIT(profile_index)); in update_profile_connection()
[all …]
H A Drtk_coex.h257 uint8_t profile_status; member