Home
last modified time | relevance | path

Searched refs:num_strings (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/video/backlight/
Dpm8941-wled.c66 u32 num_strings; member
103 for (i = 0; i < wled->cfg.num_strings; ++i) { in pm8941_wled_update_status()
149 u8 all = (BIT(wled->cfg.num_strings) - 1) in pm8941_wled_setup()
159 for (i = 0; i < wled->cfg.num_strings; ++i) { in pm8941_wled_setup()
202 .num_strings = 0,
303 &cfg->num_strings, in pm8941_wled_configure()
356 cfg->num_strings = cfg->num_strings + 1; in pm8941_wled_configure()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c3143 int i, num_strings = 0; in bnx2x_get_sset_count() local
3148 num_strings = bnx2x_num_stat_queues(bp) * in bnx2x_get_sset_count()
3151 num_strings = 0; in bnx2x_get_sset_count()
3155 num_strings++; in bnx2x_get_sset_count()
3157 num_strings += BNX2X_NUM_STATS; in bnx2x_get_sset_count()
3159 return num_strings; in bnx2x_get_sset_count()