| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | chip.c | 217 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 D | 0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch | 16 @@ -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/broadcom/brcm80211/brcmsmac/ |
| H A D | dma.h | 83 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/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus.c | 82 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 D | dhd_flowring.h | 66 #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 D | dhd.h | 1955 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 D | dbus.c | 81 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 D | dhd.h | 1210 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 D | dhd_linux.c | 374 #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) 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() 2035 DHD_OS_WAKE_LOCK_RESTORE(&dhdinfo->pub); in dhd_pm_callback() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_flowring.h | 66 #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 D | dbus.c | 86 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 D | dhd.h | 1960 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 …]
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | pkcs8_parser.c | 21 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/external/security/librkcrypto/test/ |
| H A D | rsa_key_data.c | 369 RK_RES test_init_pubkey(rk_rsa_pub_key_pack *pub, uint32_t nbits) in test_init_pubkey() argument 371 memset(pub, 0x00, sizeof(*pub)); in test_init_pubkey() 373 pub->key_type = RK_RSA_KEY_TYPE_PLAIN; in test_init_pubkey() 376 pub->key.n = rsa_1024_n; in test_init_pubkey() 377 pub->key.n_len = sizeof(rsa_1024_n); in test_init_pubkey() 378 pub->key.e = rsa_1024_e; in test_init_pubkey() 379 pub->key.e_len = sizeof(rsa_1024_e); in test_init_pubkey() 382 pub->key.n = rsa_2048_n; in test_init_pubkey() 383 pub->key.n_len = sizeof(rsa_2048_n); in test_init_pubkey() 384 pub->key.e = rsa_2048_e; in test_init_pubkey() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd.h | 1589 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 D | dhd_flowring.h | 79 #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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd.h | 1589 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 D | dhd_flowring.h | 79 #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 …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd.h | 1591 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 D | dhd_flowring.h | 79 #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 …]
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | scan.c | 123 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/media/dvb-core/ |
| H A D | dvb_ca_en50221.c | 117 struct dvb_ca_en50221 *pub; member 234 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus() 287 res = ca->pub->read_cam_control(ca->pub, slot, CTRLIF_STATUS); in dvb_ca_en50221_wait_if_status() 339 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, in dvb_ca_en50221_link_init() 349 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN); in dvb_ca_en50221_link_init() 366 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, in dvb_ca_en50221_link_init() 376 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN); in dvb_ca_en50221_link_init() 406 _tuple_type = ca->pub->read_attribute_mem(ca->pub, slot, _address); in dvb_ca_en50221_read_tuple() 416 _tuple_length = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple() 426 tuple[i] = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | dbus.h | 211 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); 212 void (*detach)(struct dbus_pub *pub, void *bus); 283 #define BUS_INFO(bus, type) (((type *) bus)->pub->bus) 306 extern void dbus_detach(dbus_pub_t *pub); 308 extern int dbus_download_firmware(dbus_pub_t *pub); 309 extern int dbus_up(dbus_pub_t *pub); 310 extern int dbus_down(dbus_pub_t *pub); 311 extern int dbus_stop(dbus_pub_t *pub); 312 extern int dbus_shutdown(dbus_pub_t *pub); 313 extern void dbus_flowctrl_rx(dbus_pub_t *pub, bool on); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | dbus.h | 211 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); 212 void (*detach)(struct dbus_pub *pub, void *bus); 283 #define BUS_INFO(bus, type) (((type *) bus)->pub->bus) 306 extern void dbus_detach(dbus_pub_t *pub); 308 extern int dbus_download_firmware(dbus_pub_t *pub); 309 extern int dbus_up(dbus_pub_t *pub); 310 extern int dbus_down(dbus_pub_t *pub); 311 extern int dbus_stop(dbus_pub_t *pub); 312 extern int dbus_shutdown(dbus_pub_t *pub); 313 extern void dbus_flowctrl_rx(dbus_pub_t *pub, bool on); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | dbus.h | 211 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs); 212 void (*detach)(struct dbus_pub *pub, void *bus); 283 #define BUS_INFO(bus, type) (((type *) bus)->pub->bus) 306 extern void dbus_detach(dbus_pub_t *pub); 308 extern int dbus_download_firmware(dbus_pub_t *pub); 309 extern int dbus_up(dbus_pub_t *pub); 310 extern int dbus_down(dbus_pub_t *pub); 311 extern int dbus_stop(dbus_pub_t *pub); 312 extern int dbus_shutdown(dbus_pub_t *pub); 313 extern void dbus_flowctrl_rx(dbus_pub_t *pub, bool on); [all …]
|