Home
last modified time | relevance | path

Searched refs:arraylen (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c388 static void handle_branch1(struct ieee80211_hw *hw, u16 arraylen, in handle_branch1() argument
395 for (i = 0; i < arraylen; i = i + 2) { in handle_branch1()
402 if (i >= arraylen - 2) in handle_branch1()
410 v2 != 0xCDCD && i < arraylen - 2) in handle_branch1()
419 v2 != 0xCDCD && i < arraylen - 2) { in handle_branch1()
424 while (v2 != 0xDEAD && i < arraylen - 2) in handle_branch1()
431 static void handle_branch2(struct ieee80211_hw *hw, u16 arraylen, in handle_branch2() argument
439 for (i = 0; i < arraylen; i = i + 2) { in handle_branch2()
449 if (i >= arraylen - 2) in handle_branch2()
457 v2 != 0xCDCD && i < arraylen - 2) in handle_branch2()
[all …]
/linux-6.12.1/fs/befs/
Ddatastream.c319 int arraylen = befs_iaddrs_per_block(sb); in befs_find_brun_indirect() local
339 for (j = 0; j < arraylen; ++j) { in befs_find_brun_indirect()
356 j + (i * arraylen)); in befs_find_brun_indirect()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1826 u32 *array_table, u16 arraylen, in __rtl8821ae_phy_config_with_headerfile() argument
1837 while ((i + 1) < arraylen) { in __rtl8821ae_phy_config_with_headerfile()
1904 u16 arraylen; in _rtl8821ae_phy_config_bb_with_headerfile() local
1908 arraylen = RTL8812AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()
1911 arraylen = RTL8821AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()
1916 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile()
1920 arraylen = RTL8812AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()
1923 arraylen = RTL8821AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()
1928 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile()
1983 u16 arraylen; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local
[all …]
/linux-6.12.1/tools/perf/util/
Ddata-convert-bt.c340 len = fmtf->size / fmtf->arraylen; in add_tracepoint_field_value()
341 n_items = fmtf->arraylen; in add_tracepoint_field_value()
1046 type = bt_ctf_field_type_array_create(type, field->arraylen); in add_tracepoint_fields_types()
/linux-6.12.1/tools/perf/util/scripting-engines/
Dtrace-event-python.c356 list = PyList_New(field->arraylen); in get_field_numeric_entry()
359 item_size = field->size / field->arraylen; in get_field_numeric_entry()
360 n_items = field->arraylen; in get_field_numeric_entry()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c538 u16 arraylen, in rtl8723be_phy_config_with_headerfile() argument
548 while ((i + 1) < arraylen) { in rtl8723be_phy_config_with_headerfile()
/linux-6.12.1/tools/perf/
Dbuiltin-trace.c2024 arg->nr_entries = field->arraylen; in syscall_arg_fmt__init_array()