Searched defs:signal (Results 1 - 13 of 13) sorted by relevance

/include/drm/ttm/
H A Dttm_lock.h66 * @signal: Signal to send when kill_takers is true.
76 int signal; member in struct:ttm_lock
106 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
123 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
144 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
184 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
218 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
227 * @signal: Signal to send to the process taking the lock.
240 int signal)
244 lock->signal
239 ttm_lock_set_kill(struct ttm_lock *lock, bool val, int signal) argument
[all...]
/include/linux/
H A Dsignal.h4 #include <asm/signal.h>
30 sigset_t signal; member in struct:sigpending
227 sigemptyset(&sig->signal);
233 /* Test if 'sig' is valid signal. Use this instead of testing _NSIG directly */
265 * In POSIX a signal is sent either to a specific thread (Linux task)
266 * or to the process as a whole (Linux thread group). How the signal
268 * which determines which signal mask(s) are involved in blocking it
269 * from being delivered until later. When the signal is delivered,
273 * The possible effects an unblocked signal set to SIG_DFL can have are:
287 * | POSIX signal | defaul
[all...]
H A Datmdev.h132 #define __ATM_LM_ANALOG 16 /* loop back the analog signal --------' */
366 char signal; /* signal status (ATM_PHY_SIG_*) */ member in struct:atm_dev
440 * Propagate lower layer signal change in atm_dev->signal to netdevice.
443 void atm_dev_signal_change(struct atm_dev *dev, char signal);
519 * Currently we notify of signal found/lost
H A Dcdk.h312 * Define a structure to communicate serial port signal and data state
317 unsigned long signal; member in struct:asysigs
354 unsigned long signal; member in struct:asynotify
H A Dixjuser.h92 * number as a parameter, 0x100 scales the signal by 1.0, 0x200 scales the
93 * signal by 2.0, 0x80 scales the signal by 0.5. No protection is given
95 * signal exceeds 16 bits, overflow distortion will occur. The default
98 * The IXJCTL_REC_LEVEL returns the average signal level (not r.m.s.) on
654 * they occur. To disable signals for an event set the signal to 0.
672 int signal; member in struct:__anon666
H A Dfb.h476 __u16 signal; /* Signal Type - see FB_SIGNAL_* */ member in struct:fb_monspecs
H A Dsched.h7 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */
11 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
72 #include <linux/signal.h>
535 /* current thread group signal load-balancing target: */
538 /* shared signal handling: */
545 * - everyone except group_exit_task is stopped during signal delivery
546 * of fatal signals, group_exit_task processes the signal.
1335 int pdeath_signal; /* The signal sent when the parent dies */
1435 /* signal handlers */
1436 struct signal_struct *signal; member in struct:task_struct
[all...]
H A Dvideodev2.h1797 __s32 signal; member in struct:v4l2_tuner
/include/linux/amba/
H A Dpl08x.h38 * @min_signal: the minimum DMA signal number to be muxed in for this
40 * static assignments, make sure this is set to the assigned signal
44 * @max_signal: the maximum DMA signal number to be muxed in for
48 * mux in the signal to this channel
91 * @signal: the physical signal (aka channel) serving this physical channel
100 int signal; member in struct:pl08x_phy_chan
216 * @get_signal: request a physical signal to be used for a DMA transfer
219 * else it returns the allocated signal number
220 * @put_signal: indicate to the platform that this physical signal i
[all...]
/include/drm/
H A Dvia_drm.h242 __u32 signal; member in struct:drm_via_wait_irq_request
H A Ddrm.h472 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */
483 unsigned long signal; member in struct:drm_wait_vblank_request
/include/net/
H A Dmac80211.h534 * @ack_signal: signal strength of the ACK frame
665 * @RX_FLAG_NO_SIGNAL_VAL: The signal strength value is not present.
694 * @signal: signal strength when receiving this frame, either in dBm, in dB or
707 int signal; member in struct:ieee80211_rx_status
1098 * Hardware can provide signal values but we don't know its units. We
1103 * Hardware gives signal values in dBm, decibel difference from
1230 * @max_signal: Maximum value for signal (rssi) in RX information, used
1420 * to look at the AID in beacons and signal to the AP that it woke up when
1536 * signal strengt
[all...]
H A Dcfg80211.h509 * @STATION_INFO_SIGNAL: @signal filled
623 * @signal: the signal strength, type depends on the wiphy's signal_type
625 * @signal_avg: avg signal strength, type depends on the wiphy's signal_type
656 s8 signal; member in struct:station_info
980 * enum cfg80211_signal_type - signal type
982 * @CFG80211_SIGNAL_TYPE_NONE: no signal strength information available
983 * @CFG80211_SIGNAL_TYPE_MBM: signal strength in mBm (100*dBm)
984 * @CFG80211_SIGNAL_TYPE_UNSPEC: signal strength, increasing from 0 through 100
1012 * @signal
1030 s32 signal; member in struct:cfg80211_bss
[all...]

Completed in 5987 milliseconds