Searched defs:mcp_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| D | mcp.h | 24 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 *);
|
| /kernel/linux/linux-6.6/include/linux/mfd/ |
| D | mcp.h | 24 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 *);
|