| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/list_update_map_/ |
| H A D | insert_fn_imps.hpp | 48 insert(const_reference r_val) in insert() argument 51 entry_pointer p_l = find_imp(PB_DS_V2F(r_val)); in insert() 55 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val)) in insert() 59 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val)) in insert() 61 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator); in insert() 71 allocate_new_entry(const_reference r_val, false_type) in allocate_new_entry() argument 76 value_type(r_val); in allocate_new_entry() 79 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));) in allocate_new_entry() 87 allocate_new_entry(const_reference r_val, true_type) in allocate_new_entry() argument 90 new (&p_l->m_value) value_type(r_val); in allocate_new_entry() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/list_update_map_/ |
| H A D | insert_fn_imps.hpp | 48 insert(const_reference r_val) in insert() argument 51 entry_pointer p_l = find_imp(PB_DS_V2F(r_val)); in insert() 55 PB_DS_CHECK_KEY_EXISTS(PB_DS_V2F(r_val)) in insert() 59 PB_DS_CHECK_KEY_DOES_NOT_EXIST(PB_DS_V2F(r_val)) in insert() 61 p_l = allocate_new_entry(r_val, traits_base::m_no_throw_copies_indicator); in insert() 71 allocate_new_entry(const_reference r_val, false_type) in allocate_new_entry() argument 76 value_type(r_val); in allocate_new_entry() 79 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(r_val));) in allocate_new_entry() 87 allocate_new_entry(const_reference r_val, true_type) in allocate_new_entry() argument 90 new (&p_l->m_value) value_type(r_val); in allocate_new_entry() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_pbha_debugfs.c | 46 u8 r_val; in int_id_overrides_show() local 51 r_val = SYSC_ALLOC_R_SYSC_ALLOC0_GET(reg); in int_id_overrides_show() 55 r_val = SYSC_ALLOC_R_SYSC_ALLOC1_GET(reg); in int_id_overrides_show() 59 r_val = SYSC_ALLOC_R_SYSC_ALLOC2_GET(reg); in int_id_overrides_show() 63 r_val = SYSC_ALLOC_R_SYSC_ALLOC3_GET(reg); in int_id_overrides_show() 68 (i * sizeof(u32)) + j, r_val, w_val); in int_id_overrides_show() 84 unsigned int r_val; in int_id_overrides_write() local 93 if (sscanf(raw_str, "%u %x %x", &id, &r_val, &w_val) != 3) in int_id_overrides_write() 96 if (kbase_pbha_record_settings(kbdev, true, id, r_val, w_val)) in int_id_overrides_write()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_io.c | 41 u8 r_val; in _hal_read8() local 47 r_val = 0xEA; in _hal_read8() 48 return r_val; in _hal_read8() 53 r_val = _read8(hal, addr); in _hal_read8() 54 return r_val; in _hal_read8() 59 u16 r_val; in _hal_read16() local 65 r_val = 0xEAEA; in _hal_read16() 66 return r_val; in _hal_read16() 71 r_val = _read16(hal, addr); in _hal_read16() 72 return r_val; in _hal_read16() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_io.c | 41 u8 r_val; in _hal_read8() local 47 r_val = 0xEA; in _hal_read8() 48 return r_val; in _hal_read8() 53 r_val = _read8(hal, addr); in _hal_read8() 54 return r_val; in _hal_read8() 59 u16 r_val; in _hal_read16() local 65 r_val = 0xEAEA; in _hal_read16() 66 return r_val; in _hal_read16() 71 r_val = _read16(hal, addr); in _hal_read16() 72 return r_val; in _hal_read16() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_io.c | 52 u16 r_val; in _rtw_read16() local 60 r_val = _read16(pintfhdl, addr); in _rtw_read16() 61 return rtw_le16_to_cpu(r_val); in _rtw_read16() 66 u32 r_val; in _rtw_read32() local 74 r_val = _read32(pintfhdl, addr); in _rtw_read32() 75 return rtw_le32_to_cpu(r_val); in _rtw_read32() 123 u8 r_val = 0x00; in _rtw_sd_f0_read8() local 131 r_val = _sd_f0_read8(pintfhdl, addr); in _rtw_sd_f0_read8() 135 return r_val; in _rtw_sd_f0_read8()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_io.c | 74 u8 r_val; in _rtw_read8() local 82 r_val = _read8(pintfhdl, addr); in _rtw_read8() 84 return r_val; in _rtw_read8() 89 u16 r_val; in _rtw_read16() local 97 r_val = _read16(pintfhdl, addr); in _rtw_read16() 99 return rtw_le16_to_cpu(r_val); in _rtw_read16() 104 u32 r_val; in _rtw_read32() local 112 r_val = _read32(pintfhdl, addr); in _rtw_read32() 114 return rtw_le32_to_cpu(r_val); in _rtw_read32() 185 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_io.c | 74 u8 r_val; in _rtw_read8() local 82 r_val = _read8(pintfhdl, addr); in _rtw_read8() 84 return r_val; in _rtw_read8() 89 u16 r_val; in _rtw_read16() local 97 r_val = _read16(pintfhdl, addr); in _rtw_read16() 99 return rtw_le16_to_cpu(r_val); in _rtw_read16() 104 u32 r_val; in _rtw_read32() local 112 r_val = _read32(pintfhdl, addr); in _rtw_read32() 114 return rtw_le32_to_cpu(r_val); in _rtw_read32() 185 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_io.c | 69 u8 r_val; in _rtw_read8() local 76 r_val = _read8(pintfhdl, addr); in _rtw_read8() 77 return r_val; in _rtw_read8() 82 u16 r_val; in _rtw_read16() local 89 r_val = _read16(pintfhdl, addr); in _rtw_read16() 90 return rtw_le16_to_cpu(r_val); in _rtw_read16() 95 u32 r_val; in _rtw_read32() local 102 r_val = _read32(pintfhdl, addr); in _rtw_read32() 103 return rtw_le32_to_cpu(r_val); in _rtw_read32() 166 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_io.c | 74 u8 r_val; in _rtw_read8() local 82 r_val = _read8(pintfhdl, addr); in _rtw_read8() 84 return r_val; in _rtw_read8() 89 u16 r_val; in _rtw_read16() local 97 r_val = _read16(pintfhdl, addr); in _rtw_read16() 99 return rtw_le16_to_cpu(r_val); in _rtw_read16() 104 u32 r_val; in _rtw_read32() local 112 r_val = _read32(pintfhdl, addr); in _rtw_read32() 114 return rtw_le32_to_cpu(r_val); in _rtw_read32() 185 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/ |
| H A D | synth_access_traits.hpp | 189 extract_key(const_reference r_val) in extract_key() argument 190 { return extract_key(r_val, s_set_ind); } in extract_key() 195 extract_key(const_reference r_val, true_type) in extract_key() argument 196 { return r_val; } in extract_key() 201 extract_key(const_reference r_val, false_type) in extract_key() argument 202 { return r_val.first; } in extract_key()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| H A D | insert_fn_imps.hpp | 46 get_new_node_for_insert(const_reference r_val) in get_new_node_for_insert() argument 48 return get_new_node_for_insert(r_val, s_no_throw_copies_ind); in get_new_node_for_insert() 54 get_new_node_for_insert(const_reference r_val, false_type) in get_new_node_for_insert() argument 62 typename node::value_type(r_val); in get_new_node_for_insert() 74 get_new_node_for_insert(const_reference r_val, true_type) in get_new_node_for_insert() argument 80 typename node::value_type(r_val); in get_new_node_for_insert()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/ |
| H A D | synth_access_traits.hpp | 189 extract_key(const_reference r_val) in extract_key() argument 190 { return extract_key(r_val, s_set_ind); } in extract_key() 195 extract_key(const_reference r_val, true_type) in extract_key() argument 196 { return r_val; } in extract_key() 201 extract_key(const_reference r_val, false_type) in extract_key() argument 202 { return r_val.first; } in extract_key()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| H A D | insert_fn_imps.hpp | 46 get_new_node_for_insert(const_reference r_val) in get_new_node_for_insert() argument 48 return get_new_node_for_insert(r_val, s_no_throw_copies_ind); in get_new_node_for_insert() 54 get_new_node_for_insert(const_reference r_val, false_type) in get_new_node_for_insert() argument 62 typename node::value_type(r_val); in get_new_node_for_insert() 74 get_new_node_for_insert(const_reference r_val, true_type) in get_new_node_for_insert() argument 80 typename node::value_type(r_val); in get_new_node_for_insert()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/cc_hash_table_map_/ |
| H A D | entry_list_fn_imps.hpp | 59 get_entry(const_reference r_val, true_type) in get_entry() argument 65 new (&p_e->m_value) value_type(r_val); in get_entry() 72 get_entry(const_reference r_val, false_type) in get_entry() argument 79 new (&p_e->m_value) value_type(r_val); in get_entry()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/cc_hash_table_map_/ |
| H A D | entry_list_fn_imps.hpp | 59 get_entry(const_reference r_val, true_type) in get_entry() argument 65 new (&p_e->m_value) value_type(r_val); in get_entry() 72 get_entry(const_reference r_val, false_type) in get_entry() argument 79 new (&p_e->m_value) value_type(r_val); in get_entry()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_io.c | 65 u8 r_val; in _rtw_read8() local 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 73 return r_val; in _rtw_read8() 78 u16 r_val; in _rtw_read16() local 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 86 return rtw_le16_to_cpu(r_val); in _rtw_read16() 91 u32 r_val; in _rtw_read32() local 98 r_val = _read32(pintfhdl, addr); in _rtw_read32() 99 return rtw_le32_to_cpu(r_val); in _rtw_read32() 162 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_io.c | 66 u8 r_val; in _rtw_read8() local 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 74 return r_val; in _rtw_read8() 79 u16 r_val; in _rtw_read16() local 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 87 return rtw_le16_to_cpu(r_val); in _rtw_read16() 92 u32 r_val; in _rtw_read32() local 99 r_val = _read32(pintfhdl, addr); in _rtw_read32() 100 return rtw_le32_to_cpu(r_val); in _rtw_read32() 163 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_io.c | 66 u8 r_val; in _rtw_read8() local 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 74 return r_val; in _rtw_read8() 79 u16 r_val; in _rtw_read16() local 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 87 return rtw_le16_to_cpu(r_val); in _rtw_read16() 92 u32 r_val; in _rtw_read32() local 99 r_val = _read32(pintfhdl, addr); in _rtw_read32() 100 return rtw_le32_to_cpu(r_val); in _rtw_read32() 163 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_io.c | 66 u8 r_val; in _rtw_read8() local 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 74 return r_val; in _rtw_read8() 79 u16 r_val; in _rtw_read16() local 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 87 return rtw_le16_to_cpu(r_val); in _rtw_read16() 92 u32 r_val; in _rtw_read32() local 99 r_val = _read32(pintfhdl, addr); in _rtw_read32() 100 return rtw_le32_to_cpu(r_val); in _rtw_read32() 163 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_io.c | 66 u8 r_val; in _rtw_read8() local 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 74 return r_val; in _rtw_read8() 79 u16 r_val; in _rtw_read16() local 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 87 return rtw_le16_to_cpu(r_val); in _rtw_read16() 92 u32 r_val; in _rtw_read32() local 99 r_val = _read32(pintfhdl, addr); in _rtw_read32() 100 return rtw_le32_to_cpu(r_val); in _rtw_read32() 163 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_io.c | 65 u8 r_val; in _rtw_read8() local 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 73 return r_val; in _rtw_read8() 78 u16 r_val; in _rtw_read16() local 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 86 return rtw_le16_to_cpu(r_val); in _rtw_read16() 91 u32 r_val; in _rtw_read32() local 98 r_val = _read32(pintfhdl, addr); in _rtw_read32() 99 return rtw_le32_to_cpu(r_val); in _rtw_read32() 162 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_io.c | 66 u8 r_val; in _rtw_read8() local 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 74 return r_val; in _rtw_read8() 79 u16 r_val; in _rtw_read16() local 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 87 return rtw_le16_to_cpu(r_val); in _rtw_read16() 92 u32 r_val; in _rtw_read32() local 99 r_val = _read32(pintfhdl, addr); in _rtw_read32() 100 return rtw_le32_to_cpu(r_val); in _rtw_read32() 163 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_io.c | 65 u8 r_val; in _rtw_read8() local 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 73 return r_val; in _rtw_read8() 78 u16 r_val; in _rtw_read16() local 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 86 return rtw_le16_to_cpu(r_val); in _rtw_read16() 91 u32 r_val; in _rtw_read32() local 98 r_val = _read32(pintfhdl, addr); in _rtw_read32() 99 return rtw_le32_to_cpu(r_val); in _rtw_read32() 162 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_io.c | 65 u8 r_val; in _rtw_read8() local 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 73 return r_val; in _rtw_read8() 78 u16 r_val; in _rtw_read16() local 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 86 return rtw_le16_to_cpu(r_val); in _rtw_read16() 91 u32 r_val; in _rtw_read32() local 98 r_val = _read32(pintfhdl, addr); in _rtw_read32() 99 return rtw_le32_to_cpu(r_val); in _rtw_read32() 162 u8 r_val = 0x00; in _rtw_sd_f0_read8() local [all …]
|