Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_dp_mst_topology.c206 buf[idx++] = req->req_type & 0x7f; in drm_dp_encode_sideband_req()
208 switch (req->req_type) { in drm_dp_encode_sideband_req()
576 switch (msg->req_type) { in drm_dp_sideband_parse_reply()
656 switch (msg->req_type) { in drm_dp_sideband_parse_req()
685 req.req_type = DP_LINK_ADDRESS; in build_link_address()
708 req.req_type = DP_ALLOCATE_PAYLOAD; in build_allocate_payload()
726 req.req_type = DP_POWER_UP_PHY; in build_power_updown_phy()
728 req.req_type = DP_POWER_DOWN_PHY; in build_power_updown_phy()
1451 u8 req_type; in set_hdr_from_dst_qlock() local
1469 req_type = txmsg->msg[0] & 0x7f; in set_hdr_from_dst_qlock()
[all …]
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps.c418 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument
434 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
496 enum wps_request_type req_type, in wps_build_probe_req_ie() argument
509 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
521 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0, 0) || in wps_build_probe_req_ie()
H A Dwps.h243 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
247 enum wps_request_type req_type,
/dragonfly/usr.sbin/lpr/common_source/
H A Dlp.h130 enum req_type { REQ_START, REQ_RECVJOB, REQ_LIST, REQ_DELETE }; enum
133 enum req_type type; /* what sort of request is this? */
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h320 u8 req_type; member
339 u8 req_type; member
/dragonfly/sys/dev/drm/amd/include/
H A Damd_acpi.h73 u8 req_type; /* request type */ member
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_acpi.c82 u8 req_type; /* request type */ member
608 atcs_input.req_type = ATCS_PCIE_LINK_SPEED; in radeon_acpi_pcie_performance_request()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-cp.c1829 tree req_type = TREE_TYPE (parm); in get_replacement_map() local
1832 if (!useless_type_conversion_p (req_type, TREE_TYPE (value))) in get_replacement_map()
1834 if (fold_convertible_p (req_type, value)) in get_replacement_map()
1835 value = fold_build1 (NOP_EXPR, req_type, value); in get_replacement_map()
1836 else if (TYPE_SIZE (req_type) == TYPE_SIZE (TREE_TYPE (value))) in get_replacement_map()
1837 value = fold_build1 (VIEW_CONVERT_EXPR, req_type, value); in get_replacement_map()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dscan.c51 enum wps_request_type *req_type) in wpas_wps_in_use() argument
61 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use()
72 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use()
527 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
555 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
562 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
/dragonfly/sys/bus/u4b/serial/
H A Duplcom.c476 uplcom_pl2303_do(struct usb_device *udev, int8_t req_type, uint8_t request, in uplcom_pl2303_do() argument
483 req.bmRequestType = req_type; in uplcom_pl2303_do()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acpi.c644 atcs_input.req_type = ATCS_PCIE_LINK_SPEED; in amdgpu_acpi_pcie_performance_request()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-inline.c5954 tree req_type, new_type; in tree_function_versioning() local
5961 req_type = TREE_TYPE (parm); in tree_function_versioning()
5963 if (!useless_type_conversion_p (req_type, new_type)) in tree_function_versioning()
5965 if (fold_convertible_p (req_type, replace_info->new_tree)) in tree_function_versioning()
5967 = fold_build1 (NOP_EXPR, req_type, in tree_function_versioning()
5969 else if (TYPE_SIZE (req_type) == TYPE_SIZE (new_type)) in tree_function_versioning()
5971 = fold_build1 (VIEW_CONVERT_EXPR, req_type, in tree_function_versioning()
/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.c620 u_int32_t req_type = _tag & 0xf; in hptiop_request_callback_mvfrey() local
627 switch (req_type) { in hptiop_request_callback_mvfrey()