req_type
uplcom_pl2303_do(struct usb_device *udev, int8_t req_type, uint8_t request,
req.bmRequestType = req_type;
atcs_input.req_type = ATCS_PCIE_LINK_SPEED;
u8 req_type; /* request type */
req.req_type = DP_REMOTE_DPCD_READ;
u8 req_type;
req_type = txmsg->msg[0] & 0x7f;
if (req_type == DP_CONNECTION_STATUS_NOTIFY ||
req_type == DP_RESOURCE_STATUS_NOTIFY)
static int drm_dp_encode_up_ack_reply(struct drm_dp_sideband_msg_tx *msg, u8 req_type)
reply.req_type = req_type;
int req_type, int seqno, bool broadcast)
buf[idx++] = req->req_type & 0x7f;
drm_dp_encode_up_ack_reply(txmsg, req_type);
switch (req->req_type) {
DRM_DEBUG_KMS("Got NAK reply: req 0x%02x, reason 0x%02x, nak data 0x%02x\n", txmsg->reply.req_type, txmsg->reply.u.nak.reason, txmsg->reply.u.nak.nak_data);
if (msg.req_type == DP_CONNECTION_STATUS_NOTIFY) {
drm_dp_send_up_ack_reply(mgr, mgr->mst_primary, msg.req_type, seqno, false);
} else if (msg.req_type == DP_RESOURCE_STATUS_NOTIFY) {
drm_dp_send_up_ack_reply(mgr, mgr->mst_primary, msg.req_type, seqno, false);
buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f);
msg.req_type = DP_REMOTE_I2C_READ;
msg->req_type = (raw->msg[0] & 0x7f);
switch (msg->req_type) {
DRM_ERROR("Got unknown reply 0x%02x\n", msg->req_type);
msg->req_type = (raw->msg[0] & 0x7f);
switch (msg->req_type) {
DRM_ERROR("Got unknown request 0x%02x\n", msg->req_type);
req.req_type = DP_REMOTE_DPCD_WRITE;
req.req_type = DP_LINK_ADDRESS;
req.req_type = DP_ENUM_PATH_RESOURCES;
req.req_type = DP_ALLOCATE_PAYLOAD;
req.req_type = DP_POWER_UP_PHY;
req.req_type = DP_POWER_DOWN_PHY;
u8 req_type;
u8 req_type;
atcs_input.req_type = ATCS_PCIE_LINK_SPEED;
u8 req_type; /* request type */
u_int32_t req_type = _tag & 0xf;
switch (req_type) {
enum req_type type; /* what sort of request is this? */