Home
last modified time | relevance | path

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

1234

/linux-6.12.1/drivers/gpu/drm/tests/
Ddrm_dp_mst_helper_test.c228 .req_type = DP_ENUM_PATH_RESOURCES,
235 .req_type = DP_POWER_UP_PHY,
242 .req_type = DP_POWER_DOWN_PHY,
249 .req_type = DP_ALLOCATE_PAYLOAD,
257 .req_type = DP_ALLOCATE_PAYLOAD,
264 .req_type = DP_ALLOCATE_PAYLOAD,
271 .req_type = DP_ALLOCATE_PAYLOAD,
278 .req_type = DP_QUERY_PAYLOAD,
285 .req_type = DP_QUERY_PAYLOAD,
292 .req_type = DP_REMOTE_DPCD_READ,
[all …]
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hwrm.c28 static u64 hwrm_calc_sentinel(struct bnxt_hwrm_ctx *ctx, u16 req_type) in hwrm_calc_sentinel() argument
30 return (((uintptr_t)ctx) + req_type) ^ BNXT_HWRM_SENTINEL; in hwrm_calc_sentinel()
61 int __hwrm_req_init(struct bnxt *bp, void **req, u16 req_type, u32 req_len) in __hwrm_req_init() argument
77 ctx->sentinel = hwrm_calc_sentinel(ctx, req_type); in __hwrm_req_init()
89 ctx->req->req_type = cpu_to_le16(req_type); in __hwrm_req_init()
113 sentinel = hwrm_calc_sentinel(ctx, le16_to_cpu(req->req_type)); in __hwrm_ctx()
117 (u32)le16_to_cpu(req->req_type)); in __hwrm_ctx()
196 u16 req_type; in hwrm_req_replace() local
216 internal_req->req_type = ((struct input *)new_req)->req_type; in hwrm_req_replace()
225 req_type = le16_to_cpu(internal_req->req_type); in hwrm_req_replace()
[all …]
Dbnxt_hsi.h19 __le16 req_type; member
29 __le16 req_type; member
75 __le16 req_type; member
85 __le16 req_type; member
92 __le16 req_type; member
106 __le16 req_type; member
606 __le16 req_type; member
632 __le16 req_type; member
646 __le16 req_type; member
1534 __le16 req_type; member
[all …]
Dbnxt_hwrm.h95 static inline bool bnxt_cfa_hwrm_message(u16 req_type) in bnxt_cfa_hwrm_message() argument
97 switch (req_type) { in bnxt_cfa_hwrm_message()
124 (bnxt_cfa_hwrm_message(le16_to_cpu(req->req_type)) || in bnxt_kong_hwrm_message()
128 int __hwrm_req_init(struct bnxt *bp, void **req, u16 req_type, u32 req_len);
129 #define hwrm_req_init(bp, req, req_type) \ argument
130 __hwrm_req_init((bp), (void **)&(req), (req_type), sizeof(*(req)))
Dbnxt_coredump.h96 __le16 req_type; member
107 __le16 req_type; member
/linux-6.12.1/arch/x86/mm/pat/
Dmemtype.c362 enum page_cache_mode req_type) in pat_x_mtrr_type() argument
368 if (req_type == _PAGE_CACHE_MODE_WB) { in pat_x_mtrr_type()
378 return req_type; in pat_x_mtrr_type()
436 enum page_cache_mode req_type, in reserve_ram_pages_type() argument
442 if (req_type == _PAGE_CACHE_MODE_WP) { in reserve_ram_pages_type()
448 if (req_type == _PAGE_CACHE_MODE_UC) { in reserve_ram_pages_type()
451 req_type = _PAGE_CACHE_MODE_UC_MINUS; in reserve_ram_pages_type()
461 start, end - 1, type, req_type); in reserve_ram_pages_type()
470 *new_type = req_type; in reserve_ram_pages_type()
474 set_page_memtype(page, req_type); in reserve_ram_pages_type()
[all …]
/linux-6.12.1/drivers/infiniband/hw/qedr/
Dqedr_hsi_rdma.h294 u8 req_type; member
324 u8 req_type; member
358 u8 req_type; member
406 u8 req_type; member
461 u8 req_type; member
482 u8 req_type; member
532 u8 req_type; member
586 u8 req_type; member
610 u8 req_type; member
645 u8 req_type; member
[all …]
/linux-6.12.1/drivers/media/usb/gspca/
Dstv0680.c39 u8 req_type = 0; in stv_sndctrl() local
44 req_type = USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT; in stv_sndctrl()
48 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT; in stv_sndctrl()
52 req_type = USB_DIR_IN | USB_RECIP_DEVICE; in stv_sndctrl()
56 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE; in stv_sndctrl()
62 req, req_type, in stv_sndctrl()
/linux-6.12.1/drivers/crypto/hisilicon/zip/
Dzip_crypto.c74 void (*fill_req_type)(struct hisi_zip_sqe *sqe, u8 req_type);
173 static void hisi_zip_fill_req_type(struct hisi_zip_sqe *sqe, u8 req_type) in hisi_zip_fill_req_type() argument
178 val |= FIELD_PREP(HZIP_REQ_TYPE_M, req_type); in hisi_zip_fill_req_type()
197 u8 req_type, struct hisi_zip_req *req) in hisi_zip_fill_sqe() argument
206 ops->fill_req_type(sqe, req_type); in hisi_zip_fill_sqe()
244 hisi_zip_fill_sqe(qp_ctx->ctx, &zip_sqe, qp->req_type, req); in hisi_zip_do_work()
361 int alg_type, int req_type) in hisi_zip_start_qp() argument
366 qp->req_type = req_type; in hisi_zip_start_qp()
400 static int hisi_zip_ctx_init(struct hisi_zip_ctx *hisi_zip_ctx, u8 req_type, int node) in hisi_zip_ctx_init() argument
419 ret = hisi_zip_start_qp(qps[i], qp_ctx, i, req_type); in hisi_zip_ctx_init()
/linux-6.12.1/drivers/nfc/st95hf/
Dspi.h37 enum req_type { enum
45 enum req_type reqtype);
/linux-6.12.1/arch/arm/mach-versatile/
Dspc.c303 static int ve_spc_waitforcompletion(int req_type) in ve_spc_waitforcompletion() argument
310 ret = info->cur_rsp_stat & STAT_COMPLETE(req_type) ? 0 : -EIO; in ve_spc_waitforcompletion()
317 int ret, perf, req_type; in ve_spc_set_performance() local
320 req_type = CA15_DVFS; in ve_spc_set_performance()
323 req_type = CA7_DVFS; in ve_spc_set_performance()
336 info->cur_rsp_mask = RESPONSE_MASK(req_type); in ve_spc_set_performance()
339 ret = ve_spc_waitforcompletion(req_type); in ve_spc_set_performance()
/linux-6.12.1/net/mac80211/
Ds1g.c104 twt_agrt->req_type &= cpu_to_le16(~IEEE80211_TWT_REQTYPE_REQUEST); in ieee80211_s1g_rx_twt_setup()
108 twt_agrt->req_type &= in ieee80211_s1g_rx_twt_setup()
110 twt_agrt->req_type |= in ieee80211_s1g_rx_twt_setup()
141 u8 flowid = le16_get_bits(twt_agrt->req_type, in ieee80211_s1g_tx_twt_setup_fail()
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c105 static const char *drm_dp_mst_req_type_str(u8 req_type) in drm_dp_mst_req_type_str() argument
126 if (req_type >= ARRAY_SIZE(req_type_str) || in drm_dp_mst_req_type_str()
127 !req_type_str[req_type]) in drm_dp_mst_req_type_str()
130 return req_type_str[req_type]; in drm_dp_mst_req_type_str()
340 buf[idx++] = req->req_type & 0x7f; in drm_dp_encode_sideband_req()
342 switch (req->req_type) { in drm_dp_encode_sideband_req()
462 req->req_type = buf[idx++] & 0x7f; in drm_dp_decode_sideband_req()
463 switch (req->req_type) { in drm_dp_decode_sideband_req()
604 if (req->req_type == DP_LINK_ADDRESS) { in drm_dp_dump_sideband_msg_req_body()
606 P("type=%s\n", drm_dp_mst_req_type_str(req->req_type)); in drm_dp_dump_sideband_msg_req_body()
[all …]
/linux-6.12.1/drivers/mmc/host/
Dsdhci-msm.c1515 static void sdhci_msm_check_power_status(struct sdhci_host *host, u32 req_type) in sdhci_msm_check_power_status() argument
1525 mmc_hostname(host->mmc), __func__, req_type, in sdhci_msm_check_power_status()
1537 if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) && in sdhci_msm_check_power_status()
1554 if ((req_type & REQ_IO_HIGH) && !host->pwr) { in sdhci_msm_check_power_status()
1556 mmc_hostname(host->mmc), req_type); in sdhci_msm_check_power_status()
1559 if ((req_type & msm_host->curr_pwr_state) || in sdhci_msm_check_power_status()
1560 (req_type & msm_host->curr_io_level)) in sdhci_msm_check_power_status()
1574 mmc_hostname(host->mmc), req_type); in sdhci_msm_check_power_status()
1577 __func__, req_type); in sdhci_msm_check_power_status()
2077 u32 req_type = 0; in __sdhci_msm_check_write() local
[all …]
/linux-6.12.1/drivers/net/wireless/mediatek/mt7601u/
Dtrace.h99 TP_PROTO(struct mt7601u_dev *dev, unsigned pipe, u8 req, u8 req_type,
101 TP_ARGS(dev, pipe, req, req_type, val, offset, buf, buflen, ret),
104 __field(unsigned, pipe) __field(u8, req) __field(u8, req_type)
112 __entry->req_type = req_type;
122 __entry->req_type, __entry->val, __entry->offset,
Dusb.c94 const u8 req_type = direction | USB_TYPE_VENDOR | USB_RECIP_DEVICE; in mt7601u_vendor_request() local
99 ret = usb_control_msg(usb_dev, pipe, req, req_type, in mt7601u_vendor_request()
102 trace_mt_vend_req(dev, pipe, req, req_type, val, offset, in mt7601u_vendor_request()
/linux-6.12.1/net/tipc/
Dnetlink_compat.c58 int req_type; member
282 if (msg->req_type && (!msg->req_size || in tipc_nl_compat_dumpit()
283 !TLV_CHECK_TYPE(msg->req, msg->req_type))) in tipc_nl_compat_dumpit()
389 if (msg->req_type && (!msg->req_size || in tipc_nl_compat_doit()
390 !TLV_CHECK_TYPE(msg->req, msg->req_type))) in tipc_nl_compat_doit()
1211 msg->req_type = TIPC_TLV_BEARER_CONFIG; in tipc_nl_compat_handle()
1216 msg->req_type = TIPC_TLV_BEARER_NAME; in tipc_nl_compat_handle()
1221 msg->req_type = TIPC_TLV_LINK_NAME; in tipc_nl_compat_handle()
1228 msg->req_type = TIPC_TLV_NET_ADDR; in tipc_nl_compat_handle()
1236 msg->req_type = TIPC_TLV_LINK_CONFIG; in tipc_nl_compat_handle()
[all …]
/linux-6.12.1/drivers/iommu/
Diommu.c1590 __iommu_group_alloc_default_domain(struct iommu_group *group, int req_type) in __iommu_group_alloc_default_domain() argument
1592 if (group->default_domain && group->default_domain->type == req_type) in __iommu_group_alloc_default_domain()
1594 return __iommu_group_domain_alloc(group, req_type); in __iommu_group_alloc_default_domain()
1602 iommu_group_alloc_default_domain(struct iommu_group *group, int req_type) in iommu_group_alloc_default_domain() argument
1615 if (req_type != ops->default_domain->type) in iommu_group_alloc_default_domain()
1620 if (req_type) in iommu_group_alloc_default_domain()
1621 return __iommu_group_alloc_default_domain(group, req_type); in iommu_group_alloc_default_domain()
2952 int req_type; in iommu_setup_default_domain() local
2957 req_type = iommu_get_default_domain_type(group, target_type); in iommu_setup_default_domain()
2958 if (req_type < 0) in iommu_setup_default_domain()
[all …]
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dusb.c18 int __mt76u_vendor_request(struct mt76_dev *dev, u8 req, u8 req_type, in __mt76u_vendor_request() argument
28 pipe = (req_type & USB_DIR_IN) ? usb_rcvctrlpipe(udev, 0) in __mt76u_vendor_request()
34 ret = usb_control_msg(udev, pipe, req, req_type, val, in __mt76u_vendor_request()
50 u8 req_type, u16 val, u16 offset, in mt76u_vendor_request() argument
56 ret = __mt76u_vendor_request(dev, req, req_type, in mt76u_vendor_request()
65 u32 ___mt76u_rr(struct mt76_dev *dev, u8 req, u8 req_type, u32 addr) in ___mt76u_rr() argument
71 ret = __mt76u_vendor_request(dev, req, req_type, addr >> 16, in ___mt76u_rr()
112 void ___mt76u_wr(struct mt76_dev *dev, u8 req, u8 req_type, in ___mt76u_wr() argument
118 __mt76u_vendor_request(dev, req, req_type, addr >> 16, in ___mt76u_wr()
/linux-6.12.1/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_rep.c119 rep_cfg.req_type = LIO_VF_REP_REQ_STATE; in lio_vf_rep_open()
152 rep_cfg.req_type = LIO_VF_REP_REQ_STATE; in lio_vf_rep_stop()
209 rep_cfg.req_type = LIO_VF_REP_REQ_MTU; in lio_vf_rep_change_mtu()
473 rep_cfg.req_type = LIO_VF_REP_REQ_STATS; in lio_vf_rep_fetch_stats()
638 rep_cfg.req_type = LIO_VF_REP_REQ_DEVNAME; in lio_vf_rep_netdev_event()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c2264 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7915_mac_check_twt_req()
2268 le16_to_cpu(twt_agrt->req_type)); in mt7915_mac_check_twt_req()
2283 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_twt_param_equal()
2314 u16 req_type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_add_twt_setup() local
2339 twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID); in mt7915_mac_add_twt_setup()
2340 twt_agrt->req_type |= le16_encode_bits(flowid, in mt7915_mac_add_twt_setup()
2344 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type); in mt7915_mac_add_twt_setup()
2345 sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type); in mt7915_mac_add_twt_setup()
2359 flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION); in mt7915_mac_add_twt_setup()
2360 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7915_mac_add_twt_setup()
[all …]
/linux-6.12.1/drivers/crypto/cavium/cpt/
Dcptvf_algs.h22 enum req_type { enum
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/
Dmac.c2524 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7996_mac_check_twt_req()
2528 le16_to_cpu(twt_agrt->req_type)); in mt7996_mac_check_twt_req()
2543 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7996_mac_twt_param_equal()
2574 u16 req_type = le16_to_cpu(twt_agrt->req_type); in mt7996_mac_add_twt_setup() local
2601 twt_agrt->req_type &= ~cpu_to_le16(IEEE80211_TWT_REQTYPE_FLOWID); in mt7996_mac_add_twt_setup()
2602 twt_agrt->req_type |= le16_encode_bits(flowid, in mt7996_mac_add_twt_setup()
2606 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type); in mt7996_mac_add_twt_setup()
2607 sta_setup_cmd = FIELD_GET(IEEE80211_TWT_REQTYPE_SETUP_CMD, req_type); in mt7996_mac_add_twt_setup()
2618 flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION); in mt7996_mac_add_twt_setup()
2619 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7996_mac_add_twt_setup()
[all …]
/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dsiena_sriov.c92 int req_type; member
1428 vf->req_type = VFDI_EV_TYPE_REQ_WORD0; in efx_siena_sriov_event()
1431 } else if (seq != (vf->req_seqno++ & 0xff) || type != vf->req_type) in efx_siena_sriov_event()
1434 switch (vf->req_type) { in efx_siena_sriov_event()
1438 vf->req_addr |= (u64)data << (vf->req_type << 4); in efx_siena_sriov_event()
1439 ++vf->req_type; in efx_siena_sriov_event()
1444 vf->req_type = VFDI_EV_TYPE_REQ_WORD0; in efx_siena_sriov_event()
1456 vf->req_type = VFDI_EV_TYPE_REQ_WORD0; in efx_siena_sriov_event()
/linux-6.12.1/drivers/virt/vboxguest/
Dvboxguest_core.h205 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,

1234