Home
last modified time | relevance | path

Searched refs:i2chid_ops (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/hid/i2c-hid/
Di2c-hid.h28 struct i2chid_ops { struct
29 int (*power_up)(struct i2chid_ops *ops); argument
30 void (*power_down)(struct i2chid_ops *ops); argument
31 void (*shutdown_tail)(struct i2chid_ops *ops); argument
34 int i2c_hid_core_probe(struct i2c_client *client, struct i2chid_ops *ops,
Di2c-hid-of-elan.c27 struct i2chid_ops ops;
35 static int elan_i2c_hid_power_up(struct i2chid_ops *ops) in elan_i2c_hid_power_up()
61 static void elan_i2c_hid_power_down(struct i2chid_ops *ops) in elan_i2c_hid_power_down()
Di2c-hid-of.c35 struct i2chid_ops ops;
42 static int i2c_hid_of_power_up(struct i2chid_ops *ops) in i2c_hid_of_power_up()
61 static void i2c_hid_of_power_down(struct i2chid_ops *ops) in i2c_hid_of_power_down()
Di2c-hid-of-goodix.c26 struct i2chid_ops ops;
45 static int goodix_i2c_hid_power_up(struct i2chid_ops *ops) in goodix_i2c_hid_power_up()
53 static void goodix_i2c_hid_power_down(struct i2chid_ops *ops) in goodix_i2c_hid_power_down()
Di2c-hid-acpi.c33 struct i2chid_ops ops;
73 static void i2c_hid_acpi_shutdown_tail(struct i2chid_ops *ops) in i2c_hid_acpi_shutdown_tail()
Di2c-hid-core.c118 struct i2chid_ops *ops;
953 int i2c_hid_core_probe(struct i2c_client *client, struct i2chid_ops *ops, in i2c_hid_core_probe()