Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/qcom/
Dcommon.c129 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/
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.4.14/drivers/input/keyboard/
Dsnvs_pwrkey.c153 error = devm_add_action(&pdev->dev, imx_snvs_pwrkey_act, pdata); in imx_snvs_pwrkey_probe()
Dgpio_keys.c528 error = devm_add_action(&pdev->dev, gpio_keys_quiesce_key, bdata); in gpio_keys_setup_key()
/linux-4.4.14/drivers/input/mouse/
Dcyapa.c841 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()
Delan_i2c_core.c1026 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/
Dtpm-chip.c139 devm_add_action(dev, (void (*)(void *)) put_device, &chip->dev); in tpmm_chip_alloc()
/linux-4.4.14/drivers/input/misc/
Dda9063_onkey.c257 error = devm_add_action(&pdev->dev, da9063_cancel_poll, onkey); in da9063_onkey_probe()
Daxp20x-pek.c263 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.4.14/drivers/input/touchscreen/
Dcolibri-vf50-ts.c279 error = devm_add_action(dev, vf50_ts_channel_release, channels); in vf50_ts_probe()
Dtsc2007.c431 err = devm_add_action(&client->dev, in tsc2007_probe()
Dauo-pixcir-ts.c619 error = devm_add_action(&client->dev, auo_pixcir_reset, ts); in auo_pixcir_probe()
Delants_i2c.c1197 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()
Dzforce_ts.c823 ret = devm_add_action(&client->dev, zforce_reset, ts); in zforce_probe()
Drohm_bu21023.c1189 error = devm_add_action(dev, rohm_ts_remove_sysfs_group, dev); in rohm_bu21023_i2c_probe()
/linux-4.4.14/drivers/base/
Ddevres.c710 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/
Dpci-mvebu.c1129 ret = devm_add_action(dev, mvebu_pcie_port_clk_put, port); in mvebu_pcie_parse_port()
/linux-4.4.14/include/linux/
Ddevice.h681 int devm_add_action(struct device *dev, void (*action)(void *), void *data);
/linux-4.4.14/tools/testing/nvdimm/test/
Dnfit.c347 rc = devm_add_action(dev, release_nfit_res, nfit_res); in __test_alloc()
/linux-4.4.14/drivers/iommu/
Darm-smmu-v3.c2273 devm_add_action(dev, arm_smmu_free_msis, dev); in arm_smmu_setup_msis()