Lines Matching full:tablet
3 * Surface System Aggregator Module (SSAM) tablet mode switch driver.
19 /* -- SSAM generic tablet switch driver framework. -------------------------- */
92 int tablet, status; in ssam_tablet_sw_update_workfn() local
103 tablet = sw->ops.state_is_tablet_mode(sw, &state); in ssam_tablet_sw_update_workfn()
104 input_report_switch(sw->mode_switch, SW_TABLET_MODE, tablet); in ssam_tablet_sw_update_workfn()
121 int tablet, status; in ssam_tablet_sw_probe() local
148 /* Set up tablet mode switch. */ in ssam_tablet_sw_probe()
158 tablet = sw->ops.state_is_tablet_mode(sw, &sw->state); in ssam_tablet_sw_probe()
160 input_report_switch(sw->mode_switch, SW_TABLET_MODE, tablet); in ssam_tablet_sw_probe()
203 /* -- SSAM KIP tablet switch implementation. -------------------------------- */
303 .name = "Microsoft Surface KIP Tablet Mode Switch",
323 /* -- SSAM POS tablet switch implementation. -------------------------------- */
327 MODULE_PARM_DESC(tablet_mode_in_slate_state, "Enable tablet mode in slate device posture, default i…
398 return "tablet"; in ssam_pos_state_name_sls()
602 .name = "Microsoft Surface POS Tablet Mode Switch",
644 MODULE_DESCRIPTION("Tablet mode switch driver for Surface devices using the Surface Aggregator Modu…