Searched refs:csw (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/usb/gadget/function/
H A Dtcm.h105 struct bulk_cs_wrap csw; member in struct:bot_status
H A Df_tcm.c76 struct bulk_cs_wrap *csw = &fu->bot_status.csw; local
81 csw->Tag = cmd->bot_tag;
82 csw->Status = csw_stat;
115 struct bulk_cs_wrap *csw = &fu->bot_status.csw; local
119 csw->Residue = cpu_to_le32(cmd->data_len);
149 struct bulk_cs_wrap *csw = &fu->bot_status.csw; local
156 * the pipe and then send the csw wit
[all...]
H A Df_mass_storage.c1667 struct bulk_cs_wrap *csw; local
1699 csw = (void *)bh->buf;
1701 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN);
1702 csw->Tag = common->tag;
1703 csw->Residue = cpu_to_le32(common->residue);
1704 csw->Status = status;
/linux-master/drivers/mmc/host/
H A Dushc.c102 struct ushc_csw *csw; member in struct:ushc_data
221 status = ushc->csw->status;
243 req->cmd->resp[0] = le32_to_cpu(ushc->csw->response);
406 kfree(ushc->csw);
506 ushc->csw = kzalloc(sizeof(struct ushc_csw), GFP_KERNEL);
507 if (ushc->csw == NULL) {
512 ushc->csw, sizeof(struct ushc_csw),
/linux-master/drivers/tty/vt/
H A Dvt.c3758 static int do_bind_con_driver(const struct consw *csw, int first, int last, argument
3761 struct module *owner = csw->owner;
3775 if (con_driver->con == csw) {
3786 csw->con_startup();
3795 conswitchp = csw;
3808 con_driver_map[i] = csw;
3861 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) argument
3863 struct module *owner = csw->owner;
3877 if (con_driver->con == csw &&
3893 if (con_back->con && con_back->con != csw) {
3942 const struct consw *defcsw = NULL, *csw = NULL; local
3992 const struct consw *csw = NULL; local
4115 con_is_bound(const struct consw *csw) argument
4219 do_register_con_driver(const struct consw *csw, int first, int last) argument
4299 do_unregister_con_driver(const struct consw *csw) argument
4376 do_take_over_console(const struct consw *csw, int first, int last, int deflt) argument
4400 give_up_console(const struct consw *csw) argument
[all...]
/linux-master/include/linux/
H A Dconsole.h140 int con_is_bound(const struct consw *csw);
141 int do_unregister_con_driver(const struct consw *csw);
H A Dvt_kern.h126 int do_unbind_con_driver(const struct consw *csw, int first, int last,
/linux-master/drivers/perf/
H A Dxgene_pmu.c313 XGENE_PMU_EVENT_ATTR(csw-read-block, 0x06),
314 XGENE_PMU_EVENT_ATTR(csw-read-partial, 0x07),
319 XGENE_PMU_EVENT_ATTR(csw-inbound-dirty, 0x16),
326 XGENE_PMU_EVENT_ATTR(csw-read, 0x02),
327 XGENE_PMU_EVENT_ATTR(csw-write-request, 0x03),
328 XGENE_PMU_EVENT_ATTR(mcb-csw-stall, 0x04),
507 XGENE_PMU_EVENT_ATTR(mcb-csw-req-stall, 0x15),
510 XGENE_PMU_EVENT_ATTR(csw-rd-intf-blocked, 0x18),
511 XGENE_PMU_EVENT_ATTR(csw-local-ack-intf-blocked, 0x19),
1374 csw_map = syscon_regmap_lookup_by_phandle(np, "regmap-csw");
[all...]

Completed in 262 milliseconds