Home
last modified time | relevance | path

Searched refs:bma150 (Results 1 – 3 of 3) sorted by relevance

/drivers/input/misc/
A Dbma150.c196 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() local
438 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 …]
A DMakefile26 obj-$(CONFIG_INPUT_BMA150) += bma150.o
A DKconfig148 module will be called bma150.

Completed in 9 milliseconds