/linux-4.4.14/drivers/clk/qcom/ |
D | common.c | 129 devm_add_action(dev, qcom_cc_del_clk_provider, pdev->dev.of_node); in qcom_cc_really_probe() 143 devm_add_action(dev, qcom_cc_reset_unregister, &reset->rcdev); in qcom_cc_really_probe() 152 devm_add_action(dev, qcom_cc_gdsc_unregister, dev); in qcom_cc_really_probe()
|
/linux-4.4.14/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.4.14/drivers/input/keyboard/ |
D | snvs_pwrkey.c | 153 error = devm_add_action(&pdev->dev, imx_snvs_pwrkey_act, pdata); in imx_snvs_pwrkey_probe()
|
D | gpio_keys.c | 528 error = devm_add_action(&pdev->dev, gpio_keys_quiesce_key, bdata); in gpio_keys_setup_key()
|
/linux-4.4.14/drivers/input/mouse/ |
D | cyapa.c | 841 error = devm_add_action(dev, in cyapa_prepare_wakeup_controls() 958 error = devm_add_action(dev, cyapa_remove_power_runtime_group, cyapa); in cyapa_start_runtime() 1299 error = devm_add_action(dev, cyapa_disable_regulator, cyapa); in cyapa_probe() 1319 error = devm_add_action(dev, cyapa_remove_sysfs_group, cyapa); in cyapa_probe()
|
D | elan_i2c_core.c | 1026 error = devm_add_action(&client->dev, in elan_probe() 1093 error = devm_add_action(&client->dev, in elan_probe()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm-chip.c | 139 devm_add_action(dev, (void (*)(void *)) put_device, &chip->dev); in tpmm_chip_alloc()
|
/linux-4.4.14/drivers/input/misc/ |
D | da9063_onkey.c | 257 error = devm_add_action(&pdev->dev, da9063_cancel_poll, onkey); in da9063_onkey_probe()
|
D | axp20x-pek.c | 263 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.4.14/drivers/input/touchscreen/ |
D | colibri-vf50-ts.c | 279 error = devm_add_action(dev, vf50_ts_channel_release, channels); in vf50_ts_probe()
|
D | tsc2007.c | 431 err = devm_add_action(&client->dev, in tsc2007_probe()
|
D | auo-pixcir-ts.c | 619 error = devm_add_action(&client->dev, auo_pixcir_reset, ts); in auo_pixcir_probe()
|
D | elants_i2c.c | 1197 error = devm_add_action(&client->dev, elants_i2c_power_off, ts); in elants_i2c_probe() 1292 error = devm_add_action(&client->dev, in elants_i2c_probe()
|
D | zforce_ts.c | 823 ret = devm_add_action(&client->dev, zforce_reset, ts); in zforce_probe()
|
D | rohm_bu21023.c | 1189 error = devm_add_action(dev, rohm_ts_remove_sysfs_group, dev); in rohm_bu21023_i2c_probe()
|
/linux-4.4.14/drivers/base/ |
D | devres.c | 710 int devm_add_action(struct device *dev, void (*action)(void *), void *data) in devm_add_action() function 725 EXPORT_SYMBOL_GPL(devm_add_action);
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-mvebu.c | 1129 ret = devm_add_action(dev, mvebu_pcie_port_clk_put, port); in mvebu_pcie_parse_port()
|
/linux-4.4.14/include/linux/ |
D | device.h | 681 int devm_add_action(struct device *dev, void (*action)(void *), void *data);
|
/linux-4.4.14/tools/testing/nvdimm/test/ |
D | nfit.c | 347 rc = devm_add_action(dev, release_nfit_res, nfit_res); in __test_alloc()
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu-v3.c | 2273 devm_add_action(dev, arm_smmu_free_msis, dev); in arm_smmu_setup_msis()
|