Lines Matching defs:mcp
30 struct mcp *mcp = to_mcp(dev); in mcp_bus_probe() local
38 struct mcp *mcp = to_mcp(dev); in mcp_bus_remove() local
60 void mcp_set_telecom_divisor(struct mcp *mcp, unsigned int div) in mcp_set_telecom_divisor()
77 void mcp_set_audio_divisor(struct mcp *mcp, unsigned int div) in mcp_set_audio_divisor()
96 void mcp_reg_write(struct mcp *mcp, unsigned int reg, unsigned int val) in mcp_reg_write()
114 unsigned int mcp_reg_read(struct mcp *mcp, unsigned int reg) in mcp_reg_read()
134 void mcp_enable(struct mcp *mcp) in mcp_enable()
153 void mcp_disable(struct mcp *mcp) in mcp_disable()
166 struct mcp *mcp = container_of(dev, struct mcp, attached_device); in mcp_release() local
173 struct mcp *mcp; in mcp_host_alloc() local
188 int mcp_host_add(struct mcp *mcp, void *pdata) in mcp_host_add()
196 void mcp_host_del(struct mcp *mcp) in mcp_host_del()
202 void mcp_host_free(struct mcp *mcp) in mcp_host_free()