Searched refs:x9250_cfg (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/potentiometer/ |
H A D | x9250.c | 20 struct x9250_cfg { struct 27 const struct x9250_cfg *cfg; argument 145 static const struct x9250_cfg x9250_cfg[] = { variable 194 { .compatible = "renesas,x9250t", .data = &x9250_cfg[X9250T]}, 195 { .compatible = "renesas,x9250u", .data = &x9250_cfg[X9250U]}, 201 { "x9250t", (kernel_ulong_t)&x9250_cfg[X9250T] }, 202 { "x9250u", (kernel_ulong_t)&x9250_cfg[X9250U] },
|