Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h147 struct cros_ec_sensorhub { struct
180 int cros_ec_sensorhub_register_push_data(struct cros_ec_sensorhub *sensorhub, argument
185 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,
/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub.c53 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()
H A DMakefile35 cros-ec-sensorhub-objs := cros_ec_sensorhub.o cros_ec_sensorhub_ring.o
H A DKconfig228 module will be called cros_ec_sensorhub.