Lines Matching refs:time
48 unsigned int time; member
53 { .time = 128, .idx = 0 },
54 { .time = 1000, .idx = 2 },
55 { .time = 3000, .idx = 1 },
56 { .time = 2000, .idx = 3 },
60 { .time = 128, .idx = 0 },
61 { .time = 1000, .idx = 1 },
62 { .time = 2000, .idx = 2 },
63 { .time = 3000, .idx = 3 },
67 { .time = 4000, .idx = 0 },
68 { .time = 6000, .idx = 1 },
69 { .time = 8000, .idx = 2 },
70 { .time = 10000, .idx = 3 },
88 const struct axp20x_time *time, in axp20x_show_attr() argument
103 if (val == time[i].idx) in axp20x_show_attr()
104 val = time[i].time; in axp20x_show_attr()
130 const struct axp20x_time *time, in axp20x_store_attr() argument
155 err = abs(time[i].time - val); in axp20x_store_attr()
158 idx = time[i].idx; in axp20x_store_attr()