Home
last modified time | relevance | path

Searched refs:argos_p2p (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c326 static struct notifier_block argos_p2p; /* P2P */ variable
19742 if (argos_p2p.notifier_call == NULL) {
19743 argos_p2p.notifier_call = argos_status_notifier_p2p_cb;
19744 ret = sec_argos_register_notifier(&argos_p2p, ARGOS_P2P_TABLE_LABEL);
19759 if (argos_p2p.notifier_call) {
19760 argos_p2p.notifier_call = NULL;
19779 if (argos_p2p.notifier_call) {
19780 sec_argos_unregister_notifier(&argos_p2p, ARGOS_P2P_TABLE_LABEL);
19781 argos_p2p.notifier_call = NULL;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c325 static struct notifier_block argos_p2p; /* P2P */ variable
19901 if (argos_p2p.notifier_call == NULL) {
19902 argos_p2p.notifier_call = argos_status_notifier_p2p_cb;
19903 ret = sec_argos_register_notifier(&argos_p2p, ARGOS_P2P_TABLE_LABEL);
19918 if (argos_p2p.notifier_call) {
19919 argos_p2p.notifier_call = NULL;
19938 if (argos_p2p.notifier_call) {
19939 sec_argos_unregister_notifier(&argos_p2p, ARGOS_P2P_TABLE_LABEL);
19940 argos_p2p.notifier_call = NULL;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c326 static struct notifier_block argos_p2p; /* P2P */ variable
19807 if (argos_p2p.notifier_call == NULL) {
19808 argos_p2p.notifier_call = argos_status_notifier_p2p_cb;
19809 ret = sec_argos_register_notifier(&argos_p2p, ARGOS_P2P_TABLE_LABEL);
19824 if (argos_p2p.notifier_call) {
19825 argos_p2p.notifier_call = NULL;
19844 if (argos_p2p.notifier_call) {
19845 sec_argos_unregister_notifier(&argos_p2p, ARGOS_P2P_TABLE_LABEL);
19846 argos_p2p.notifier_call = NULL;