Lines Matching refs:ptp_context
1585 struct ptp_context { struct
1602 static struct ptp_context ptp_mcux_0_context = { argument
1609 struct ptp_context *ptp_context = dev->data; in ptp_clock_mcux_set() local
1610 struct eth_context *context = ptp_context->eth_context; in ptp_clock_mcux_set()
1623 struct ptp_context *ptp_context = dev->data; in ptp_clock_mcux_get() local
1624 struct eth_context *context = ptp_context->eth_context; in ptp_clock_mcux_get()
1636 struct ptp_context *ptp_context = dev->data; in ptp_clock_mcux_adjust() local
1637 struct eth_context *context = ptp_context->eth_context; in ptp_clock_mcux_adjust()
1665 struct ptp_context *ptp_context = dev->data; in ptp_clock_mcux_rate_adjust() local
1666 struct eth_context *context = ptp_context->eth_context; in ptp_clock_mcux_rate_adjust()
1725 struct ptp_context *ptp_context = port->data; in ptp_mcux_init() local
1729 err = pinctrl_apply_state(ptp_context->pincfg, PINCTRL_STATE_DEFAULT); in ptp_mcux_init()
1736 ptp_context->eth_context = context; in ptp_mcux_init()