Searched refs:devm_add_action (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_of.c | 104 rc = devm_add_action(ep->dev, xilly_of_unmap, this); in xilly_map_single_of()
|
D | xillybus_pcie.c | 123 rc = devm_add_action(ep->dev, xilly_pci_unmap, this); in xilly_map_single_pci()
|
/linux-4.1.27/drivers/input/misc/ |
D | axp20x-pek.c | 259 error = devm_add_action(&pdev->dev, in axp20x_pek_probe()
|
D | bfin_rotary.c | 157 error = devm_add_action(dev, bfin_rotary_free_action, in bfin_rotary_probe()
|
/linux-4.1.27/drivers/input/mouse/ |
D | cyapa.c | 775 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()
|
D | elan_i2c_core.c | 965 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/ |
D | devres.c | 709 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/ |
D | tsc2007.c | 431 err = devm_add_action(&client->dev, in tsc2007_probe()
|
D | auo-pixcir-ts.c | 624 error = devm_add_action(&client->dev, auo_pixcir_reset, ts); in auo_pixcir_probe()
|
D | zforce_ts.c | 792 ret = devm_add_action(&client->dev, zforce_reset, ts); in zforce_probe()
|
D | elants_i2c.c | 1166 error = devm_add_action(&client->dev, in elants_i2c_probe()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | gpio_keys.c | 517 error = devm_add_action(&pdev->dev, gpio_keys_quiesce_key, bdata); in gpio_keys_setup_key()
|
/linux-4.1.27/include/linux/ |
D | device.h | 642 int devm_add_action(struct device *dev, void (*action)(void *), void *data);
|