EmbLogic's Blog

Author Archives: satinder.embdeveloper

RCS file: dect.c,v Working file: dect.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: extern dev_t dev; 2 extern int nod; 3 extern unsigned long j,stamp1; 4 … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: fops.h,v Working file: fops.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: struct file_operations fops={ 2 open:device_open, 3 release:device_release, 4 write:write, 5 read:read, 6 llseek:llseek … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: init.c,v Working file: init.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: initilize the device with init func(). —————————- revision 1.1 locked by: root; date: … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: cleanup.c,v Working file: cleanup.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: use kree and delete and unregister the device. —————————- revision 1.1 locked by: … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: open.c,v Working file: open.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: check the modes of node for access it for write data in device … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: trim.c,v Working file: trim.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: trim the whole device step by step. —————————- revision 1.1 locked by: root; … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: create_scullqset.c,v Working file: create_scullqset.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: create the all scullqsets according to the requriement. —————————- revision 1.1 locked by: … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: create_qset.c,v Working file: create_qset.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: create qsets. —————————- revision 1.1 locked by: root; date: 2014/07/12 12:01:39; author: root; … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: create_quntum.c,v Working file: create_quntum.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: create multiple quntums. —————————- revision 1.1 locked by: root; date: 2014/07/12 12:01:39; author: … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: write.c,v Working file: write.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: write the data in multiple quntums ,qsets,scullqsets. —————————- revision 1.1 locked by: root; … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: read.c,v Working file: read.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: read the data from the device. —————————- revision 1.1 locked by: root; date: … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: llseek.c,v Working file: llseek.c head: branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 0 description: use lseek for read user defined position of device. =============================================================================

Posted in Uncategorized | Leave a comment

RCS file: app.c,v Working file: app.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: create application for access the data from kernal space to user space through … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: 1st.cpp,v Working file: 1st.cpp head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: addtion, subtraction,multiplication,divion, in c++ using class . —————————- revision 1.1 locked by: root; … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: ./linklist1.c,v Working file: ./linklist1.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: make a struct for linklist and defined three pointers start,prev,end . data store … Continue reading

Posted in Uncategorized | Leave a comment