Lines Matching defs:ppp
276 struct ppp_driver_context *ppp = in uart_recovery() local
297 static int ppp_save_byte(struct ppp_driver_context *ppp, uint8_t byte) in ppp_save_byte()
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()
466 static void ppp_handle_client(struct ppp_driver_context *ppp, uint8_t byte) in ppp_handle_client()
495 static int ppp_input_byte(struct ppp_driver_context *ppp, uint8_t byte) in ppp_input_byte()
587 static bool ppp_check_fcs(struct ppp_driver_context *ppp) in ppp_check_fcs()
617 static void ppp_process_msg(struct ppp_driver_context *ppp) in ppp_process_msg()
695 struct ppp_driver_context *ppp = in ppp_recv_cb() local
729 struct ppp_driver_context *ppp = &ppp_driver_context_data; in ppp_driver_feed_data() local
806 struct ppp_driver_context *ppp = dev->data; in ppp_send() local
901 static int ppp_consume_ringbuf(struct ppp_driver_context *ppp) in ppp_consume_ringbuf()
940 struct ppp_driver_context *ppp = in ppp_isr_cb_work() local
952 struct ppp_driver_context *ppp = dev->data; in ppp_driver_init() local
977 static inline struct net_linkaddr *ppp_get_mac(struct ppp_driver_context *ppp) in ppp_get_mac()
986 struct ppp_driver_context *ppp = net_if_get_device(iface)->data; in ppp_iface_init() local