Home
last modified time | relevance | path

Searched defs:sdev (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/drivers/input/
Dkeyboard-uclass.c10 static int keyboard_start(struct stdio_dev *sdev) in keyboard_start()
21 static int keyboard_stop(struct stdio_dev *sdev) in keyboard_stop()
32 static int keyboard_tstc(struct stdio_dev *sdev) in keyboard_tstc()
47 static int keyboard_getc(struct stdio_dev *sdev) in keyboard_getc()
65 struct stdio_dev *sdev = &priv->sdev; in keyboard_pre_probe() local
Dcros_ec_keyb.c185 struct stdio_dev *sdev = &uc_priv->sdev; in cros_ec_kbd_probe() local
Di8042.c313 struct stdio_dev *sdev = &uc_priv->sdev; in i8042_kbd_probe() local
Dtegra-kbc.c288 struct stdio_dev *sdev = &uc_priv->sdev; in tegra_kbd_probe() local
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_sw.c91 pipe_loader_sw_probe_init_common(struct pipe_loader_sw_device *sdev) in pipe_loader_sw_probe_init_common()
121 pipe_loader_sw_probe_teardown_common(struct pipe_loader_sw_device *sdev) in pipe_loader_sw_probe_teardown_common()
133 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_dri() local
165 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_kms() local
198 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_null() local
243 struct pipe_loader_sw_device *sdev = CALLOC_STRUCT(pipe_loader_sw_device); in pipe_loader_sw_probe_wrapped() local
273 MAYBE_UNUSED struct pipe_loader_sw_device *sdev = in pipe_loader_sw_release() local
300 struct pipe_loader_sw_device *sdev = pipe_loader_sw_device(dev); in pipe_loader_sw_create_screen() local
/external/u-boot/drivers/serial/
Dserial.c180 static int serial_stub_start(struct stdio_dev *sdev) in serial_stub_start()
187 static int serial_stub_stop(struct stdio_dev *sdev) in serial_stub_stop()
194 static void serial_stub_putc(struct stdio_dev *sdev, const char ch) in serial_stub_putc()
201 static void serial_stub_puts(struct stdio_dev *sdev, const char *str) in serial_stub_puts()
208 static int serial_stub_getc(struct stdio_dev *sdev) in serial_stub_getc()
215 static int serial_stub_tstc(struct stdio_dev *sdev) in serial_stub_tstc()
Dserial-uclass.c297 static void serial_stub_putc(struct stdio_dev *sdev, const char ch) in serial_stub_putc()
303 static void serial_stub_puts(struct stdio_dev *sdev, const char *str) in serial_stub_puts()
308 static int serial_stub_getc(struct stdio_dev *sdev) in serial_stub_getc()
313 static int serial_stub_tstc(struct stdio_dev *sdev) in serial_stub_tstc()
386 struct stdio_dev sdev; in serial_post_probe() local
/external/u-boot/include/
Dkeyboard.h14 struct stdio_dev sdev; member
Dserial.h174 struct stdio_dev *sdev; member
Dvideo_console.h62 struct stdio_dev sdev; member
/external/u-boot/drivers/video/
Dvidconsole-uclass.c390 static void vidconsole_putc(struct stdio_dev *sdev, const char ch) in vidconsole_putc()
398 static void vidconsole_puts(struct stdio_dev *sdev, const char *s) in vidconsole_puts()
423 struct stdio_dev *sdev = &priv->sdev; in vidconsole_post_probe() local
/external/u-boot/common/
Dstdio.c143 struct stdio_dev *sdev; in stdio_probe_device() local
176 struct stdio_dev *sdev; in stdio_get_by_name() local
Dusb_kbd.c354 static int usb_kbd_testc(struct stdio_dev *sdev)
380 static int usb_kbd_getc(struct stdio_dev *sdev)
615 struct stdio_dev *sdev; local
Dconsole.c156 static bool console_dev_is_serial(struct stdio_dev *sdev) in console_dev_is_serial()
/external/u-boot/board/nokia/rx51/
Drx51.c596 int rx51_kp_tstc(struct stdio_dev *sdev) in rx51_kp_tstc()
652 int rx51_kp_getc(struct stdio_dev *sdev) in rx51_kp_getc()