Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
Dbb_cfg.c148 const u32 arraylen = ARRAY_SIZE(array_agc_tab_1t_8188e); in set_baseband_agc_config() local
151 for (i = 0; i < arraylen; i += 2) { in set_baseband_agc_config()
383 const u32 arraylen = ARRAY_SIZE(array_phy_reg_1t_8188e); in set_baseband_phy_config() local
386 for (i = 0; i < arraylen; i += 2) { in set_baseband_phy_config()
563 const u32 arraylen = ARRAY_SIZE(array_phy_reg_pg_8188e); in config_bb_with_pgheader() local
566 for (i = 0; i < arraylen; i += 3) { in config_bb_with_pgheader()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c394 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 …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1844 u32 *array_table, u16 arraylen, in __rtl8821ae_phy_config_with_headerfile() argument
1855 while ((i + 1) < arraylen) { in __rtl8821ae_phy_config_with_headerfile()
1922 u16 arraylen; in _rtl8821ae_phy_config_bb_with_headerfile() local
1926 arraylen = RTL8812AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()
1929 arraylen = RTL8821AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()
1934 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile()
1938 arraylen = RTL8812AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()
1941 arraylen = RTL8821AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()
1946 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile()
2001 u16 arraylen; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Ddata-convert-bt.c334 len = fmtf->size / fmtf->arraylen; in add_tracepoint_field_value()
335 n_items = fmtf->arraylen; in add_tracepoint_field_value()
1040 type = bt_ctf_field_type_array_create(type, field->arraylen); in add_tracepoint_fields_types()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c348 list = PyList_New(field->arraylen); in get_field_numeric_entry()
349 item_size = field->size / field->arraylen; in get_field_numeric_entry()
350 n_items = field->arraylen; in get_field_numeric_entry()
/kernel/linux/linux-5.10/tools/lib/traceevent/
Devent-parse.h138 unsigned int arraylen; member
Devent-parse.c1553 field->arraylen = strtoul(token, NULL, 0); in event_read_fields()
1555 field->arraylen = 0; in event_read_fields()
1574 field->arraylen = strtoul(token, NULL, 0); in event_read_fields()
1688 if (field->arraylen) in event_read_fields()
1689 field->elementsize = field->size / field->arraylen; in event_read_fields()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-trace.c1709 arg->nr_entries = field->arraylen; in syscall_arg_fmt__init_array()