Home
last modified time | relevance | path

Searched refs:get_product_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Delan_i2c.h89 int (*get_product_id)(struct i2c_client *client, u16 *id); member
H A Delan_i2c_smbus.c540 .get_product_id = elan_smbus_get_product_id,
H A Delan_i2c_i2c.c762 .get_product_id = elan_i2c_get_product_id,
H A Delan_i2c_core.c226 error = data->ops->get_product_id(data->client, &data->product_id); in elan_query_product()