Searched defs:cid (Results 1 - 25 of 79) sorted by relevance

1234

/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_smp.c69 enum mdp5_client_id cid, int nblks)
71 struct mdp5_client_smp_state *ps = &mdp5_kms->smp_client_state[cid];
106 enum mdp5_client_id cid, mdp5_smp_state_t *assigned)
120 val |= MDP5_SMP_ALLOC_W_REG_CLIENT0(cid);
124 val |= MDP5_SMP_ALLOC_W_REG_CLIENT1(cid);
128 val |= MDP5_SMP_ALLOC_W_REG_CLIENT2(cid);
138 void mdp5_smp_configure(struct mdp5_kms *mdp5_kms, enum mdp5_client_id cid) argument
140 struct mdp5_client_smp_state *ps = &mdp5_kms->smp_client_state[cid];
145 update_smp_state(mdp5_kms, cid, &assigned);
149 void mdp5_smp_commit(struct mdp5_kms *mdp5_kms, enum mdp5_client_id cid) argument
68 mdp5_smp_request(struct mdp5_kms *mdp5_kms, enum mdp5_client_id cid, int nblks) argument
105 update_smp_state(struct mdp5_kms *mdp5_kms, enum mdp5_client_id cid, mdp5_smp_state_t *assigned) argument
[all...]
/drivers/target/iscsi/
H A Discsi_target_erl2.c111 u16 cid)
117 if (cr->cid == cid) {
244 cmd->stat_sn, cr->cid);
256 dropped_count, cr->cid, exp_statsn);
261 cr->cid, sess->sid);
265 " %hu on SID: %u\n", cr->cid, sess->sid);
284 if (ooo_cmdsn->cid != conn->cid)
290 ooo_cmdsn->cmdsn, conn->cid);
109 iscsit_get_inactive_connection_recovery_entry( struct iscsi_session *sess, u16 cid) argument
[all...]
H A Discsi_target_login.c237 __be16 cid)
240 conn->cid = be16_to_cpu(cid);
295 iscsi_login_set_conn_values(sess, conn, pdu->cid);
541 iscsi_login_set_conn_values(NULL, conn, pdu->cid);
598 iscsi_login_set_conn_values(sess, conn, pdu->cid);
626 u16 cid,
640 conn_ptr = iscsit_get_conn_from_cid_rcfr(sess, cid);
644 conn_ptr->cid, sess->sess_ops->InitiatorName);
661 sess, cid);
234 iscsi_login_set_conn_values( struct iscsi_session *sess, struct iscsi_conn *conn, __be16 cid) argument
624 iscsi_login_post_auth_non_zero_tsih( struct iscsi_conn *conn, u16 cid, u32 exp_statsn) argument
[all...]
/drivers/acpi/acpica/
H A Devrgnini.c353 struct acpi_pnp_device_id_list *cid; local
373 status = acpi_ut_execute_CID(node, &cid);
380 for (i = 0; i < cid->count; i++) {
381 if (acpi_ut_is_pci_root_bridge(cid->ids[i].string)) {
382 ACPI_FREE(cid);
387 ACPI_FREE(cid);
H A Dnsxfeval.c657 struct acpi_pnp_device_id_list *cid; local
707 status = acpi_ut_execute_CID(node, &cid);
717 for (i = 0; i < cid->count; i++) {
718 if (ACPI_STRCMP(cid->ids[i].string, info->hid)
728 ACPI_FREE(cid);
/drivers/misc/vmw_vmci/
H A Dvmci_resource.c54 u32 cid = r->handle.context; local
59 (cid == handle.context || cid == VMCI_INVALID_ID)) {
H A Dvmci_context.h50 u32 cid; member in struct:vmci_ctx
134 struct vmci_ctx *vmci_ctx_create(u32 cid, u32 flags,
140 int vmci_ctx_enqueue_datagram(u32 cid, struct vmci_datagram *dg);
143 int vmci_ctx_pending_datagrams(u32 cid, u32 *pending);
144 struct vmci_ctx *vmci_ctx_get(u32 cid);
146 bool vmci_ctx_exists(u32 cid);
165 int vmci_ctx_notify_dbell(u32 cid, struct vmci_handle handle,
179 return context->cid;
H A Dvmci_context.c84 struct vmci_ctx *vmci_ctx_create(u32 cid, u32 priv_flags, argument
92 if (cid == VMCI_INVALID_ID) {
163 while (vmci_ctx_exists(cid)) {
165 cid = max(cid, VMCI_RESERVED_CID_LIMIT - 1) + 1;
166 if (cid == VMCI_INVALID_ID)
167 cid = VMCI_RESERVED_CID_LIMIT;
169 context->cid = cid;
200 * Fire notification for all contexts interested in given cid
277 vmci_ctx_pending_datagrams(u32 cid, u32 *pending) argument
297 vmci_ctx_enqueue_datagram(u32 cid, struct vmci_datagram *dg) argument
371 vmci_ctx_exists(u32 cid) argument
392 vmci_ctx_get(u32 cid) argument
[all...]
H A Dvmci_host.c63 u32 cid; member in struct:vmci_init_blk
321 vmci_host_dev->context = vmci_ctx_create(init_block.cid,
333 * Copy cid to userlevel, we do this to allow the VMX
334 * to enforce its policy on cid generation.
336 init_block.cid = vmci_ctx_get_id(vmci_host_dev->context);
361 u32 cid; local
403 cid = vmci_ctx_get_id(vmci_host_dev->context);
404 send_info.result = vmci_datagram_dispatch(cid, dg, true);
449 u32 cid; local
456 cid
666 u32 cid; local
688 u32 cid; local
711 u32 cid; local
743 u32 cid; local
821 u32 cid; local
874 u32 cid; local
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c26 u32 cid = BMI_DONE; local
35 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid));
48 u32 cid = BMI_GET_TARGET_INFO; local
51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid);
55 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid));
116 u32 cid = BMI_READ_MEMORY; local
123 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid);
127 size = ar->bmi.max_data_size + sizeof(cid)
172 u32 cid = BMI_WRITE_MEMORY; local
239 u32 cid = BMI_EXECUTE; local
286 u32 cid = BMI_SET_APP_START; local
322 u32 cid = BMI_READ_SOC_REGISTER; local
365 u32 cid = BMI_WRITE_SOC_REGISTER; local
405 u32 cid = BMI_LZ_DATA; local
456 u32 cid = BMI_LZ_STREAM_START; local
[all...]
/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c97 int cid = wil_rxdesc_cid(d); local
100 struct wil_sta_info *sta = &wil->sta[cid];
107 mid, cid, tid, seq);
H A Dmain.c77 static void wil_disconnect_cid(struct wil6210_priv *wil, int cid) argument
82 struct wil_sta_info *sta = &wil->sta[cid];
84 wil_dbg_misc(wil, "%s(CID %d, status %d)\n", __func__, cid,
115 if (wil->vring2cid_tid[i][0] == cid)
123 int cid = -ENOENT; local
129 cid = wil_find_cid(wil, bssid);
130 wil_dbg_misc(wil, "%s(%pM, CID %d)\n", __func__, bssid, cid);
135 if (cid >= 0) /* disconnect 1 peer */
136 wil_disconnect_cid(wil, cid);
138 for (cid
284 int cid = wil->pending_connect_cid; local
[all...]
H A Dcfg80211.c107 int wil_cid_fill_sinfo(struct wil6210_priv *wil, int cid, argument
111 .cid = cid,
118 struct wil_net_stats *stats = &wil->sta[cid].stats;
131 cid, le16_to_cpu(reply.evt.bf_mcs),
180 int cid = wil_find_cid(wil, mac); local
182 wil_dbg_misc(wil, "%s(%pM) CID %d\n", __func__, mac, cid);
183 if (cid < 0)
184 return cid;
186 rc = wil_cid_fill_sinfo(wil, cid, sinf
215 int cid = wil_find_cid_by_idx(wil, idx); local
[all...]
H A Dtxrx.c392 int cid; local
433 cid = wil_rxdesc_cid(d);
434 stats = &wil->sta[cid].stats;
529 int cid = wil_rxdesc_cid(d); local
530 struct wil_net_stats *stats = &wil->sta[cid].stats;
642 int cid, int tid)
653 .cidxtid = mk_cidxtid(cid, tid),
686 wil->vring2cid_tid[id][0] = cid;
738 int cid = wil_find_cid(wil, eth->h_dest); local
740 if (cid <
641 wil_vring_init_tx(struct wil6210_priv *wil, int id, int size, int cid, int tid) argument
770 int cid = wil->vring2cid_tid[vring_index][0]; local
787 u8 cid; local
1104 int cid = wil->vring2cid_tid[ringid][0]; local
[all...]
/drivers/bcma/
H A Dmain.c519 const struct bcma_device_id *cid = &core->id; local
523 if ((did->manuf == cid->manuf || did->manuf == BCMA_ANY_MANUF) &&
524 (did->id == cid->id || did->id == BCMA_ANY_ID) &&
525 (did->rev == cid->rev || did->rev == BCMA_ANY_REV) &&
526 (did->class == cid->class || did->class == BCMA_ANY_CLASS))
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fifo.c541 * @cid: The hardware context id used for the query.
546 uint32_t cid)
550 * actually finish all queries for this cid
569 cmd->body.cid = cid;
590 * @cid: The hardware context id used for the query.
595 uint32_t cid)
599 * actually finish all queries for this cid
618 cmd->body.cid = cid;
545 vmw_fifo_emit_dummy_legacy_query(struct vmw_private *dev_priv, uint32_t cid) argument
594 vmw_fifo_emit_dummy_gb_query(struct vmw_private *dev_priv, uint32_t cid) argument
648 vmw_fifo_emit_dummy_query(struct vmw_private *dev_priv, uint32_t cid) argument
[all...]
/drivers/memory/
H A Dtegra20-mc.c134 int idx, cid; local
167 cid = (req >> reg[idx].cid_shift) & MC_CLIENT_ID_MASK;
168 if (cid < ARRAY_SIZE(tegra20_mc_client))
169 client = tegra20_mc_client[cid];
H A Dtegra30-mc.c211 int cid, perm, type, idx; local
234 cid = err & MC_CLIENT_ID_MASK;
235 if (cid < ARRAY_SIZE(tegra30_mc_client))
236 client = tegra30_mc_client[cid];
/drivers/mfd/
H A Dab3100-otp.c43 * @cid customer ID
55 u16 cid:14; member in struct:ab3100_otp
87 otp->cid = ((otpval[1] << 8) | otpval[0]) & 0x3fff;
108 seq_printf(s, "CID: 0x%04x (decimal: %d)\n", otp->cid, otp->cid);
168 SHOW_AB3100_ATTR(cid)
178 __ATTR(cid, S_IRUGO, ab3100_otp_cid_show, NULL),
/drivers/mmc/core/
H A Dmmc_ops.c193 int mmc_all_send_cid(struct mmc_host *host, u32 *cid) argument
199 BUG_ON(!cid);
209 memcpy(cid, cmd.resp, sizeof(u32) * 4);
353 int mmc_send_cid(struct mmc_host *host, u32 *cid) argument
362 cid, MMC_SEND_CID);
374 cid[i] = be32_to_cpu(cid_tmp[i]);
H A Dsd.c77 memset(&card->cid, 0, sizeof(struct mmc_cid));
83 card->cid.manfid = UNSTUFF_BITS(resp, 120, 8);
84 card->cid.oemid = UNSTUFF_BITS(resp, 104, 16);
85 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);
86 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8);
87 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8);
88 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8);
89 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8);
90 card->cid.hwrev = UNSTUFF_BITS(resp, 60, 4);
91 card->cid
718 mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr) argument
929 u32 cid[4]; local
[all...]
H A Dmmc.c74 card->cid.manfid = UNSTUFF_BITS(resp, 104, 24);
75 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);
76 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8);
77 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8);
78 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8);
79 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8);
80 card->cid.prod_name[5] = UNSTUFF_BITS(resp, 56, 8);
81 card->cid.prod_name[6] = UNSTUFF_BITS(resp, 48, 8);
82 card->cid.hwrev = UNSTUFF_BITS(resp, 44, 4);
83 card->cid
1253 u32 cid[4]; local
[all...]
/drivers/amba/
H A Dbus.c324 u32 pid, cid; local
327 * Read pid and cid based on size of resource
333 for (cid = 0, i = 0; i < 4; i++)
334 cid |= (readl(tmp + size - 0x10 + 4 * i) & 255) <<
339 if (cid == AMBA_CID)
/drivers/input/touchscreen/
H A Dcyttsp_core.h72 u8 cid[3]; member in struct:cyttsp_sysinfo_data
/drivers/isdn/gigaset/
H A Dcommon.c352 event->cid = -1;
521 struct cardstate *cs, int cid)
541 at_state->cid = cid;
542 if (!cid)
800 bcs->at_state.cid = -1; /* No CID defined */
520 gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs, struct cardstate *cs, int cid) argument

Completed in 401 milliseconds

1234