Searched refs:cros_ec_sensorhub (Results 1 – 4 of 4) sorted by relevance
147 struct cros_ec_sensorhub { struct180 int cros_ec_sensorhub_register_push_data(struct cros_ec_sensorhub *sensorhub, argument185 void cros_ec_sensorhub_unregister_push_data(struct cros_ec_sensorhub *sensorhub,188 int cros_ec_sensorhub_ring_allocate(struct cros_ec_sensorhub *sensorhub);189 int cros_ec_sensorhub_ring_add(struct cros_ec_sensorhub *sensorhub);191 int cros_ec_sensorhub_ring_fifo_enable(struct cros_ec_sensorhub *sensorhub,
53 struct cros_ec_sensorhub *sensorhub) in cros_ec_sensorhub_register()144 struct cros_ec_sensorhub *data; in cros_ec_sensorhub_probe()156 data = devm_kzalloc(dev, sizeof(struct cros_ec_sensorhub), GFP_KERNEL); in cros_ec_sensorhub_probe()243 struct cros_ec_sensorhub *sensorhub = dev_get_drvdata(dev); in cros_ec_sensorhub_suspend()253 struct cros_ec_sensorhub *sensorhub = dev_get_drvdata(dev); in cros_ec_sensorhub_resume()
35 cros-ec-sensorhub-objs := cros_ec_sensorhub.o cros_ec_sensorhub_ring.o
228 module will be called cros_ec_sensorhub.