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

12

/include/linux/usb/
H A Daudio.h37 struct list_head control; member in struct:usb_audio_control_selector
H A Dcdc_ncm.h97 struct usb_interface *control; member in struct:cdc_ncm_ctx
H A Dusbnet.h202 struct usb_interface *control; member in struct:cdc_state
H A Dehci_def.h43 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */
197 u32 control; member in struct:ehci_dbg_port
H A Daudio-v2.h36 static inline bool uac2_control_is_readable(u32 bmControls, u8 control) argument
38 return (bmControls >> (control * 2)) & 0x1;
41 static inline bool uac2_control_is_writeable(u32 bmControls, u8 control) argument
43 return (bmControls >> (control * 2)) & 0x2;
/include/uapi/linux/
H A Dbcm933xx_hcs.h12 __u16 control; member in struct:bcm_hcs
H A Dfirewire-cdev.h731 * @control: Contains the header length (8 uppermost bits),
738 * Use the FW_CDEV_ISO_ macros to fill in @control.
743 * @control.HEADER_LENGTH must be a multiple of 4. It specifies the numbers of
748 * The @control.SY and TAG fields are copied to the iso packet header. These
751 * The @control.SKIP flag specifies that no packet is to be sent in a frame.
752 * When using this, all other fields except @control.INTERRUPT must be zero.
754 * When a packet with the @control.INTERRUPT flag set has been completed, an
759 * @control.HEADER_LENGTH must be a multiple of the context's header_size.
763 * The @control.SY and TAG fields are ignored.
765 * If the @control
799 __u32 control; member in struct:fw_cdev_iso_packet
[all...]
H A Dnvme.h218 __le16 control; member in struct:nvme_rw_command
480 __u16 control; member in struct:nvme_user_io
/include/linux/
H A Dif_frad.h34 unsigned char control; member in struct:frhdr
89 int state; /* state of the S502/8 control latch */
H A Dnetlink.h154 struct netlink_dump_control *control);
157 struct netlink_dump_control *control)
159 if (!control->module)
160 control->module = THIS_MODULE;
162 return __netlink_dump_start(ssk, skb, nlh, control);
155 netlink_dump_start(struct sock *ssk, struct sk_buff *skb, const struct nlmsghdr *nlh, struct netlink_dump_control *control) argument
H A Dcper.h414 __u16 control; member in struct:cper_sec_pcie::__anon168
/include/net/irda/
H A Dirlap_frame.h85 __u8 control; member in struct:disc_frame
90 __u8 control; member in struct:xid_frame
101 __u8 control; member in struct:test_frame
108 __u8 control; member in struct:ua_frame
115 __u8 control; member in struct:dm_frame
120 __u8 control; member in struct:rd_frame
125 __u8 control; member in struct:rr_frame
130 __u8 control; member in struct:i_frame
135 __u8 control; member in struct:snrm_frame
H A Dirlap.h64 * the flow control mechanism (via scheduler and IrTTP).
69 /* Some rare non TTP clients don't implement flow control, and
99 __u8 control; /* Frame type */ member in struct:irlap_info
/include/net/
H A Dlapb.h75 unsigned char control[2]; /* Original control data*/ member in struct:lapb_frame
79 * The per LAPB connection control structure.
94 /* Internal control information */
100 /* FRMR control information */
/include/linux/i2c/
H A Dbfin_twi.h21 u16 control; member in struct:bfin_twi_regs
/include/sound/
H A Dseq_midi_emul.h49 unsigned char control[128]; /* Current value of all controls */ member in struct:snd_midi_channel
87 void (*control)(void *private_data, int type, struct snd_midi_channel *chan); member in struct:snd_midi_op
108 #define gm_bank_select control[0]
109 #define gm_modulation control[1]
110 #define gm_breath control[2]
111 #define gm_foot_pedal control[4]
112 #define gm_portamento_time control[5]
113 #define gm_data_entry control[6]
114 #define gm_volume control[7]
115 #define gm_balance control[
[all...]
H A Dsoc-dapm.h17 #include <sound/control.h>
166 /* additional sequencing control within an event type */
412 /* dapm audio pin control and status */
488 * Defines an audio route originating at source via control and finishing
493 const char *control; member in struct:snd_soc_dapm_route
537 /* dapm control */
H A Dgus.h277 unsigned char control; member in struct:snd_gus_voice
422 unsigned short max_cntrl_val; /* GUS MAX control value */
423 unsigned short mix_cntrl_reg; /* mixer control register */
/include/acpi/
H A Dprocessor.h103 u64 control; /* control value */ member in struct:acpi_processor_px
143 u64 control; /* control value */ member in struct:acpi_processor_tx_tss
/include/media/
H A Dsoc_camera.h35 struct device *control; /* E.g., the i2c client */ member in struct:soc_camera_device
272 return icd->control;
278 struct device *control = to_soc_camera_control(icd); local
279 return dev_get_drvdata(control);
/include/net/bluetooth/
H A Dbluetooth.h291 struct l2cap_ctrl control; member in struct:bt_skb_cb
/include/linux/spi/
H A Dadi_spi3.h100 #define SPI_DLY_LAGX 0x00000200 /* Extended (1 SCK) LAG control */
212 u32 control; member in struct:adi_spi_regs
248 u32 control; member in struct:adi_spi3_chip
/include/drm/
H A DdrmP.h700 struct drm_minor *control; /**< Control node */ member in struct:drm_device
/include/linux/uwb/
H A Dspec.h746 __le16 control; member in struct:uwb_rc_evt_cmd_frame_rcv
/include/scsi/
H A Dsas.h254 u8 control; member in struct:host_to_dev_fis

Completed in 513 milliseconds

12