Searched refs:cros_ec_sensorhub (Results 1 – 3 of 3) 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,
52 struct cros_ec_sensorhub *sensorhub) in cros_ec_sensorhub_register()147 struct cros_ec_sensorhub *data; in cros_ec_sensorhub_probe()159 data = devm_kzalloc(dev, sizeof(struct cros_ec_sensorhub), GFP_KERNEL); in cros_ec_sensorhub_probe()246 struct cros_ec_sensorhub *sensorhub = dev_get_drvdata(dev); in cros_ec_sensorhub_suspend()256 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