Searched refs:csw (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/devicetree/bindings/perf/ |
H A D | apm-xgene-pmu.txt | 16 - 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/Documentation/devicetree/bindings/edac/ |
H A D | apm-xgene-edac.txt | 15 - 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/drivers/mmc/host/ |
H A D | ushc.c | 102 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/drivers/tty/vt/ |
H A D | vt.c | 3768 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver() argument 3771 struct module *owner = csw->owner; in do_bind_con_driver() 3785 if (con_driver->con == csw) { in do_bind_con_driver() 3796 csw->con_startup(); in do_bind_con_driver() 3805 conswitchp = csw; in do_bind_con_driver() 3818 con_driver_map[i] = csw; in do_bind_con_driver() 3871 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument 3873 struct module *owner = csw->owner; in do_unbind_con_driver() 3887 if (con_driver->con == csw && in do_unbind_con_driver() 3903 if (con_back->con && con_back->con != csw) { in do_unbind_con_driver() [all …]
|
/linux/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 76 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 …]
|
H A D | tcm.h | 105 struct bulk_cs_wrap csw; member
|
H A D | f_mass_storage.c | 1667 struct bulk_cs_wrap *csw; in send_status() local 1699 csw = (void *)bh->buf; in send_status() 1701 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN); in send_status() 1702 csw->Tag = common->tag; in send_status() 1703 csw->Residue = cpu_to_le32(common->residue); in send_status() 1704 csw->Status = status; in send_status()
|
/linux/Documentation/admin-guide/perf/ |
H A D | xgene-pmu.rst | 42 mcb1/mcb-csw-stall/ [Kernel PMU event] 44 / # perf stat -a -e l3c0/read-miss/,mcb1/csw-write-request/ sleep 1
|
/linux/arch/arm64/boot/dts/apm/ |
H A D | apm-shadowcat.dtsi | 423 csw: csw@7e200000 { label 424 compatible = "apm,xgene-csw", "syscon"; 448 regmap-csw = <&csw>; 521 regmap-csw = <&csw>;
|
H A D | apm-storm.dtsi | 462 csw: csw@7e200000 { label 463 compatible = "apm,xgene-csw", "syscon"; 492 regmap-csw = <&csw>; 566 regmap-csw = <&csw>;
|
/linux/include/linux/ |
H A D | console.h | 142 int con_is_bound(const struct consw *csw); 143 int do_unregister_con_driver(const struct consw *csw);
|
H A D | vt_kern.h | 126 int do_unbind_con_driver(const struct consw *csw, int first, int last,
|
/linux/Documentation/RCU/ |
H A D | stallwarn.rst | 401 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
|