Searched refs:bma150 (Results 1 – 3 of 3) sorted by relevance
196 bma150->mode = mode; in bma150_set_mode()327 input_sync(bma150->input); in bma150_report_xyz()341 bma150_report_xyz(bma150); in bma150_poll()393 if (bma150->client->irq) { in bma150_initialize()422 struct bma150_data *bma150; in bma150_probe() local438 bma150 = devm_kzalloc(&client->dev, sizeof(*bma150), GFP_KERNEL); in bma150_probe()439 if (!bma150) in bma150_probe()442 bma150->client = client; in bma150_probe()467 input_set_drvdata(idev, bma150); in bma150_probe()468 bma150->input = idev; in bma150_probe()[all …]
26 obj-$(CONFIG_INPUT_BMA150) += bma150.o
148 module will be called bma150.
Completed in 9 milliseconds