Home
last modified time | relevance | path

Searched refs:cindex (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hwmon/pmbus/
H A Dadm1275.c520 int vindex = -1, voindex = -1, cindex = -1, pindex = -1; in adm1275_probe() local
615 cindex = 1; in adm1275_probe()
619 cindex = 2; in adm1275_probe()
642 cindex = (config & ADM1272_IRANGE) ? 3 : 2; in adm1275_probe()
681 cindex = 2; in adm1275_probe()
700 cindex = 2; in adm1275_probe()
718 cindex = 1; in adm1275_probe()
760 cindex = 3; in adm1275_probe()
763 cindex = 4; in adm1275_probe()
766 cindex = 5; in adm1275_probe()
[all …]
/linux/tools/perf/util/
H A Dvalues.c172 int tindex, cindex; in perf_read_values__findnew_counter()
177 cindex = perf_read_values__findnew_counter(values, evsel); in perf_read_values__findnew_counter()
178 if (cindex < 0) in perf_read_values__findnew_counter()
179 return cindex; in perf_read_values__findnew_counter()
181 values->value[tindex][cindex] += value; in perf_read_values__findnew_counter()
188 int tindex, cindex; perf_read_values_add_value() local
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h160 u64 cindex : 20; member
322 u64 cindex : 20; member
H A Drvu_npa.c94 inst.cindex = req->aura_id; in rvu_npa_aq_enq_inst()
H A Drvu_nix.c1127 inst.cindex = req->qidx; in rvu_nix_blk_aq_enq_inst()