Home
last modified time | relevance | path

Searched refs:mode_switch (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/greybus/
H A Dgreybus_trace.h306 __field(int, mode_switch) /* bool */
317 __entry->mode_switch = intf->mode_switch;
323 __entry->enabled, __entry->mode_switch)
H A Dinterface.c230 if (!intf->mode_switch) { in gb_interface_mailbox_event()
264 intf->mode_switch = false; in gb_interface_mode_switch_work()
296 intf->mode_switch = false; in gb_interface_mode_switch_work()
314 intf->mode_switch = false; in gb_interface_mode_switch_work()
326 if (intf->mode_switch) { in gb_interface_request_mode_switch()
331 intf->mode_switch = true; in gb_interface_request_mode_switch()
1049 if (intf->mode_switch) in gb_interface_deactivate()
1200 if (!intf->mode_switch && !intf->disconnected) in gb_interface_disable()
H A Dconnection.c361 if (connection->mode_switch) in gb_connection_hd_cport_quiesce()
509 if (connection->mode_switch) { in gb_connection_control_disconnected()
804 connection->mode_switch = true; in gb_connection_mode_switch_prepare()
814 connection->mode_switch = false; in gb_connection_mode_switch_complete()
842 if (!connection->mode_switch) { in gb_connection_disable()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Ddummycon.c80 static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) in dummycon_blank() argument
89 static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) in dummycon_blank() argument
H A Dsticon.c316 static int sticon_blank(struct vc_data *c, int blank, int mode_switch) in sticon_blank() argument
319 if (mode_switch) in sticon_blank()
325 if (mode_switch) in sticon_blank()
H A Dvgacon.c73 static int vgacon_blank(struct vc_data *c, int blank, int mode_switch);
814 static int vgacon_blank(struct vc_data *c, int blank, int mode_switch) in vgacon_blank() argument
832 if (!mode_switch && vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
840 if (mode_switch) in vgacon_blank()
H A Dmdacon.c467 static int mdacon_blank(struct vc_data *c, int blank, int mode_switch) in mdacon_blank() argument
H A Dnewport_con.c482 static int newport_blank(struct vc_data *c, int blank, int mode_switch) in newport_blank() argument
/OK3568_Linux_fs/kernel/include/linux/greybus/
H A Dinterface.h63 bool mode_switch; member
H A Dconnection.h64 bool mode_switch; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dconsole.h59 int (*con_blank)(struct vc_data *vc, int blank, int mode_switch);
/OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c592 sisusbcon_blank(struct vc_data *c, int blank, int mode_switch) in sisusbcon_blank() argument
604 if (mode_switch) in sisusbcon_blank()
1343 static int sisusbdummycon_blank(struct vc_data *vc, int blank, int mode_switch) in sisusbdummycon_blank() argument
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeonfb.h507 extern int radeon_screen_blank(struct radeonfb_info *rinfo, int blank, int mode_switch);
H A Dradeon_base.c1037 int radeon_screen_blank(struct radeonfb_info *rinfo, int blank, int mode_switch) in radeon_screen_blank() argument
1078 if (mode_switch || blank == FB_BLANK_NORMAL) in radeon_screen_blank()
1098 if (mode_switch) { in radeon_screen_blank()
1114 if (mode_switch || blank == FB_BLANK_NORMAL) in radeon_screen_blank()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c187 static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch);
2236 static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch) in fbcon_blank() argument
2241 if (mode_switch) { in fbcon_blank()
2269 if (mode_switch || fbcon_is_inactive(vc, info) || in fbcon_blank()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog120962 XQuartz: Fix inverse map from mode_switch to alt
132594 XQuartz: Don't erase the mode_switch+keysym if it's the same as shift+keysym