Home
last modified time | relevance | path

Searched refs:devm_add_action (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/char/xillybus/
Dxillybus_of.c104 rc = devm_add_action(ep->dev, xilly_of_unmap, this); in xilly_map_single_of()
Dxillybus_pcie.c123 rc = devm_add_action(ep->dev, xilly_pci_unmap, this); in xilly_map_single_pci()
/linux-4.1.27/drivers/input/misc/
Daxp20x-pek.c259 error = devm_add_action(&pdev->dev, in axp20x_pek_probe()
Dbfin_rotary.c157 error = devm_add_action(dev, bfin_rotary_free_action, in bfin_rotary_probe()
/linux-4.1.27/drivers/input/mouse/
Dcyapa.c775 error = devm_add_action(dev, in cyapa_prepare_wakeup_controls()
892 error = devm_add_action(dev, cyapa_remove_power_runtime_group, cyapa); in cyapa_start_runtime()
1223 error = devm_add_action(dev, cyapa_remove_sysfs_group, cyapa); in cyapa_probe()
Delan_i2c_core.c965 error = devm_add_action(&client->dev, in elan_probe()
1032 error = devm_add_action(&client->dev, in elan_probe()
/linux-4.1.27/drivers/base/
Ddevres.c709 int devm_add_action(struct device *dev, void (*action)(void *), void *data) in devm_add_action() function
724 EXPORT_SYMBOL_GPL(devm_add_action);
/linux-4.1.27/drivers/input/touchscreen/
Dtsc2007.c431 err = devm_add_action(&client->dev, in tsc2007_probe()
Dauo-pixcir-ts.c624 error = devm_add_action(&client->dev, auo_pixcir_reset, ts); in auo_pixcir_probe()
Dzforce_ts.c792 ret = devm_add_action(&client->dev, zforce_reset, ts); in zforce_probe()
Delants_i2c.c1166 error = devm_add_action(&client->dev, in elants_i2c_probe()
/linux-4.1.27/drivers/input/keyboard/
Dgpio_keys.c517 error = devm_add_action(&pdev->dev, gpio_keys_quiesce_key, bdata); in gpio_keys_setup_key()
/linux-4.1.27/include/linux/
Ddevice.h642 int devm_add_action(struct device *dev, void (*action)(void *), void *data);