Home
last modified time | relevance | path

Searched refs:_INLINE_ (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/include/linux/
Dtty_flip.h5 #define _INLINE_ extern macro
7 #define _INLINE_ static __inline__ macro
10 _INLINE_ void tty_insert_flip_char(struct tty_struct *tty, in tty_insert_flip_char()
20 _INLINE_ void tty_schedule_flip(struct tty_struct *tty) in tty_schedule_flip()
25 #undef _INLINE_
/linux-2.4.37.9/arch/cris/drivers/
Dserial.c521 #define _INLINE_ inline macro
523 #define _INLINE_ macro
641 extern _INLINE_ int rs_raw_write(struct tty_struct * tty, int from_user,
1387 static void _INLINE_ start_flush_timer(void) in start_flush_timer()
1652 static _INLINE_ void
1693 static _INLINE_ void
1719 static _INLINE_ void
1759 static _INLINE_ void
1999 static _INLINE_ void
2242 extern _INLINE_ unsigned int
[all …]
/linux-2.4.37.9/drivers/char/
Desp.c135 #define _INLINE_ inline macro
278 static _INLINE_ void rs_sched_event(struct esp_struct *info, in rs_sched_event()
285 static _INLINE_ struct esp_pio_buffer *get_pio_buffer(void) in get_pio_buffer()
299 static _INLINE_ void release_pio_buffer(struct esp_pio_buffer *buf) in release_pio_buffer()
305 static _INLINE_ void receive_chars_pio(struct esp_struct *info, int num_bytes) in receive_chars_pio()
385 static _INLINE_ void receive_chars_dma(struct esp_struct *info, int num_bytes) in receive_chars_dma()
404 static _INLINE_ void receive_chars_dma_done(struct esp_struct *info, in receive_chars_dma_done()
464 static _INLINE_ void transmit_chars_pio(struct esp_struct *info, in transmit_chars_pio()
534 static _INLINE_ void transmit_chars_dma(struct esp_struct *info, int num_bytes) in transmit_chars_dma()
581 static _INLINE_ void transmit_chars_dma_done(struct esp_struct *info) in transmit_chars_dma_done()
[all …]
Dau1x00-serial.c120 #define _INLINE_ inline macro
122 #define _INLINE_ macro
242 static _INLINE_ unsigned int serial_in(struct async_struct *info, int offset) in serial_in()
247 static _INLINE_ void serial_out(struct async_struct *info, int offset, int value) in serial_out()
330 static _INLINE_ void rs_sched_event(struct async_struct *info, in rs_sched_event()
338 static _INLINE_ void receive_chars(struct async_struct *info, in receive_chars()
452 static _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done) in transmit_chars()
498 static _INLINE_ void check_modem_status(struct async_struct *info) in check_modem_status()
2489 static _INLINE_ void show_serial_version(void)
Dserial_txx927.c101 #define _INLINE_ inline macro
318 static _INLINE_ void rs_sched_event(struct async_struct *info, in rs_sched_event()
326 static _INLINE_ void receive_chars(struct async_struct *info, in receive_chars()
408 static _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done) in transmit_chars()
455 static _INLINE_ void check_modem_status(struct async_struct *info) in check_modem_status()
1945 static _INLINE_ void show_serial_version(void) in show_serial_version()
Damiserial.c100 #define _INLINE_ inline macro
275 static _INLINE_ void rs_sched_event(struct async_struct *info, in rs_sched_event()
283 static _INLINE_ void receive_chars(struct async_struct *info) in receive_chars()
379 static _INLINE_ void transmit_chars(struct async_struct *info) in transmit_chars()
419 static _INLINE_ void check_modem_status(struct async_struct *info) in check_modem_status()
2086 static _INLINE_ void show_serial_version(void) in show_serial_version()
Dvac-serial.c92 #define _INLINE_ inline macro
324 static _INLINE_ void rs_sched_event(struct async_struct *info, in rs_sched_event()
332 static _INLINE_ void receive_chars(struct async_struct *info, in receive_chars()
419 static _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done) in transmit_chars()
464 static _INLINE_ void check_modem_status(struct async_struct *info) in check_modem_status()
2190 static _INLINE_ void show_serial_version(void) in show_serial_version()
Dserial.c246 #define _INLINE_ inline macro
248 #define _INLINE_ macro
416 static _INLINE_ unsigned int serial_in(struct async_struct *info, int offset) in serial_in()
432 static _INLINE_ void serial_out(struct async_struct *info, int offset, in serial_out()
556 static _INLINE_ void rs_sched_event(struct async_struct *info, in rs_sched_event()
564 static _INLINE_ void receive_chars(struct async_struct *info, in receive_chars()
692 static _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done) in transmit_chars()
738 static _INLINE_ void check_modem_status(struct async_struct *info) in check_modem_status()
3433 static _INLINE_ void show_serial_version(void) in show_serial_version()
3899 static _INLINE_ int get_pci_port(struct pci_dev *dev, in get_pci_port()
[all …]
Drocket.c124 #define _INLINE_ inline macro
240 static _INLINE_ void rp_do_receive(struct r_port *info, struct tty_struct *tty, in rp_do_receive()
363 static _INLINE_ void rp_do_transmit(struct r_port *info) in rp_do_transmit()
419 static _INLINE_ void rp_handle_port(struct r_port *info) in rp_handle_port()
/linux-2.4.37.9/drivers/macintosh/
Dmacserial.c133 #define _INLINE_ inline macro
347 static _INLINE_ void dbdma_flush(volatile struct dbdma_regs *dma) in dbdma_flush()
371 static _INLINE_ void rs_sched_event(struct mac_serial *info, in rs_sched_event()
380 static _INLINE_ int stat_to_flag(int stat) in stat_to_flag()
395 static _INLINE_ void receive_chars(struct mac_serial *info, in receive_chars()
489 static _INLINE_ void status_handle(struct mac_serial *info) in status_handle()
538 static _INLINE_ void receive_special_dma(struct mac_serial *info) in receive_special_dma()
788 static _INLINE_ void rxdma_start(struct mac_serial * info, int current) in rxdma_start()
/linux-2.4.37.9/arch/ppc/8xx_io/
Duart.c118 #define _INLINE_ inline macro
377 static _INLINE_ void rs_sched_event(ser_info_t *info, in rs_sched_event()
385 static _INLINE_ void receive_chars(ser_info_t *info, struct pt_regs *regs) in receive_chars()
546 static _INLINE_ void receive_break(ser_info_t *info, struct pt_regs *regs) in receive_break()
574 static _INLINE_ void transmit_chars(ser_info_t *info, struct pt_regs *regs) in transmit_chars()
590 static _INLINE_ void check_modem_status(struct async_struct *info) in check_modem_status()
2246 static _INLINE_ void show_serial_version(void) in show_serial_version()
/linux-2.4.37.9/arch/ppc/cpm2_io/
Duart.c106 #define _INLINE_ inline macro
356 static _INLINE_ void rs_sched_event(ser_info_t *info, in rs_sched_event()
364 static _INLINE_ void receive_chars(ser_info_t *info, struct pt_regs *regs) in receive_chars()
528 static _INLINE_ void receive_break(ser_info_t *info, struct pt_regs *regs) in receive_break()
557 static _INLINE_ void transmit_chars(ser_info_t *info, struct pt_regs *regs) in transmit_chars()
572 static _INLINE_ void check_modem_status(struct async_struct *info) in check_modem_status()
2230 static _INLINE_ void show_serial_version(void) in show_serial_version()
/linux-2.4.37.9/arch/ia64/drivers/
Dsimserial.c44 #define _INLINE_ inline macro
237 static _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done) in transmit_chars()
/linux-2.4.37.9/drivers/tc/
Dzs.c214 #define _INLINE_ inline macro
395 static _INLINE_ void rs_sched_event(struct dec_serial *info, in rs_sched_event()
403 static _INLINE_ void receive_chars(struct dec_serial *info, in receive_chars()
513 static _INLINE_ void status_handle(struct dec_serial *info) in status_handle()
/linux-2.4.37.9/drivers/isdn/hisax/
Delsa.c112 #define _INLINE_ inline macro
/linux-2.4.37.9/drivers/sbus/char/
Dzs.c162 #define _INLINE_ inline macro