/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vt.c | 3639 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver() argument 3642 struct module *owner = csw->owner; in do_bind_con_driver() 3656 if (con_driver->con == csw) { in do_bind_con_driver() 3667 csw->con_startup(); in do_bind_con_driver() 3676 conswitchp = csw; in do_bind_con_driver() 3689 con_driver_map[i] = csw; in do_bind_con_driver() 3742 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument 3744 struct module *owner = csw->owner; in do_unbind_con_driver() 3758 if (con_driver->con == csw && in do_unbind_con_driver() 3774 if (con_back->con && con_back->con != csw) { in do_unbind_con_driver() 3823 const struct consw *defcsw = NULL, *csw = NULL; vt_bind() local 3873 const struct consw *csw = NULL; vt_unbind() local 3996 con_is_bound(const struct consw *csw) con_is_bound() argument 4113 do_register_con_driver(const struct consw *csw, int first, int last) do_register_con_driver() argument 4193 do_unregister_con_driver(const struct consw *csw) do_unregister_con_driver() argument 4270 do_take_over_console(const struct consw *csw, int first, int last, int deflt) do_take_over_console() argument 4294 give_up_console(const struct consw *csw) give_up_console() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt.c | 3570 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver() argument 3573 struct module *owner = csw->owner; in do_bind_con_driver() 3587 if (con_driver->con == csw) { in do_bind_con_driver() 3598 csw->con_startup(); in do_bind_con_driver() 3607 conswitchp = csw; in do_bind_con_driver() 3620 con_driver_map[i] = csw; in do_bind_con_driver() 3673 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument 3675 struct module *owner = csw->owner; in do_unbind_con_driver() 3689 if (con_driver->con == csw && in do_unbind_con_driver() 3705 if (con_back->con && con_back->con != csw) { in do_unbind_con_driver() 3754 const struct consw *defcsw = NULL, *csw = NULL; vt_bind() local 3804 const struct consw *csw = NULL; vt_unbind() local 3927 con_is_bound(const struct consw *csw) con_is_bound() argument 4044 do_register_con_driver(const struct consw *csw, int first, int last) do_register_con_driver() argument 4124 do_unregister_con_driver(const struct consw *csw) do_unregister_con_driver() argument 4201 do_take_over_console(const struct consw *csw, int first, int last, int deflt) do_take_over_console() argument 4225 give_up_console(const struct consw *csw) give_up_console() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | console.h | 102 int con_is_bound(const struct consw *csw); 103 int do_unregister_con_driver(const struct consw *csw);
|
H A D | vt_kern.h | 132 int do_unbind_con_driver(const struct consw *csw, int first, int last,
|
/kernel/linux/linux-6.6/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 156 * the pipe and then send the csw wit in bot_send_status() [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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | console.h | 104 int con_is_bound(const struct consw *csw); 105 int do_unregister_con_driver(const struct consw *csw);
|
H A D | vt_kern.h | 119 int do_unbind_con_driver(const struct consw *csw, int first, int last,
|
/kernel/linux/linux-5.10/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 156 * the pipe and then send the csw wit in bot_send_status() [all...] |
H A D | tcm.h | 105 struct bulk_cs_wrap csw; member
|
H A D | f_mass_storage.c | 1618 struct bulk_cs_wrap *csw; in send_status() local 1650 csw = (void *)bh->buf; in send_status() 1652 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN); in send_status() 1653 csw->Tag = common->tag; in send_status() 1654 csw->Residue = cpu_to_le32(common->residue); in send_status() 1655 csw->Status = status; in send_status()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | xgene_pmu.c | 318 XGENE_PMU_EVENT_ATTR(csw-read-block, 0x06), 319 XGENE_PMU_EVENT_ATTR(csw-read-partial, 0x07), 324 XGENE_PMU_EVENT_ATTR(csw-inbound-dirty, 0x16), 331 XGENE_PMU_EVENT_ATTR(csw-read, 0x02), 332 XGENE_PMU_EVENT_ATTR(csw-write-request, 0x03), 333 XGENE_PMU_EVENT_ATTR(mcb-csw-stall, 0x04), 512 XGENE_PMU_EVENT_ATTR(mcb-csw-req-stall, 0x15), 515 XGENE_PMU_EVENT_ATTR(csw-rd-intf-blocked, 0x18), 516 XGENE_PMU_EVENT_ATTR(csw-local-ack-intf-blocked, 0x19), 1380 csw_map = syscon_regmap_lookup_by_phandle(np, "regmap-csw"); in fdt_pmu_probe_active_mcb_mcu_l3c() [all...] |
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | xgene_pmu.c | 315 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), 1376 csw_map = syscon_regmap_lookup_by_phandle(np, "regmap-csw"); in fdt_pmu_probe_active_mcb_mcu_l3c() [all...] |