Home
last modified time | relevance | path

Searched full:csw (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/mmc/host/
H A Dushc.c102 struct ushc_csw *csw; member
221 status = ushc->csw->status; in csw_callback()
243 req->cmd->resp[0] = le32_to_cpu(ushc->csw->response); in csw_callback()
308 /* Submit CSW. */ in ushc_request()
406 kfree(ushc->csw); in ushc_clean_up()
504 ushc->csw = kzalloc(sizeof(struct ushc_csw), GFP_KERNEL); in ushc_probe()
505 if (ushc->csw == NULL) { in ushc_probe()
510 ushc->csw, sizeof(struct ushc_csw), in ushc_probe()
/linux/Documentation/admin-guide/perf/
H A Dxgene-pmu.rst42 mcb1/mcb-csw-stall/ [Kernel PMU event]
44 / # perf stat -a -e l3c0/read-miss/,mcb1/csw-write-request/ sleep 1
/linux/drivers/usb/gadget/function/
H A Df_tcm.c72 /* CSW completed, wait for next CBW */ in bot_status_complete()
78 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code() local
83 csw->Tag = cmd->bot_tag; in bot_enqueue_sense_code()
84 csw->Status = csw_stat; in bot_enqueue_sense_code()
117 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status() local
121 csw->Residue = cpu_to_le32(cmd->data_len); in bot_send_bad_status()
151 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status() local
158 * the pipe and then send the csw with reside set. in bot_send_status()
165 csw->Tag = cmd->bot_tag; in bot_send_status()
166 csw->Residue = cpu_to_le32(0); in bot_send_status()
[all …]
H A Df_mass_storage.c1667 struct bulk_cs_wrap *csw; in send_status() local
1698 /* Store and send the Bulk-only CSW */ in send_status()
1699 csw = (void *)bh->buf; in send_status()
1701 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN); in send_status()
1702 csw->Tag = common->tag; in send_status()
1703 csw->Residue = cpu_to_le32(common->residue); in send_status()
1704 csw->Status = status; in send_status()
/linux/drivers/usb/storage/
H A Doption_ms.c63 /* Read the CSW */ in option_rezero()
114 /* Read the CSW */ in option_inquiry()
H A Dene_ub6250.c530 /* Get CSW for device status */ in ene_send_scsi_cmd()
535 usb_stor_dbg(us, "Received 0-length CSW; retrying...\n"); in ene_send_scsi_cmd()
542 usb_stor_dbg(us, "Attempting to get CSW (2nd try)...\n"); in ene_send_scsi_cmd()
/linux/include/linux/
H A Dvt_kern.h126 int do_unbind_con_driver(const struct consw *csw, int first, int last,
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_sf.h80 "Kick 3D: FWCtx 0x%08.8x @ %d, RTD 0x%08x. Partial render:%d, CSW resume:%d, prio:%d" },
84 "Kick 3D TQ: FWCtx 0x%08.8x @ %d, CSW resume:%d, prio: %d" },
92 … "Kick TA: FWCtx 0x%08.8x @ %d, RTD 0x%08x. First kick:%d, Last kick:%d, CSW resume:%d, prio:%d" },
314 …"Kick TA: FWCtx 0x%08.8x @ %d, RTD 0x%08x, First kick:%d, Last kick:%d, CSW resume:%d. (PID:%d, pr…
316 …"Kick 3D: FWCtx 0x%08.8x @ %d, RTD 0x%08x, Partial render:%d, CSW resume:%d. (PID:%d, prio:%d, fra…
318 …"Kick 3D TQ: FWCtx 0x%08.8x @ %d, CSW resume:%d. (PID:%d, prio:%d, frame:%d, ext:0x%08x, int:0x%08…
530 …"Kick TA: Kick ID %u FWCtx 0x%08.8x @ %d, RTD 0x%08x, First kick:%d, Last kick:%d, CSW resume:%d. …
532 …"Kick 3D: Kick ID %u FWCtx 0x%08.8x @ %d, RTD 0x%08x, Partial render:%d, CSW resume:%d. (PID:%d, p…
H A Dpvr_rogue_fwif.h44 "main,mts,cleanup,csw,bif,pm,rtd,spm,pow,hwr,hwp,rpm,dma,misc,debug"
/linux/kernel/rcu/
H A Dtree_stall.h495 pr_err("\t hardirqs softirqs csw/system\n"); in print_cpu_stat_info()