Symbol: pps_device
drivers/pps/clients/pps-gpio.c
29
struct pps_device *pps; /* PPS source device */
drivers/pps/clients/pps-gpio.c
72
static void pps_gpio_echo(struct pps_device *pps, int event, void *data)
drivers/pps/clients/pps-ktimer.c
21
static struct pps_device *pps;
drivers/pps/clients/pps-ldisc.c
18
struct pps_device *pps;
drivers/pps/clients/pps-ldisc.c
46
struct pps_device *pps;
drivers/pps/clients/pps-ldisc.c
85
struct pps_device *pps = pps_lookup_dev(tty);
drivers/pps/clients/pps_parport.c
41
struct pps_device *pps; /* PPS device */
drivers/pps/kapi.c
133
void pps_unregister_source(struct pps_device *pps)
drivers/pps/kapi.c
156
void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event,
drivers/pps/kapi.c
41
static void pps_echo_client_default(struct pps_device *pps, int event,
drivers/pps/kapi.c
65
struct pps_device *pps_register_source(struct pps_source_info *info,
drivers/pps/kapi.c
68
struct pps_device *pps;
drivers/pps/kapi.c
86
pps = kzalloc_obj(struct pps_device);
drivers/pps/kc.c
26
static struct pps_device *pps_kc_hardpps_dev; /* unique pointer to device */
drivers/pps/kc.c
36
int pps_kc_bind(struct pps_device *pps, struct pps_bind_args *bind_args)
drivers/pps/kc.c
79
void pps_kc_remove(struct pps_device *pps)
drivers/pps/kc.c
99
void pps_kc_event(struct pps_device *pps, struct pps_event_time *ts,
drivers/pps/kc.h
16
extern int pps_kc_bind(struct pps_device *pps,
drivers/pps/kc.h
18
extern void pps_kc_remove(struct pps_device *pps);
drivers/pps/kc.h
19
extern void pps_kc_event(struct pps_device *pps,
drivers/pps/kc.h
25
static inline int pps_kc_bind(struct pps_device *pps,
drivers/pps/kc.h
27
static inline void pps_kc_remove(struct pps_device *pps) {}
drivers/pps/kc.h
28
static inline void pps_kc_event(struct pps_device *pps,
drivers/pps/pps.c
257
struct pps_device *pps = file->private_data;
drivers/pps/pps.c
306
static struct pps_device *pps_idr_get(unsigned long id)
drivers/pps/pps.c
308
struct pps_device *pps;
drivers/pps/pps.c
321
struct pps_device *pps = pps_idr_get(iminor(inode));
drivers/pps/pps.c
332
struct pps_device *pps = file->private_data;
drivers/pps/pps.c
355
struct pps_device *pps = dev_get_drvdata(dev);
drivers/pps/pps.c
361
int pps_register_cdev(struct pps_device *pps)
drivers/pps/pps.c
40
struct pps_device *pps = file->private_data;
drivers/pps/pps.c
407
void pps_unregister_cdev(struct pps_device *pps)
drivers/pps/pps.c
443
struct pps_device *pps_lookup_dev(void const *cookie)
drivers/pps/pps.c
445
struct pps_device *pps;
drivers/pps/pps.c
52
struct pps_device *pps = file->private_data;
drivers/pps/pps.c
56
static int pps_cdev_pps_fetch(struct pps_device *pps, struct pps_fdata *fdata)
drivers/pps/pps.c
96
struct pps_device *pps = file->private_data;
drivers/pps/sysfs.c
21
struct pps_device *pps = dev_get_drvdata(dev);
drivers/pps/sysfs.c
35
struct pps_device *pps = dev_get_drvdata(dev);
drivers/pps/sysfs.c
49
struct pps_device *pps = dev_get_drvdata(dev);
drivers/pps/sysfs.c
58
struct pps_device *pps = dev_get_drvdata(dev);
drivers/pps/sysfs.c
67
struct pps_device *pps = dev_get_drvdata(dev);
drivers/pps/sysfs.c
76
struct pps_device *pps = dev_get_drvdata(dev);
drivers/ptp/ptp_ocp.c
4476
struct pps_device *pps;
drivers/ptp/ptp_private.h
50
struct pps_device *pps_source;
include/linux/pps_kernel.h
20
struct pps_device;
include/linux/pps_kernel.h
28
void (*echo)(struct pps_device *pps,
include/linux/pps_kernel.h
78
extern int pps_register_cdev(struct pps_device *pps);
include/linux/pps_kernel.h
79
extern void pps_unregister_cdev(struct pps_device *pps);
include/linux/pps_kernel.h
85
extern struct pps_device *pps_register_source(
include/linux/pps_kernel.h
87
extern void pps_unregister_source(struct pps_device *pps);
include/linux/pps_kernel.h
88
extern void pps_event(struct pps_device *pps,
include/linux/pps_kernel.h
91
struct pps_device *pps_lookup_dev(void const *cookie);