clock_alloc       107 drivers/tty/serial/mpc52xx_uart.c 	int		(*clock_alloc)(struct uart_port *port);
clock_alloc       986 drivers/tty/serial/mpc52xx_uart.c 	.clock_alloc = mpc512x_psc_alloc_clock,
clock_alloc      1021 drivers/tty/serial/mpc52xx_uart.c 	.clock_alloc = mpc512x_psc_alloc_clock,
clock_alloc      1304 drivers/tty/serial/mpc52xx_uart.c 	if (psc_ops->clock_alloc) {
clock_alloc      1305 drivers/tty/serial/mpc52xx_uart.c 		err = psc_ops->clock_alloc(port);