OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtc_pll_info
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
rtc.h
37
struct
rtc_pll_info
{
struct
64
#define RTC_PLL_GET _IOR('p', 0x11, struct
rtc_pll_info
)
65
#define RTC_PLL_SET _IOW('p', 0x12, struct
rtc_pll_info
)
/external/kernel-headers/original/uapi/linux/
rtc.h
56
struct
rtc_pll_info
{
struct
92
#define RTC_PLL_GET _IOR('p', 0x11, struct
rtc_pll_info
) /* Get PLL correction */
93
#define RTC_PLL_SET _IOW('p', 0x12, struct
rtc_pll_info
) /* Set PLL correction */
Completed in 889 milliseconds