Lines Matching defs:ops
26 struct i2chid_ops ops;
35 static int goodix_i2c_hid_power_up(struct i2chid_ops *ops)
38 container_of(ops, struct i2c_hid_of_goodix, ops);
67 static void goodix_i2c_hid_power_down(struct i2chid_ops *ops)
70 container_of(ops, struct i2c_hid_of_goodix, ops);
88 ihid_goodix->ops.power_up = goodix_i2c_hid_power_up;
89 ihid_goodix->ops.power_down = goodix_i2c_hid_power_down;
110 return i2c_hid_core_probe(client, &ihid_goodix->ops, 0x0001, 0);