Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Ducc_slow.h188 struct ucc_slow_private { struct
227 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret); argument
234 void ucc_slow_free(struct ucc_slow_private * uccs);
243 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
252 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
265 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs);
272 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
279 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
286 void ucc_slow_restart_tx(struct ucc_slow_private *uccs);
/linux-3.4.99/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c47 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs) in ucc_slow_poll_transmitter_now()
52 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_graceful_stop_tx()
63 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_stop_tx()
73 void ucc_slow_restart_tx(struct ucc_slow_private * uccs) in ucc_slow_restart_tx()
83 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_enable()
104 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_disable()
129 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret) in ucc_slow_init()
131 struct ucc_slow_private *uccs; in ucc_slow_init()
161 uccs = kzalloc(sizeof(struct ucc_slow_private), GFP_KERNEL); in ucc_slow_init()
360 void ucc_slow_free(struct ucc_slow_private * uccs) in ucc_slow_free()
/linux-3.4.99/drivers/tty/serial/
Ducc_uart.c178 struct ucc_slow_private *us_private;
1002 struct ucc_slow_private *uccs; in qe_uart_request_port()
1067 struct ucc_slow_private *uccs = qe_port->us_private; in qe_uart_release_port()