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
59 void mcp_set_telecom_divisor(struct mcp *mcp, unsigned int div) in mcp_set_telecom_divisor()
76 void mcp_set_audio_divisor(struct mcp *mcp, unsigned int div) in mcp_set_audio_divisor()
95 void mcp_reg_write(struct mcp *mcp, unsigned int reg, unsigned int val) in mcp_reg_write()
113 unsigned int mcp_reg_read(struct mcp *mcp, unsigned int reg) in mcp_reg_read()
133 void mcp_enable(struct mcp *mcp) in mcp_enable()
152 void mcp_disable(struct mcp *mcp) in mcp_disable()
165 struct mcp *mcp = container_of(dev, struct mcp, attached_device); in mcp_release() local
172 struct mcp *mcp; in mcp_host_alloc() local
187 int mcp_host_add(struct mcp *mcp, void *pdata) in mcp_host_add()
195 void mcp_host_del(struct mcp *mcp) in mcp_host_del()
201 void mcp_host_free(struct mcp *mcp) in mcp_host_free()