Linux Kernel
3.7.1
|
#include <linux/device.h>
Go to the source code of this file.
Data Structures | |
struct | smiapp_pll |
struct | smiapp_pll_limits |
Macros | |
#define | SMIAPP_PLL_FLAG_OP_PIX_CLOCK_PER_LANE (1 << 0) |
#define | SMIAPP_PLL_FLAG_NO_OP_CLOCKS (1 << 1) |
Functions | |
int | smiapp_pll_calculate (struct device *dev, struct smiapp_pll_limits *limits, struct smiapp_pll *pll) |
#define SMIAPP_PLL_FLAG_NO_OP_CLOCKS (1 << 1) |
Definition at line 96 of file smiapp-pll.h.
#define SMIAPP_PLL_FLAG_OP_PIX_CLOCK_PER_LANE (1 << 0) |
Definition at line 95 of file smiapp-pll.h.
int smiapp_pll_calculate | ( | struct device * | dev, |
struct smiapp_pll_limits * | limits, | ||
struct smiapp_pll * | pll | ||
) |
Definition at line 90 of file smiapp-pll.c.