Searched refs:arraylen (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 424 static void handle_branch1(struct ieee80211_hw *hw, u16 arraylen, in handle_branch1() argument 431 for (i = 0; i < arraylen; i = i + 2) { in handle_branch1() 438 if (i >= arraylen - 2) in handle_branch1() 446 v2 != 0xCDCD && i < arraylen - 2) in handle_branch1() 455 v2 != 0xCDCD && i < arraylen - 2) { in handle_branch1() 460 while (v2 != 0xDEAD && i < arraylen - 2) in handle_branch1() 467 static void handle_branch2(struct ieee80211_hw *hw, u16 arraylen, in handle_branch2() argument 475 for (i = 0; i < arraylen; i = i + 2) { in handle_branch2() 485 if (i >= arraylen - 2) in handle_branch2() 493 v2 != 0xCDCD && i < arraylen - 2) in handle_branch2() [all …]
|
/Linux-v4.19/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-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1872 u32 *array_table, u16 arraylen, in __rtl8821ae_phy_config_with_headerfile() argument 1883 while ((i + 1) < arraylen) { in __rtl8821ae_phy_config_with_headerfile() 1950 u16 arraylen; in _rtl8821ae_phy_config_bb_with_headerfile() local 1954 arraylen = RTL8812AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1957 arraylen = RTL8821AE_PHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1962 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile() 1966 arraylen = RTL8812AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1969 arraylen = RTL8821AE_AGC_TAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile() 1974 array_table, arraylen, in _rtl8821ae_phy_config_bb_with_headerfile() 2029 u16 arraylen; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local [all …]
|
/Linux-v4.19/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-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 344 list = PyList_New(field->arraylen); in get_field_numeric_entry() 345 item_size = field->size / field->arraylen; in get_field_numeric_entry() 346 n_items = field->arraylen; in get_field_numeric_entry()
|
/Linux-v4.19/tools/lib/traceevent/ |
D | event-parse.h | 194 unsigned int arraylen; member
|
D | event-parse.c | 1462 field->arraylen = strtoul(token, NULL, 0); in event_read_fields() 1464 field->arraylen = 0; in event_read_fields() 1486 field->arraylen = strtoul(token, NULL, 0); in event_read_fields() 1612 if (field->arraylen) in event_read_fields() 1613 field->elementsize = field->size / field->arraylen; in event_read_fields()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 562 u16 arraylen, in rtl8723be_phy_config_with_headerfile() argument 572 while ((i + 1) < arraylen) { in rtl8723be_phy_config_with_headerfile()
|