/linux-4.1.27/arch/x86/mm/ |
D | pat.c | 263 enum page_cache_mode req_type) in pat_x_mtrr_type() argument 269 if (req_type == _PAGE_CACHE_MODE_WB) { in pat_x_mtrr_type() 279 return req_type; in pat_x_mtrr_type() 332 enum page_cache_mode req_type, in reserve_ram_pages_type() argument 338 if (req_type == _PAGE_CACHE_MODE_UC) { in reserve_ram_pages_type() 341 req_type = _PAGE_CACHE_MODE_UC_MINUS; in reserve_ram_pages_type() 351 start, end - 1, type, req_type); in reserve_ram_pages_type() 360 *new_type = req_type; in reserve_ram_pages_type() 364 set_page_memtype(page, req_type); in reserve_ram_pages_type() 393 int reserve_memtype(u64 start, u64 end, enum page_cache_mode req_type, in reserve_memtype() argument [all …]
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | stv0680.c | 53 u8 req_type = 0; in stv_sndctrl() local 58 req_type = USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT; in stv_sndctrl() 62 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT; in stv_sndctrl() 66 req_type = USB_DIR_IN | USB_RECIP_DEVICE; in stv_sndctrl() 70 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE; in stv_sndctrl() 76 req, req_type, in stv_sndctrl()
|
/linux-4.1.27/arch/arm/mach-vexpress/ |
D | spc.c | 309 static int ve_spc_waitforcompletion(int req_type) in ve_spc_waitforcompletion() argument 316 ret = info->cur_rsp_stat & STAT_COMPLETE(req_type) ? 0 : -EIO; in ve_spc_waitforcompletion() 323 int ret, perf, req_type; in ve_spc_set_performance() local 326 req_type = CA15_DVFS; in ve_spc_set_performance() 330 req_type = CA7_DVFS; in ve_spc_set_performance() 344 info->cur_rsp_mask = RESPONSE_MASK(req_type); in ve_spc_set_performance() 347 ret = ve_spc_waitforcompletion(req_type); in ve_spc_set_performance()
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-core.c | 35 int tm6000_read_write_usb(struct tm6000_core *dev, u8 req_type, u8 req, in tm6000_read_write_usb() argument 51 if (req_type & USB_DIR_IN) in tm6000_read_write_usb() 62 (req_type & USB_DIR_IN) ? " IN" : "OUT", in tm6000_read_write_usb() 63 req_type, req, value&0xff, value>>8, index&0xff, in tm6000_read_write_usb() 66 if (!(req_type & USB_DIR_IN)) { in tm6000_read_write_usb() 74 ret = usb_control_msg(dev->udev, pipe, req, req_type, value, index, in tm6000_read_write_usb() 77 if (req_type & USB_DIR_IN) in tm6000_read_write_usb() 82 if (req_type & USB_DIR_IN) in tm6000_read_write_usb() 86 } else if (req_type & USB_DIR_IN) { in tm6000_read_write_usb() 99 if (req == REQ_16_SET_GET_I2C_WR1_RDN && !(req_type & USB_DIR_IN)) { in tm6000_read_write_usb()
|
/linux-4.1.27/net/tipc/ |
D | netlink_compat.c | 57 int req_type; member 243 if (msg->req_type && !TLV_CHECK_TYPE(msg->req, msg->req_type)) in tipc_nl_compat_dumpit() 328 if (msg->req_type && !TLV_CHECK_TYPE(msg->req, msg->req_type)) in tipc_nl_compat_doit() 922 msg->req_type = TIPC_TLV_BEARER_CONFIG; in tipc_nl_compat_handle() 927 msg->req_type = TIPC_TLV_BEARER_NAME; in tipc_nl_compat_handle() 932 msg->req_type = TIPC_TLV_LINK_NAME; in tipc_nl_compat_handle() 939 msg->req_type = TIPC_TLV_NET_ADDR; in tipc_nl_compat_handle() 947 msg->req_type = TIPC_TLV_LINK_CONFIG; in tipc_nl_compat_handle() 952 msg->req_type = TIPC_TLV_LINK_NAME; in tipc_nl_compat_handle() 957 msg->req_type = TIPC_TLV_NAME_TBL_QUERY; in tipc_nl_compat_handle() [all …]
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozusbsvc1.c | 56 int oz_usb_get_desc_req(void *hpd, u8 req_id, u8 req_type, u8 desc_type, in oz_usb_get_desc_req() argument 66 oz_dbg(ON, " req_type = 0x%x\n", req_type); in oz_usb_get_desc_req() 83 body->req_type = req_type; in oz_usb_get_desc_req() 166 static int oz_usb_vendor_class_req(void *hpd, u8 req_id, u8 req_type, in oz_usb_vendor_class_req() argument 183 body->req_type = req_type; in oz_usb_vendor_class_req()
|
D | ozusbif.h | 25 int oz_usb_get_desc_req(void *hpd, u8 req_id, u8 req_type, u8 desc_type,
|
D | ozprotocol.h | 191 u8 req_type; member 299 u8 req_type; member
|
D | ozhcd.c | 162 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, in oz_hcd_hub_control() argument 2097 switch (req_type) { in oz_hcd_hub_control() 2099 oz_dbg(HUB, "ClearHubFeature: %d\n", req_type); in oz_hcd_hub_control() 2108 oz_dbg(HUB, "GetHubStatus: req_type = 0x%x\n", req_type); in oz_hcd_hub_control() 2115 oz_dbg(HUB, "SetHubFeature: %d\n", req_type); in oz_hcd_hub_control() 2121 oz_dbg(HUB, "Other: %d\n", req_type); in oz_hcd_hub_control()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 204 buf[idx++] = req->req_type & 0x7f; in drm_dp_encode_sideband_req() 206 switch (req->req_type) { in drm_dp_encode_sideband_req() 312 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply() 537 msg->req_type = (raw->msg[0] & 0x7f); in drm_dp_sideband_parse_reply() 546 switch (msg->req_type) { in drm_dp_sideband_parse_reply() 562 DRM_ERROR("Got unknown reply 0x%02x\n", msg->req_type); in drm_dp_sideband_parse_reply() 621 msg->req_type = (raw->msg[0] & 0x7f); in drm_dp_sideband_parse_req() 623 switch (msg->req_type) { in drm_dp_sideband_parse_req() 629 DRM_ERROR("Got unknown request 0x%02x\n", msg->req_type); in drm_dp_sideband_parse_req() 638 req.req_type = DP_REMOTE_DPCD_WRITE; in build_dpcd_write() [all …]
|
/linux-4.1.27/include/drm/ |
D | drm_dp_mst_helper.h | 310 u8 req_type; member 329 u8 req_type; member
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | siena_sriov.c | 93 int req_type; member 1421 vf->req_type = VFDI_EV_TYPE_REQ_WORD0; in efx_siena_sriov_event() 1424 } else if (seq != (vf->req_seqno++ & 0xff) || type != vf->req_type) in efx_siena_sriov_event() 1427 switch (vf->req_type) { in efx_siena_sriov_event() 1431 vf->req_addr |= (u64)data << (vf->req_type << 4); in efx_siena_sriov_event() 1432 ++vf->req_type; in efx_siena_sriov_event() 1437 vf->req_type = VFDI_EV_TYPE_REQ_WORD0; in efx_siena_sriov_event() 1449 vf->req_type = VFDI_EV_TYPE_REQ_WORD0; in efx_siena_sriov_event()
|
/linux-4.1.27/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.c | 321 u8 req_type; in pcan_usb_pro_send_req() local 328 req_type = USB_TYPE_VENDOR | USB_RECIP_OTHER; in pcan_usb_pro_send_req() 337 req_type |= USB_DIR_IN; in pcan_usb_pro_send_req() 342 err = usb_control_msg(dev->udev, p, req_id, req_type, req_value, 0, in pcan_usb_pro_send_req()
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | dmtimer.c | 187 static struct omap_dm_timer *_omap_dm_timer_request(int req_type, void *data) in _omap_dm_timer_request() argument 195 switch (req_type) { in _omap_dm_timer_request() 215 switch (req_type) { in _omap_dm_timer_request()
|
/linux-4.1.27/drivers/scsi/ |
D | stex.c | 288 u32 req_type; member 830 ccb->req_type = 0; in stex_mu_intr() 935 ccb->req_type = 0; in stex_ss_mu_intr() 1734 hba->ccb[tag].req_type = PASSTHRU_REQ_TYPE; in stex_hba_stop() 1740 while (hba->ccb[tag].req_type & PASSTHRU_REQ_TYPE) { in stex_hba_stop() 1742 hba->ccb[tag].req_type = 0; in stex_hba_stop()
|
D | hptiop.c | 185 u32 req_type = (tag >> 5) & 0x7; in hptiop_request_callback_mv() local 192 switch (req_type) { in hptiop_request_callback_mv() 240 u32 req_type = _tag & 0xf; in hptiop_request_callback_mvfrey() local 243 switch (req_type) { in hptiop_request_callback_mvfrey()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_acpi.c | 84 u8 req_type; /* request type */ member 609 atcs_input.req_type = ATCS_PCIE_LINK_SPEED; in radeon_acpi_pcie_performance_request()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | main.c | 2211 if ((fw->type == ctx->req_type) && in b43_do_request_fw() 2222 switch (ctx->req_type) { in b43_do_request_fw() 2257 snprintf(ctx->errors[ctx->req_type], in b43_do_request_fw() 2258 sizeof(ctx->errors[ctx->req_type]), in b43_do_request_fw() 2263 snprintf(ctx->errors[ctx->req_type], in b43_do_request_fw() 2264 sizeof(ctx->errors[ctx->req_type]), in b43_do_request_fw() 2290 fw->type = ctx->req_type; in b43_do_request_fw() 2295 snprintf(ctx->errors[ctx->req_type], in b43_do_request_fw() 2296 sizeof(ctx->errors[ctx->req_type]), in b43_do_request_fw() 2519 fw->opensource = (ctx->req_type == B43_FWTYPE_OPENSOURCE); in b43_try_request_fw() [all …]
|
D | b43.h | 749 enum b43_firmware_file_type req_type; member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | utils.c | 748 enum iwl_mvm_smps_type_request req_type, in iwl_mvm_update_smps() argument 767 mvmvif->smps_requests[req_type] = smps_request; in iwl_mvm_update_smps()
|
D | mvm.h | 1350 enum iwl_mvm_smps_type_request req_type,
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r.h | 665 u8 req_type; member 1213 rq->req_type = RT_INI_REQ; in esas2r_rq_init_request()
|
D | esas2r_int.c | 360 else if (rq->req_type == RT_DISC_REQ) { in esas2r_do_deferred_processes()
|
D | atvda.h | 481 u8 req_type; member
|
D | esas2r_disc.c | 473 rq->req_type = RT_DISC_REQ; in esas2r_disc_start_request()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_lnode.c | 1790 enum fcoe_cmn_type req_type, struct csio_dma_buf *pld, in csio_ln_mgmt_submit_req() argument 1802 rv = csio_ln_mgmt_submit_wr(mgmtm, io_req, req_type, pld, pld_len); in csio_ln_mgmt_submit_req()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.c | 1322 if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF) in ath10k_wmi_tlv_op_gen_stop_scan() 1339 cmd->req_type = __cpu_to_le32(arg->req_type); in ath10k_wmi_tlv_op_gen_stop_scan()
|
D | wmi.h | 2213 __le32 req_type; member 2219 enum wmi_stop_scan_type req_type; member
|
D | wmi.c | 4241 if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF) in ath10k_wmi_op_gen_stop_scan() 4255 cmd->req_type = __cpu_to_le32(arg->req_type); in ath10k_wmi_op_gen_stop_scan() 4262 arg->req_id, arg->req_type, arg->u.scan_id); in ath10k_wmi_op_gen_stop_scan()
|
D | mac.c | 2573 .req_type = WMI_SCAN_STOP_ONE, in ath10k_scan_stop()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 279 enum bfi_enet_h2i_msgs req_type) in bna_bfi_ucast_req() argument 283 bfi_msgq_mhdr_set(req->mh, BFI_MC_ENET, req_type, 0, rxf->rx->rid); in bna_bfi_ucast_req()
|