Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | pps_source_info |
struct | pps_event_time |
struct | pps_device |
Functions | |
struct pps_device * | pps_register_source (struct pps_source_info *info, int default_params) |
void | pps_unregister_source (struct pps_device *pps) |
int | pps_register_cdev (struct pps_device *pps) |
void | pps_unregister_cdev (struct pps_device *pps) |
void | pps_event (struct pps_device *pps, struct pps_event_time *ts, int event, void *data) |
Variables | |
struct device_attribute | pps_attrs [] |
void pps_event | ( | struct pps_device * | pps, |
struct pps_event_time * | ts, | ||
int | event, | ||
void * | data | ||
) |
int pps_register_cdev | ( | struct pps_device * | pps | ) |
|
read |
void pps_unregister_cdev | ( | struct pps_device * | pps | ) |
void pps_unregister_source | ( | struct pps_device * | pps | ) |
struct device_attribute pps_attrs[] |