I am trying to figure out how the PS3 start its video driver.
What calls to static int __init ps3fb_init(void) in the linux kernel source code?
- What calls
insmodon this module? - Where does it happen in the souce code?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ps3fb_init is called by module_init.
udev loads required modules during booting. From udev docs,