Searched refs:req_type (Results 1 - 25 of 25) 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.c56 int oz_usb_get_desc_req(void *hpd, u8 req_id, u8 req_type, u8 desc_type, argument
66 oz_dbg(ON, " req_type = 0x%x\n", req_type);
83 body->req_type = req_type;
166 static int oz_usb_vendor_class_req(void *hpd, u8 req_id, u8 req_type, argument
183 body->req_type = req_type;
H A Dozprotocol.h191 u8 req_type; member in struct:oz_get_desc_req
203 /* Values for req_type field.
299 u8 req_type; member in struct:oz_vendor_class_req
H A Dozhcd.c162 static int oz_hcd_hub_control(struct usb_hcd *hcd, u16 req_type, u16 wvalue,
2092 static int oz_hcd_hub_control(struct usb_hcd *hcd, u16 req_type, u16 wvalue, argument
2097 switch (req_type) {
2099 oz_dbg(HUB, "ClearHubFeature: %d\n", req_type);
2108 oz_dbg(HUB, "GetHubStatus: req_type = 0x%x\n", req_type);
2115 oz_dbg(HUB, "SetHubFeature: %d\n", req_type);
2121 oz_dbg(HUB, "Other: %d\n", req_type);
/drivers/media/usb/gspca/
H A Dstv0680.c53 u8 req_type = 0; local
58 req_type = USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
62 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
66 req_type = USB_DIR_IN | USB_RECIP_DEVICE;
70 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE;
76 req, req_type,
/drivers/media/usb/tm6000/
H A Dtm6000-core.c35 int tm6000_read_write_usb(struct tm6000_core *dev, u8 req_type, u8 req, argument
51 if (req_type & USB_DIR_IN)
62 (req_type & USB_DIR_IN) ? " IN" : "OUT",
63 req_type, req, value&0xff, value>>8, index&0xff,
66 if (!(req_type & USB_DIR_IN)) {
74 ret = usb_control_msg(dev->udev, pipe, req, req_type, value, index,
77 if (req_type & USB_DIR_IN)
82 if (req_type & USB_DIR_IN)
86 } else if (req_type & USB_DIR_IN) {
99 if (req == REQ_16_SET_GET_I2C_WR1_RDN && !(req_type
[all...]
/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c204 buf[idx++] = req->req_type & 0x7f;
206 switch (req->req_type) {
312 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f);
537 msg->req_type = (raw->msg[0] & 0x7f);
546 switch (msg->req_type) {
562 DRM_ERROR("Got unknown reply 0x%02x\n", msg->req_type);
621 msg->req_type = (raw->msg[0] & 0x7f);
623 switch (msg->req_type) {
629 DRM_ERROR("Got unknown request 0x%02x\n", msg->req_type);
638 req.req_type
1768 drm_dp_encode_up_ack_reply(struct drm_dp_sideband_msg_tx *msg, u8 req_type) argument
1778 drm_dp_send_up_ack_reply(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_mst_branch *mstb, int req_type, int seqno, bool broadcast) argument
[all...]
/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c50 * @req_type: Expected next incoming (from VF) %VFDI_EV_TYPE member.
93 int req_type; member in struct:efx_vf
1399 vf->req_type = VFDI_EV_TYPE_REQ_WORD0;
1402 } else if (seq != (vf->req_seqno++ & 0xff) || type != vf->req_type)
1405 switch (vf->req_type) {
1409 vf->req_addr |= (u64)data << (vf->req_type << 4);
1410 ++vf->req_type;
1415 vf->req_type = VFDI_EV_TYPE_REQ_WORD0;
1427 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;
1756 hba->ccb[tag].req_type = PASSTHRU_REQ_TYPE;
1762 while (hba->ccb[tag].req_type & PASSTHRU_REQ_TYPE) {
1764 hba->ccb[tag].req_type = 0;
H A Dhptiop.c185 u32 req_type = (tag >> 5) & 0x7; local
192 switch (req_type) {
240 u32 req_type = _tag & 0xf; local
243 switch (req_type) {
/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c84 u8 req_type; /* request type */ member in struct:atcs_pref_req_input
609 atcs_input.req_type = ATCS_PCIE_LINK_SPEED;
/drivers/net/wireless/iwlwifi/mvm/
H A Dutils.c606 * @req_type: The part of the driver who call for a change.
613 enum iwl_mvm_smps_type_request req_type,
632 mvmvif->smps_requests[req_type] = smps_request;
612 iwl_mvm_update_smps(struct iwl_mvm *mvm, struct ieee80211_vif *vif, enum iwl_mvm_smps_type_request req_type, enum ieee80211_smps_mode smps_request) argument
H A Dmvm.h1128 enum iwl_mvm_smps_type_request req_type,
/drivers/net/wireless/b43/
H A Dmain.c2173 if ((fw->type == ctx->req_type) &&
2184 switch (ctx->req_type) {
2219 snprintf(ctx->errors[ctx->req_type],
2220 sizeof(ctx->errors[ctx->req_type]),
2225 snprintf(ctx->errors[ctx->req_type],
2226 sizeof(ctx->errors[ctx->req_type]),
2252 fw->type = ctx->req_type;
2257 snprintf(ctx->errors[ctx->req_type],
2258 sizeof(ctx->errors[ctx->req_type]),
2481 fw->opensource = (ctx->req_type
[all...]
H A Db43.h747 enum b43_firmware_file_type req_type; member in struct:b43_request_fw_context
/drivers/scsi/esas2r/
H A Desas2r_int.c360 else if (rq->req_type == RT_DISC_REQ) {
H A Desas2r.h665 u8 req_type; member in struct:esas2r_request
1218 rq->req_type = RT_INI_REQ;
H A Datvda.h481 u8 req_type; member in struct:atto_vda_dh_info
H A Desas2r_disc.c473 rq->req_type = RT_DISC_REQ;
/drivers/scsi/csiostor/
H A Dcsio_lnode.c1777 * @req_type - ELS or CT request type
1790 enum fcoe_cmn_type req_type, struct csio_dma_buf *pld,
1802 rv = csio_ln_mgmt_submit_wr(mgmtm, io_req, req_type, pld, pld_len);
1788 csio_ln_mgmt_submit_req(struct csio_ioreq *io_req, void (*io_cbfn) (struct csio_hw *, struct csio_ioreq *), enum fcoe_cmn_type req_type, struct csio_dma_buf *pld, uint32_t pld_len) argument
/drivers/net/wireless/ath/ath10k/
H A Dwmi.c3458 if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF)
3472 cmd->req_type = __cpu_to_le32(arg->req_type);
3478 "wmi stop scan reqid %d req_type %d vdev/scan_id %d\n",
3479 arg->req_id, arg->req_type, arg->u.scan_id);
H A Dwmi.h2195 __le32 req_type; member in struct:wmi_stop_scan_cmd
2201 enum wmi_stop_scan_type req_type; member in struct:wmi_stop_scan_arg
H A Dmac.c2190 .req_type = WMI_SCAN_STOP_ONE,
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c278 enum bfi_enet_h2i_msgs req_type)
282 bfi_msgq_mhdr_set(req->mh, BFI_MC_ENET, req_type, 0, rxf->rx->rid);
277 bna_bfi_ucast_req(struct bna_rxf *rxf, struct bna_mac *mac, enum bfi_enet_h2i_msgs req_type) argument

Completed in 513 milliseconds