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

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

Completed in 319 milliseconds