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

/drivers/mmc/host/
H A Dushc.c106 struct ushc_csw *csw; member in struct:ushc_data
225 status = ushc->csw->status;
247 req->cmd->resp[0] = le32_to_cpu(ushc->csw->response);
410 kfree(ushc->csw);
507 ushc->csw = kzalloc(sizeof(struct ushc_cbw), GFP_KERNEL);
508 if (ushc->csw == NULL) {
513 ushc->csw, sizeof(struct ushc_csw),
/drivers/tty/vt/
H A Dvt.c3020 static int bind_con_driver(const struct consw *csw, int first, int last, argument
3023 struct module *owner = csw->owner;
3037 if (con_driver->con == csw) {
3048 csw->con_startup();
3057 conswitchp = csw;
3070 con_driver_map[i] = csw;
3122 static int con_is_graphics(const struct consw *csw, int first, int last) argument
3140 * @csw: pointer to console driver to unregister
3141 * @first: first in range of consoles that @csw should be unbound from
3142 * @last: last in range of consoles that @csw shoul
3155 unbind_con_driver(const struct consw *csw, int first, int last, int deflt) argument
3244 const struct consw *defcsw = NULL, *csw = NULL; local
3295 const struct consw *csw = NULL; local
3423 con_is_bound(const struct consw *csw) argument
3522 register_con_driver(const struct consw *csw, int first, int last) argument
3603 unregister_con_driver(const struct consw *csw) argument
3645 take_over_console(const struct consw *csw, int first, int last, int deflt) argument
3666 give_up_console(const struct consw *csw) argument
[all...]
/drivers/usb/gadget/
H A Df_mass_storage.c1742 struct bulk_cs_wrap *csw; local
1776 csw = (void *)bh->buf;
1778 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN);
1779 csw->Tag = common->tag;
1780 csw->Residue = cpu_to_le32(common->residue);
1781 csw->Status = status;
H A Dfile_storage.c2160 struct bulk_cs_wrap *csw = bh->buf; local
2163 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN);
2164 csw->Tag = fsg->tag;
2165 csw->Residue = cpu_to_le32(fsg->residue);
2166 csw->Status = status;

Completed in 312 milliseconds