Searched refs:get_product_id (Results 1 – 4 of 4) sorted by relevance
63 int (*get_product_id)(struct i2c_client *client, u16 *id); member
507 .get_product_id = elan_smbus_get_product_id,
627 .get_product_id = elan_i2c_get_product_id,
251 error = data->ops->get_product_id(data->client, &data->product_id); in elan_query_device_info()