Searched refs:redirect (Results 1 – 12 of 12) sorted by relevance
| /drivers/tty/ |
| A D | tty_io.c | 497 static struct file *redirect; variable 534 if (redirect && file_tty(redirect) == tty) { in tty_release_redirect() 535 struct file *f = redirect; in tty_release_redirect() 536 redirect = NULL; in tty_release_redirect() 1110 if (redirect) in redirected_tty_write() 1111 p = get_file(redirect); in redirected_tty_write() 2388 f = redirect; in tioccons() 2389 redirect = NULL; in tioccons() 2404 if (redirect) in tioccons() 2407 redirect = get_file(file); in tioccons()
|
| A D | Kconfig | 385 In order to use this driver, you should redirect the console to this
|
| /drivers/net/caif/ |
| A D | Kconfig | 21 it will redirect the TTY's traffic into the CAIF stack.
|
| /drivers/accel/qaic/ |
| A D | qaic_ras.c | 150 u16 redirect; member 262 le16_to_cpus(&sysbus2_syndrome->redirect); in ras_msg_to_cpu() 440 sysbus2_syndrome->redirect, in decode_ras_msg()
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | cxgb3_offload.h | 87 int (*redirect)(void *ctx, struct dst_entry *old, member
|
| A D | cxgb3_offload.c | 1102 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect() 1103 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
|
| /drivers/net/dsa/sja1105/ |
| A D | Kconfig | 50 - redirect, trap, drop
|
| /drivers/media/radio/si470x/ |
| A D | Kconfig | 32 to redirect the audio stream from the radio to your sound device:
|
| /drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_fdma.c | 480 bool redirect = false; in lan966x_fdma_napi_poll() local 503 redirect = true; in lan966x_fdma_napi_poll() 535 if (redirect) in lan966x_fdma_napi_poll()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | Kconfig | 97 overwrite the classification result, instantly drop or redirect and/or
|
| /drivers/char/ |
| A D | Kconfig | 21 to /dev/ttyprintk or redirect console to this TTY, or boot
|
| /drivers/media/pci/ddbridge/ |
| A D | ddbridge-core.c | 3076 __ATTR(redirect, 0664, redirect_show, redirect_store),
|
Completed in 30 milliseconds