Lines Matching defs:ops
36 struct i2chid_ops ops;
45 static int i2c_hid_of_power_up(struct i2chid_ops *ops)
47 struct i2c_hid_of *ihid_of = container_of(ops, struct i2c_hid_of, ops);
68 static void i2c_hid_of_power_down(struct i2chid_ops *ops)
70 struct i2c_hid_of *ihid_of = container_of(ops, struct i2c_hid_of, ops);
91 ihid_of->ops.power_up = i2c_hid_of_power_up;
92 ihid_of->ops.power_down = i2c_hid_of_power_down;
134 return i2c_hid_core_probe(client, &ihid_of->ops,