Home
last modified time | relevance | path

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

/drivers/staging/greybus/
Dgreybus_trace.h307 __field(int, mode_switch) /* bool */
318 __entry->mode_switch = intf->mode_switch;
324 __entry->enabled, __entry->mode_switch)
Dinterface.c231 if (!intf->mode_switch) { in gb_interface_mailbox_event()
265 intf->mode_switch = false; in gb_interface_mode_switch_work()
297 intf->mode_switch = false; in gb_interface_mode_switch_work()
315 intf->mode_switch = false; in gb_interface_mode_switch_work()
327 if (intf->mode_switch) { in gb_interface_request_mode_switch()
332 intf->mode_switch = true; in gb_interface_request_mode_switch()
1070 if (intf->mode_switch) in gb_interface_deactivate()
1229 if (!intf->mode_switch && !intf->disconnected) in gb_interface_disable()
Dconnection.c366 if (connection->mode_switch) in gb_connection_hd_cport_quiesce()
514 if (connection->mode_switch) { in gb_connection_control_disconnected()
809 connection->mode_switch = true; in gb_connection_mode_switch_prepare()
819 connection->mode_switch = false; in gb_connection_mode_switch_complete()
847 if (!connection->mode_switch) { in gb_connection_disable()
Dinterface.h61 bool mode_switch; member
Dconnection.h62 bool mode_switch; member
/drivers/video/console/
Dsticon.c224 static int sticon_blank(struct vc_data *c, int blank, int mode_switch) in sticon_blank() argument
227 if (mode_switch) in sticon_blank()
233 if (mode_switch) in sticon_blank()
Dvgacon.c82 static int vgacon_blank(struct vc_data *c, int blank, int mode_switch);
1017 static int vgacon_blank(struct vc_data *c, int blank, int mode_switch) in vgacon_blank() argument
1035 if (!mode_switch && vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
1043 if (mode_switch) in vgacon_blank()
Dmdacon.c452 static int mdacon_blank(struct vc_data *c, int blank, int mode_switch) in mdacon_blank() argument
Dnewport_con.c483 static int newport_blank(struct vc_data *c, int blank, int mode_switch) in newport_blank() argument
Dfbcon.c172 static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch);
2329 static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch) in fbcon_blank() argument
2334 if (mode_switch) { in fbcon_blank()
2362 if (mode_switch || fbcon_is_inactive(vc, info) || in fbcon_blank()
/drivers/video/fbdev/aty/
Dradeonfb.h507 extern int radeon_screen_blank(struct radeonfb_info *rinfo, int blank, int mode_switch);
Dradeon_base.c1051 int radeon_screen_blank(struct radeonfb_info *rinfo, int blank, int mode_switch) in radeon_screen_blank() argument
1092 if (mode_switch || blank == FB_BLANK_NORMAL) in radeon_screen_blank()
1112 if (mode_switch) { in radeon_screen_blank()
1128 if (mode_switch || blank == FB_BLANK_NORMAL) in radeon_screen_blank()
/drivers/usb/misc/sisusbvga/
Dsisusb_con.c603 sisusbcon_blank(struct vc_data *c, int blank, int mode_switch) in sisusbcon_blank() argument
615 if (mode_switch) in sisusbcon_blank()