sysfs 好像是 kernel 和 user 間的 interface,kernel module 決定要開放出來的 interface 有哪些。
然後就會在對應的 sys node 中顯示出 interface .
像..
static DEVICE_ATTR(control, 0644, control_show, control_store);
就會在 sys node 中顯示 control 這個 interface。cat control ,就會呼叫到 control_show。
對 control 的寫入動作,會對應到 contol_store
沒有留言:
張貼留言