Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/i2c-hid/
Di2c-hid.h31 struct i2chid_ops { struct
32 int (*power_up)(struct i2chid_ops *ops); argument
33 void (*power_down)(struct i2chid_ops *ops); argument
34 void (*shutdown_tail)(struct i2chid_ops *ops); argument
37 int i2c_hid_core_probe(struct i2c_client *client, struct i2chid_ops *ops,
Di2c-hid-of-goodix.c26 struct i2chid_ops ops;
35 static int goodix_i2c_hid_power_up(struct i2chid_ops *ops) in goodix_i2c_hid_power_up()
67 static void goodix_i2c_hid_power_down(struct i2chid_ops *ops) in goodix_i2c_hid_power_down()
Di2c-hid-of.c36 struct i2chid_ops ops;
45 static int i2c_hid_of_power_up(struct i2chid_ops *ops) in i2c_hid_of_power_up()
68 static void i2c_hid_of_power_down(struct i2chid_ops *ops) in i2c_hid_of_power_down()
Di2c-hid-of-elan.c29 struct i2chid_ops ops;
38 static int elan_i2c_hid_power_up(struct i2chid_ops *ops) in elan_i2c_hid_power_up()
75 static void elan_i2c_hid_power_down(struct i2chid_ops *ops) in elan_i2c_hid_power_down()
Di2c-hid-acpi.c33 struct i2chid_ops ops;
79 static void i2c_hid_acpi_shutdown_tail(struct i2chid_ops *ops) in i2c_hid_acpi_shutdown_tail()
Di2c-hid-core.c112 struct i2chid_ops *ops;
1190 int i2c_hid_core_probe(struct i2c_client *client, struct i2chid_ops *ops, in i2c_hid_core_probe()