Lines Matching full:method

53 # This method is called when the device is being attached. All resources
56 # The intend of this method is to setup the hardware for normal operation.
57 METHOD int attach {
62 # This method is called when a device is being detached from its bus. It
65 # The intend of this method is to disable the hardware.
66 METHOD int detach {
71 # This method is called to flush the transmitter and/or the receiver as
73 METHOD int flush {
79 # This method retrieves the DTE and DCE signals and their corresponding
85 METHOD int getsig {
90 # This method is the bitbucket method. It can (and will) be used when there's
91 # something we need to set or get for which a new method is overkill. It's
93 METHOD int ioctl {
100 # When an interrupt is signalled, the handler will call this method to find
108 METHOD int ipend {
113 # This method is called to change the communication parameters.
114 METHOD int param {
123 # This method is called as part of the bus probe to make sure the
126 METHOD int probe {
131 # This method is called to move received data to the receive buffer and
133 METHOD int receive {
138 # This method allows changing DTE signals. The DTE delta bits indicate which
141 # DTE delta bits set of those DTE signals that did change by this method.
142 METHOD int setsig {
148 # This method is responsible for writing the Tx buffer to the UART and
151 METHOD int transmit {
156 # This method is called by the tty glue for reporting upward that output is
161 METHOD bool txbusy {
167 # drivers. This method is responsible for transitioning the hardware
172 METHOD void grab {
177 METHOD void ungrab {