Lines Matching refs:time
49 unsigned int time; member
54 { .time = 128, .idx = 0 },
55 { .time = 1000, .idx = 2 },
56 { .time = 3000, .idx = 1 },
57 { .time = 2000, .idx = 3 },
61 { .time = 128, .idx = 0 },
62 { .time = 1000, .idx = 1 },
63 { .time = 2000, .idx = 2 },
64 { .time = 3000, .idx = 3 },
68 { .time = 4000, .idx = 0 },
69 { .time = 6000, .idx = 1 },
70 { .time = 8000, .idx = 2 },
71 { .time = 10000, .idx = 3 },
89 const struct axp20x_time *time, in axp20x_show_attr() argument
104 if (val == time[i].idx) in axp20x_show_attr()
105 val = time[i].time; in axp20x_show_attr()
131 const struct axp20x_time *time, in axp20x_store_attr() argument
156 err = abs(time[i].time - val); in axp20x_store_attr()
159 idx = time[i].idx; in axp20x_store_attr()