Searched refs:feature (Results 1 - 25 of 80) sorted by relevance

1234

/drivers/usb/wusbcore/
H A Drh.c194 * Clear a hub feature
200 static int wusbhc_rh_clear_hub_feat(struct wusbhc *wusbhc, u16 feature) argument
204 switch (feature) {
234 * Set a port feature
238 static int wusbhc_rh_set_port_feat(struct wusbhc *wusbhc, u16 feature, argument
246 switch (feature) {
266 port_idx, feature, selector);
270 port_idx, feature, selector);
278 * Clear a port feature...
282 static int wusbhc_rh_clear_port_feat(struct wusbhc *wusbhc, u16 feature, argument
[all...]
H A Dwa-hc.h319 static inline int __wa_feature(struct wahc *wa, unsigned op, u16 feature) argument
324 feature,
330 static inline int __wa_set_feature(struct wahc *wa, u16 feature) argument
332 return __wa_feature(wa, 1, feature);
336 static inline int __wa_clear_feature(struct wahc *wa, u16 feature) argument
338 return __wa_feature(wa, 0, feature);
/drivers/net/wireless/b43/
H A Ddebugfs.h76 bool b43_debug(struct b43_wldev *dev, enum b43_dyndbg feature);
87 static inline bool b43_debug(struct b43_wldev *dev, enum b43_dyndbg feature) argument
/drivers/net/wireless/b43legacy/
H A Ddebugfs.h56 enum b43legacy_dyndbg feature);
69 enum b43legacy_dyndbg feature)
68 b43legacy_debug(struct b43legacy_wldev *dev, enum b43legacy_dyndbg feature) argument
/drivers/dma/
H A Dfsldma.c97 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX)
107 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX)
117 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX)
127 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX)
137 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_83XX)
146 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_83XX)
163 switch (chan->feature & FSL_DMA_IP_MASK) {
203 if (chan->feature & FSL_DMA_CHAN_PAUSE_EXT) {
210 if (chan->feature & FSL_DMA_CHAN_START_EXT) {
233 if ((chan->feature
1224 fsl_dma_chan_probe(struct fsldma_device *fdev, struct device_node *node, u32 feature, const char *compatible) argument
[all...]
H A Dfsldma.h122 u32 feature; /* The same as DMA channels */ member in struct:fsldma_device
126 /* Define macros for fsldma_chan->feature property */
149 u32 feature; member in struct:fsldma_chan
191 (((fsl_chan)->feature & FSL_DMA_BIG_ENDIAN) ? \
194 (((fsl_chan)->feature & FSL_DMA_BIG_ENDIAN) ? \
198 (((fsl_chan)->feature & FSL_DMA_BIG_ENDIAN) ? \
202 (((fsl_chan)->feature & FSL_DMA_BIG_ENDIAN) ? \
/drivers/ata/
H A Dsata_promise.h111 buf[i++] = tf->feature;
135 buf[i++] = tf->feature;
H A Dsata_svw.c157 writew(tf->feature | (((u16)tf->hob_feature) << 8),
168 writew(tf->feature, ioaddr->feature_addr);
185 u16 nsect, lbal, lbam, lbah, feature; local
189 feature = readw(ioaddr->error_addr);
195 tf->feature = feature;
202 tf->hob_feature = feature >> 8;
H A Dsata_vsc.c175 writew(tf->feature | (((u16)tf->hob_feature) << 8),
186 writew(tf->feature, ioaddr->feature_addr);
203 u16 nsect, lbal, lbam, lbah, feature; local
207 feature = readw(ioaddr->error_addr);
213 tf->feature = feature;
220 tf->hob_feature = feature >> 8;
H A Dlibata-acpi.c584 tf->feature = gtf->tf[0]; /* 0x1f1 */
602 tf->feature == SETFEATURES_XFER)
613 tf->feature == ATA_DCO_FREEZE_LOCK)
623 (tf->feature == ATA_SET_MAX_LOCK ||
624 tf->feature == ATA_SET_MAX_FREEZE_LOCK))
629 tf->feature == SETFEATURES_SATA_ENABLE) {
656 * Writes the control, feature, nsect, lbal, lbam, and lbah registers.
711 rtf.command, rtf.feature);
719 err_mask, rtf.command, rtf.feature);
732 tf.command, tf.feature, t
[all...]
H A Dsata_inic162x.c189 u8 feature; /* ATA Feature */ member in struct:inic_cpb
491 cpb->feature = qc->tf.feature;
544 tf->feature = readb(port_base + PORT_TF_FEATURE);
571 rtf->feature = tf.feature;
H A Dlibata-eh.c1530 tf->feature = buf[3];
1571 *r_sense_key = tf.feature >> 4;
1618 tf.feature |= ATAPI_PKT_DMA;
1760 u8 stat = tf->command, err = tf->feature;
1786 qc->result_tf.feature >> 4);
2470 cmd->command, cmd->feature, cmd->nsect,
2475 res->command, res->feature, res->nsect,
2496 (res->feature & (ATA_ICRC | ATA_UNC | ATA_IDNF |
2499 res->feature & ATA_ICRC ? "ICRC " : "",
2500 res->feature
[all...]
/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h248 static inline bool carl9170fw_supports(__le32 list, u8 feature) argument
250 return le32_to_cpu(list) & BIT(feature);
/drivers/ide/
H A Dide-ioctls.c140 tf->feature = args[2];
165 tf->feature == SETFEATURES_XFER &&
203 memcpy(&cmd.tf.feature, &args[1], 6);
211 memcpy(&args[1], &cmd.tf.feature, 6);
H A Dide-disk_proc.c15 tf->feature = ATA_SMART_ENABLE;
31 tf->feature = sub_cmd;
H A Dide-park.c71 tf->feature = 0x44;
/drivers/net/ethernet/ibm/emac/
H A Dcore.h369 unsigned long feature)
371 return (EMAC_FTRS_ALWAYS & feature) ||
372 (EMAC_FTRS_POSSIBLE & dev->features & feature);
368 emac_has_feature(struct emac_instance *dev, unsigned long feature) argument
H A Dmal.h258 unsigned long feature)
260 return (MAL_FTRS_ALWAYS & feature) ||
261 (MAL_FTRS_POSSIBLE & dev->features & feature);
257 mal_has_feature(struct mal_instance *dev, unsigned long feature) argument
/drivers/net/wireless/wl1251/
H A Dacx.c214 struct acx_feature_config *feature; local
217 wl1251_debug(DEBUG_ACX, "acx feature cfg");
219 feature = kzalloc(sizeof(*feature), GFP_KERNEL);
220 if (!feature) {
226 feature->data_flow_options = 0;
227 feature->options = 0;
230 feature, sizeof(*feature));
237 kfree(feature);
[all...]
/drivers/firmware/
H A DKconfig18 not yet implement this feature.
/drivers/hid/
H A Dhid-magicmouse.c500 __u8 feature[] = { 0xd7, 0x01 }; local
548 * Some devices repond with 'invalid report id' when feature
555 ret = hdev->hid_output_raw_report(hdev, feature, sizeof(feature),
557 if (ret != -EIO && ret != sizeof(feature)) {
/drivers/scsi/arm/
H A DKconfig18 This is a feature of SCSI-2 which improves performance: the host
/drivers/usb/host/
H A Dfhci-hub.c231 fhci->vroot_hub->feature &= (1 << wValue);
304 fhci->vroot_hub->feature |= (1 << wValue);
/drivers/video/aty/
H A Datyfb.h198 #define M64_HAS(feature) ((par)->features & (M64F_##feature))
/drivers/net/wireless/wl12xx/
H A Dacx.c123 struct acx_feature_config *feature; local
126 wl1271_debug(DEBUG_ACX, "acx feature cfg");
128 feature = kzalloc(sizeof(*feature), GFP_KERNEL);
129 if (!feature) {
135 feature->role_id = wlvif->role_id;
136 feature->data_flow_options = 0;
137 feature->options = 0;
140 feature, sizeof(*feature));
[all...]

Completed in 724 milliseconds

1234