Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dtifm_7xx1.c243 unsigned char new_ids[4]; in tifm_7xx1_resume() local
246 if (WARN_ON(fm->num_sockets > ARRAY_SIZE(new_ids))) in tifm_7xx1_resume()
259 new_ids[rc] = tifm_7xx1_toggle_sock_power( in tifm_7xx1_resume()
264 if (fm->sockets[rc]->type == new_ids[rc]) in tifm_7xx1_resume()
/Linux-v4.19/tools/lib/traceevent/
Dparse-filter.c1611 int *new_ids; in tep_filter_clear_trivial() local
1628 new_ids = realloc(ids, sizeof(*ids) * (count + 1)); in tep_filter_clear_trivial()
1629 if (!new_ids) { in tep_filter_clear_trivial()
1634 ids = new_ids; in tep_filter_clear_trivial()