Searched refs:ucc_slow_private (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Ducc_slow.h187 struct ucc_slow_private { struct
226 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret);
233 void ucc_slow_free(struct ucc_slow_private * uccs);
242 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
251 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
264 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs);
271 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
278 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
285 void ucc_slow_restart_x(struct ucc_slow_private * uccs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/qe_lib/
H A Ducc_slow.c45 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs)
50 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs)
60 void ucc_slow_stop_tx(struct ucc_slow_private * uccs)
69 void ucc_slow_restart_tx(struct ucc_slow_private * uccs)
78 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode)
98 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode)
118 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret)
120 struct ucc_slow_private *uccs;
150 uccs = kzalloc(sizeof(struct ucc_slow_private), GFP_KERNEL);
353 void ucc_slow_free(struct ucc_slow_private * ucc
[all...]

Completed in 51 milliseconds