代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/316872/3587703
c clock.c
/*
* TI DaVinci clock config file
*
* Copyright (C) 2006 Texas Instruments.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/316872/3587704
h clock.h
/*
* TI DaVinci clock definitions
*
* Copyright (C) 2006 Texas Instruments.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/316872/3587716
c clock.c
/*
* linux/arch/arm/plat-omap/clock.c
*
* Copyright (C) 2004 - 2005 Nokia corporation
* Written by Tuukka Tikkanen
*
* Modified for omap shared clock framewo
www.eeworm.com/read/316872/3587737
c clock.c
/* linux/arch/arm/mach-s3c2410/clock.c
*
* Copyright (c) 2006 Simtec Electronics
* Ben Dooks
*
* S3C2410,S3C2440,S3C2442 Clock control support
*
* This program is free softwa
www.eeworm.com/read/316872/3587798
c clock.c
/*
* linux/arch/arm/mach-omap2/clock.c
*
* Copyright (C) 2005 Texas Instruments Inc.
* Richard Woodruff
* Created for OMAP2.
*
* Cleaned up and modified to use omap sh
www.eeworm.com/read/316872/3587799
h clock.h
/*
* linux/arch/arm/mach-omap24xx/clock.h
*
* Copyright (C) 2005 Texas Instruments Inc.
* Richard Woodruff
* Created for OMAP2.
*
* Copyright (C) 2004 Nokia corporatio
www.eeworm.com/read/316872/3587825
c clock.c
/*
* linux/arch/arm/mach-sa1100/clock.c
*/
#include
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/316872/3587826
h clock.h
struct clk;
struct clkops {
void (*enable)(struct clk *);
void (*disable)(struct clk *);
unsigned long (*getrate)(struct clk *);
};
struct clk {
struct list_head node;
const char *name;
www.eeworm.com/read/316872/3588373
c clock.c
/*
* Dummy clk implementations for powerpc.
* These need to be overridden in platform code.
*/
#include
#include
#include
#include
#inc
www.eeworm.com/read/316872/3596704
h clock.h
/* $Id: clock.h,v 1.3 1995/11/25 02:31:25 davem Exp $
* clock.h: Definitions for clock operations on the Sparc.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#ifndef _SPARC_C