Home
last modified time | relevance | path

Searched refs:csw (Results 1 – 6 of 6) 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()
406 kfree(ushc->csw); in ushc_clean_up()
504 ushc->csw = kzalloc_obj(struct ushc_csw); in ushc_probe()
505 if (ushc->csw == NULL) { in ushc_probe()
510 ushc->csw, sizeof(struct ushc_csw), in ushc_probe()
/linux/drivers/tty/vt/
H A Dvt.c3897 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver() argument
3900 struct module *owner = csw->owner; in do_bind_con_driver()
3914 if (con_driver->con == csw) { in do_bind_con_driver()
3925 csw->con_startup(); in do_bind_con_driver()
3934 conswitchp = csw; in do_bind_con_driver()
3947 con_driver_map[i] = csw; in do_bind_con_driver()
4000 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument
4002 struct module *owner = csw->owner; in do_unbind_con_driver()
4016 if (con_driver->con == csw && in do_unbind_con_driver()
4032 if (con_back->con && con_back->con != csw) { in do_unbind_con_driver()
[all …]
/linux/drivers/usb/gadget/function/
H A Df_tcm.c78 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
165 csw->Tag = cmd->bot_tag; in bot_send_status()
166 csw->Residue = cpu_to_le32(0); in bot_send_status()
167 csw->Status = US_BULK_STAT_OK; in bot_send_status()
328 fu->bot_status.req->buf = &fu->bot_status.csw; in bot_prepare_reqs()
[all …]
H A Df_mass_storage.c1668 struct bulk_cs_wrap *csw; in send_status() local
1700 csw = (void *)bh->buf; in send_status()
1702 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN); in send_status()
1703 csw->Tag = common->tag; in send_status()
1704 csw->Residue = cpu_to_le32(common->residue); in send_status()
1705 csw->Status = status; in send_status()
/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/include/linux/
H A Dvt_kern.h126 int do_unbind_con_driver(const struct consw *csw, int first, int last,