Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/backlight/
Dpm8941-wled.c74 u32 num_strings; member
111 for (i = 0; i < wled->cfg.num_strings; ++i) { in pm8941_wled_update_status()
157 u8 all = (BIT(wled->cfg.num_strings) - 1) in pm8941_wled_setup()
167 for (i = 0; i < wled->cfg.num_strings; ++i) { in pm8941_wled_setup()
210 .num_strings = 0,
311 &cfg->num_strings, in pm8941_wled_configure()
364 cfg->num_strings = cfg->num_strings + 1; in pm8941_wled_configure()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c3113 int i, num_strings = 0; in bnx2x_get_sset_count() local
3118 num_strings = bnx2x_num_stat_queues(bp) * in bnx2x_get_sset_count()
3121 num_strings = 0; in bnx2x_get_sset_count()
3125 num_strings++; in bnx2x_get_sset_count()
3127 num_strings += BNX2X_NUM_STATS; in bnx2x_get_sset_count()
3129 return num_strings; in bnx2x_get_sset_count()