Home
last modified time | relevance | path

Searched refs:fns (Results 1 – 25 of 28) sorted by relevance

12

/linux-3.4.99/arch/avr32/include/asm/mach/
Dserial_at91.h28 void atmel_register_uart_fns(struct atmel_port_fns *fns);
30 #define atmel_register_uart_fns(fns) do { } while (0) argument
/linux-3.4.99/arch/arm/include/asm/mach/
Dserial_at91.h28 void atmel_register_uart_fns(struct atmel_port_fns *fns);
30 #define atmel_register_uart_fns(fns) do { } while (0) argument
Dserial_sa1100.h26 void sa1100_register_uart_fns(struct sa1100_port_fns *fns);
29 #define sa1100_register_uart_fns(fns) do { } while (0) argument
/linux-3.4.99/drivers/tty/serial/
Dsa1100.c640 void __devinit sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
642 if (fns->get_mctrl) in sa1100_register_uart_fns()
643 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns()
644 if (fns->set_mctrl) in sa1100_register_uart_fns()
645 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns()
647 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()
648 sa1100_pops.set_wake = fns->set_wake; in sa1100_register_uart_fns()
Datmel_serial.c1525 void __init atmel_register_uart_fns(struct atmel_port_fns *fns) in atmel_register_uart_fns() argument
1527 if (fns->enable_ms) in atmel_register_uart_fns()
1528 atmel_pops.enable_ms = fns->enable_ms; in atmel_register_uart_fns()
1529 if (fns->get_mctrl) in atmel_register_uart_fns()
1530 atmel_pops.get_mctrl = fns->get_mctrl; in atmel_register_uart_fns()
1531 if (fns->set_mctrl) in atmel_register_uart_fns()
1532 atmel_pops.set_mctrl = fns->set_mctrl; in atmel_register_uart_fns()
1533 atmel_open_hook = fns->open; in atmel_register_uart_fns()
1534 atmel_close_hook = fns->close; in atmel_register_uart_fns()
1535 atmel_pops.pm = fns->pm; in atmel_register_uart_fns()
[all …]
/linux-3.4.99/arch/arm/mm/
Dproc-arm9tdmi.S63 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm7tdmi.S63 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm740.S123 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm720.S175 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-sa110.S193 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-fa526.S185 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-sa1100.S235 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-v6.S254 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1026.S433 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm922.S416 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm940.S345 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1022.S438 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1020e.S455 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm6_7.S274 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm920.S438 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1020.S474 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm926.S464 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm925.S484 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm946.S399 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-v7.S292 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)

12