Searched refs:uart_getc (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_serial.c54 if (gPESocDispatch.uart_getc == NULL)
55 panic("gPESocDispatch.uart_getc was null, did you forget to set up the table?");
57 return gPESocDispatch.uart_getc();
/darwin-on-arm/xnu/pexpert/pexpert/arm/
H A Dprotos.h50 int uart_getc(void);
126 SocDevice_Uart_Getc uart_getc; member in struct:SocDeviceDispatch
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_serial.c129 uart_getc( void ) function
209 return uart_getc();
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_bcm2836.c133 gPESocDispatch.uart_getc = bcm2836_getc;
H A Dpe_sun4i.c136 gPESocDispatch.uart_getc = Sun4i_getc;
H A Dpe_s5l8720x.c206 gPESocDispatch.uart_getc = S5L8720X_getc;
H A Dpe_bcm2835.c218 gPESocDispatch.uart_getc = RaspberryPi_getc;
H A Dpe_apq8060.c348 gPESocDispatch.uart_getc = TouchPad_getc;
H A Dpe_omap335x.c391 gPESocDispatch.uart_getc = Omap3_getc;
H A Dpe_s5l8900x.c376 gPESocDispatch.uart_getc = S5L8900X_getc;
H A Dpe_omap3430.c548 gPESocDispatch.uart_getc = Omap3_getc;
H A Dpe_realview.c388 gPESocDispatch.uart_getc = RealView_getc;
H A Dpe_s5l8930x.c524 gPESocDispatch.uart_getc = S5L8930X_getc;
H A Dpe_omap3530.c567 gPESocDispatch.uart_getc = Omap3_getc;

Completed in 67 milliseconds