Searched refs:req_type (Results 1 - 13 of 13) sorted by relevance

/drivers/staging/ozwpan/
H A Dozusbif.h25 int oz_usb_get_desc_req(void *hpd, u8 req_id, u8 req_type, u8 desc_type,
H A Dozusbsvc1.c57 int oz_usb_get_desc_req(void *hpd, u8 req_id, u8 req_type, u8 desc_type, argument
66 oz_trace(" req_type = 0x%x\n", req_type);
83 body->req_type = req_type;
159 static int oz_usb_vendor_class_req(void *hpd, u8 req_id, u8 req_type, argument
175 body->req_type = req_type;
H A Dozprotocol.h188 u8 req_type; member in struct:oz_get_desc_req
200 /* Values for req_type field.
296 u8 req_type; member in struct:oz_vendor_class_req
H A Dozhcd.c152 static int oz_hcd_hub_control(struct usb_hcd *hcd, u16 req_type, u16 wvalue,
2061 static int oz_hcd_hub_control(struct usb_hcd *hcd, u16 req_type, u16 wvalue, argument
2066 switch (req_type) {
2068 oz_trace2(OZ_TRACE_HUB, "ClearHubFeature: %d\n", req_type);
2077 oz_trace2(OZ_TRACE_HUB, "GetHubStatus: req_type = 0x%x\n",
2078 req_type);
2085 oz_trace2(OZ_TRACE_HUB, "SetHubFeature: %d\n", req_type);
2091 oz_trace2(OZ_TRACE_HUB, "Other: %d\n", req_type);
/drivers/media/video/gspca/
H A Dstv0680.c57 u8 req_type = 0; local
62 req_type = USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
66 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
70 req_type = USB_DIR_IN | USB_RECIP_DEVICE;
74 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE;
80 req, req_type,
/drivers/media/video/tm6000/
H A Dtm6000-core.c35 int tm6000_read_write_usb(struct tm6000_core *dev, u8 req_type, u8 req, argument
48 if (req_type & USB_DIR_IN)
59 (req_type & USB_DIR_IN) ? " IN" : "OUT",
60 req_type, req, value&0xff, value>>8, index&0xff,
63 if (!(req_type & USB_DIR_IN)) {
71 ret = usb_control_msg(dev->udev, pipe, req, req_type, value, index,
74 if (req_type & USB_DIR_IN)
79 if (req_type & USB_DIR_IN)
83 } else if (req_type & USB_DIR_IN) {
96 if (req == REQ_16_SET_GET_I2C_WR1_RDN && !(req_type
[all...]
/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c47 * @req_type: Expected next incoming (from VF) %VFDI_EV_TYPE member.
90 int req_type; member in struct:efx_vf
1398 vf->req_type = VFDI_EV_TYPE_REQ_WORD0;
1401 } else if (seq != (vf->req_seqno++ & 0xff) || type != vf->req_type)
1404 switch (vf->req_type) {
1408 vf->req_addr |= (u64)data << (vf->req_type << 4);
1409 ++vf->req_type;
1414 vf->req_type = VFDI_EV_TYPE_REQ_WORD0;
1426 vf->req_type = VFDI_EV_TYPE_REQ_WORD0;
/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c329 u8 req_type; local
338 req_type = USB_TYPE_VENDOR | USB_RECIP_OTHER;
347 req_type |= USB_DIR_IN;
351 err = usb_control_msg(dev->udev, p, req_id, req_type, req_value, 0,
/drivers/scsi/
H A Dstex.c288 u32 req_type; member in struct:st_ccb
848 ccb->req_type = 0;
953 ccb->req_type = 0;
1757 hba->ccb[tag].req_type = PASSTHRU_REQ_TYPE;
1763 while (hba->ccb[tag].req_type & PASSTHRU_REQ_TYPE) {
1765 hba->ccb[tag].req_type = 0;
H A Dhptiop.c180 u32 req_type = (tag >> 5) & 0x7; local
187 switch (req_type) {
/drivers/net/wireless/b43/
H A Dmain.c2108 if ((fw->type == ctx->req_type) &&
2119 switch (ctx->req_type) {
2136 snprintf(ctx->errors[ctx->req_type],
2137 sizeof(ctx->errors[ctx->req_type]),
2141 snprintf(ctx->errors[ctx->req_type],
2142 sizeof(ctx->errors[ctx->req_type]),
2167 fw->type = ctx->req_type;
2172 snprintf(ctx->errors[ctx->req_type],
2173 sizeof(ctx->errors[ctx->req_type]),
2411 ctx->req_type
[all...]
H A Db43.h722 enum b43_firmware_file_type req_type; member in struct:b43_request_fw_context
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c282 enum bfi_enet_h2i_msgs req_type)
286 bfi_msgq_mhdr_set(req->mh, BFI_MC_ENET, req_type, 0, rxf->rx->rid);
281 bna_bfi_ucast_req(struct bna_rxf *rxf, struct bna_mac *mac, enum bfi_enet_h2i_msgs req_type) argument

Completed in 820 milliseconds