Searched refs:tmp_id (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dexpr.c505 char *tmp_id, *p; local
507 tmp_id = strdup(id);
508 if (!tmp_id) {
512 p = strchr(tmp_id, '@');
514 p = strrchr(tmp_id, '@');
516 ret = parse_event(tmp, tmp_id) ? 0 : 1;
517 free(tmp_id);
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-core-tpmi.c533 unsigned int tmp_id; local
549 ret = fscanf(filep, "%u", &tmp_id);
554 if (tmp_id != id->punit)
565 ret = fscanf(filep, "%u", &tmp_id);
571 if (tmp_id != id->pkg)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c_rfk.c1106 u8 tmp_id = 0x0; local
1119 tmp_id = ID_G_FLOK_COARSE;
1125 tmp_id = ID_A_FLOK_COARSE;
1131 tmp_id = ID_A_FLOK_COARSE;
1136 tmp = _iqk_one_shot(rtwdev, phy_idx, path, tmp_id);
1167 tmp_id = ID_G_FLOK_FINE;
1173 tmp_id = ID_A_FLOK_FINE;
1179 tmp_id = ID_A_FLOK_FINE;
1184 tmp = _iqk_one_shot(rtwdev, phy_idx, path, tmp_id);

Completed in 140 milliseconds