Home
last modified time | relevance | path

Searched refs:set_ctrlr_state (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsa1100fb.c220 static void set_ctrlr_state(struct sa1100fb_info *fbi, u_int state);
716 * NOTE! The following functions are purely helpers for set_ctrlr_state.
717 * Do not call them directly; set_ctrlr_state does the correct serialisation
865 static void set_ctrlr_state(struct sa1100fb_info *fbi, u_int state) in set_ctrlr_state() function
966 set_ctrlr_state(fbi, state); in sa1100fb_task()
984 set_ctrlr_state(fbi, C_DISABLE_CLKCHANGE); in sa1100fb_freq_transition()
990 set_ctrlr_state(fbi, C_ENABLE_CLKCHANGE); in sa1100fb_freq_transition()
1006 set_ctrlr_state(fbi, C_DISABLE_PM); in sa1100fb_suspend()
1014 set_ctrlr_state(fbi, C_ENABLE_PM); in sa1100fb_resume()
H A Dpxafb.c87 static void set_ctrlr_state(struct pxafb_info *fbi, u_int state);
1408 * NOTE! The following functions are purely helpers for set_ctrlr_state.
1409 * Do not call them directly; set_ctrlr_state does the correct serialisation
1542 static void set_ctrlr_state(struct pxafb_info *fbi, u_int state) in set_ctrlr_state() function
1645 set_ctrlr_state(fbi, state); in pxafb_task()
1668 set_ctrlr_state(fbi, C_DISABLE_CLKCHANGE); in pxafb_freq_transition()
1676 set_ctrlr_state(fbi, C_ENABLE_CLKCHANGE); in pxafb_freq_transition()
1692 set_ctrlr_state(fbi, C_DISABLE_PM); in pxafb_suspend()
1700 set_ctrlr_state(fbi, C_ENABLE_PM); in pxafb_resume()
2384 set_ctrlr_state(fb in pxafb_probe()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsa1100fb.c219 static void set_ctrlr_state(struct sa1100fb_info *fbi, u_int state);
715 * NOTE! The following functions are purely helpers for set_ctrlr_state.
716 * Do not call them directly; set_ctrlr_state does the correct serialisation
864 static void set_ctrlr_state(struct sa1100fb_info *fbi, u_int state) in set_ctrlr_state() function
965 set_ctrlr_state(fbi, state); in sa1100fb_task()
983 set_ctrlr_state(fbi, C_DISABLE_CLKCHANGE); in sa1100fb_freq_transition()
989 set_ctrlr_state(fbi, C_ENABLE_CLKCHANGE); in sa1100fb_freq_transition()
1005 set_ctrlr_state(fbi, C_DISABLE_PM); in sa1100fb_suspend()
1013 set_ctrlr_state(fbi, C_ENABLE_PM); in sa1100fb_resume()
H A Dpxafb.c87 static void set_ctrlr_state(struct pxafb_info *fbi, u_int state);
1405 * NOTE! The following functions are purely helpers for set_ctrlr_state.
1406 * Do not call them directly; set_ctrlr_state does the correct serialisation
1539 static void set_ctrlr_state(struct pxafb_info *fbi, u_int state) in set_ctrlr_state() function
1642 set_ctrlr_state(fbi, state); in pxafb_task()
1665 set_ctrlr_state(fbi, C_DISABLE_CLKCHANGE); in pxafb_freq_transition()
1673 set_ctrlr_state(fbi, C_ENABLE_CLKCHANGE); in pxafb_freq_transition()
1689 set_ctrlr_state(fbi, C_DISABLE_PM); in pxafb_suspend()
1697 set_ctrlr_state(fbi, C_ENABLE_PM); in pxafb_resume()
2379 set_ctrlr_state(fb in pxafb_probe()
[all...]

Completed in 8 milliseconds