Searched refs:arraylen (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/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()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 402 static void handle_branch1(struct ieee80211_hw *hw, u16 arraylen, in handle_branch1() argument 409 for (i = 0; i < arraylen; i = i + 2) { in handle_branch1() 416 if (i >= arraylen - 2) in handle_branch1() 424 v2 != 0xCDCD && i < arraylen - 2) in handle_branch1() 433 v2 != 0xCDCD && i < arraylen - 2) { in handle_branch1() 438 while (v2 != 0xDEAD && i < arraylen - 2) in handle_branch1() 445 static void handle_branch2(struct ieee80211_hw *hw, u16 arraylen, in handle_branch2() argument 453 for (i = 0; i < arraylen; i = i + 2) { in handle_branch2() 463 if (i >= arraylen - 2) in handle_branch2() 471 v2 != 0xCDCD && i < arraylen - 2) in handle_branch2() [all …]
|
/Linux-v5.4/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-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1851 u32 *array_table, u16 arraylen, in __rtl8821ae_phy_config_with_headerfile() argument 1862 while ((i + 1) < arraylen) { in __rtl8821ae_phy_config_with_headerfile() 1929 u16 arraylen; in _rtl8821ae_phy_config_bb_with_headerfile() local 1933 arraylen = RTL8812AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1936 arraylen = RTL8821AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1941 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile() 1945 arraylen = RTL8812AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1948 arraylen = RTL8821AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1953 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile() 2008 u16 arraylen; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | data-convert-bt.c | 331 len = fmtf->size / fmtf->arraylen; in add_tracepoint_field_value() 332 n_items = fmtf->arraylen; in add_tracepoint_field_value() 1037 type = bt_ctf_field_type_array_create(type, field->arraylen); in add_tracepoint_fields_types()
|
/Linux-v5.4/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()
|
/Linux-v5.4/tools/lib/traceevent/ |
D | event-parse.h | 152 unsigned int arraylen; member
|
D | event-parse.c | 1534 field->arraylen = strtoul(token, NULL, 0); in event_read_fields() 1536 field->arraylen = 0; in event_read_fields() 1558 field->arraylen = strtoul(token, NULL, 0); in event_read_fields() 1684 if (field->arraylen) in event_read_fields() 1685 field->elementsize = field->size / field->arraylen; in event_read_fields()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 540 u16 arraylen, in rtl8723be_phy_config_with_headerfile() argument 550 while ((i + 1) < arraylen) { in rtl8723be_phy_config_with_headerfile()
|