Home
last modified time | relevance | path

Searched defs:mcp (Results 1 – 2 of 2) sorted by relevance

/include/linux/mfd/
Dmcp.h14 struct mcp { struct
16 struct mcp_ops *ops; argument
25 void (*set_telecom_divisor)(struct mcp *, unsigned int); argument
39 #define mcp_get_sclk_rate(mcp) ((mcp)->sclk_rate) argument
55 #define mcp_get_drvdata(mcp) dev_get_drvdata(&(mcp)->attached_device) argument
56 #define mcp_set_drvdata(mcp,d) dev_set_drvdata(&(mcp)->attached_device, d) argument
58 static inline void *mcp_priv(struct mcp *mcp) in mcp_priv()
Ducb1x00.h123 struct mcp *mcp; member