- tkernel_2
- driver/tef_em1d/kbpd/src/accept.c - 19.8KB - 648 lines
86:
87: err = kpNotifyPdEvent(
88: ( (chg & PDBUT) != 0 )? TDE_PDBUT: TDE_PDMOVE,
- More results from accept.c
- driver/tef_em1d/kbpd/src/etc.c - 12.3KB - 435 lines
356: /* notify PD movement event */
357: err = kpNotifyPdEvent(TDE_PDMOVE, 0);
358: }
- driver/tef_em1d/kbpd/src/innevt.c - 8.8KB - 304 lines
254: /* notify PD event */
255: kpNotifyPdEvent(devEvt, nodsp = evt->i.pd.stat.o.nodsp);
256:
- More results from innevt.c
- driver/tef_em1d/kbpd/src/pdsim.c - 10.1KB - 370 lines
37: /* notify PD event */
38: kpNotifyPdEvent(TDE_PDSTATE, 0);
39: }
- More results from pdsim.c