Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 200 of 777) sorted by relevance

1234

/linux-4.1.27/arch/arm/mach-spear/
Dpl080.c32 unsigned int signal = cd->min_signal, val; in pl080_get_signal() local
38 if (signals[signal].busy && in pl080_get_signal()
39 (signals[signal].val != cd->muxval)) { in pl080_get_signal()
45 if (!signals[signal].busy) { in pl080_get_signal()
53 val &= ~(0x3 << (signal * 2)); in pl080_get_signal()
54 val |= cd->muxval << (signal * 2); in pl080_get_signal()
58 signals[signal].busy++; in pl080_get_signal()
59 signals[signal].val = cd->muxval; in pl080_get_signal()
62 return signal; in pl080_get_signal()
65 void pl080_put_signal(const struct pl08x_channel_data *cd, int signal) in pl080_put_signal() argument
[all …]
Dpl080.h19 void pl080_put_signal(const struct pl08x_channel_data *cd, int signal);
/linux-4.1.27/drivers/staging/vt6655/
Dbaseband.c1796 phy->signal = 0x00; in vnt_get_phy_field()
1803 phy->signal = 0x09; in vnt_get_phy_field()
1805 phy->signal = 0x01; in vnt_get_phy_field()
1816 phy->signal = 0x0a; in vnt_get_phy_field()
1818 phy->signal = 0x02; in vnt_get_phy_field()
1833 phy->signal = 0x0b; in vnt_get_phy_field()
1835 phy->signal = 0x03; in vnt_get_phy_field()
1840 phy->signal = 0x9b; in vnt_get_phy_field()
1842 phy->signal = 0x8b; in vnt_get_phy_field()
1847 phy->signal = 0x9f; in vnt_get_phy_field()
[all …]
/linux-4.1.27/drivers/staging/vt6656/
Dbaseband.c217 phy->signal = 0x00; in vnt_get_phy_field()
224 phy->signal = 0x09; in vnt_get_phy_field()
226 phy->signal = 0x01; in vnt_get_phy_field()
237 phy->signal = 0x0a; in vnt_get_phy_field()
239 phy->signal = 0x02; in vnt_get_phy_field()
254 phy->signal = 0x0b; in vnt_get_phy_field()
256 phy->signal = 0x03; in vnt_get_phy_field()
261 phy->signal = 0x9b; in vnt_get_phy_field()
263 phy->signal = 0x8b; in vnt_get_phy_field()
268 phy->signal = 0x9f; in vnt_get_phy_field()
[all …]
Dcard.c321 data[2] = phy[0].signal; in vnt_set_rspinf()
325 data[6] = phy[1].signal; in vnt_set_rspinf()
329 data[10] = phy[2].signal; in vnt_set_rspinf()
333 data[14] = phy[3].signal; in vnt_set_rspinf()
Dbaseband.h85 u8 signal; member
/linux-4.1.27/drivers/tty/
Dtty_audit.c116 buf = current->signal->tty_audit_buf; in tty_audit_exit()
117 current->signal->tty_audit_buf = NULL; in tty_audit_exit()
135 sig->audit_tty = current->signal->audit_tty; in tty_audit_fork()
136 sig->audit_tty_log_passwd = current->signal->audit_tty_log_passwd; in tty_audit_fork()
149 should_audit = current->signal->audit_tty; in tty_audit_tiocsti()
150 buf = current->signal->tty_audit_buf; in tty_audit_tiocsti()
190 if (tsk->signal->audit_tty) { in tty_audit_push_current()
191 buf = tsk->signal->tty_audit_buf; in tty_audit_push_current()
228 if (likely(!current->signal->audit_tty)) in tty_audit_buf_get()
230 buf = current->signal->tty_audit_buf; in tty_audit_buf_get()
[all …]
Dtty_io.c396 if (current->signal->tty != tty) in tty_check_change()
499 tty = p->signal->tty; in proc_clear_tty()
500 p->signal->tty = NULL; in proc_clear_tty()
529 if (current->signal->tty) { in __proc_set_tty()
531 tty_kref_put(current->signal->tty); in __proc_set_tty()
533 put_pid(current->signal->tty_old_pgrp); in __proc_set_tty()
534 current->signal->tty = tty_kref_get(tty); in __proc_set_tty()
535 current->signal->tty_old_pgrp = NULL; in __proc_set_tty()
551 tty = tty_kref_get(current->signal->tty); in get_current_tty()
613 if (p->signal->tty == tty) { in tty_signal_session_leader()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/reset/
Dreset.txt8 Hardware blocks typically receive a reset signal. This signal is generated by
14 A reset signal is represented by the phandle of the provider, plus a reset
15 specifier - a list of DT cells that represents the reset signal within the
20 A word on where to place reset signal consumers in device tree: It is possible
21 in hardware for a reset signal to affect multiple logically separate HW blocks
22 at once. In this case, it would be unwise to represent this reset signal in
26 children of the bus are affected by the reset signal, or an individual HW
29 rather than to slavishly enumerate the reset signal that affects each HW
49 for each reset signal that affects the device, or that the
55 reset-names: List of reset signal name strings sorted in the same order as
[all …]
/linux-4.1.27/drivers/atm/
Dadummy.c48 int signal; in __set_signal() local
50 if (sscanf(buf, "%d", &signal) == 1) { in __set_signal()
52 if (signal < ATM_PHY_SIG_LOST || signal > ATM_PHY_SIG_FOUND) in __set_signal()
53 signal = ATM_PHY_SIG_UNKNOWN; in __set_signal()
55 atm_dev_signal_change(atm_dev, signal); in __set_signal()
65 return sprintf(buf, "%d\n", atm_dev->signal); in __show_signal()
67 static DEVICE_ATTR(signal, 0644, __show_signal, __set_signal);
Didt77105.c122 if (dev->signal != ATM_PHY_SIG_LOST) in idt77105_restart_timer_func()
277 if (dev->signal == ATM_PHY_SIG_LOST) in idt77105_start()
296 if (dev->signal == ATM_PHY_SIG_FOUND) { in idt77105_start()
/linux-4.1.27/kernel/
Dsignal.c74 if (unlikely(t->signal->flags & SIGNAL_UNKILLABLE) && in sig_task_ignored()
104 static inline int has_pending_signals(sigset_t *signal, sigset_t *blocked) in has_pending_signals() argument
112 ready |= signal->sig[i] &~ blocked->sig[i]; in has_pending_signals()
115 case 4: ready = signal->sig[3] &~ blocked->sig[3]; in has_pending_signals()
116 ready |= signal->sig[2] &~ blocked->sig[2]; in has_pending_signals()
117 ready |= signal->sig[1] &~ blocked->sig[1]; in has_pending_signals()
118 ready |= signal->sig[0] &~ blocked->sig[0]; in has_pending_signals()
121 case 2: ready = signal->sig[1] &~ blocked->sig[1]; in has_pending_signals()
122 ready |= signal->sig[0] &~ blocked->sig[0]; in has_pending_signals()
125 case 1: ready = signal->sig[0] &~ blocked->sig[0]; in has_pending_signals()
[all …]
Dexit.c85 struct signal_struct *sig = tsk->signal; in __exit_signal()
257 if (p->signal->flags & SIGNAL_STOP_STOPPED) in has_stopped_jobs()
472 father->signal->group_exit_code ?: father->exit_code); in find_child_reaper()
496 if (father->signal->has_child_subreaper) { in find_new_reaper()
508 if (!reaper->signal->is_child_subreaper) in find_new_reaper()
619 if (unlikely(tsk->signal->notify_count < 0)) in exit_notify()
620 wake_up_process(tsk->signal->group_exit_task); in exit_notify()
718 group_dead = atomic_dec_and_test(&tsk->signal->live); in do_exit()
720 hrtimer_cancel(&tsk->signal->real_timer); in do_exit()
721 exit_itimers(tsk->signal); in do_exit()
[all …]
Dkcmp.c121 ret = kcmp_lock(&task1->signal->cred_guard_mutex, in SYSCALL_DEFINE5()
122 &task2->signal->cred_guard_mutex); in SYSCALL_DEFINE5()
174 kcmp_unlock(&task1->signal->cred_guard_mutex, in SYSCALL_DEFINE5()
175 &task2->signal->cred_guard_mutex); in SYSCALL_DEFINE5()
Dfork.c258 put_signal_struct(tsk->signal); in __put_task_struct()
307 init_task.signal->rlim[RLIMIT_NPROC].rlim_cur = max_threads/2; in fork_init()
308 init_task.signal->rlim[RLIMIT_NPROC].rlim_max = max_threads/2; in fork_init()
309 init_task.signal->rlim[RLIMIT_SIGPENDING] = in fork_init()
310 init_task.signal->rlim[RLIMIT_NPROC]; in fork_init()
788 err = mutex_lock_killable(&task->signal->cred_guard_mutex); in mm_access()
798 mutex_unlock(&task->signal->cred_guard_mutex); in mm_access()
1117 tsk->signal = sig; in copy_signal()
1139 memcpy(sig->rlim, current->signal->rlim, sizeof sig->rlim); in copy_signal()
1151 sig->oom_score_adj = current->signal->oom_score_adj; in copy_signal()
[all …]
Dsys.c887 cutime = current->signal->cutime; in do_sys_times()
888 cstime = current->signal->cstime; in do_sys_times()
962 if (p->signal->leader) in SYSCALL_DEFINE2()
1075 if (group_leader->signal->leader) in SYSCALL_DEFINE0()
1084 group_leader->signal->leader = 1; in SYSCALL_DEFINE0()
1315 x = current->signal->rlim[resource]; in SYSCALL_DEFINE2()
1383 rlim = tsk->signal->rlim + resource; in do_prlimit()
1555 maxrss = p->signal->maxrss; in k_getrusage()
1565 utime = p->signal->cutime; in k_getrusage()
1566 stime = p->signal->cstime; in k_getrusage()
[all …]
Dacct.c414 struct pacct_struct *pacct = &current->signal->pacct; in fill_ac()
454 tty = current->signal->tty; /* Safe as we hold the siglock */ in fill_ac()
478 flim = current->signal->rlim[RLIMIT_FSIZE].rlim_cur; in do_acct_process()
479 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; in do_acct_process()
521 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = flim; in do_acct_process()
532 struct pacct_struct *pacct = &current->signal->pacct; in acct_collect()
Dtaskstats.c225 if (first->signal->stats) in fill_stats_for_tgid()
226 memcpy(stats, first->signal->stats, sizeof(*stats)); in fill_stats_for_tgid()
264 if (!tsk->signal->stats) in fill_tgid_exit()
273 delayacct_add_tsk(tsk->signal->stats, tsk); in fill_tgid_exit()
584 struct signal_struct *sig = tsk->signal; in taskstats_tgid_alloc()
658 memcpy(stats, tsk->signal->stats, sizeof(*stats)); in taskstats_exit()
Daudit.c1023 s.enabled = tsk->signal->audit_tty; in audit_receive_msg()
1024 s.log_passwd = tsk->signal->audit_tty_log_passwd; in audit_receive_msg()
1044 old.enabled = tsk->signal->audit_tty; in audit_receive_msg()
1045 old.log_passwd = tsk->signal->audit_tty_log_passwd; in audit_receive_msg()
1047 tsk->signal->audit_tty = s.enabled; in audit_receive_msg()
1048 tsk->signal->audit_tty_log_passwd = s.log_passwd; in audit_receive_msg()
1874 if (tsk->signal && tsk->signal->tty && tsk->signal->tty->name) in audit_log_task_info()
1875 tty = tsk->signal->tty->name; in audit_log_task_info()
/linux-4.1.27/arch/s390/kernel/
Dtraps.c186 int signal = 0; in illegal_op() local
201 signal = SIGILL; in illegal_op()
207 signal = SIGILL; in illegal_op()
217 signal = SIGILL; in illegal_op()
219 if (signal) in illegal_op()
220 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
296 int signal = 0; in data_exception() local
311 signal = SIGFPE; in data_exception()
313 signal = SIGILL; in data_exception()
314 if (signal == SIGFPE) in data_exception()
[all …]
Dcompat_ptrace.h49 s32 signal; /* Signal that caused the core dump. */ member
/linux-4.1.27/tools/perf/ui/tui/
Dsetup.c49 signal(SIGWINCH, ui__sigwinch); in ui__setup_sigwinch()
148 signal(SIGSEGV, ui__signal_backtrace); in ui__init()
149 signal(SIGFPE, ui__signal_backtrace); in ui__init()
150 signal(SIGINT, ui__signal); in ui__init()
151 signal(SIGQUIT, ui__signal); in ui__init()
152 signal(SIGTERM, ui__signal); in ui__init()
/linux-4.1.27/arch/um/os-Linux/
Dutil.c102 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals()
103 signal(SIGINT, SIG_DFL); in os_fix_helper_signals()
104 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals()
111 signal(SIGSEGV, SIG_DFL); in os_dump_core()
120 signal(SIGTERM, SIG_IGN); in os_dump_core()
DMakefile7 registers.o sigio.o signal.o start_up.o time.o tty.o \
13 main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
Dsignal.c210 int change_sig(int signal, int on) in change_sig() argument
215 sigaddset(&sigset, signal); in change_sig()
Dprocess.c278 signal(SIGHUP, SIG_IGN); in init_new_thread_signals()
280 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_parallel.c206 static void rbuf_write(int signal) in rbuf_write() argument
217 rbuf[wptr] = signal; in rbuf_write()
226 long signal; in lirc_lirc_irq_handler() local
249 signal = tv.tv_sec - lasttv.tv_sec; in lirc_lirc_irq_handler()
250 if (signal > 15) in lirc_lirc_irq_handler()
254 data = (int) (signal*1000000 + in lirc_lirc_irq_handler()
273 signal = 1; in lirc_lirc_irq_handler()
278 signal++; in lirc_lirc_irq_handler()
282 if (signal > timeout in lirc_lirc_irq_handler()
284 signal = 0; in lirc_lirc_irq_handler()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c45 if ( dom->signal[i].name && in nvkm_perfsig_find_()
46 !strncmp(name, dom->signal[i].name, size)) in nvkm_perfsig_find_()
47 return &dom->signal[i]; in nvkm_perfsig_find_()
53 return &dom->signal[i]; in nvkm_perfsig_find_()
95 ctr->signal[0] = sig; in nvkm_perfsig_wrap()
140 if (raw || !(name = dom->signal[si].name)) { in nvkm_perfctr_query()
150 if (all || dom->signal[si].name) { in nvkm_perfctr_query()
302 ctr->signal[0] = sig[0]; in nvkm_perfctr_ctor()
303 ctr->signal[1] = sig[1]; in nvkm_perfctr_ctor()
304 ctr->signal[2] = sig[2]; in nvkm_perfctr_ctor()
[all …]
Ddaemon.c34 for (i = 0; i < ARRAY_SIZE(ctr->signal) && ctr->signal[i]; i++) in pwr_perfctr_init()
35 mask |= 1 << (ctr->signal[i] - dom->signal); in pwr_perfctr_init()
Dpriv.h8 struct nvkm_perfsig *signal[4]; member
26 u8 signal; member
40 const struct nvkm_specsig *signal; member
56 struct nvkm_perfsig signal[]; member
Dnv40.c36 for (i = 0; i < 4 && ctr->signal[i]; i++) in nv40_perfctr_init()
37 src |= (ctr->signal[i] - dom->signal) << (i * 8); in nv40_perfctr_init()
Dgf100.c51 for (i = 0; i < 4 && ctr->signal[i]; i++) in gf100_perfctr_init()
52 src |= (ctr->signal[i] - dom->signal) << (i * 8); in gf100_perfctr_init()
/linux-4.1.27/include/drm/ttm/
Dttm_lock.h76 int signal; member
240 int signal) in ttm_lock_set_kill() argument
244 lock->signal = signal; in ttm_lock_set_kill()
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt24 - dcd-override : Override the DCD modem status signal. This signal will always
27 - dsr-override : Override the DTS modem status signal. This signal will always
30 - cts-override : Override the CTS modem status signal. This signal will always
33 - ri-override : Override the RI modem status signal. This signal will always be
Drs485.txt3 The RTS signal is capable of automatically controlling line direction for
10 * a is the delay between rts signal and beginning of data sent in milliseconds.
12 * b is the delay between end of data sent and rts signal in milliseconds
/linux-4.1.27/scripts/rt-tester/
Dt5-l4-pi-boost-deboost.tst22 # signal thread to signal (0-7)
103 C: signal: 4: 0
111 C: signal: 3: 0
118 C: signal: 2: 0
124 C: signal: 1: 0
Dt5-l4-pi-boost-deboost-setsched.tst22 # signal thread to signal (0-7)
143 C: signal: 4: 0
151 C: signal: 3: 0
158 C: signal: 2: 0
164 C: signal: 1: 0
Dt2-l2-2rt-deadlock.tst22 # signal 0
74 C: signal: 1: 0
76 C: signal: 0: 0
Dt3-l1-pi-signal.tst22 # signal thread to signal (0-7)
73 C: signal: 2: 2
Dcheck-all.sh11 testit t2-l1-signal.tst
16 testit t3-l1-pi-signal.tst
Dt4-l2-pi-deboost.tst22 # signal thread to signal (0-7)
93 C: signal: 3: 0
Dt2-l1-signal.tst22 # signal 0
66 C: signal: 1: 0
Dt3-l1-pi-1rt.tst22 # signal thread to signal (0-7)
Dt3-l1-pi-3rt.tst22 # signal thread to signal (0-7)
Dt3-l2-pi.tst22 # signal thread to signal (0-7)
Dt3-l1-pi-2rt.tst22 # signal thread to signal (0-7)
Dt3-l1-pi-steal.tst22 # signal thread to signal (0-7)
/linux-4.1.27/include/linux/
Doom.h37 current->signal->oom_flags |= OOM_FLAG_ORIGIN; in set_current_oom_origin()
42 current->signal->oom_flags &= ~OOM_FLAG_ORIGIN; in clear_current_oom_origin()
47 return !!(p->signal->oom_flags & OOM_FLAG_ORIGIN); in oom_task_origin()
95 !(task->signal->flags & SIGNAL_GROUP_COREDUMP); in task_will_free_mem()
Dinit_task.h48 .signal = {{0}}}, \
229 .signal = &init_signals, \
234 .signal = {{0}}}, \
Dsched.h1484 struct signal_struct *signal; member
2554 #define __for_each_thread(signal, t) \ argument
2555 list_for_each_entry_rcu(t, &(signal)->thread_head, thread_node)
2558 __for_each_thread((p)->signal, t)
2566 return tsk->signal->nr_threads; in get_nr_threads()
2582 return task_pid(p) == p->signal->leader_pid; in has_group_leader_pid()
2588 return p1->signal == p2->signal; in same_thread_group()
2647 down_read(&tsk->signal->group_rwsem); in threadgroup_change_begin()
2651 up_read(&tsk->signal->group_rwsem); in threadgroup_change_end()
2672 down_write(&tsk->signal->group_rwsem); in threadgroup_lock()
[all …]
Datmdev.h159 char signal; /* signal status (ATM_PHY_SIG_*) */ member
236 void atm_dev_signal_change(struct atm_dev *dev, char signal);
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmci.txt20 - st,sig-dir-dat0 : bus signal direction pin used for DAT[0].
21 - st,sig-dir-dat2 : bus signal direction pin used for DAT[2].
22 - st,sig-dir-dat31 : bus signal direction pin used for DAT[3] and DAT[1].
23 - st,sig-dir-dat74 : bus signal direction pin used for DAT[4] to DAT[7].
24 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
25 - st,sig-pin-fbclk : feedback clock signal pin used.
/linux-4.1.27/kernel/time/
Ditimer.c49 struct cpu_itimer *it = &tsk->signal->it[clock_id]; in get_cpu_itimer()
86 value->it_value = itimer_get_remtime(&tsk->signal->real_timer); in do_getitimer()
88 ktime_to_timeval(tsk->signal->it_real_incr); in do_getitimer()
150 struct cpu_itimer *it = &tsk->signal->it[clock_id]; in set_cpu_itimer()
207 timer = &tsk->signal->real_timer; in do_setitimer()
211 = ktime_to_timeval(tsk->signal->it_real_incr); in do_setitimer()
220 tsk->signal->it_real_incr = in do_setitimer()
224 tsk->signal->it_real_incr.tv64 = 0; in do_setitimer()
Dposix-cpu-timers.c213 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in thread_group_cputimer()
435 cleanup_timers(tsk->signal->cpu_timers); in posix_cpu_timers_exit_group()
459 head = p->signal->cpu_timers; in arm_timer()
460 cputime_expires = &p->signal->cputime_expires; in arm_timer()
585 if (tsk->signal->cputimer.running) in posix_cpu_timers_can_stop_tick()
838 struct signal_struct *const sig = tsk->signal; in check_thread_timers()
918 tsk->signal->leader_pid, cur_time); in check_cpu_itimer()
935 struct signal_struct *const sig = tsk->signal; in check_process_timers()
1113 sig = tsk->signal; in fastpath_timer_check()
1160 if (tsk->signal->cputimer.running) in run_posix_cpu_timers()
[all …]
/linux-4.1.27/drivers/hv/
Dchannel.c594 bool signal = false; in vmbus_sendpacket_ctl() local
612 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_ctl()
626 if (((ret == 0) && kick_q && signal) || (ret)) in vmbus_sendpacket_ctl()
678 bool signal = false; in vmbus_sendpacket_pagebuffer_ctl() local
715 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_pagebuffer_ctl()
729 if (((ret == 0) && kick_q && signal) || (ret)) in vmbus_sendpacket_pagebuffer_ctl()
768 bool signal = false; in vmbus_sendpacket_mpb_desc() local
788 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_mpb_desc()
790 if (ret == 0 && signal) in vmbus_sendpacket_mpb_desc()
812 bool signal = false; in vmbus_sendpacket_multipagebuffer() local
[all …]
Dring_buffer.c331 struct kvec *kv_list, u32 kv_count, bool *signal) in hv_ringbuffer_write() argument
393 *signal = hv_need_to_signal(old_write, outring_info); in hv_ringbuffer_write()
437 u32 buflen, u32 offset, bool *signal) in hv_ringbuffer_read() argument
486 *signal = hv_need_to_signal_on_read(inring_info); in hv_ringbuffer_read()
/linux-4.1.27/drivers/pps/generators/
DKconfig8 tristate "Parallel port PPS signal generator"
11 If you say yes here you get support for a PPS signal generator which
13 parport abstraction layer and hrtimers to precisely control the signal.
/linux-4.1.27/Documentation/gpio/
Dgpio.txt25 digital signal. They are provided from many kinds of chip, and are familiar
78 It is natural to assume that a GPIO is "active" when its output signal is 1
79 ("high"), and inactive when it is 0 ("low"). However in practice the signal of a
84 means "active") so that drivers only need to worry about the logical signal and
89 Sometimes shared signals need to use "open drain" (where only the low signal
90 level is actually driven), or "open source" (where only the high signal level is
92 used for TTL. A pullup or pulldown resistor causes the high or low signal level.
96 One common example of an open drain signal is a shared active-low IRQ line.
104 LOW: gpiod_direction_output(gpio, 0) ... this drives the signal and overrides
108 (or some other device) controls the signal.
[all …]
/linux-4.1.27/tools/testing/selftests/timers/
Dposix_timers.c100 signal(SIGVTALRM, sig_handler); in check_itimer()
102 signal(SIGPROF, sig_handler); in check_itimer()
104 signal(SIGALRM, sig_handler); in check_itimer()
162 signal(SIGALRM, sig_handler); in check_timer_create()
Dleapcrash.c80 signal(SIGINT, handler); in main()
81 signal(SIGKILL, handler); in main()
Dleap-a-day.c191 signal(SIGINT, handler); in main()
192 signal(SIGKILL, handler); in main()
/linux-4.1.27/drivers/net/wireless/orinoco/
Dscan.c83 s32 signal; in orinoco_add_hostscan_result() local
124 signal = SIGNAL_TO_MBM(le16_to_cpu(bss->a.level)); in orinoco_add_hostscan_result()
128 beacon_interval, ie_buf, ie_len, signal, in orinoco_add_hostscan_result()
142 s32 signal; in orinoco_add_extscan_result() local
158 signal = SIGNAL_TO_MBM(bss->level); in orinoco_add_extscan_result()
162 beacon_interval, ie, ie_len, signal, in orinoco_add_extscan_result()
/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent-ctl.c98 signal(SIGTERM, signal_handler); in rw_ctl_loop()
99 signal(SIGINT, signal_handler); in rw_ctl_loop()
100 signal(SIGQUIT, signal_handler); in rw_ctl_loop()
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dusb3503.txt18 - refclk: Clock used for driving REFCLK signal (optional, if not provided
19 the driver assumes that clock signal is always available, its
22 - refclk-frequency: Frequency of the REFCLK signal as defined by REF_SEL
24 REFCLK signal and assume that a value from the primary reference
Dsamsung-hsotg.txt18 interrupt signal of the HSOTG block is routed,
19 - interrupts: specifier of interrupt signal of interrupt controller,
Dfsl-usb.txt41 port power polarity of internal PHY signal DRVVBUS is inverted.
43 the PWR_FAULT signal polarity is inverted.
/linux-4.1.27/fs/
Dcoredump.c286 start->signal->group_exit_code = exit_code; in zap_process()
287 start->signal->group_stop_count = 0; in zap_process()
293 sigaddset(&t->pending.signal, SIGKILL); in zap_process()
310 if (!signal_group_exit(tsk->signal)) { in zap_threads()
313 tsk->signal->group_exit_task = tsk; in zap_threads()
315 tsk->signal->flags = SIGNAL_GROUP_COREDUMP; in zap_threads()
367 p->signal->flags = SIGNAL_GROUP_EXIT; in zap_threads()
421 current->signal->group_exit_code |= 0x80; in coredump_finish()
422 current->signal->group_exit_task = NULL; in coredump_finish()
423 current->signal->flags = SIGNAL_GROUP_EXIT; in coredump_finish()
[all …]
/linux-4.1.27/Documentation/dvb/
Davermedia.txt25 Analogue Television signal. An Analogue TV signal (otherwise
31 composite video signal is about as far removed from a digital
35 * Tune the receiver to receive a broadcast signal
36 * demodulate the broadcast signal
37 * demultiplex the analogue video signal and analogue audio
38 signal (note some countries employ a digital audio signal
39 embedded within the modulated composite analogue signal -
41 * digitize the analogue video signal and make the resulting
46 For a PAL TV signal encoded at a resolution of 768x576 24-bit
58 * Tune the received to receive a broadcast signal.
[all …]
/linux-4.1.27/kernel/sched/
Dstats.h175 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in cputimer_running()
213 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_user_time()
236 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_system_time()
259 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_exec_runtime()
Dauto_group.c21 init_task->signal->autogroup = &autogroup_default; in autogroup_init()
61 ag = autogroup_kref_get(p->signal->autogroup); in autogroup_task_get()
136 prev = p->signal->autogroup; in autogroup_move_group()
142 p->signal->autogroup = autogroup_kref_get(ag); in autogroup_move_group()
Dauto_group.h35 return p->signal->autogroup->tg; in autogroup_task_group()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-pwm55 Sets the PWM signal period in nanoseconds.
62 Sets the PWM signal duty cycle in nanoseconds.
69 Sets the output polarity of the PWM signal to "normal" or
77 Enable/disable the PWM signal.
Dsysfs-devices-power_resources_wakeup11 the given device node to be able to signal wakeup. The names of
/linux-4.1.27/security/apparmor/
Dresource.c133 rlim = current->signal->rlim + i; in __aa_transition_rlimits()
134 initrlim = init_task.signal->rlim + i; in __aa_transition_rlimits()
148 rlim = current->signal->rlim + i; in __aa_transition_rlimits()
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dsamsung-fimd.txt42 - samsung,invert-vden: video enable signal is inverted
43 - samsung,invert-vclk: video clock signal is inverted
49 - cs-setup: clock cycles for the active period of address signal is enabled
52 - wr-setup: clock cycles for the active period of CS signal is enabled until
53 write signal is enabled.
58 signal is disabled.
/linux-4.1.27/drivers/media/dvb-frontends/
Dsp8870.c357 int signal; in sp8870_read_status() local
365 signal = sp8870_readreg (state, 0x0303); in sp8870_read_status()
366 if (signal < 0) in sp8870_read_status()
369 if (signal > 0x0F) in sp8870_read_status()
406 static int sp8870_read_signal_strength(struct dvb_frontend* fe, u16 * signal) in sp8870_read_signal_strength() argument
412 *signal = 0; in sp8870_read_signal_strength()
427 *signal = 0xFFFF - tmp; in sp8870_read_signal_strength()
Dlgs8gxx.c777 static int lgs8gxx_read_signal_agc(struct lgs8gxx_state *priv, u16 *signal) in lgs8gxx_read_signal_agc() argument
807 *signal = cat * 65535 / 5; in lgs8gxx_read_signal_agc()
812 static int lgs8913_read_signal_strength(struct lgs8gxx_state *priv, u16 *signal) in lgs8913_read_signal_strength() argument
828 *signal = 0x7FFF; in lgs8913_read_signal_strength()
830 *signal = 0; in lgs8913_read_signal_strength()
846 *signal = max_strength; in lgs8913_read_signal_strength()
847 dprintk("%s: signal=0x%02X\n", __func__, *signal); in lgs8913_read_signal_strength()
855 static int lgs8g75_read_signal_strength(struct lgs8gxx_state *priv, u16 *signal) in lgs8g75_read_signal_strength() argument
868 *signal = v; in lgs8g75_read_signal_strength()
869 dprintk("%s: signal=0x%02X\n", __func__, *signal); in lgs8g75_read_signal_strength()
[all …]
Dstv0299.c483 u8 signal = 0xff - stv0299_readreg (state, 0x18); in stv0299_read_status() local
489 if (signal > 10) in stv0299_read_status()
523 s32 signal = 0xffff - ((stv0299_readreg (state, 0x18) << 8) in stv0299_read_signal_strength() local
528 stv0299_readreg (state, 0x19), (int) signal); in stv0299_read_signal_strength()
530 signal = signal * 5 / 4; in stv0299_read_signal_strength()
531 *strength = (signal > 0xffff) ? 0xffff : (signal < 0) ? 0 : signal; in stv0299_read_signal_strength()
Dstv0288.c405 s32 signal = 0xffff - ((stv0288_readreg(state, 0x10) << 8)); in stv0288_read_signal_strength() local
408 signal = signal * 5 / 4; in stv0288_read_signal_strength()
409 *strength = (signal > 0xffff) ? 0xffff : (signal < 0) ? 0 : signal; in stv0288_read_signal_strength()
Dtda8083.c247 u8 signal = ~tda8083_readreg (state, 0x01); in tda8083_read_status() local
252 if (signal > 10) in tda8083_read_status()
291 u8 signal = ~tda8083_readreg (state, 0x01); in tda8083_read_signal_strength() local
292 *strength = (signal << 8) | signal; in tda8083_read_signal_strength()
Dsi21xx.c546 u8 signal = si21_readreg(state, ANALOG_AGC_POWER_LEVEL_REG); in si21_read_status() local
559 if (signal > 10) in si21_read_status()
584 u16 signal = (3 * si21_readreg(state, 0x27) * in si21_read_signal_strength() local
589 si21_readreg(state, 0x28), (int) signal); in si21_read_signal_strength()
591 signal <<= 4; in si21_read_signal_strength()
592 *strength = signal; in si21_read_signal_strength()
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio.txt78 defined by the binding for the device. If the board inverts the signal between
80 opposite physical level than the signal at the device's pin.
82 When the device's signal polarity is configurable, the binding for the
85 a) Define a single static polarity for the signal, with the expectation that
87 that signal polarity.
99 concepts of configurable signal polarity in the device, and possible board-
100 level signal inversion.
104 b) Pick a single option for device signal polarity, and document this choice
105 in the binding. The gpio-specifier should represent the polarity of the signal
107 particular signal polarity choice. If software chooses to program the device
[all …]
/linux-4.1.27/tools/perf/ui/gtk/
Dannotate.c182 signal(SIGSEGV, perf_gtk__signal); in symbol__gtk_annotate()
183 signal(SIGFPE, perf_gtk__signal); in symbol__gtk_annotate()
184 signal(SIGINT, perf_gtk__signal); in symbol__gtk_annotate()
185 signal(SIGQUIT, perf_gtk__signal); in symbol__gtk_annotate()
186 signal(SIGTERM, perf_gtk__signal); in symbol__gtk_annotate()
Dhists.c281 signal(SIGSEGV, perf_gtk__signal); in perf_evlist__gtk_browse_hists()
282 signal(SIGFPE, perf_gtk__signal); in perf_evlist__gtk_browse_hists()
283 signal(SIGINT, perf_gtk__signal); in perf_evlist__gtk_browse_hists()
284 signal(SIGQUIT, perf_gtk__signal); in perf_evlist__gtk_browse_hists()
285 signal(SIGTERM, perf_gtk__signal); in perf_evlist__gtk_browse_hists()
/linux-4.1.27/Documentation/
Dpwm.txt70 period - The total period of the PWM signal (read/write).
74 duty_cycle - The active time of the PWM signal (read/write).
77 polarity - Changes the polarity of the PWM signal (read/write).
82 enable - Enable/disable the PWM signal (read/write).
102 signal conventions in the PWM framework. By definition, normal polarity
103 characterizes a signal starts high for the duration of the duty cycle and
104 goes low for the remainder of the period. Conversely, a signal with inversed
Dkmemcheck.txt270 kernel/signal.c:380
271 kernel/signal.c:410
301 kernel/signal.c, line 380:
346 kernel/signal.c:446
347 kernel/signal.c:1806
348 arch/x86/kernel/signal.c:805
349 arch/x86/kernel/signal.c:871
359 431 signr = __dequeue_signal(&tsk->signal->shared_pending,
362 434 * itimer signal ?
365 437 * itimers in the signal delivery path to prevent DoS
[all …]
Dhsi.txt15 signals and an additional READY signal for flow control. An additional WAKE
16 signal can be used to wakeup the chips from standby modes. The signals are
Dcpu-load.txt57 #include <signal.h>
83 signal (SIGALRM, &sighandler);
/linux-4.1.27/drivers/s390/cio/
Dcrw.c64 int ccode, signal; in crw_collect_info() local
68 signal = wait_event_interruptible(crw_handler_wait_q, in crw_collect_info()
70 if (unlikely(signal)) in crw_collect_info()
/linux-4.1.27/Documentation/prctl/
Ddisable-tsc-ctxt-sw-stress-test.c50 signal(SIGSEGV, sigsegv_expect); in segvtask()
71 signal(SIGSEGV, sigsegv_fail); in rdtsctask()
Ddisable-tsc-on-off-stress-test.c61 signal(SIGSEGV, sigsegv_cb); in task()
Ddisable-tsc-test.c64 signal(SIGSEGV, sigsegv_cb); in main()
/linux-4.1.27/Documentation/serial/
Ddriver89 - TIOCM_RTS RTS signal.
90 - TIOCM_DTR DTR signal.
91 - TIOCM_OUT1 OUT1 signal.
92 - TIOCM_OUT2 OUT2 signal.
94 If the appropriate bit is set, the signal should be driven
95 active. If the bit is clear, the signal should be driven
106 - TIOCM_CAR state of DCD signal
107 - TIOCM_CTS state of CTS signal
108 - TIOCM_DSR state of DSR signal
109 - TIOCM_RI state of RI signal
[all …]
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_ringbuffer.c1219 u32 mbox_reg = signaller->semaphore.mbox.signal[i]; in gen6_signal()
1250 if (ring->semaphore.signal) in gen6_add_request()
1251 ret = ring->semaphore.signal(ring, 4); in gen6_add_request()
2529 ring->semaphore.signal = gen8_rcs_signal; in intel_init_render_ring_buffer()
2544 ring->semaphore.signal = gen6_signal; in intel_init_render_ring_buffer()
2557 ring->semaphore.mbox.signal[RCS] = GEN6_NOSYNC; in intel_init_render_ring_buffer()
2558 ring->semaphore.mbox.signal[VCS] = GEN6_VRSYNC; in intel_init_render_ring_buffer()
2559 ring->semaphore.mbox.signal[BCS] = GEN6_BRSYNC; in intel_init_render_ring_buffer()
2560 ring->semaphore.mbox.signal[VECS] = GEN6_VERSYNC; in intel_init_render_ring_buffer()
2561 ring->semaphore.mbox.signal[VCS2] = GEN6_NOSYNC; in intel_init_render_ring_buffer()
[all …]
/linux-4.1.27/arch/ia64/mm/
Dfault.c82 int signal = SIGSEGV, code = SEGV_MAPERR; in ia64_do_page_fault() local
178 signal = SIGBUS; in ia64_do_page_fault()
249 si.si_signo = signal; in ia64_do_page_fault()
255 force_sig_info(signal, &si, current); in ia64_do_page_fault()
/linux-4.1.27/drivers/staging/panel/
DKconfig166 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
171 signal has been connected. It can be :
181 int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
186 signal has been connected. It can be :
196 int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
201 signal has been connected. It can be :
211 int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
216 LCD 'SCL' signal has been connected. It can be :
226 int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
231 LCD 'SDA' signal has been connected. It can be :
[all …]
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt101 abort transactions. The usual ucontext_t passed to the signal handler
102 represents the checkpointed/original register state; the signal appears to have
108 represents the active transactional registers at the point of the signal.
118 However, basic signal handlers don't need to be aware of transactions
121 Transaction-aware signal handlers can read the transactional register state
125 Example signal handler:
150 When in an active transaction that takes a signal, we need to be careful with
159 To avoid this, when taking a signal in an active transaction, we need to use
161 state. This ensures that the signal context (written tm suspended) will be
164 signal will be rolled back anyway.
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ab8500/
Dfg.txt3 AB8500 is a mixed signal multimedia and power management
35 measurement, 'btemp' signal is used when NTC(negative temperature
47 NTC resister is external to battery and 'btemp' signal is used
/linux-4.1.27/tools/perf/util/
Dsigchain.c25 s->old[s->n] = signal(sig, f); in sigchain_push()
39 if (signal(sig, s->old[s->n - 1]) == SIG_ERR) in sigchain_pop()
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi-fsl-dspi.txt12 - bus-num : the slave chip chipselect signal number.
21 select and the start of clock signal, at the start of a transfer.
23 signal and deactivating chip select, at the end of a transfer.
Dsh-msiof.txt33 - renesas,dtdl : delay sync signal (setup) in transmit mode.
41 - renesas,syncdl : delay sync signal (hold) in transmit mode.
/linux-4.1.27/include/trace/events/
Dtask.h25 __entry->oom_score_adj = task->signal->oom_score_adj;
50 __entry->oom_score_adj = task->signal->oom_score_adj;
Doom.h23 __entry->oom_score_adj = task->signal->oom_score_adj;
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_lock.c52 lock->signal = SIGKILL; in ttm_lock_init()
71 send_sig(lock->signal, current, 0); in __ttm_read_lock()
104 send_sig(lock->signal, current, 0); in __ttm_read_trylock()
154 send_sig(lock->signal, current, 0); in __ttm_write_lock()
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-rk3x.txt24 - i2c-scl-rising-time-ns : Number of nanoseconds the SCL signal takes to rise
28 - i2c-scl-falling-time-ns : Number of nanoseconds the SCL signal takes to fall
32 - i2c-sda-falling-time-ns : Number of nanoseconds the SDA signal takes to fall
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt40 Chip-select signal timings (in nanoseconds) corresponding to GPMC_CONFIG2:
45 ADV signal timings (in nanoseconds) corresponding to GPMC_CONFIG3:
72 - gpmc,adv-extra-delay: ADV signal is delayed by half GPMC clock
73 - gpmc,cs-extra-delay: CS signal is delayed by half GPMC clock
78 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
79 - gpmc,we-extra-delay: WE signal is delayed by half GPMC clock
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dcs42l56.txt22 MCLK = Where MCLK is the frequency of the mclk signal after the MCLKDIV2 circuit.
39 Amplifiers adapt to the output signal levels.
43 3 = Adapted to Signal; Voltage level is dynamically determined by the output signal.
Dfsl,asrc.txt4 signal associated with an input clock into a signal associated with a different
/linux-4.1.27/drivers/gpu/drm/sti/
DNOTES15 - DVO (Digital Video Output) handles a 24bits parallel signal
16 - The HD analog signal is typically driven by a YCbCr cable, supporting up to
18 - The SD analog signal is typically used for legacy TV
/linux-4.1.27/drivers/media/radio/si470x/
Dradio-si470x-common.c623 tuner->signal = (radio->registers[STATUSRSSI] & STATUSRSSI_RSSI); in si470x_vidioc_g_tuner()
625 tuner->signal = (tuner->signal * 873) + (8 * tuner->signal / 10); in si470x_vidioc_g_tuner()
626 if (tuner->signal > 0xffff) in si470x_vidioc_g_tuner()
627 tuner->signal = 0xffff; in si470x_vidioc_g_tuner()
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt5 A full powerdown can be triggered via the kill signal.
19 until an explicit kill signal is received
/linux-4.1.27/include/uapi/asm-generic/
DKbuild25 header-y += signal-defs.h
26 header-y += signal.h
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-pmc.txt22 - nvidia,invert-interrupt : If present, inverts the PMU interrupt signal.
24 signal is fed into the PMC. This signal is optionally inverted, and then
26 handling of this interrupt signal, merely its inversion.
35 - nvidia,cpu-pwr-good-en : Boolean, CPU power good signal (from PMIC to PMC)
/linux-4.1.27/Documentation/w1/
Dw1.generic4 signal wire (plus ground, so two wires).
6 Devices communicate on the bus by pulling the signal to ground via an open
7 drain output and by sampling the logic level of the signal line.
67 Emulated devices must provide the ability to set the output signal level
68 (write_bit) and sample the signal level (read_bit).
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/
Dgpio-wdt.txt18 have the driver keep toggling the signal without a client. It will only cease
19 to toggle the signal when the device is open and the timeout elapsed.
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dclock-bindings.txt4 Sources of clock signal can be represented by any node in the device
22 clock-output-names: Recommended to be a list of strings of clock output signal
44 clocks by index. The names should reflect the clock output signal
126 clock signal, and a UART.
130 signal generated by the external oscillator, and provides two output signals
133 register clock connected to the PLL clock (the "pll-switched" signal)
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00dev.c643 int signal = rxdesc->signal; in rt2x00lib_rxdone_read_signal() local
654 signal = RATE_MCS(rxdesc->rate_mode, signal); in rt2x00lib_rxdone_read_signal()
660 (rate->plcp == signal)) || in rt2x00lib_rxdone_read_signal()
662 (rate->bitrate == signal)) || in rt2x00lib_rxdone_read_signal()
664 (rate->mcs == signal))) { in rt2x00lib_rxdone_read_signal()
671 if (signal >= 0 && signal <= 76) in rt2x00lib_rxdone_read_signal()
672 return signal; in rt2x00lib_rxdone_read_signal()
679 rxdesc->rate_mode, signal, type); in rt2x00lib_rxdone_read_signal()
798 rx_status->signal = rxdesc.rssi; in rt2x00lib_rxdone()
Drt2x00queue.h182 int signal; member
311 u16 signal; member
/linux-4.1.27/drivers/media/tuners/
Dtea5761.c219 int signal = ((buffer[9] & TEA5761_TUNCHECK_LEV_MASK) << (13 - 4)); in tea5761_signal() local
221 tuner_dbg("Signal strength: %d\n", signal); in tea5761_signal()
223 return signal; in tea5761_signal()
Dtda8290.c394 static int tda8295_has_signal(struct dvb_frontend *fe, u16 *signal) in tda8295_has_signal() argument
402 *signal = (ret & 0x01) ? 65535 : 0; in tda8295_has_signal()
412 u16 signal = 0; in tda8295_set_params() local
440 tda8295_has_signal(fe, &signal); in tda8295_set_params()
441 if (signal) in tda8295_set_params()
452 static int tda8290_has_signal(struct dvb_frontend *fe, u16 *signal) in tda8290_has_signal() argument
461 *signal = (afc & 0x80) ? 65535 : 0; in tda8290_has_signal()
Dtea5767.c303 int signal = ((buffer[3] & TEA5767_ADC_LEVEL_MASK) << 8); in tea5767_signal() local
305 tuner_dbg("Signal strength: %d\n", signal); in tea5767_signal()
307 return signal; in tea5767_signal()
/linux-4.1.27/Documentation/leds/
Dledtrig-oneshot.txt6 trigger, the application needs only to signal the trigger when an event has
12 event, while in the latter it keeps blinking at constant rate, as to signal
40 shot - write any non-empty string to signal an events, this starts a blink
/linux-4.1.27/net/atm/
Dcommon.c249 void atm_dev_signal_change(struct atm_dev *dev, char signal) in atm_dev_signal_change() argument
252 __func__, signal, dev, dev->number, dev->signal); in atm_dev_signal_change()
255 WARN_ON(signal < ATM_PHY_SIG_LOST || signal > ATM_PHY_SIG_FOUND); in atm_dev_signal_change()
257 if (dev->signal == signal) in atm_dev_signal_change()
260 dev->signal = signal; in atm_dev_signal_change()
262 atomic_notifier_call_chain(&atm_dev_notify_chain, signal, dev); in atm_dev_signal_change()
/linux-4.1.27/arch/cris/arch-v10/drivers/
DKconfig106 Specify the pin of the PB port to carry the DTR signal for serial
115 Specify the pin of the PB port to carry the RI signal for serial
124 Specify the pin of the PB port to carry the DSR signal for serial
133 Specify the pin of the PB port to carry the CD signal for serial
194 Specify the pin of the PB port to carry the DTR signal for serial
203 Specify the pin of the PB port to carry the RI signal for serial
212 Specify the pin of the PB port to carry the DSR signal for serial
221 Specify the pin of the PB port to carry the CD signal for serial
261 Specify the pin of the PA port to carry the DTR signal for serial
270 Specify the pin of the PA port to carry the RI signal for serial
[all …]
/linux-4.1.27/net/wireless/
Dscan.c839 found->pub.signal = tmp->pub.signal; in cfg80211_bss_update()
948 s32 signal, gfp_t gfp) in cfg80211_inform_bss_width() argument
960 (signal < 0 || signal > 100))) in cfg80211_inform_bss_width()
970 tmp.pub.signal = signal; in cfg80211_inform_bss_width()
1030 s32 signal, gfp_t gfp) in cfg80211_inform_bss_width_frame() argument
1044 len, signal); in cfg80211_inform_bss_width_frame()
1053 (signal < 0 || signal > 100))) in cfg80211_inform_bss_width_frame()
1081 tmp.pub.signal = signal; in cfg80211_inform_bss_width_frame()
1407 sig = bss->pub.signal / 100; in ieee80211_bss()
1418 iwe.u.qual.level = bss->pub.signal; in ieee80211_bss()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dlpc32xx-slc.txt11 - nxp,wdr-clks: Delay before Ready signal is tested on write (W_RDY)
12 - nxp,rdr-clks: Delay before Ready signal is tested on read (R_RDY)
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dtvp7002.txt3 The TVP7002 device supports digitizing of video and graphics signal in RGB and
19 - sync-on-green-active: Active state of Sync-on-green signal property of the
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt48 might need to be different when there is any signal modifications on the bus
49 between two devices, e.g. there are logic signal inverters on the lines.
83 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
84 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
88 - field-even-active: field signal level during the even field data transmission.
90 signal.
91 - sync-on-green-active: active state of Sync-on-green (SoG) signal, 0/1 for
Dgpio-ir-receiver.txt5 - gpios: specifies GPIO used for IR signal reception.
/linux-4.1.27/arch/arm/boot/dts/
Daks-cdu.dts2 * aks-cdu.dts - Device Tree file for AK signal CDU
4 * Copyright (C) 2012 AK signal Brno a.s.
Domap3-igep0020.dts18 /* Regulator to trigger the WIFI_PDN signal of the Wifi module */
29 /* Regulator to trigger the RESET_N_W signal of the Wifi module */
Domap3-igep0030.dts18 /* Regulator to trigger the WIFI_PDN signal of the Wifi module */
29 /* Regulator to trigger the RESET_N_W signal of the Wifi module */
Domap3-overo-base.dtsi50 /* Regulator to trigger the nPoweron signal of the Wifi module */
60 /* Regulator to trigger the nReset signal of the Wifi module */
72 /* Regulator to trigger the nReset signal of the Bluetooth module */
/linux-4.1.27/drivers/gpu/host1x/
Dcdma.c216 bool signal = false; in update_cdma_locked() local
252 signal = true; in update_cdma_locked()
261 signal = true; in update_cdma_locked()
263 if (signal) { in update_cdma_locked()
/linux-4.1.27/tools/thermal/tmon/
Dtmon.c292 if (signal(SIGINT, tmon_sig_handler) == SIG_ERR) in main()
294 if (signal(SIGTERM, tmon_sig_handler) == SIG_ERR) in main()
304 signal(SIGWINCH, resize_handler); in main()
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt7 signals - can compensate the drift between the two ws signal.
42 - bws : Baseband word select signal selection
43 - aws : Audio word select signal selection
/linux-4.1.27/mm/
Doom_kill.c162 adj = (long)p->signal->oom_score_adj; in oom_badness()
376 task->signal->oom_score_adj, task->comm); in dump_tasks()
389 current->signal->oom_score_adj); in dump_header()
595 if (p->signal->oom_score_adj == OOM_SCORE_ADJ_MIN) in oom_kill_process()
748 current->signal->oom_score_adj != OOM_SCORE_ADJ_MIN) { in __out_of_memory()
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dsigcontext.h18 int signal; member
/linux-4.1.27/arch/frv/include/asm/
Duser.h69 long int signal; /* Signal that caused the core dump. */ member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dtracepoint.h100 __dynamic_array(u8, signal, *((u8 *)data + 3) * 4)
107 memcpy(__get_dynamic_array(signal),
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dti_soc_thermal.txt18 the talert signal is routed to;
21 line the tshut signal is routed to. The informed GPIO will
/linux-4.1.27/drivers/media/usb/dvb-usb/
Dvp7045-fe.c75 u16 signal = (vp7045_read_reg(state->d, 0x14) << 8) | in vp7045_fe_read_signal_strength() local
78 *strength = ~signal; in vp7045_fe_read_signal_strength()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-radio-rx.c258 vt->signal = abs(sig_qual) > delta ? 0 : in vivid_radio_rx_g_tuner()
263 else if (dev->radio_rx_freq < FM_FREQ_RANGE_LOW || vt->signal < 0x8000) in vivid_radio_rx_g_tuner()
271 dev->radio_rx_freq >= FM_FREQ_RANGE_LOW && vt->signal >= 0xc000) in vivid_radio_rx_g_tuner()
/linux-4.1.27/arch/s390/include/asm/
Duser.h63 long int signal; /* Signal that caused the core dump. */ member
/linux-4.1.27/arch/score/kernel/
DMakefile8 setup.o signal.o sys_score.o time.o traps.o \
/linux-4.1.27/arch/mn10300/include/asm/
Duser.h38 long int signal; /* Signal that caused the core dump. */ member
/linux-4.1.27/drivers/net/wireless/zd1211rw/
Dzd_mac.c162 static int zd_check_signal(struct ieee80211_hw *hw, int signal) in zd_check_signal() argument
166 dev_dbg_f_cond(zd_mac_dev(mac), signal < 0 || signal > 100, in zd_check_signal()
168 "but %d.\n", __func__, signal); in zd_check_signal()
170 if (signal < 0) in zd_check_signal()
171 signal = 0; in zd_check_signal()
172 else if (signal > 100) in zd_check_signal()
173 signal = 100; in zd_check_signal()
175 return signal; in zd_check_signal()
1016 mac->ack_signal = stats->signal; in filter_ack()
1072 stats.signal = zd_check_signal(hw, status->signal_strength); in zd_mac_rx()
Dzd_mac.h262 u8 signal; member
270 return header->signal; in zd_cck_plcp_header_signal()
/linux-4.1.27/arch/m32r/include/asm/
Duser.h40 long int signal; /* signal causing core dump */ member
/linux-4.1.27/arch/powerpc/include/asm/
Duser.h40 long int signal; /* signal causing core dump */ member
/linux-4.1.27/arch/cris/include/asm/
Duser.h40 long int signal; /* signal causing core dump */ member
/linux-4.1.27/arch/alpha/include/asm/
Duser.h41 long int signal; /* signal causing core dump */ member
/linux-4.1.27/arch/arm/mach-omap2/
Dmux.h189 #define OMAP_MUX_STATIC(signal, mode) \ argument
191 .name = (signal), \
/linux-4.1.27/arch/mips/include/asm/vr41xx/
Dgiu.h45 irq_signal_t signal);
/linux-4.1.27/arch/ia64/include/asm/
Duser.h46 long int signal; /* signal causing core dump */ member
/linux-4.1.27/arch/avr32/include/asm/
Duser.h53 long int signal; /* signal causing core dump */ member
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt33 3. Path domain - audio subsystem signal paths
53 o Mixer - Mixes several analog signals into a single analog signal.
116 Path domain widgets have a ability to control or affect the audio signal or
183 This can be used to merge to signal paths together in software.
197 audio system), as it requires joining widgets together via their audio signal
210 connect the destination widget (wrt audio signal) with its source widgets.
259 An endpoint is a start or end point (widget) of an audio signal within the
Dpops_clicks.txt49 is heard when the gain increase or decrease changes the mean audio signal
51 for each volume control. The ZC forces the gain change to occur when the signal
/linux-4.1.27/arch/openrisc/kernel/
DMakefile8 traps.o time.o irq.o entry.o ptrace.o signal.o \
/linux-4.1.27/arch/m32r/kernel/
DMakefile8 m32r_ksyms.o sys_m32r.o signal.o ptrace.o
/linux-4.1.27/drivers/media/v4l2-core/
Dtuner-core.c1076 u16 signal; in tuner_status() local
1078 if (!analog_ops->has_signal(fe, &signal)) in tuner_status()
1079 tuner_info("Signal strength: %hu\n", signal); in tuner_status()
1200 u16 signal = (u16)vt->signal; in tuner_g_tuner() local
1202 if (!analog_ops->has_signal(&t->fe, &signal)) in tuner_g_tuner()
1203 vt->signal = signal; in tuner_g_tuner()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Drate.h207 static inline u8 cck_phy2mac_rate(u8 signal) in cck_phy2mac_rate() argument
209 return signal/5; in cck_phy2mac_rate()
/linux-4.1.27/arch/cris/arch-v32/kernel/
DMakefile9 process.o ptrace.o setup.o signal.o traps.o time.o \
/linux-4.1.27/arch/cris/arch-v10/kernel/
DMakefile9 process.o setup.o signal.o traps.o time.o ptrace.o \
/linux-4.1.27/arch/c6x/kernel/
DMakefile7 obj-y := process.o traps.o irq.o signal.o ptrace.o
/linux-4.1.27/Documentation/DocBook/
D.tracepoint.xml.cmd2 …/DocBook/tracepoint.tmpl include/trace/events/irq.h include/trace/events/signal.h include/trace/ev…
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dste-dma40.txt38 2. Device signal number, the signal line for single and burst requests
59 Existing signal numbers for the DB8500 ASIC. Unless specified, the signals are
/linux-4.1.27/lib/
Dis_single_threaded.c25 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
/linux-4.1.27/arch/sh/include/asm/
Duser.h54 long int signal; /* signal causing core dump */ member
/linux-4.1.27/arch/powerpc/kernel/
Dppc32.h37 int signal; member
/linux-4.1.27/Documentation/scheduler/
Dcompletion.txt97 the timeout/signal cases from going out of scope. Consider using dynamically
161 This function marks the task TASK_INTERRUPTIBLE. If a signal was received
178 TASK_INTERRUPTIBLE. If a signal was received it will return -ERESTARTSYS;
202 A thread that wants to signal that the conditions for continuation have been
203 achieved calls complete() to signal exactly one of the waiters that it can
208 or calls complete_all() to signal all current and future waiters.
/linux-4.1.27/arch/arm/include/asm/
Duser.h68 long int signal; /* Signal that caused the core dump. */ member
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-qla2xxx5 signal a firmware-dump has been generated by the driver and is
/linux-4.1.27/arch/hexagon/include/uapi/asm/
DKbuild12 header-y += signal.h
/linux-4.1.27/arch/m68k/include/asm/
Duser.h73 long int signal; /* Signal that caused the core dump. */ member
/linux-4.1.27/arch/avr32/kernel/
DMakefile10 obj-y += signal.o process.o time.o
/linux-4.1.27/fs/proc/
Dbase.c253 int err = mutex_lock_killable(&task->signal->cred_guard_mutex); in lock_trace()
257 mutex_unlock(&task->signal->cred_guard_mutex); in lock_trace()
265 mutex_unlock(&task->signal->cred_guard_mutex); in unlock_trace()
432 memcpy(rlim, task->signal->rlim, sizeof(struct rlimit) * RLIM_NLIMITS); in proc_pid_limits()
829 if (task->signal->oom_score_adj == OOM_SCORE_ADJ_MAX) in oom_adj_read()
832 oom_adj = (task->signal->oom_score_adj * -OOM_DISABLE) / in oom_adj_read()
893 if (oom_adj < task->signal->oom_score_adj && in oom_adj_write()
907 task->signal->oom_score_adj = oom_adj; in oom_adj_write()
936 oom_score_adj = task->signal->oom_score_adj; in oom_score_adj_read()
987 if ((short)oom_score_adj < task->signal->oom_score_adj_min && in oom_score_adj_write()
[all …]
Darray.c264 pending = p->pending.signal; in task_sig()
265 shpending = p->signal->shared_pending.signal; in task_sig()
405 struct signal_struct *sig = task->signal; in do_task_stat()
495 seq_put_decimal_ull(m, ' ', task->pending.signal.sig[0] & 0x7fffffffUL); in do_task_stat()
/linux-4.1.27/Documentation/timers/
Dhpet_example.c232 if ((oldsig = signal(SIGIO, hpet_sigio)) == SIG_ERR) { in hpet_fasync()
288 signal(SIGIO, oldsig); in hpet_fasync()
/linux-4.1.27/arch/parisc/math-emu/
Ddecode_exc.c59 #define SIGNALCODE(signal, code) ((signal) << 24 | (code)) argument
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dsh_eth.txt30 Ether LINK signal.
31 - renesas,ether-link-active-low: boolean, specify when the Ether LINK signal is
/linux-4.1.27/arch/nios2/kernel/
DMakefile17 obj-y += signal.o
/linux-4.1.27/Documentation/devicetree/bindings/arm/firmware/
Dtlm,trusted-foundations.txt4 Boards that use the Trusted Foundations secure monitor can signal its
/linux-4.1.27/Documentation/video4linux/
Dsi4713.txt10 Basically, it has transmission and signal noise level measurement features.
13 The chip also allows integrated receive power scanning to identify low signal
97 * The si4713 device is capable of applying audio compression to the transmitted signal.
115 power_level - Sets the output power level for signal transmission.
/linux-4.1.27/drivers/media/radio/
Dradio-mr800.c237 static int amradio_get_stat(struct amradio_device *radio, bool *is_stereo, u32 *signal) in amradio_get_stat() argument
245 *signal = (radio->buffer[3] & 0xf0) << 8; in amradio_get_stat()
293 v->signal = 0; in vidioc_g_tuner()
294 retval = amradio_get_stat(radio, &is_stereo, &v->signal); in vidioc_g_tuner()
/linux-4.1.27/arch/hexagon/kernel/
DMakefile5 obj-y += setup.o irq_cpu.o traps.o syscalltab.o signal.o time.o
/linux-4.1.27/arch/x86/include/asm/
Duser_32.h117 long int signal; /* Signal that caused the core dump. */ member
Duser32.h59 __u32 signal; /* Signal that caused the core dump. */ member
Duser_64.h120 long int signal; /* Signal that caused the core dump. */ member
/linux-4.1.27/Documentation/watchdog/src/
Dwatchdog-test.c77 signal(SIGINT, term); in main()
/linux-4.1.27/Documentation/devicetree/bindings/pps/
Dpps-gpio.txt3 These properties describe a PPS (pulse-per-second) signal connected to
/linux-4.1.27/arch/blackfin/include/uapi/asm/
DKbuild16 header-y += signal.h
/linux-4.1.27/arch/x86/kernel/
Dvsyscall_64.c251 if (WARN_ON_ONCE(!sigismember(&tsk->pending.signal, SIGBUS) && in emulate_vsyscall()
252 !sigismember(&tsk->pending.signal, SIGSEGV))) in emulate_vsyscall()
/linux-4.1.27/drivers/staging/unisys/uislib/
Duisqueue.c266 void *signal, in do_locked_client_insert() argument
276 if (spar_signal_insert(queueinfo->chan, whichqueue, signal)) { in do_locked_client_insert()
/linux-4.1.27/arch/tile/include/uapi/asm/
DKbuild15 header-y += signal.h
/linux-4.1.27/arch/arm/include/uapi/asm/
DKbuild16 header-y += signal.h
/linux-4.1.27/Documentation/filesystems/
Dspufs.txt211 The two signal notification channels of an SPU. These are read-write
213 triggers an interrupt on the SPU. The value written to the signal
223 signal notification register.
228 from the data buffer, updating the value of the specified signal
229 notification register. The signal notification register will
241 contents of the signal channel with the data that is written to it. in
325 signal delivered to the calling process.
331 optionally a 14 bit code returned from the stop-and-signal instruction
334 0x02 SPU was stopped by stop-and-signal.
348 stop-and-signal.
[all …]
/linux-4.1.27/arch/arm64/include/uapi/asm/
DKbuild18 header-y += signal.h
/linux-4.1.27/arch/unicore32/kernel/
DMakefile7 obj-y += setup.o signal.o sys.o stacktrace.o traps.o
/linux-4.1.27/arch/xtensa/kernel/
DMakefile8 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \

1234