Searched refs:arraylen (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 394 static void handle_branch1(struct ieee80211_hw *hw, u16 arraylen, in handle_branch1() argument 401 for (i = 0; i < arraylen; i = i + 2) { in handle_branch1() 408 if (i >= arraylen - 2) in handle_branch1() 416 v2 != 0xCDCD && i < arraylen - 2) in handle_branch1() 425 v2 != 0xCDCD && i < arraylen - 2) { in handle_branch1() 430 while (v2 != 0xDEAD && i < arraylen - 2) in handle_branch1() 437 static void handle_branch2(struct ieee80211_hw *hw, u16 arraylen, in handle_branch2() argument 445 for (i = 0; i < arraylen; i = i + 2) { in handle_branch2() 455 if (i >= arraylen - 2) in handle_branch2() 463 v2 != 0xCDCD && i < arraylen - 2) in handle_branch2() [all …]
|
/Linux-v6.6/fs/befs/ |
D | datastream.c | 319 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-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1832 u32 *array_table, u16 arraylen, in __rtl8821ae_phy_config_with_headerfile() argument 1843 while ((i + 1) < arraylen) { in __rtl8821ae_phy_config_with_headerfile() 1910 u16 arraylen; in _rtl8821ae_phy_config_bb_with_headerfile() local 1914 arraylen = RTL8812AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1917 arraylen = RTL8821AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1922 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile() 1926 arraylen = RTL8812AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1929 arraylen = RTL8821AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1934 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile() 1989 u16 arraylen; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local [all …]
|
/Linux-v6.6/tools/perf/util/ |
D | data-convert-bt.c | 340 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-v6.6/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 355 list = PyList_New(field->arraylen); in get_field_numeric_entry() 356 item_size = field->size / field->arraylen; in get_field_numeric_entry() 357 n_items = field->arraylen; in get_field_numeric_entry()
|
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 538 u16 arraylen, in rtl8723be_phy_config_with_headerfile() argument 548 while ((i + 1) < arraylen) { in rtl8723be_phy_config_with_headerfile()
|
/Linux-v6.6/tools/perf/ |
D | builtin-trace.c | 1757 arg->nr_entries = field->arraylen; in syscall_arg_fmt__init_array()
|