Home
last modified time | relevance | path

Searched full:pub (Results 1 – 25 of 1315) sorted by relevance

12345678910>>...53

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c217 struct brcmf_core pub; member
224 struct brcmf_chip pub; member
254 address = CORE_SB(core->pub.base, sbtmstatelow); in brcmf_chip_sb_iscoreup()
284 base = core->pub.base; in brcmf_chip_sb_coredisable()
389 base = core->pub.base; in brcmf_chip_sb_resetcore()
442 if (core->pub.id == BCMA_CORE_80211) { in brcmf_chip_ai_resetcore()
443 d11core2 = brcmf_chip_get_d11core(&ci->pub, 1); in brcmf_chip_ai_resetcore()
447 struct brcmf_core_priv, pub); in brcmf_chip_ai_resetcore()
511 core->pub.id = coreid; in brcmf_chip_add_core()
512 core->pub.base = base; in brcmf_chip_add_core()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/libstd-rs/
H A D0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch16 @@ -465,6 +465,25 @@ pub const SYS_pkey_mprotect: ::c_long = 288;
17 pub const SYS_pkey_alloc: ::c_long = 289;
18 pub const SYS_pkey_free: ::c_long = 290;
19 pub const SYS_statx: ::c_long = 291;
20 +pub const SYS_pidfd_send_signal: ::c_long = 424;
21 +pub const SYS_io_uring_setup: ::c_long = 425;
22 +pub const SYS_io_uring_enter: ::c_long = 426;
23 +pub const SYS_io_uring_register: ::c_long = 427;
24 +pub const SYS_open_tree: ::c_long = 428;
25 +pub const SYS_move_mount: ::c_long = 429;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus.c82 dbus_pub_t pub; /* MUST BE FIRST */ member
159 void dbus_detach(dhd_bus_t *pub);
204 static int dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info);
379 irb = (dbus_irb_t *) MALLOC(dhd_bus->pub.osh, size_irb); in dbus_irbq_init()
406 MFREE(dhd_bus->pub.osh, irb, size_irb); in dbus_irbq_deinit()
425 if (dhd_bus->pub.busstate != DBUS_STATE_UP) { in dbus_rxirbs_fill()
464 dbus_flowctrl_rx(dbus_pub_t *pub, bool on) in dbus_flowctrl_rx() argument
466 dhd_bus_t *dhd_bus = (dhd_bus_t *) pub; in dbus_flowctrl_rx()
478 if (dhd_bus->pub.busstate == DBUS_STATE_UP) { in dbus_flowctrl_rx()
500 dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info) in dbus_send_irb() argument
[all …]
H A Ddhd_flowring.h66 #define DHD_IS_FLOWID_HTPUT(pub, flowid) \ argument
67 ((flowid >= (pub)->htput_flow_ring_start) && \
68 (flowid < ((pub)->htput_flow_ring_start + HTPUT_TOTAL_FLOW_RINGS)))
118 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) argument
119 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument
120 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument
121 #define DHD_IF_ROLE_P2PGC(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_CLIENT) argument
122 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument
123 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument
124 #define DHD_IF_ROLE_IBSS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_IBSS) argument
[all …]
H A Ddhd.h1955 int dhd_wifi_platform_set_power(dhd_pub_t *pub, bool on);
1957 static INLINE int dhd_wifi_platform_set_power(dhd_pub_t *pub, bool on) { return 0; } in dhd_wifi_platform_set_power() argument
2123 extern int dhd_os_wake_lock(dhd_pub_t *pub);
2124 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
2125 extern int dhd_os_wake_lock_waive(dhd_pub_t *pub);
2126 extern int dhd_os_wake_lock_restore(dhd_pub_t *pub);
2127 extern void dhd_event_wake_lock(dhd_pub_t *pub);
2128 extern void dhd_event_wake_unlock(dhd_pub_t *pub);
2129 extern void dhd_pm_wake_lock_timeout(dhd_pub_t *pub, int val);
2130 extern void dhd_pm_wake_unlock(dhd_pub_t *pub);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus.c81 dbus_pub_t pub; /* MUST BE FIRST */ member
158 void dbus_detach(dhd_bus_t *pub);
203 static int dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info);
378 irb = (dbus_irb_t *) MALLOC(dhd_bus->pub.osh, size_irb); in dbus_irbq_init()
405 MFREE(dhd_bus->pub.osh, irb, size_irb); in dbus_irbq_deinit()
424 if (dhd_bus->pub.busstate != DBUS_STATE_UP) { in dbus_rxirbs_fill()
463 dbus_flowctrl_rx(dbus_pub_t *pub, bool on) in dbus_flowctrl_rx() argument
465 dhd_bus_t *dhd_bus = (dhd_bus_t *) pub; in dbus_flowctrl_rx()
477 if (dhd_bus->pub.busstate == DBUS_STATE_UP) { in dbus_flowctrl_rx()
499 dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info) in dbus_send_irb() argument
[all …]
H A Ddhd.h1210 extern int dhd_os_wake_lock(dhd_pub_t *pub);
1211 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
1212 extern int dhd_os_wake_lock_waive(dhd_pub_t *pub);
1213 extern int dhd_os_wake_lock_restore(dhd_pub_t *pub);
1214 extern void dhd_event_wake_lock(dhd_pub_t *pub);
1215 extern void dhd_event_wake_unlock(dhd_pub_t *pub);
1216 extern void dhd_pm_wake_lock_timeout(dhd_pub_t *pub, int val);
1217 extern void dhd_pm_wake_unlock(dhd_pub_t *pub);
1218 extern void dhd_txfl_wake_lock_timeout(dhd_pub_t *pub, int val);
1219 extern void dhd_txfl_wake_unlock(dhd_pub_t *pub);
[all …]
H A Ddhd_linux.c374 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen)
376 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128)
609 /* Local private structure (extension of pub) */
614 dhd_pub_t pub; member
2025 __FUNCTION__, action, suspend, dhdinfo->pub.conf->suspend_mode); in dhd_pm_callback()
2027 DHD_OS_WAKE_LOCK_WAIVE(&dhdinfo->pub); in dhd_pm_callback()
2028 if (dhdinfo->pub.conf->suspend_mode == PM_NOTIFIER) in dhd_pm_callback()
2031 dhd_wlfc_suspend(&dhdinfo->pub); in dhd_pm_callback()
2033 if (dhdinfo->pub.conf->suspend_mode == PM_NOTIFIER) in dhd_pm_callback()
2034 dhd_conf_set_suspend_resume(&dhdinfo->pub, suspend); in dhd_pm_callback()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus.c86 dbus_pub_t pub; /* MUST BE FIRST */ member
165 static void dbus_detach(dhd_bus_t *pub);
206 static int dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info);
378 irb = (dbus_irb_t *) MALLOC(dhd_bus->pub.osh, size_irb); in dbus_irbq_init()
405 MFREE(dhd_bus->pub.osh, irb, size_irb); in dbus_irbq_deinit()
424 if (dhd_bus->pub.busstate != DBUS_STATE_UP) { in dbus_rxirbs_fill()
463 dbus_flowctrl_rx(dbus_pub_t *pub, bool on) in dbus_flowctrl_rx() argument
465 dhd_bus_t *dhd_bus = (dhd_bus_t *) pub; in dbus_flowctrl_rx()
477 if (dhd_bus->pub.busstate == DBUS_STATE_UP) { in dbus_flowctrl_rx()
499 dbus_send_irb(dbus_pub_t *pub, uint8 *buf, int len, void *pkt, void *info) in dbus_send_irb() argument
[all …]
H A Ddhd_flowring.h66 #define DHD_IS_FLOWID_HTPUT(pub, flowid) \ argument
67 ((flowid >= (pub)->htput_flow_ring_start) && \
68 (flowid < ((pub)->htput_flow_ring_start + HTPUT_TOTAL_FLOW_RINGS)))
118 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) argument
119 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument
120 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument
121 #define DHD_IF_ROLE_P2PGC(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_CLIENT) argument
122 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument
123 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument
124 #define DHD_IF_ROLE_IBSS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_IBSS) argument
[all …]
H A Ddhd.h1960 int dhd_wifi_platform_set_power(dhd_pub_t *pub, bool on);
1962 static INLINE int dhd_wifi_platform_set_power(dhd_pub_t *pub, bool on) { return 0; } in dhd_wifi_platform_set_power() argument
2128 extern int dhd_os_wake_lock(dhd_pub_t *pub);
2129 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
2130 extern int dhd_os_wake_lock_waive(dhd_pub_t *pub);
2131 extern int dhd_os_wake_lock_restore(dhd_pub_t *pub);
2132 extern void dhd_event_wake_lock(dhd_pub_t *pub);
2133 extern void dhd_event_wake_unlock(dhd_pub_t *pub);
2134 extern void dhd_pm_wake_lock_timeout(dhd_pub_t *pub, int val);
2135 extern void dhd_pm_wake_unlock(dhd_pub_t *pub);
[all …]
H A Ddhd_linux.c387 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen)
389 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128)
504 static int dhd_nho_ioctl_process(dhd_pub_t *pub, int ifidx, dhd_ioctl_t *ioc, void *data_buf);
1147 dhd_pub_t *dhd = &dhdinfo->pub; in dhd_pm_callback()
1222 static void dhd_os_rxflock(dhd_pub_t *pub);
1223 static void dhd_os_rxfunlock(dhd_pub_t *pub);
1330 .pub = {
1343 #define DHD_PUB_NULL (&dhd_info_null.pub)
1368 static void dhd_sta_free(dhd_pub_t *pub, dhd_sta_t *sta);
1481 dhd_sta_free(&ifp->info->pub, sta); in dhd_if_del_sta_list()
[all …]
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs8_parser.c21 struct public_key *pub; member
76 ctx->pub->pkey_algo = "rsa"; in pkcs8_note_algo()
100 struct public_key *pub; in pkcs8_parse() local
106 ctx.pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in pkcs8_parse()
107 if (!ctx.pub) in pkcs8_parse()
118 pub = ctx.pub; in pkcs8_parse()
119 pub->key = kmemdup(ctx.key, ctx.key_size, GFP_KERNEL); in pkcs8_parse()
120 if (!pub->key) in pkcs8_parse()
123 pub->keylen = ctx.key_size; in pkcs8_parse()
124 pub->key_is_private = true; in pkcs8_parse()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.h83 void dma_rxinit(struct dma_pub *pub);
84 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list);
85 bool dma_rxfill(struct dma_pub *pub);
86 bool dma_rxreset(struct dma_pub *pub);
87 bool dma_txreset(struct dma_pub *pub);
88 void dma_txinit(struct dma_pub *pub);
89 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
91 void dma_txflush(struct dma_pub *pub);
92 int dma_txpending(struct dma_pub *pub);
93 void dma_kick_tx(struct dma_pub *pub);
[all …]
/OK3568_Linux_fs/kernel/net/wireless/
H A Dscan.c123 ies = (void *)rcu_access_pointer(bss->pub.beacon_ies); in bss_free()
124 if (ies && !bss->pub.hidden_beacon_bss) in bss_free()
126 ies = (void *)rcu_access_pointer(bss->pub.proberesp_ies); in bss_free()
147 if (bss->pub.hidden_beacon_bss) in bss_ref_get()
148 bss_from_pub(bss->pub.hidden_beacon_bss)->refcount++; in bss_ref_get()
150 if (bss->pub.transmitted_bss) in bss_ref_get()
151 bss_from_pub(bss->pub.transmitted_bss)->refcount++; in bss_ref_get()
159 if (bss->pub.hidden_beacon_bss) { in bss_ref_put()
161 hbss = container_of(bss->pub.hidden_beacon_bss, in bss_ref_put()
163 pub); in bss_ref_put()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd.h1589 extern int dhd_os_wake_lock(dhd_pub_t *pub);
1590 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
1591 extern int dhd_os_wake_lock_waive(dhd_pub_t *pub);
1592 extern int dhd_os_wake_lock_restore(dhd_pub_t *pub);
1593 extern void dhd_event_wake_lock(dhd_pub_t *pub);
1594 extern void dhd_event_wake_unlock(dhd_pub_t *pub);
1595 extern void dhd_pm_wake_lock_timeout(dhd_pub_t *pub, int val);
1596 extern void dhd_pm_wake_unlock(dhd_pub_t *pub);
1597 extern void dhd_txfl_wake_lock_timeout(dhd_pub_t *pub, int val);
1598 extern void dhd_txfl_wake_unlock(dhd_pub_t *pub);
[all …]
H A Ddhd_flowring.h79 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) argument
80 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument
81 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument
82 #define DHD_IF_ROLE_P2PGC(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_CLIENT) argument
83 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument
84 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument
85 #define DHD_IF_ROLE_IBSS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_IBSS) argument
87 #define DHD_IF_ROLE_NAN(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_NAN) argument
89 #define DHD_IF_ROLE_NAN(pub, idx) (FALSE) argument
91 #define DHD_IF_ROLE_AWDL(pub, idx) (FALSE) argument
[all …]
H A Ddhd_linux.c272 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen)
274 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128)
712 #define DHD_IF_ROLE(pub, idx) ((pub)->info->iflist[idx]->role) argument
713 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument
714 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument
715 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument
944 DHD_OS_WAKE_LOCK_WAIVE(&dhdinfo->pub); in dhd_pm_callback()
945 dhd_wlfc_suspend(&dhdinfo->pub); in dhd_pm_callback()
946 DHD_OS_WAKE_LOCK_RESTORE(&dhdinfo->pub); in dhd_pm_callback()
948 dhd_wlfc_resume(&dhdinfo->pub); in dhd_pm_callback()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd.h1589 extern int dhd_os_wake_lock(dhd_pub_t *pub);
1590 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
1591 extern int dhd_os_wake_lock_waive(dhd_pub_t *pub);
1592 extern int dhd_os_wake_lock_restore(dhd_pub_t *pub);
1593 extern void dhd_event_wake_lock(dhd_pub_t *pub);
1594 extern void dhd_event_wake_unlock(dhd_pub_t *pub);
1595 extern void dhd_pm_wake_lock_timeout(dhd_pub_t *pub, int val);
1596 extern void dhd_pm_wake_unlock(dhd_pub_t *pub);
1597 extern void dhd_txfl_wake_lock_timeout(dhd_pub_t *pub, int val);
1598 extern void dhd_txfl_wake_unlock(dhd_pub_t *pub);
[all …]
H A Ddhd_flowring.h79 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) argument
80 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument
81 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument
82 #define DHD_IF_ROLE_P2PGC(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_CLIENT) argument
83 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument
84 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument
85 #define DHD_IF_ROLE_IBSS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_IBSS) argument
87 #define DHD_IF_ROLE_NAN(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_NAN) argument
89 #define DHD_IF_ROLE_NAN(pub, idx) (FALSE) argument
91 #define DHD_IF_ROLE_AWDL(pub, idx) (FALSE) argument
[all …]
H A Ddhd_linux.c272 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen)
274 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128)
712 #define DHD_IF_ROLE(pub, idx) ((pub)->info->iflist[idx]->role) argument
713 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument
714 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument
715 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument
944 DHD_OS_WAKE_LOCK_WAIVE(&dhdinfo->pub); in dhd_pm_callback()
945 dhd_wlfc_suspend(&dhdinfo->pub); in dhd_pm_callback()
946 DHD_OS_WAKE_LOCK_RESTORE(&dhdinfo->pub); in dhd_pm_callback()
948 dhd_wlfc_resume(&dhdinfo->pub); in dhd_pm_callback()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd.h1591 extern int dhd_os_wake_lock(dhd_pub_t *pub);
1592 extern int dhd_os_wake_unlock(dhd_pub_t *pub);
1593 extern int dhd_os_wake_lock_waive(dhd_pub_t *pub);
1594 extern int dhd_os_wake_lock_restore(dhd_pub_t *pub);
1595 extern void dhd_event_wake_lock(dhd_pub_t *pub);
1596 extern void dhd_event_wake_unlock(dhd_pub_t *pub);
1597 extern void dhd_pm_wake_lock_timeout(dhd_pub_t *pub, int val);
1598 extern void dhd_pm_wake_unlock(dhd_pub_t *pub);
1599 extern void dhd_txfl_wake_lock_timeout(dhd_pub_t *pub, int val);
1600 extern void dhd_txfl_wake_unlock(dhd_pub_t *pub);
[all …]
H A Ddhd_flowring.h79 #define DHD_IF_ROLE(pub, idx) (((if_flow_lkup_t *)(pub)->if_flow_lkup)[idx].role) argument
80 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument
81 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument
82 #define DHD_IF_ROLE_P2PGC(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_CLIENT) argument
83 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument
84 #define DHD_IF_ROLE_WDS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_WDS) argument
85 #define DHD_IF_ROLE_IBSS(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_IBSS) argument
87 #define DHD_IF_ROLE_NAN(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_NAN) argument
89 #define DHD_IF_ROLE_NAN(pub, idx) (FALSE) argument
91 #define DHD_IF_ROLE_AWDL(pub, idx) (FALSE) argument
[all …]
H A Ddhd_linux.c271 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen)
273 #define DBUS_RX_BUFFER_SIZE_DHD(net) (net->mtu + net->hard_header_len + dhd->pub.hdrlen + 128)
728 #define DHD_IF_ROLE(pub, idx) ((pub)->info->iflist[idx]->role) argument
729 #define DHD_IF_ROLE_AP(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_AP) argument
730 #define DHD_IF_ROLE_STA(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_STA) argument
731 #define DHD_IF_ROLE_P2PGO(pub, idx) (DHD_IF_ROLE(pub, idx) == WLC_E_IF_ROLE_P2P_GO) argument
958 DHD_OS_WAKE_LOCK_WAIVE(&dhdinfo->pub); in dhd_pm_callback()
959 dhd_wlfc_suspend(&dhdinfo->pub); in dhd_pm_callback()
960 DHD_OS_WAKE_LOCK_RESTORE(&dhdinfo->pub); in dhd_pm_callback()
962 dhd_wlfc_resume(&dhdinfo->pub); in dhd_pm_callback()
[all …]
/OK3568_Linux_fs/buildroot/dl/openssh/
HDopenssh-8.8p1.tar.gzopenssh-8.8p1/ openssh-8.8p1/.depend openssh-8.8p1/.github ...

12345678910>>...53