summaryrefslogtreecommitdiff
path: root/include/linux/timerfd.h
blob: cf2b10d757312b66d2ae35fd24d99246a3739fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  include/linux/timerfd.h
 *
 *  Copyright (C) 2007  Davide Libenzi <davidel@xmailserver.org>
 *
 */

#ifndef _LINUX_TIMERFD_H
#define _LINUX_TIMERFD_H


#define TFD_TIMER_ABSTIME (1 << 0)



#endif /* _LINUX_TIMERFD_H */

> 2022-06-09Specify clock provider directly to CPU DAIsMark Brown 2022-06-06ASoC: stm32: sai: Remove useless defineTang Bin 2022-06-06ASoC: stm: Rename set_fmt_new back to set_fmtCharles Keepax 2022-06-06ASoC: stm: Update to use set_fmt_new callbackCharles Keepax 2021-12-20ASoC: stm: Use dev_err_probe() helperKuninori Morimoto 2021-11-17ASoC: stm32: sai: increase channels_max limitOlivier Moysan 2021-06-17ASoC: stm32: sai: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-04-28ASoC: stm32: do not request a new clock consummer referenceJerome Brunet 2021-04-23ASoC: stm32: properly get clk from the providerJerome Brunet 2020-09-11ASoC: stm32: sai: add pm_runtime supportOlivier Moysan 2020-07-23ASoC: stm: use asoc_substream_to_rtd()Kuninori Morimoto 2020-04-17ASoC: stm32: sai: fix sai probeOlivier Moysan 2020-04-14soc/stm/stm32_sub_sai: Add missing '\n' in log messagesSebastian Fricke 2020-04-06ASoC: stm32: sai: Add missing cleanupJulia Lawall 2020-03-27ASoC: stm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto