Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h184 struct ucc_slow_private { struct
222 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret); argument
229 void ucc_slow_free(struct ucc_slow_private * uccs);
238 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
247 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
254 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
261 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
268 void ucc_slow_restart_tx(struct ucc_slow_private *uccs);
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c42 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_graceful_stop_tx()
53 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_stop_tx()
63 void ucc_slow_restart_tx(struct ucc_slow_private * uccs) in ucc_slow_restart_tx()
73 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_enable()
94 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_disable()
119 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret) in ucc_slow_init()
121 struct ucc_slow_private *uccs; in ucc_slow_init()
151 uccs = kzalloc(sizeof(struct ucc_slow_private), GFP_KERNEL); in ucc_slow_init()
344 void ucc_slow_free(struct ucc_slow_private * uccs) in ucc_slow_free()
/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c182 struct ucc_slow_private *us_private;
972 struct ucc_slow_private *uccs; in qe_uart_request_port()
1037 struct ucc_slow_private *uccs = qe_port->us_private; in qe_uart_release_port()