Home
last modified time | relevance | path

Searched refs:csw (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/edac/
Dapm-xgene-edac.txt15 - regmap-csw : Regmap of the CPU switch fabric (CSW) resource.
47 csw: csw@7e200000 {
48 compatible = "apm,xgene-csw", "syscon";
72 regmap-csw = <&csw>;
/linux-4.4.14/drivers/mmc/host/
Dushc.c106 struct ushc_csw *csw; member
225 status = ushc->csw->status; in csw_callback()
247 req->cmd->resp[0] = le32_to_cpu(ushc->csw->response); in csw_callback()
410 kfree(ushc->csw); in ushc_clean_up()
507 ushc->csw = kzalloc(sizeof(struct ushc_csw), GFP_KERNEL); in ushc_probe()
508 if (ushc->csw == NULL) { in ushc_probe()
513 ushc->csw, sizeof(struct ushc_csw), in ushc_probe()
/linux-4.4.14/drivers/tty/vt/
Dvt.c3107 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver() argument
3110 struct module *owner = csw->owner; in do_bind_con_driver()
3124 if (con_driver->con == csw) { in do_bind_con_driver()
3135 csw->con_startup(); in do_bind_con_driver()
3144 conswitchp = csw; in do_bind_con_driver()
3157 con_driver_map[i] = csw; in do_bind_con_driver()
3210 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument
3212 struct module *owner = csw->owner; in do_unbind_con_driver()
3226 if (con_driver->con == csw && in do_unbind_con_driver()
3242 if (con_back->con && con_back->con != csw) { in do_unbind_con_driver()
[all …]
/linux-4.4.14/include/linux/
Dconsole.h77 int con_is_bound(const struct consw *csw);
78 int do_unregister_con_driver(const struct consw *csw);
Dvt_kern.h134 extern int do_unbind_con_driver(const struct consw *csw, int first, int last,
/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c72 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code() local
86 csw->Tag = cmd->bot_tag; in bot_enqueue_sense_code()
87 csw->Status = csw_stat; in bot_enqueue_sense_code()
120 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status() local
124 csw->Residue = cpu_to_le32(cmd->data_len); in bot_send_bad_status()
154 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status() local
168 csw->Tag = cmd->bot_tag; in bot_send_status()
169 csw->Residue = cpu_to_le32(0); in bot_send_status()
170 csw->Status = US_BULK_STAT_OK; in bot_send_status()
330 fu->bot_status.req->buf = &fu->bot_status.csw; in bot_prepare_reqs()
[all …]
Dtcm_usb_gadget.h101 struct bulk_cs_wrap csw; member
/linux-4.4.14/arch/arm64/boot/dts/apm/
Dapm-storm.dtsi427 csw: csw@7e200000 { label
428 compatible = "apm,xgene-csw", "syscon";
452 regmap-csw = <&csw>;
/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c1630 struct bulk_cs_wrap *csw; in send_status() local
1664 csw = (void *)bh->buf; in send_status()
1666 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN); in send_status()
1667 csw->Tag = common->tag; in send_status()
1668 csw->Residue = cpu_to_le32(common->residue); in send_status()
1669 csw->Status = status; in send_status()