代码搜索结果

找到约 7,852 项符合 RTC 的代码

rtc-ep93xx.c

/* * A driver for the RTC embedded in the Cirrus Logic EP93XX processors * Copyright (c) 2006 Tower Technologies * * Author: Alessandro Zummo * * This program is free soft

rtc-pcf8563.c

/* * An I2C driver for the Philips PCF8563 RTC * Copyright 2005-06 Tower Technologies * * Author: Alessandro Zummo * Maintainers: http://www.nslu2-linux.org/ * * based on

rtc-dev.c

/* * RTC subsystem, dev interface * * Copyright (C) 2005 Tower Technologies * Author: Alessandro Zummo * * based on arch/arm/common/rtctime.c * * This program is free so

rtc-m48t59.c

/* * ST M48T59 RTC driver * * Copyright (c) 2007 Wind River Systems, Inc. * * Author: Mark Zhan * * This program is free software; you can redistribute it and/or mo

rtc-m41t80.c

/* * I2C client/driver for the ST M41T80 family of i2c rtc chips. * * Author: Alexander Bigga * * Based on m41t00.c by Mark A. Greer * * 2006 (c) mycable Gmb

rtc-max6902.c

/* drivers/rtc/rtc-max6902.c * * Copyright (C) 2006 8D Technologies inc. * Copyright (C) 2004 Compulab Ltd. * * This program is free software; you can redistribute it and/or modify * it under th

rtc-rs5c313.c

/* * Ricoh RS5C313 RTC device/driver * Copyright (C) 2007 Nobuhiro Iwamatsu * * 2005-09-19 modifed by kogiidena * * Based on the old drivers/char/rs5c313_rtc.c by: * Copyright (C) 2000 Phil

rtc-at91rm9200.c

/* * Real Time Clock interface for Linux on Atmel AT91RM9200 * * Copyright (C) 2002 Rick Bronson * * Converted to RTC class model by Andrew Victor * * Ported to Linux 2.6 by Steven Scholz * Ba

rtc-pcf8583.c

/* * drivers/rtc/rtc-pcf8583.c * * Copyright (C) 2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen

rtc-core.h

#ifdef CONFIG_RTC_INTF_DEV extern void __init rtc_dev_init(void); extern void __exit rtc_dev_exit(void); extern void rtc_dev_prepare(struct rtc_device *rtc); extern void rtc_dev_add_device(struct rtc