Searched refs:pgrp (Results 1 – 5 of 5) sorted by relevance
| /drivers/tty/ |
| A D | tty_jobctrl.c | 43 pgrp = task_pgrp(current); in __tty_check_change() 46 tty_pgrp = tty->ctrl.pgrp; in __tty_check_change() 56 kill_pgrp(pgrp, sig, 1); in __tty_check_change() 108 put_pid(tty->ctrl.pgrp); in __proc_set_tty() 223 if (tty->ctrl.pgrp) in tty_signal_session_leader() 424 struct pid *pgrp; in tty_get_pgrp() local 427 pgrp = get_pid(tty->ctrl.pgrp); in tty_get_pgrp() 430 return pgrp; in tty_get_pgrp() 495 struct pid *pgrp; in tiocspgrp() local 519 if (!pgrp) in tiocspgrp() [all …]
|
| A D | pty.c | 190 struct pid *pgrp; in pty_signal() local 196 pgrp = tty_get_pgrp(tty->link); in pty_signal() 197 if (pgrp) in pty_signal() 198 kill_pgrp(pgrp, sig, 1); in pty_signal() 199 put_pid(pgrp); in pty_signal() 285 struct pid *pgrp, *rpgrp; in pty_resize() local 294 pgrp = tty_get_pgrp(tty); in pty_resize() 297 if (pgrp) in pty_resize() 298 kill_pgrp(pgrp, SIGWINCH, 1); in pty_resize() 299 if (rpgrp != pgrp && rpgrp) in pty_resize() [all …]
|
| A D | tty_io.c | 627 put_pid(tty->ctrl.pgrp); in __tty_hangup() 629 tty->ctrl.pgrp = NULL; in __tty_hangup() 1531 put_pid(tty->ctrl.pgrp); in release_one_tty() 2228 if (tty->ctrl.pgrp) { in __tty_fasync() 2229 pid = tty->ctrl.pgrp; in __tty_fasync() 2326 struct pid *pgrp; in tty_do_resize() local 2334 pgrp = tty_get_pgrp(tty); in tty_do_resize() 2335 if (pgrp) in tty_do_resize() 2336 kill_pgrp(pgrp, SIGWINCH, 1); in tty_do_resize() 2337 put_pid(pgrp); in tty_do_resize() [all …]
|
| /drivers/pinctrl/ |
| A D | pinctrl-zynq.c | 895 const struct zynq_pctrl_group *pgrp = &pctrl->groups[group]; in zynq_pinmux_set_mux() local 913 reg |= pgrp->pins[0] << func->mux_shift; in zynq_pinmux_set_mux() 919 for (i = 0; i < pgrp->npins; i++) { in zynq_pinmux_set_mux() 920 unsigned int pin = pgrp->pins[i]; in zynq_pinmux_set_mux() 1127 const struct zynq_pctrl_group *pgrp = &pctrl->groups[selector]; in zynq_pinconf_group_set() local 1129 for (i = 0; i < pgrp->npins; i++) { in zynq_pinconf_group_set() 1130 ret = zynq_pinconf_cfg_set(pctldev, pgrp->pins[i], configs, in zynq_pinconf_group_set()
|
| A D | pinctrl-bm1880.c | 988 const struct bm1880_pctrl_group *pgrp = &pctrl->groups[group]; in bm1880_pinmux_set_mux() local 992 for (i = 0; i < pgrp->npins; i++) { in bm1880_pinmux_set_mux() 993 unsigned int pin = pgrp->pins[i]; in bm1880_pinmux_set_mux() 1275 const struct bm1880_pctrl_group *pgrp = &pctrl->groups[selector]; in bm1880_pinconf_group_set() local 1277 for (i = 0; i < pgrp->npins; i++) { in bm1880_pinconf_group_set() 1278 ret = bm1880_pinconf_cfg_set(pctldev, pgrp->pins[i], configs, in bm1880_pinconf_group_set()
|
Completed in 19 milliseconds