mode_switch       361 drivers/greybus/connection.c 	if (connection->mode_switch)
mode_switch       512 drivers/greybus/connection.c 		if (connection->mode_switch) {
mode_switch       807 drivers/greybus/connection.c 	connection->mode_switch = true;
mode_switch       817 drivers/greybus/connection.c 	connection->mode_switch = false;
mode_switch       845 drivers/greybus/connection.c 	if (!connection->mode_switch) {
mode_switch       306 drivers/greybus/greybus_trace.h 		__field(int, mode_switch)	/* bool */
mode_switch       317 drivers/greybus/greybus_trace.h 		__entry->mode_switch = intf->mode_switch;
mode_switch       323 drivers/greybus/greybus_trace.h 		__entry->enabled, __entry->mode_switch)
mode_switch       230 drivers/greybus/interface.c 	if (!intf->mode_switch) {
mode_switch       264 drivers/greybus/interface.c 		intf->mode_switch = false;
mode_switch       296 drivers/greybus/interface.c 	intf->mode_switch = false;
mode_switch       314 drivers/greybus/interface.c 	intf->mode_switch = false;
mode_switch       326 drivers/greybus/interface.c 	if (intf->mode_switch) {
mode_switch       331 drivers/greybus/interface.c 	intf->mode_switch = true;
mode_switch      1049 drivers/greybus/interface.c 	if (intf->mode_switch)
mode_switch      1200 drivers/greybus/interface.c 	if (!intf->mode_switch && !intf->disconnected)
mode_switch       591 drivers/usb/misc/sisusbvga/sisusb_con.c sisusbcon_blank(struct vc_data *c, int blank, int mode_switch)
mode_switch       603 drivers/usb/misc/sisusbvga/sisusb_con.c 	if (mode_switch)
mode_switch      1342 drivers/usb/misc/sisusbvga/sisusb_con.c static int sisusbdummycon_blank(struct vc_data *vc, int blank, int mode_switch)
mode_switch        80 drivers/video/console/dummycon.c static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch)
mode_switch        89 drivers/video/console/dummycon.c static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch)
mode_switch       465 drivers/video/console/mdacon.c static int mdacon_blank(struct vc_data *c, int blank, int mode_switch)
mode_switch       484 drivers/video/console/newport_con.c static int newport_blank(struct vc_data *c, int blank, int mode_switch)
mode_switch       225 drivers/video/console/sticon.c static int sticon_blank(struct vc_data *c, int blank, int mode_switch)
mode_switch       228 drivers/video/console/sticon.c 	if (mode_switch)
mode_switch       234 drivers/video/console/sticon.c     if (mode_switch)
mode_switch        73 drivers/video/console/vgacon.c static int vgacon_blank(struct vc_data *c, int blank, int mode_switch);
mode_switch      1021 drivers/video/console/vgacon.c static int vgacon_blank(struct vc_data *c, int blank, int mode_switch)
mode_switch      1039 drivers/video/console/vgacon.c 		if (!mode_switch && vga_video_type == VIDEO_TYPE_VGAC) {
mode_switch      1047 drivers/video/console/vgacon.c 		if (mode_switch)
mode_switch      1047 drivers/video/fbdev/aty/radeon_base.c int radeon_screen_blank(struct radeonfb_info *rinfo, int blank, int mode_switch)
mode_switch      1088 drivers/video/fbdev/aty/radeon_base.c 			if (mode_switch || blank == FB_BLANK_NORMAL)
mode_switch      1108 drivers/video/fbdev/aty/radeon_base.c 				if (mode_switch) {
mode_switch      1124 drivers/video/fbdev/aty/radeon_base.c 			if (mode_switch || blank == FB_BLANK_NORMAL)
mode_switch       508 drivers/video/fbdev/aty/radeonfb.h extern int radeon_screen_blank(struct radeonfb_info *rinfo, int blank, int mode_switch);
mode_switch       197 drivers/video/fbdev/core/fbcon.c static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch);
mode_switch      2388 drivers/video/fbdev/core/fbcon.c static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch)
mode_switch      2393 drivers/video/fbdev/core/fbcon.c 	if (mode_switch) {
mode_switch      2420 drivers/video/fbdev/core/fbcon.c 	if (mode_switch || fbcon_is_inactive(vc, info) ||
mode_switch        63 include/linux/console.h 	int	(*con_blank)(struct vc_data *vc, int blank, int mode_switch);
mode_switch        64 include/linux/greybus/connection.h 	bool				mode_switch;
mode_switch        63 include/linux/greybus/interface.h 	bool mode_switch;