Searched refs:get_product_id (Results 1 – 4 of 4) sorted by relevance
89 int (*get_product_id)(struct i2c_client *client, u16 *id); member
540 .get_product_id = elan_smbus_get_product_id,
762 .get_product_id = elan_i2c_get_product_id,
226 error = data->ops->get_product_id(data->client, &data->product_id); in elan_query_product()