Searched defs:control (Results 26 - 37 of 37) sorted by relevance

12

/include/uapi/sound/
H A Dasequencer.h47 /** control messages (channel specific)
248 /* queue timer control */
285 struct snd_seq_ev_ctrl control; member in union:snd_seq_event::__anon2342
H A Dasound.h93 SNDRV_HWDEP_IFACE_SB_RC, /* SB Extigy/Audigy2NX remote control */
297 unsigned int device; /* RO/WR (control): device number */
298 unsigned int subdevice; /* RO/WR (control): subdevice number */
299 int stream; /* RO/WR (control): stream direction */
450 struct snd_pcm_mmap_control control; member in union:snd_pcm_sync_ptr::__anon2352
576 unsigned int device; /* RO/WR (control): device number */
577 unsigned int subdevice; /* RO/WR (control): subdevice number */
767 * Section for driver control interface - /dev/snd/control? *
796 #define SNDRV_CTL_ELEM_IFACE_CARD ((__force snd_ctl_elem_iface_t) 0) /* global control */
[all...]
/include/xen/interface/
H A Dplatform.h277 uint16_t val_a; /* PM1a control / sleep type A. */
278 uint16_t val_b; /* PM1b control / sleep type B. */
390 uint64_t control; /* control value */ member in struct:xen_processor_px
/include/acpi/
H A Dactbl1.h194 struct acpi_generic_address control; /* Address of EC command/status register */ member in struct:acpi_table_ecdt
/include/net/
H A Dip_vs.h534 struct ip_vs_conn *control; /* Master control connection */ member in struct:ip_vs_conn
1198 struct ip_vs_conn *ctl_cp = cp->control;
1200 IP_VS_ERR_BUF("request control DEL for uncontrolled: "
1210 IP_VS_DBG_BUF(7, "DELeting control for: "
1217 cp->control = NULL;
1219 IP_VS_ERR_BUF("BUG control DEL with n=0 : "
1234 if (cp->control) {
1235 IP_VS_ERR_BUF("request control ADD for already controlled: "
1245 IP_VS_DBG_BUF(7, "ADDing control fo
[all...]
H A Dmac80211.h128 * @acm: is mandatory admission control required for the access category
454 * set by rate control algorithms to indicate probe rate, will
549 * enum mac80211_tx_control_flags - flags to describe transmit control
551 * @IEEE80211_TX_CTRL_PORT_CTRL_PROTO: this frame is a port control
554 * These flags are used in tx_info->control.flags.
577 * These flags are set by the Rate control algorithm for each rate during tx,
631 * @flags: rate control flags (&enum mac80211_rate_control_flags)
641 * in the control information, and it will be filled by the rate
642 * control algorithm according to what should be sent. For example,
687 * (1) mac80211 TX control
735 } control; member in union:ieee80211_tx_info::__anon1265
[all...]
H A Dcfg80211.h92 * Channel flags set by the regulatory control code.
105 * channel as the control or any of the secondary channels.
110 * channel as the control or any of the secondary channels.
354 * @chan: the (control) channel
395 * @channel: the control channel
581 * @control_port_ethertype: the control port protocol that should be
583 * @control_port_no_encrypt: TRUE to prevent encryption of control port
636 * struct cfg80211_acl_data - Access control list data
672 * MAC address based access control
1101 * @MONITOR_FLAG_CONTROL: pass control frame
1830 } control[IEEE80211_NUM_BANDS]; member in struct:cfg80211_bitrate_mask
[all...]
/include/scsi/
H A Dscsi.h203 __u8 control; member in struct:scsi_varlen_cdb_hdr
/include/sound/
H A Dpcm.h328 struct snd_pcm_mmap_control *control; member in struct:snd_pcm_runtime
608 snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_ptr;
621 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr;
648 return snd_pcm_playback_avail(runtime) >= runtime->control->avail_min;
662 return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min;
1079 * PCM channel-mapping control API
/include/uapi/linux/
H A Dhdreg.h103 __u8 control; member in struct:hd_drive_hob_hdr
H A Dkvm.h523 __u32 control; member in struct:kvm_guest_debug
929 * Device control API, available with KVM_CAP_DEVICE_CTRL
/include/linux/
H A Dieee80211.h76 /* control */
108 /* control extension - for IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTL_EXT */
250 * @fc: frame control bytes in little-endian byteorder
259 * @fc: frame control bytes in little-endian byteorder
268 * @fc: frame control bytes in little-endian byteorder
278 * @fc: frame control bytes in little-endian byteorder
287 * @fc: frame control bytes in little-endian byteorder
296 * @fc: frame control bytes in little-endian byteorder
305 * @fc: frame control bytes in little-endian byteorder
314 * @fc: frame control byte
1176 __le16 control; member in struct:ieee80211_bar
[all...]

Completed in 1034 milliseconds

12