Home
last modified time | relevance | path

Searched defs:map_sz (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c19 const size_t map_sz = roundup_page(sizeof(struct map_data)); in test_mmap() local
H A Dmap_init.c38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_rf.c568 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_rf.c759 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dx86-stub.c634 unsigned long map_sz, key, desc_size, buff_size; in exit_boot() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_chplan.c1095 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_chplan.c1095 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_chplan.c1131 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_chplan.c2376 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_chplan.c2377 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_chplan.c2345 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_chplan.c1134 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_chplan.c1132 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_chplan.c1139 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_chplan.c2563 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_rf.c986 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/efuse/
H A Dhal_efuse.c509 u32 map_sz = 0, full_map_sz = 0; in rtw_efuse_file_map_load() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/efuse/
H A Dhal_efuse.c509 u32 map_sz = 0, full_map_sz = 0; in rtw_efuse_file_map_load() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_chplan.c2965 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_chplan.c2965 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_chplan.c3168 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h274 size_t map_sz; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_chplan.c3168 u16 map_sz = 0; in rtw_get_chplan_from_country() local
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c1333 size_t map_sz; in bpf_map_mmap_sz() local
1723 size_t map_sz; in bpf_object__init_kconfig_map() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c6647 static void tg3_rx_data_free(struct tg3 *tp, struct ring_info *ri, u32 map_sz) in tg3_rx_data_free()