Home
last modified time | relevance | path

Searched refs:ppp_driver_context (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/net/
Dppp.c73 struct ppp_driver_context { struct
125 static struct ppp_driver_context ppp_driver_context_data; argument
138 struct ppp_driver_context *context = user_data; in uart_callback()
252 static int ppp_async_uart_rx_enable(struct ppp_driver_context *context) in ppp_async_uart_rx_enable()
276 struct ppp_driver_context *ppp = in uart_recovery()
277 CONTAINER_OF(dwork, struct ppp_driver_context, uart_recovery_work); in uart_recovery()
297 static int ppp_save_byte(struct ppp_driver_context *ppp, uint8_t byte) in ppp_save_byte()
375 static void ppp_change_state(struct ppp_driver_context *ctx, in ppp_change_state()
394 static int ppp_send_flush(struct ppp_driver_context *ppp, int off) in ppp_send_flush()
445 static int ppp_send_bytes(struct ppp_driver_context *ppp, in ppp_send_bytes()
[all …]