Searched refs:redirect (Results 1 – 11 of 11) sorted by relevance
/drivers/net/caif/ |
D | Kconfig | 21 it will redirect the TTY's traffic into the CAIF stack.
|
/drivers/tty/ |
D | tty_io.c | 515 static struct file *redirect; variable 554 if (redirect && file_tty(redirect) == tty) { in tty_release_redirect() 555 f = redirect; in tty_release_redirect() 556 redirect = NULL; in tty_release_redirect() 1139 if (redirect) in redirected_tty_write() 1140 p = get_file(redirect); in redirected_tty_write() 2416 f = redirect; in tioccons() 2417 redirect = NULL; in tioccons() 2430 if (redirect) { in tioccons() 2434 redirect = get_file(file); in tioccons()
|
D | Kconfig | 358 In order to use this driver, you should redirect the console to this
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.h | 87 int (*redirect)(void *ctx, struct dst_entry *old, member
|
D | cxgb3_offload.c | 1141 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect() 1142 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
|
/drivers/net/dsa/sja1105/ |
D | Kconfig | 50 - redirect, trap, drop
|
/drivers/media/radio/si470x/ |
D | Kconfig | 32 to redirect the audio stream from the radio to your sound device:
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 99 overwrite the classification result, instantly drop or redirect and/or
|
/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 3358 u64 redirect[6]; in qib_setup_7322_interrupt() local 3402 memset(redirect, 0, sizeof(redirect)); in qib_setup_7322_interrupt() 3489 redirect[reg] |= ((u64) msixnum) << sh; in qib_setup_7322_interrupt() 3515 for (i = 0; i < ARRAY_SIZE(redirect); i++) in qib_setup_7322_interrupt() 3516 qib_write_kreg(dd, kr_intredirect + i, redirect[i]); in qib_setup_7322_interrupt()
|
/drivers/char/ |
D | Kconfig | 21 to /dev/ttyprintk or redirect console to this TTY.
|
/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 3085 __ATTR(redirect, 0664, redirect_show, redirect_store),
|