Home
last modified time | relevance | path

Searched refs:signal (Results 176 – 200 of 2040) sorted by relevance

12345678910>>...82

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h114 enum signal_type signal);
118 enum signal_type signal,
130 enum signal_type signal);
244 enum signal_type signal);
/openbmc/qemu/
H A Dos-posix.c52 static void termsig_handler(int signal, siginfo_t *info, void *c) in termsig_handler() argument
254 signal(SIGTSTP, SIG_IGN); in os_daemonize()
255 signal(SIGTTOU, SIG_IGN); in os_daemonize()
256 signal(SIGTTIN, SIG_IGN); in os_daemonize()
/openbmc/linux/kernel/
H A Dfork.c979 put_signal_struct(tsk->signal); in __put_task_struct()
1856 tsk->signal = sig; in copy_signal()
1964 task->signal->pids[type] = pid; in init_task_pid()
2215 tsk->signal->oom_score_adj = current->signal->oom_score_adj; in copy_oom_score_adj()
2216 tsk->signal->oom_score_adj_min = current->signal->oom_score_adj_min; in copy_oom_score_adj()
2314 sigemptyset(&delayed.signal); in copy_process()
2686 p->signal->shared_pending.signal = delayed.signal; in copy_process()
2687 p->signal->tty = tty_kref_get(current->signal->tty); in copy_process()
2693 p->signal->has_child_subreaper = p->real_parent->signal->has_child_subreaper || in copy_process()
2710 &p->signal->thread_head); in copy_process()
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Dtach_detect.cpp46 stdplus::signal::block(SIGHUP); in main()
47 sdeventplus::source::Signal signal( in main() local
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0005-mmal_exit_fix.patch12 - signal (SIGINT, SIG_DFL);
15 +// signal (SIGINT, SIG_DFL);
/openbmc/linux/tools/testing/selftests/prctl/
H A Ddisable-tsc-ctxt-sw-stress-test.c51 signal(SIGSEGV, sigsegv_expect); in segvtask()
72 signal(SIGSEGV, sigsegv_fail); in rdtsctask()
/openbmc/u-boot/board/d-link/dns325/
H A Dkwbimage.cfg128 # bit7-4: 2, 2 cycles from read command to assertion of M_ODT signal
129 # bit11-8: 5, 5 cycles from read command to de-assertion of M_ODT signal
130 # bit15-12: 5, 5 cycles from read command to assertion of internal ODT signal
131 # bit19-16: 8, 8 cycles from read command to de-assertion of internal ODT signal
135 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal
136 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal
137 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal
138 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dov7670.txt13 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
22 signal during horizontal blankings.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A D0001-Add-missing-standard-headers-for-str-and-exit-APIs.patch34 #include <signal.h>
53 #include <signal.h>
63 #include <signal.h>
/openbmc/linux/drivers/s390/cio/
H A Dcrw.c65 int ccode, signal; in crw_collect_info() local
69 signal = wait_event_interruptible(crw_handler_wait_q, in crw_collect_info()
71 if (unlikely(signal)) in crw_collect_info()
/openbmc/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c290 if (synapse->signal->id != count->synapses[0].signal->id) { in stm32_lptim_cnt_action_read()
336 || synapse->signal->id != count->synapses[0].signal->id) in stm32_lptim_cnt_action_write()
377 .signal = &stm32_lptim_cnt_signals[0]
382 .signal = &stm32_lptim_cnt_signals[1]
H A Dstm32-timer-cnt.c250 if (synapse->signal->id == count->synapses[0].signal->id) in stm32_action_read()
257 if (synapse->signal->id == count->synapses[1].signal->id) in stm32_action_read()
294 .signal = &stm32_signals[0]
299 .signal = &stm32_signals[1]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/
H A Dinitd.smartd82 if start-stop-daemon --stop --quiet --signal 1 \
92 if start-stop-daemon --stop --quiet --signal 10 \
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_hpo_dp.h44 enum signal_type signal,
49 enum signal_type signal);
H A Dlink_hwss_dio.h41 enum signal_type signal,
46 enum signal_type signal);
/openbmc/linux/tools/perf/ui/gtk/
H A Dannotate.c197 signal(SIGSEGV, perf_gtk__signal); in symbol__gtk_annotate()
198 signal(SIGFPE, perf_gtk__signal); in symbol__gtk_annotate()
199 signal(SIGINT, perf_gtk__signal); in symbol__gtk_annotate()
200 signal(SIGQUIT, perf_gtk__signal); in symbol__gtk_annotate()
201 signal(SIGTERM, perf_gtk__signal); in symbol__gtk_annotate()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py14 import signal
83 self.assertEqual(result.status, -signal.SIGTERM)
93 self.assertEqual(result.status, -signal.SIGTERM)
109 self.assertEqual(result.status, -signal.SIGTERM)
/openbmc/linux/kernel/sched/
H A Dautogroup.c38 init_task->signal->autogroup = &autogroup_default; in autogroup_init()
79 ag = autogroup_kref_get(p->signal->autogroup); in autogroup_task_get()
167 prev = p->signal->autogroup; in autogroup_move_group()
173 p->signal->autogroup = autogroup_kref_get(ag); in autogroup_move_group()
/openbmc/linux/include/linux/
H A Dtick.h217 extern void tick_nohz_dep_clear_signal(struct signal_struct *signal,
267 static inline void tick_dep_clear_signal(struct signal_struct *signal, in tick_dep_clear_signal() argument
271 tick_nohz_dep_clear_signal(signal, bit); in tick_dep_clear_signal()
296 static inline void tick_dep_clear_signal(struct signal_struct *signal, in tick_dep_clear_signal() argument
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/
H A DReset.interface.yaml25 Reset button released signal
28 Reset button pressed signal
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.cpp154 auto signal = bus.new_signal(objPath.data(), in timeOutHandler() local
156 signal.append(convertForMessage(action).c_str()); in timeOutHandler()
157 signal.signal_send(); in timeOutHandler()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c996 cntl.signal = SIGNAL_TYPE_EDP; in dce110_edp_backlight_control()
1299 audio_output->signal = pipe_ctx->stream->signal; in build_audio_output()
1461 pipe_ctx->stream->signal, in dce110_enable_stream_timing()
1505 pipe_ctx->stream->signal, in apply_single_controller_ctx_to_hw()
1523 stream->signal); in apply_single_controller_ctx_to_hw()
1530 stream->signal); in apply_single_controller_ctx_to_hw()
1616 signal = SIGNAL_TYPE_NONE; in power_down_encoders()
3028 enum signal_type signal, in dce110_enable_tmds_link_output() argument
3037 signal, in dce110_enable_tmds_link_output()
3045 enum signal_type signal, in dce110_enable_dp_link_output() argument
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0299.c478 u8 signal = 0xff - stv0299_readreg (state, 0x18); in stv0299_read_status() local
484 if (signal > 10) in stv0299_read_status()
518 s32 signal = 0xffff - ((stv0299_readreg (state, 0x18) << 8) in stv0299_read_signal_strength() local
523 stv0299_readreg (state, 0x19), (int) signal); in stv0299_read_signal_strength()
525 signal = signal * 5 / 4; in stv0299_read_signal_strength()
526 *strength = (signal > 0xffff) ? 0xffff : (signal < 0) ? 0 : signal; in stv0299_read_signal_strength()
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dvideo-interfaces.yaml56 might need to be different when there is any signal modifications on the bus
57 between two devices, e.g. there are logic signal inverters on the lines.
118 Active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
124 Active state of the VSYNC signal, 0/1 for LOW/HIGH respectively. Note,
138 Similar to HSYNC and VSYNC, specifies the data enable signal polarity.
144 Field signal level during the even field data transmission.
151 clock signal.
157 Active state of Sync-on-green (SoG) signal, 0/1 for LOW/HIGH respectively.
216 Whether the clock signal is used as clock (0) or strobe (1). Used with
/openbmc/linux/Documentation/driver-api/
H A Dpwm.rst55 maintain the power output but has more freedom regarding signal form.
56 If supported by the driver, the signal can be optimized, for example to improve
108 The total period of the PWM signal (read/write).
113 The active time of the PWM signal (read/write).
117 Changes the polarity of the PWM signal (read/write).
123 Enable/disable the PWM signal (read/write).
144 signal conventions in the PWM framework. By definition, normal polarity
145 characterizes a signal starts high for the duration of the duty cycle and
146 goes low for the remainder of the period. Conversely, a signal with inversed

12345678910>>...82