Home
last modified time | relevance | path

Searched refs:custom_len (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput-compat.h34 __u32 custom_len; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput.h407 __u32 custom_len; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput.h407 __u32 custom_len; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h410 __u32 custom_len; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.c2282 int custom_len = 0; local
2439 custom_len = strlen(CUS_EVT_AP_CONNECTED);
2440 memmove(pmevent->event_buf + custom_len, pmevent->event_buf,
2443 CUS_EVT_AP_CONNECTED, custom_len, custom_len);
2444 pmevent->event_len += custom_len;
4210 custom_len = strlen(CUS_EVT_CSI) + sizeof(priv->csi_seq);
4212 memmove(pmevent->event_buf + custom_len, pmevent->event_buf,
4221 custom_len + csi_len);
H A Dmoal_sta_cfg80211.c8267 int custom_len = 0; in woal_cfg80211_tdls_oper() local
8292 custom_len = strlen(CUS_EVT_TDLS_CONNECTED); in woal_cfg80211_tdls_oper()
8294 CUS_EVT_TDLS_CONNECTED, custom_len, in woal_cfg80211_tdls_oper()
8296 moal_memcpy_ext(priv->phandle, event_buf + custom_len, peer, in woal_cfg80211_tdls_oper()
8297 ETH_ALEN, sizeof(event_buf) - custom_len); in woal_cfg80211_tdls_oper()
8298 woal_broadcast_event(priv, event_buf, custom_len + ETH_ALEN); in woal_cfg80211_tdls_oper()
8306 custom_len = strlen(CUS_EVT_TDLS_TEARDOWN); in woal_cfg80211_tdls_oper()
8308 custom_len, sizeof(event_buf)); in woal_cfg80211_tdls_oper()
8309 moal_memcpy_ext(priv->phandle, event_buf + custom_len, peer, in woal_cfg80211_tdls_oper()
8310 ETH_ALEN, sizeof(event_buf) - custom_len); in woal_cfg80211_tdls_oper()
[all …]
H A Dmoal_main.c8859 int custom_len = 0; local
8986 custom_len = strlen(CUS_EVT_AP_CONNECTED);
8988 MIN((int)(sizeof(event_buf) - 1), custom_len));
8990 woal_broadcast_event(priv, event_buf, custom_len + ETH_ALEN))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_shim.c1198 int custom_len = 0; in moal_recv_event() local
1307 custom_len = strlen(CUS_EVT_AP_CONNECTED); in moal_recv_event()
1308 memmove(pmevent->event_buf + custom_len, pmevent->event_buf, in moal_recv_event()
1310 memcpy(pmevent->event_buf, CUS_EVT_AP_CONNECTED, custom_len); in moal_recv_event()
1311 pmevent->event_len += custom_len; in moal_recv_event()
H A Dmoal_sta_cfg80211.c5900 int custom_len = 0; in woal_cfg80211_tdls_oper() local
5925 custom_len = strlen(CUS_EVT_TDLS_CONNECTED); in woal_cfg80211_tdls_oper()
5926 memcpy(event_buf, CUS_EVT_TDLS_CONNECTED, custom_len); in woal_cfg80211_tdls_oper()
5927 memcpy(event_buf + custom_len, peer, ETH_ALEN); in woal_cfg80211_tdls_oper()
5928 woal_broadcast_event(priv, event_buf, custom_len + ETH_ALEN); in woal_cfg80211_tdls_oper()
5936 custom_len = strlen(CUS_EVT_TDLS_TEARDOWN); in woal_cfg80211_tdls_oper()
5937 memcpy(event_buf, CUS_EVT_TDLS_TEARDOWN, custom_len); in woal_cfg80211_tdls_oper()
5938 memcpy(event_buf + custom_len, peer, ETH_ALEN); in woal_cfg80211_tdls_oper()
5939 woal_broadcast_event(priv, event_buf, custom_len + ETH_ALEN); in woal_cfg80211_tdls_oper()
H A Dmoal_main.c6361 int custom_len = 0; local
6450 custom_len = strlen(CUS_EVT_AP_CONNECTED);
6452 MIN((sizeof(event_buf) - 1), custom_len));
6453 woal_broadcast_event(priv, event_buf, custom_len + ETH_ALEN);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_fsm.c186 int custom_len; /* custom obj length */ member
784 _os_kmem_free(d, obj->custom_obj, obj->custom_len); in phl_fsm_deinit_fsm()
921 obj->custom_len = sz; in phl_fsm_new_obj()
952 _os_kmem_free(d, obj->custom_obj, obj->custom_len); in phl_fsm_destory_obj()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_fsm.c186 int custom_len; /* custom obj length */ member
784 _os_kmem_free(d, obj->custom_obj, obj->custom_len); in phl_fsm_deinit_fsm()
921 obj->custom_len = sz; in phl_fsm_new_obj()
952 _os_kmem_free(d, obj->custom_obj, obj->custom_len); in phl_fsm_destory_obj()