Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
A Dmcp.h24 struct mcp_ops { struct
25 void (*set_telecom_divisor)(struct mcp *, unsigned int);
26 void (*set_audio_divisor)(struct mcp *, unsigned int);
27 void (*reg_write)(struct mcp *, unsigned int, unsigned int);
28 unsigned int (*reg_read)(struct mcp *, unsigned int);
29 void (*enable)(struct mcp *);
30 void (*disable)(struct mcp *);

Completed in 4 milliseconds