Lines Matching defs:mcp
33 struct mcp *mcp = to_mcp(dev); in mcp_bus_probe() local
41 struct mcp *mcp = to_mcp(dev); in mcp_bus_remove() local
63 void mcp_set_telecom_divisor(struct mcp *mcp, unsigned int div) in mcp_set_telecom_divisor()
80 void mcp_set_audio_divisor(struct mcp *mcp, unsigned int div) in mcp_set_audio_divisor()
99 void mcp_reg_write(struct mcp *mcp, unsigned int reg, unsigned int val) in mcp_reg_write()
117 unsigned int mcp_reg_read(struct mcp *mcp, unsigned int reg) in mcp_reg_read()
137 void mcp_enable(struct mcp *mcp) in mcp_enable()
156 void mcp_disable(struct mcp *mcp) in mcp_disable()
169 struct mcp *mcp = container_of(dev, struct mcp, attached_device); in mcp_release() local
176 struct mcp *mcp; in mcp_host_alloc() local
191 int mcp_host_add(struct mcp *mcp, void *pdata) in mcp_host_add()
199 void mcp_host_del(struct mcp *mcp) in mcp_host_del()
205 void mcp_host_free(struct mcp *mcp) in mcp_host_free()