Searched refs:ps3av_video_mode2res (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/ps3/ |
H A D | ps3av.c | 875 int ps3av_video_mode2res(u32 id, u32 *xres, u32 *yres) in ps3av_video_mode2res() function 889 EXPORT_SYMBOL_GPL(ps3av_video_mode2res); variable
|
H A D | ps3av_cmd.c | 378 if (ps3av_video_mode2res(id, &x, &y)) in ps3av_cmd_set_video_mode()
|
/kernel/linux/linux-6.6/drivers/ps3/ |
H A D | ps3av.c | 876 int ps3av_video_mode2res(u32 id, u32 *xres, u32 *yres) in ps3av_video_mode2res() function 890 EXPORT_SYMBOL_GPL(ps3av_video_mode2res); variable
|
H A D | ps3av_cmd.c | 378 if (ps3av_video_mode2res(id, &x, &y)) in ps3av_cmd_set_video_mode()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ps3av.h | 725 extern int ps3av_video_mode2res(u32, u32 *, u32 *);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ps3av.h | 725 extern int ps3av_video_mode2res(u32, u32 *, u32 *);
|
Completed in 9 milliseconds