Searched refs:hooks (Results 1 – 10 of 10) sorted by relevance
566 void viafb_pm_register(struct viafb_pm_hooks *hooks) in viafb_pm_register() argument568 INIT_LIST_HEAD(&hooks->list); in viafb_pm_register()571 list_add_tail(&hooks->list, &viafb_pm_hooks); in viafb_pm_register()576 void viafb_pm_unregister(struct viafb_pm_hooks *hooks) in viafb_pm_unregister() argument579 list_del(&hooks->list); in viafb_pm_unregister()586 struct viafb_pm_hooks *hooks; in via_suspend() local598 list_for_each_entry_reverse(hooks, &viafb_pm_hooks, list) in via_suspend()599 hooks->suspend(hooks->private); in via_suspend()607 struct viafb_pm_hooks *hooks; in via_resume() local611 list_for_each_entry(hooks, &viafb_pm_hooks, list) in via_resume()[all …]
58 tristate "QCOM specific hooks to UFS controller platform driver"73 tristate "Mediatek specific hooks to UFS controller platform driver"89 tristate "Hisilicon specific hooks to UFS controller platform driver"98 tristate "Renesas specific hooks to UFS controller platform driver"120 tristate "Exynos specific hooks to UFS controller platform driver"135 tristate "Unisoc specific hooks to UFS controller platform driver"
7 HCI logic and hooks into the NFC kernel APIs. Physical layers will
6 TPM1.2 logic and hooks into the TPM kernel APIs. Physical layers will
6 NCI logic and hooks into the NFC kernel APIs. Physical layers will
7 NFC chipsets. It implements the chipset HCI logic and hooks into
65 Specifically, exports error injection hooks to be used with the
96 hooks for more comprehensive interrupt control and also to override
58 TCG TIS TPM core driver. It implements the TPM TCG TIS logic and hooks
807 This hooks up to the MicroWire controller on OMAP1 chips.
Completed in 17 milliseconds