Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/devicetree/bindings/perf/
A Dapm-xgene-pmu.txt16 - regmap-csw : Regmap of the CPU switch fabric (CSW) resource.
41 csw: csw@7e200000 {
42 compatible = "apm,xgene-csw", "syscon";
61 regmap-csw = <&csw>;
/linux-6.3-rc2/Documentation/devicetree/bindings/edac/
A Dapm-xgene-edac.txt15 - regmap-csw : Regmap of the CPU switch fabric (CSW) resource.
51 csw: csw@7e200000 {
52 compatible = "apm,xgene-csw", "syscon";
81 regmap-csw = <&csw>;
/linux-6.3-rc2/drivers/mmc/host/
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()
506 ushc->csw = kzalloc(sizeof(struct ushc_csw), GFP_KERNEL); in ushc_probe()
507 if (ushc->csw == NULL) { in ushc_probe()
512 ushc->csw, sizeof(struct ushc_csw), in ushc_probe()
/linux-6.3-rc2/drivers/tty/vt/
A Dvt.c3606 csw->con_startup(); in do_bind_con_driver()
3615 conswitchp = csw; in do_bind_con_driver()
3628 con_driver_map[i] = csw; in do_bind_con_driver()
3723 if (!con_is_bound(csw)) in do_unbind_con_driver()
3731 module_put(csw->owner); in do_unbind_con_driver()
3748 if (!con_is_bound(csw)) in do_unbind_con_driver()
3768 csw = con->con; in vt_bind()
3819 csw = con->con; in vt_unbind()
4087 con_driver->con = csw; in do_register_con_driver()
4137 if (con_is_bound(csw)) in do_unregister_con_driver()
[all …]
/linux-6.3-rc2/Documentation/admin-guide/perf/
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-6.3-rc2/include/linux/
A Dconsole.h104 int con_is_bound(const struct consw *csw);
105 int do_unregister_con_driver(const struct consw *csw);
A Dvt_kern.h119 int do_unbind_con_driver(const struct consw *csw, int first, int last,
/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_tcm.c76 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_enqueue_sense_code() local
81 csw->Tag = cmd->bot_tag; in bot_enqueue_sense_code()
82 csw->Status = csw_stat; in bot_enqueue_sense_code()
115 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_bad_status() local
119 csw->Residue = cpu_to_le32(cmd->data_len); in bot_send_bad_status()
149 struct bulk_cs_wrap *csw = &fu->bot_status.csw; in bot_send_status() local
163 csw->Tag = cmd->bot_tag; in bot_send_status()
164 csw->Residue = cpu_to_le32(0); in bot_send_status()
165 csw->Status = US_BULK_STAT_OK; in bot_send_status()
325 fu->bot_status.req->buf = &fu->bot_status.csw; in bot_prepare_reqs()
[all …]
A Dtcm.h105 struct bulk_cs_wrap csw; member
A Df_mass_storage.c1651 struct bulk_cs_wrap *csw; in send_status() local
1683 csw = (void *)bh->buf; in send_status()
1685 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN); in send_status()
1686 csw->Tag = common->tag; in send_status()
1687 csw->Residue = cpu_to_le32(common->residue); in send_status()
1688 csw->Status = status; in send_status()
/linux-6.3-rc2/arch/arm64/boot/dts/apm/
A Dapm-shadowcat.dtsi415 csw: csw@7e200000 { label
416 compatible = "apm,xgene-csw", "syscon";
440 regmap-csw = <&csw>;
513 regmap-csw = <&csw>;
A Dapm-storm.dtsi453 csw: csw@7e200000 { label
454 compatible = "apm,xgene-csw", "syscon";
483 regmap-csw = <&csw>;
557 regmap-csw = <&csw>;
/linux-6.3-rc2/drivers/perf/
A Dxgene_pmu.c315 XGENE_PMU_EVENT_ATTR(csw-read-block, 0x06),
316 XGENE_PMU_EVENT_ATTR(csw-read-partial, 0x07),
321 XGENE_PMU_EVENT_ATTR(csw-inbound-dirty, 0x16),
328 XGENE_PMU_EVENT_ATTR(csw-read, 0x02),
329 XGENE_PMU_EVENT_ATTR(csw-write-request, 0x03),
330 XGENE_PMU_EVENT_ATTR(mcb-csw-stall, 0x04),
509 XGENE_PMU_EVENT_ATTR(mcb-csw-req-stall, 0x15),
512 XGENE_PMU_EVENT_ATTR(csw-rd-intf-blocked, 0x18),
513 XGENE_PMU_EVENT_ATTR(csw-local-ack-intf-blocked, 0x19),
/linux-6.3-rc2/Documentation/RCU/
A Dstallwarn.rst401 rcu: hardirqs softirqs csw/system
430 rcu: hardirqs softirqs csw/system
447 rcu: hardirqs softirqs csw/system
461 rcu: hardirqs softirqs csw/system
472 rcu: hardirqs softirqs csw/system

Completed in 49 milliseconds