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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dconsole.h67 int con_is_bound(const struct consw *csw);
68 int register_con_driver(const struct consw *csw, int first, int last);
69 int unregister_con_driver(const struct consw *csw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvt.c2869 static int bind_con_driver(const struct consw *csw, int first, int last, argument
2872 struct module *owner = csw->owner;
2886 if (con_driver->con == csw) {
2897 csw->con_startup();
2906 conswitchp = csw;
2919 con_driver_map[i] = csw;
2971 static int con_is_graphics(const struct consw *csw, int first, int last) argument
2987 static int unbind_con_driver(const struct consw *csw, int first, int last, argument
2990 struct module *owner = csw->owner;
3004 if (con_driver->con == csw
3076 const struct consw *defcsw = NULL, *csw = NULL; local
3127 const struct consw *csw = NULL; local
3255 con_is_bound(const struct consw *csw) argument
3280 register_con_driver(const struct consw *csw, int first, int last) argument
3360 unregister_con_driver(const struct consw *csw) argument
3402 take_over_console(const struct consw *csw, int first, int last, int deflt) argument
3418 give_up_console(const struct consw *csw) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c2479 struct bulk_cs_wrap *csw = bh->buf; local
2482 csw->Signature = __constant_cpu_to_le32(USB_BULK_CS_SIG);
2483 csw->Tag = fsg->tag;
2484 csw->Residue = cpu_to_le32(fsg->residue);
2485 csw->Status = status;

Completed in 323 milliseconds