Searched defs:pref (Results 1 - 4 of 4) sorted by relevance

/drivers/media/usb/gspca/gl860/
H A Dgl860.c551 unsigned char pref, u32 req, u16 val, u16 index,
557 if (pref == 0x40) { /* Send */
561 req, pref, val, index,
566 req, pref, val, index, NULL, len, 400);
571 req, pref, val, index,
577 req, pref, val, index, NULL, len, 400);
583 r, pref, req, val, index, len);
550 gl860_RTx(struct gspca_dev *gspca_dev, unsigned char pref, u32 req, u16 val, u16 index, s32 len, void *pdata) argument
/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c69 int pref; member in struct:alua_dh_data
628 h->pref = ucp[0] >> 7;
637 h->pref ? "preferred" : "non-preferred",
766 (!h->pref) &&
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h246 void *pref; local
251 pref = hw_qeit_calc(queue, queue->current_q_offset);
252 prefetch(pref);
253 prefetch(pref + 128);
262 void *pref; local
265 pref = hw_qeit_calc(queue, queue->current_q_offset);
266 prefetch(pref);
267 prefetch(pref + 128);
268 prefetch(pref + 256);
H A Dehea_main.c580 void *pref; local
586 pref = skb_array[x];
587 if (pref) {
588 prefetchw(pref);
589 prefetchw(pref + EHEA_CACHE_LINE);
591 pref = (skb_array[x]->data);
592 prefetch(pref);
593 prefetch(pref + EHEA_CACHE_LINE);
594 prefetch(pref + EHEA_CACHE_LINE * 2);
595 prefetch(pref
607 void *pref; local
[all...]

Completed in 115 milliseconds