Searched refs:arraylen (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
D | bb_cfg.c | 148 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/ |
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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1844 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/ |
D | data-convert-bt.c | 334 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/ |
D | trace-event-python.c | 348 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/ |
D | event-parse.h | 138 unsigned int arraylen; member
|
D | event-parse.c | 1553 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/ |
D | phy.c | 538 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/ |
D | builtin-trace.c | 1709 arg->nr_entries = field->arraylen; in syscall_arg_fmt__init_array()
|