Home
last modified time | relevance | path

Searched refs:user_pos (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Daops.c921 loff_t user_pos, unsigned user_len) in ocfs2_write_failure() argument
924 unsigned from = user_pos & (PAGE_SIZE - 1), in ocfs2_write_failure()
925 to = user_pos + user_len; in ocfs2_write_failure()
937 user_pos, user_len); in ocfs2_write_failure()
947 loff_t user_pos, unsigned user_len, in ocfs2_prepare_page_for_write() argument
962 (page_offset(page) <= user_pos)); in ocfs2_prepare_page_for_write()
965 map_from = user_pos & (PAGE_SIZE - 1); in ocfs2_prepare_page_for_write()
1030 u32 cpos, loff_t user_pos, in ocfs2_grab_pages_for_write() argument
1039 target_index = user_pos >> PAGE_SHIFT; in ocfs2_grab_pages_for_write()
1056 last_byte = max(user_pos + user_len, i_size_read(inode)); in ocfs2_grab_pages_for_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_halmac.h241 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
242 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_halmac.h246 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
247 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_halmac.h246 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
247 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_halmac.h241 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
242 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_halmac.h247 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
248 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_halmac.h246 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
247 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_halmac.h246 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
247 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_halmac.h241 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
242 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_halmac.h250 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
251 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_halmac.h241 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
242 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_halmac.h246 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
247 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_halmac.h250 #define rtw_halmac_bf_cfg_mu_bfee(d, gid_tab, user_pos) \ argument
251 rtw_halmac_bf_cfg_mu_mimo(d, HAL_BFEE, NULL, 0, 0, gid_tab, user_pos)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/
H A Dhaltxbfinterface.c490 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
526 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
530 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
540 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbfinterface.c490 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
526 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
530 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
540 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbfinterface.c490 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
526 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
530 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
540 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbfinterface.c489 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
525 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
529 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
539 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbfinterface.c490 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
526 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
530 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
540 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbfinterface.c489 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
525 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
529 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
539 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/txbf/
H A Dhaltxbfinterface.c489 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
525 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
529 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
539 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/
H A Dhaltxbfinterface.c489 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
525 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
529 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
539 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/
H A Dhaltxbfinterface.c500 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
534 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
538 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
548 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbfinterface.c489 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
525 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
529 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
539 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/
H A Dhaltxbfinterface.c490 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
526 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
530 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
540 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/txbf/
H A Dhaltxbfinterface.c489 u8 mem_status[8] = {0}, user_pos[16] = {0}; local
525 user_pos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(p_buffer + idx);
529 RT_DISP_DATA(FBEAM, FBEAM_DATA, "user_pos: ", user_pos, 16);
539 tmp_val2 = ((user_pos[i * 2 + 1] << 8) & 0xFF00) + (user_pos[i * 2] & 0xFF);

12