Lines Matching full:layer
86 * Call the lower layer to initialize any state information in usb_console_input_init()
123 * Call the lower layer to free any state information. in usb_console_input_fini()
147 * over. At this layer, this code is mainly just a pass through.
168 * Call the lower layer to save state information. in usb_console_input_enter()
178 * available. At this layer, this code is mainly just a pass through.
199 * Call the lower layer to get a a character. Return the number in usb_console_read()
209 * USB keyboard. This routine, and the lower layer routines that it calls,
211 * in before OBP took control. At this layer, this code is mainly just a
266 * Call the lower layer to initialize any state information in usb_console_output_init()
302 * Call the lower layer to free any state information. in usb_console_output_fini()
325 * over. At this layer, this code is mainly just a pass through.
341 * Call the lower layer to save state information. in usb_console_output_enter()
350 * At this layer, this code is mainly just a pass through.
367 * Call the lower layer to get a a character. Return the number in usb_console_write()
377 * USB output device. This routine, and the lower layer routines that it
379 * it was in before OBP took control. At this layer, this code is mainly