Home
last modified time | relevance | path

Searched refs:pps_gen_device (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dpps_gen_kernel.h21 struct pps_gen_device;
35 int (*get_time)(struct pps_gen_device *pps_gen,
37 int (*enable)(struct pps_gen_device *pps_gen, bool enable);
45 struct pps_gen_device { struct
72 extern struct pps_gen_device *pps_gen_register_source( argument
74 extern void pps_gen_unregister_source(struct pps_gen_device *pps_gen);
75 extern void pps_gen_event(struct pps_gen_device *pps_gen,
/linux-6.15/drivers/pps/generators/
H A Dpps_gen.c39 struct pps_gen_device *pps_gen = file->private_data; in pps_gen_cdev_poll()
47 struct pps_gen_device *pps_gen = file->private_data; in pps_gen_cdev_fasync()
55 struct pps_gen_device *pps_gen = file->private_data; in pps_gen_cdev_ioctl()
118 struct pps_gen_device *pps_gen = container_of(inode->i_cdev, in pps_gen_cdev_open()
119 struct pps_gen_device, cdev); in pps_gen_cdev_open()
128 struct pps_gen_device *pps_gen = file->private_data; in pps_gen_cdev_release()
149 struct pps_gen_device *pps_gen = dev_get_drvdata(dev); in pps_gen_device_destruct()
230 struct pps_gen_device *pps_gen; in pps_gen_register_source()
233 pps_gen = kzalloc(sizeof(struct pps_gen_device), GFP_KERNEL); in pps_gen_register_source()
270 void pps_gen_unregister_source(struct pps_gen_device *pps_gen) in pps_gen_unregister_source()
[all …]
H A Dpps_gen-dummy.c16 static struct pps_gen_device *pps_gen;
39 static int pps_gen_dummy_get_time(struct pps_gen_device *pps_gen, in pps_gen_dummy_get_time()
50 static int pps_gen_dummy_enable(struct pps_gen_device *pps_gen, bool enable) in pps_gen_dummy_enable()
H A Dsysfs.c20 struct pps_gen_device *pps_gen = dev_get_drvdata(dev); in system_show()
29 struct pps_gen_device *pps_gen = dev_get_drvdata(dev); in time_show()
44 struct pps_gen_device *pps_gen = dev_get_drvdata(dev); in enable_store()
H A Dpps_gen_tio.c44 struct pps_gen_device *pps_gen;
168 static int pps_tio_gen_enable(struct pps_gen_device *pps_gen, bool enable) in pps_tio_gen_enable()
189 static int pps_tio_get_time(struct pps_gen_device *pps_gen, in pps_tio_get_time()