Lines Matching defs:index
27 * @index: index (internal address) of register to read
32 * This function starts reading the specified (by index) register
36 static int read_i2c_reg(void __iomem *addr, u8 index, u8 *data)
38 u32 tmp = index;
58 * @index: index (internal address) of register to read
63 * This function starts writing the specified (by index) register
66 static int write_i2c_reg(void __iomem *addr, u8 index, u8 data)
68 u32 tmp = index;
86 * @index: index (internal address) of register to read
89 * This function starts writing the specified (by index) register
92 static void write_i2c_reg_nowait(void __iomem *addr, u8 index, u8 data)
94 u32 tmp = index;
306 if (f->index)
358 if (input->index > 3)
360 if (input->index)
362 input->index);