Searched refs:arraylen (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 388 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/ |
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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1826 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/ |
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-6.12.1/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 356 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/ |
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-6.12.1/tools/perf/ |
D | builtin-trace.c | 2024 arg->nr_entries = field->arraylen; in syscall_arg_fmt__init_array()
|