Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 100) sorted by relevance

1234

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dserial.c33 static inline void serial_start_tx(struct serial_port *port) in serial_start_tx()
39 static inline void serial_stop_tx(struct serial_port *port) in serial_stop_tx()
198 struct serial_port *port; in serial_putc() local
228 struct serial_port *port; in serial_puts() local
262 struct serial_port *port; in serial_getc() local
359 struct serial_port *port; in serial_set_rx_handler() local
402 struct serial_port *port; in serial_force_unlock() local
417 struct serial_port *port; in serial_start_sync() local
452 struct serial_port *port; in serial_end_sync() local
469 struct serial_port *port; in serial_start_log_everything() local
[all …]
A Dcadence-uart.c45 struct serial_port *port = data; in cuart_interrupt() local
60 static void __init cuart_init_preirq(struct serial_port *port) in cuart_init_preirq()
70 static void __init cuart_init_postirq(struct serial_port *port) in cuart_init_postirq()
93 static void cuart_suspend(struct serial_port *port) in cuart_suspend()
98 static void cuart_resume(struct serial_port *port) in cuart_resume()
103 static int cuart_tx_ready(struct serial_port *port) in cuart_tx_ready()
111 static void cuart_putc(struct serial_port *port, char c) in cuart_putc()
118 static int cuart_getc(struct serial_port *port, char *pc) in cuart_getc()
129 static int __init cuart_irq(struct serial_port *port) in cuart_irq()
136 static const struct vuart_info *cuart_vuart(struct serial_port *port) in cuart_vuart()
A Dscif-uart.c51 struct serial_port *port = data; in scif_uart_interrupt() local
85 static void __init scif_uart_init_preirq(struct serial_port *port) in scif_uart_init_preirq()
115 static void __init scif_uart_init_postirq(struct serial_port *port) in scif_uart_init_postirq()
139 static void scif_uart_suspend(struct serial_port *port) in scif_uart_suspend()
144 static void scif_uart_resume(struct serial_port *port) in scif_uart_resume()
149 static int scif_uart_tx_ready(struct serial_port *port) in scif_uart_tx_ready()
165 static void scif_uart_putc(struct serial_port *port, char c) in scif_uart_putc()
175 static int scif_uart_getc(struct serial_port *port, char *pc) in scif_uart_getc()
193 static int __init scif_uart_irq(struct serial_port *port) in scif_uart_irq()
207 static void scif_uart_start_tx(struct serial_port *port) in scif_uart_start_tx()
[all …]
A Dpl011.c65 struct serial_port *port = data; in pl011_interrupt() local
91 static void __init pl011_init_preirq(struct serial_port *port) in pl011_init_preirq()
126 static void __init pl011_init_postirq(struct serial_port *port) in pl011_init_postirq()
147 static void pl011_suspend(struct serial_port *port) in pl011_suspend()
152 static void pl011_resume(struct serial_port *port) in pl011_resume()
157 static int pl011_tx_ready(struct serial_port *port) in pl011_tx_ready()
164 static void pl011_putc(struct serial_port *port, char c) in pl011_putc()
171 static int pl011_getc(struct serial_port *port, char *pc) in pl011_getc()
182 static int __init pl011_irq(struct serial_port *port) in pl011_irq()
196 static void pl011_tx_stop(struct serial_port *port) in pl011_tx_stop()
[all …]
A Dexynos4210-uart.c50 struct serial_port *port = data; in exynos4210_uart_interrupt() local
101 static void __init exynos4210_uart_init_preirq(struct serial_port *port) in exynos4210_uart_init_preirq()
190 static void __init exynos4210_uart_init_postirq(struct serial_port *port) in exynos4210_uart_init_postirq()
213 static void exynos4210_uart_suspend(struct serial_port *port) in exynos4210_uart_suspend()
218 static void exynos4210_uart_resume(struct serial_port *port) in exynos4210_uart_resume()
223 static int exynos4210_uart_tx_ready(struct serial_port *port) in exynos4210_uart_tx_ready()
245 static void exynos4210_uart_putc(struct serial_port *port, char c) in exynos4210_uart_putc()
252 static int exynos4210_uart_getc(struct serial_port *port, char *pc) in exynos4210_uart_getc()
270 static int __init exynos4210_uart_irq(struct serial_port *port) in exynos4210_uart_irq()
277 static const struct vuart_info *exynos4210_vuart_info(struct serial_port *port) in exynos4210_vuart_info()
A Domap-uart.c64 struct serial_port *port = data; in omap_uart_interrupt() local
194 static void __init omap_uart_init_preirq(struct serial_port *port) in omap_uart_init_preirq()
226 static void __init omap_uart_init_postirq(struct serial_port *port) in omap_uart_init_postirq()
245 static void omap_uart_suspend(struct serial_port *port) in omap_uart_suspend()
250 static void omap_uart_resume(struct serial_port *port) in omap_uart_resume()
255 static int omap_uart_tx_ready(struct serial_port *port) in omap_uart_tx_ready()
275 static void omap_uart_putc(struct serial_port *port, char c) in omap_uart_putc()
282 static int omap_uart_getc(struct serial_port *port, char *pc) in omap_uart_getc()
293 static int __init omap_uart_irq(struct serial_port *port) in omap_uart_irq()
300 static const struct vuart_info *omap_vuart_info(struct serial_port *port) in omap_vuart_info()
A Dns16550.c528 struct serial_port *port = dev_id; in ns16550_interrupt() local
559 struct serial_port *port = this_cpu(poll_port); in __ns16550_poll() local
590 static int ns16550_tx_ready(struct serial_port *port) in ns16550_tx_ready()
601 static void ns16550_putc(struct serial_port *port, char c) in ns16550_putc()
784 static void ns16550_suspend(struct serial_port *port) in ns16550_suspend()
797 static void _ns16550_resume(struct serial_port *port) in _ns16550_resume()
825 struct serial_port *port = data; in ns16550_delayed_resume() local
834 static void ns16550_resume(struct serial_port *port) in ns16550_resume()
874 static int __init ns16550_irq(struct serial_port *port) in ns16550_irq()
880 static void ns16550_start_tx(struct serial_port *port) in ns16550_start_tx()
[all …]
/xen-4.10.0-shim-comet/tools/include/xen-sys/FreeBSD/
A Devtchn.h42 unsigned int port; member
52 unsigned int port; member
62 unsigned int port; member
71 unsigned int port; member
80 unsigned int port; member
/xen-4.10.0-shim-comet/tools/include/xen-sys/NetBSD/
A Devtchn.h41 unsigned int port; member
51 unsigned int port; member
61 unsigned int port; member
70 unsigned int port; member
79 unsigned int port; member
/xen-4.10.0-shim-comet/tools/include/xen-sys/NetBSDRump/
A Devtchn.h41 unsigned int port; member
51 unsigned int port; member
61 unsigned int port; member
70 unsigned int port; member
79 unsigned int port; member
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c196 int port; in get_free_port() local
231 int port; in evtchn_alloc_unbound() local
425 int port, vcpu = bind->vcpu; in evtchn_bind_ipi() local
738 int port; in send_guest_vcpu_virq() local
759 int port; in send_guest_global_virq() local
787 int port; in send_guest_pirq() local
873 int port = status->port; in evtchn_status() local
995 int evtchn_unmask(unsigned int port) in evtchn_unmask()
1213 int port, rc; in alloc_unbound_xen_event_channel() local
1371 unsigned int port; in evtchn_move_pirqs() local
[all …]
A Devent_2l.c19 unsigned int port = evtchn->port; in evtchn_2l_set_pending() local
49 unsigned int port = evtchn->port; in evtchn_2l_unmask() local
64 static bool evtchn_2l_is_pending(const struct domain *d, evtchn_port_t port) in evtchn_2l_is_pending()
72 static bool evtchn_2l_is_masked(const struct domain *d, evtchn_port_t port) in evtchn_2l_is_masked()
A Devent_fifo.c23 unsigned int port) in evtchn_fifo_word_from_port()
155 unsigned int port; in evtchn_fifo_set_pending() local
296 static bool evtchn_fifo_is_pending(const struct domain *d, evtchn_port_t port) in evtchn_fifo_is_pending()
303 static bool_t evtchn_fifo_is_masked(const struct domain *d, evtchn_port_t port) in evtchn_fifo_is_masked()
310 static bool_t evtchn_fifo_is_busy(const struct domain *d, evtchn_port_t port) in evtchn_fifo_is_busy()
480 unsigned int port; in setup_ports() local
576 unsigned int port = d->evtchn_fifo->num_evtchns; in add_page_to_event_array() local
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A Dxeneventchn_stubs.c66 CAMLprim value stub_eventchn_notify(value xce, value port) in stub_eventchn_notify()
107 CAMLprim value stub_eventchn_unbind(value xce, value port) in stub_eventchn_unbind()
123 xenevtchn_port_or_error_t port; in stub_eventchn_pending() local
136 evtchn_port_t port; in stub_eventchn_unmask() local
/xen-4.10.0-shim-comet/tools/libs/evtchn/
A Dminios.c105 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify()
118 static void evtchn_handler(evtchn_port_t port, struct pt_regs *regs, void *data) in evtchn_handler()
142 evtchn_port_t port; in xenevtchn_bind_unbound_port() local
192 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind()
212 evtchn_port_t port; in xenevtchn_bind_virq() local
258 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
A Dsolaris.c65 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify()
107 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind()
120 evtchn_port_t port; in xenevtchn_pending() local
128 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
A Dlinux.c66 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify()
111 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind()
124 evtchn_port_t port; in xenevtchn_pending() local
132 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
A Dnetbsd.c62 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify()
104 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind()
132 evtchn_port_t port; in xenevtchn_pending() local
140 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
A Dfreebsd.c62 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify()
107 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind()
120 evtchn_port_t port; in xenevtchn_pending() local
128 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h94 evtchn_port_t port; member
144 evtchn_port_t port; member
160 evtchn_port_t port; member
173 evtchn_port_t port; member
184 evtchn_port_t port; member
194 evtchn_port_t port; member
209 evtchn_port_t port; member
225 evtchn_port_t port; member
247 evtchn_port_t port; member
258 evtchn_port_t port; member
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Devent.h118 #define wait_on_xen_event_channel(port, condition) \ argument
133 #define prepare_wait_on_xen_event_channel(port) \ argument
193 evtchn_port_t port) in evtchn_port_is_pending()
199 evtchn_port_t port) in evtchn_port_is_masked()
205 evtchn_port_t port) in evtchn_port_is_busy()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_evtchn_compat.c27 int xc_evtchn_notify(xc_evtchn *xce, evtchn_port_t port) in xc_evtchn_notify()
51 int xc_evtchn_unbind(xc_evtchn *xce, evtchn_port_t port) in xc_evtchn_unbind()
62 int xc_evtchn_unmask(xc_evtchn *xce, evtchn_port_t port) in xc_evtchn_unmask()
A Dxc_vm_event.c26 unsigned int mode, uint32_t *port) in xc_vm_event_control()
43 uint32_t *port) in xc_vm_event_enable()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c77 unsigned int port, unsigned int bytes) in io_emul_stub_setup()
122 static bool guest_io_okay(unsigned int port, unsigned int bytes, in guest_io_okay()
163 static bool admin_io_okay(unsigned int port, unsigned int bytes, in admin_io_okay()
219 uint32_t guest_io_read(unsigned int port, unsigned int bytes, in guest_io_read()
285 unsigned int port, in check_guest_io_breakpoint()
320 static int read_io(unsigned int port, unsigned int bytes, in read_io()
350 void guest_io_write(unsigned int port, unsigned int bytes, uint32_t data, in guest_io_write()
419 static int write_io(unsigned int port, unsigned int bytes, in write_io()
565 static int rep_ins(uint16_t port, in rep_ins()
633 uint16_t port, in rep_outs()
/xen-4.10.0-shim-comet/tools/include/xen-sys/Linux/
A Devtchn.h72 unsigned int port; member
81 unsigned int port; member

Completed in 46 milliseconds

1234