Home
last modified time | relevance | path

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

/linux/drivers/leds/
H A Dleds-tca6507.c190 static int choose_times(int msec, int *c1p, int *c2p) in choose_times() argument
232 *c1p = c1; in choose_times()
242 swap(*c2p, *c1p); in choose_times()
244 actual = time_codes[*c1p] + time_codes[*c2p]; in choose_times()
245 if (*c1p < *c2p) in choose_times()