| /kernel/linux/linux-6.6/drivers/pps/ |
| D | pps.c | 40 struct pps_device *pps = file->private_data; in pps_cdev_poll() local 49 struct pps_device *pps = file->private_data; in pps_cdev_fasync() local 53 static int pps_cdev_pps_fetch(struct pps_device *pps, struct pps_fdata *fdata) in pps_cdev_pps_fetch() 93 struct pps_device *pps = file->private_data; in pps_cdev_ioctl() local 252 struct pps_device *pps = file->private_data; in pps_cdev_compat_ioctl() local 301 struct pps_device *pps; in pps_idr_get() local 314 struct pps_device *pps = pps_idr_get(iminor(inode)); in pps_cdev_open() local 325 struct pps_device *pps = file->private_data; in pps_cdev_release() local 349 struct pps_device *pps = dev_get_drvdata(dev); in pps_device_destruct() local 355 int pps_register_cdev(struct pps_device *pps) in pps_register_cdev() [all …]
|
| D | sysfs.c | 21 struct pps_device *pps = dev_get_drvdata(dev); in assert_show() local 35 struct pps_device *pps = dev_get_drvdata(dev); in clear_show() local 49 struct pps_device *pps = dev_get_drvdata(dev); in mode_show() local 58 struct pps_device *pps = dev_get_drvdata(dev); in echo_show() local 67 struct pps_device *pps = dev_get_drvdata(dev); in name_show() local 76 struct pps_device *pps = dev_get_drvdata(dev); in path_show() local
|
| D | kapi.c | 41 static void pps_echo_client_default(struct pps_device *pps, int event, in pps_echo_client_default() 68 struct pps_device *pps; in pps_register_source() local 136 void pps_unregister_source(struct pps_device *pps) in pps_unregister_source() 159 void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event, in pps_event()
|
| D | kc.h | 25 static inline int pps_kc_bind(struct pps_device *pps, in pps_kc_bind() 27 static inline void pps_kc_remove(struct pps_device *pps) {} in pps_kc_remove() 28 static inline void pps_kc_event(struct pps_device *pps, in pps_kc_event()
|
| D | kc.c | 36 int pps_kc_bind(struct pps_device *pps, struct pps_bind_args *bind_args) in pps_kc_bind() 79 void pps_kc_remove(struct pps_device *pps) in pps_kc_remove() 99 void pps_kc_event(struct pps_device *pps, struct pps_event_time *ts, in pps_kc_event()
|
| /kernel/linux/linux-5.10/drivers/pps/ |
| D | pps.c | 40 struct pps_device *pps = file->private_data; in pps_cdev_poll() local 49 struct pps_device *pps = file->private_data; in pps_cdev_fasync() local 53 static int pps_cdev_pps_fetch(struct pps_device *pps, struct pps_fdata *fdata) in pps_cdev_pps_fetch() 93 struct pps_device *pps = file->private_data; in pps_cdev_ioctl() local 252 struct pps_device *pps = file->private_data; in pps_cdev_compat_ioctl() local 301 struct pps_device *pps = container_of(inode->i_cdev, in pps_cdev_open() local 310 struct pps_device *pps = container_of(inode->i_cdev, in pps_cdev_release() local 333 struct pps_device *pps = dev_get_drvdata(dev); in pps_device_destruct() local 347 int pps_register_cdev(struct pps_device *pps) in pps_register_cdev() 406 void pps_unregister_cdev(struct pps_device *pps) in pps_unregister_cdev() [all …]
|
| D | sysfs.c | 21 struct pps_device *pps = dev_get_drvdata(dev); in assert_show() local 35 struct pps_device *pps = dev_get_drvdata(dev); in clear_show() local 49 struct pps_device *pps = dev_get_drvdata(dev); in mode_show() local 58 struct pps_device *pps = dev_get_drvdata(dev); in echo_show() local 67 struct pps_device *pps = dev_get_drvdata(dev); in name_show() local 76 struct pps_device *pps = dev_get_drvdata(dev); in path_show() local
|
| D | kapi.c | 41 static void pps_echo_client_default(struct pps_device *pps, int event, in pps_echo_client_default() 68 struct pps_device *pps; in pps_register_source() local 136 void pps_unregister_source(struct pps_device *pps) in pps_unregister_source() 159 void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event, in pps_event()
|
| D | kc.h | 25 static inline int pps_kc_bind(struct pps_device *pps, in pps_kc_bind() 27 static inline void pps_kc_remove(struct pps_device *pps) {} in pps_kc_remove() 28 static inline void pps_kc_event(struct pps_device *pps, in pps_kc_event()
|
| D | kc.c | 36 int pps_kc_bind(struct pps_device *pps, struct pps_bind_args *bind_args) in pps_kc_bind() 79 void pps_kc_remove(struct pps_device *pps) in pps_kc_remove() 99 void pps_kc_event(struct pps_device *pps, struct pps_event_time *ts, in pps_kc_event()
|
| /kernel/linux/linux-6.6/drivers/pps/clients/ |
| D | pps-ldisc.c | 18 struct pps_device *pps; in pps_tty_dcd_change() local 46 struct pps_device *pps; in pps_tty_open() local 85 struct pps_device *pps = pps_lookup_dev(tty); in pps_tty_close() local
|
| D | pps-gpio.c | 29 struct pps_device *pps; /* PPS source device */ member 68 static void pps_gpio_echo(struct pps_device *pps, int event, void *data) in pps_gpio_echo()
|
| /kernel/linux/linux-5.10/drivers/pps/clients/ |
| D | pps-ldisc.c | 20 struct pps_device *pps; in pps_tty_dcd_change() local 48 struct pps_device *pps; in pps_tty_open() local 87 struct pps_device *pps = pps_lookup_dev(tty); in pps_tty_close() local
|
| D | pps-gpio.c | 30 struct pps_device *pps; /* PPS source device */ member 69 static void pps_gpio_echo(struct pps_device *pps, int event, void *data) in pps_gpio_echo()
|
| /kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
| D | hantro_g2_hevc_dec.c | 29 const struct v4l2_ctrl_hevc_pps *pps = ctrls->pps; in prepare_tile_info_buffer() local 125 const struct v4l2_ctrl_hevc_pps *pps = ctrls->pps; in compute_header_skip_length() local 159 const struct v4l2_ctrl_hevc_pps *pps = ctrls->pps; in set_params() local 380 const struct v4l2_ctrl_hevc_pps *pps = ctrls->pps; in set_ref() local
|
| /kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
| D | nal-h264.c | 283 static void nal_h264_rbsp_pps(struct rbsp *rbsp, struct nal_h264_pps *pps) in nal_h264_rbsp_pps() 445 void *dest, size_t n, struct nal_h264_pps *pps) in nal_h264_write_pps() 487 struct nal_h264_pps *pps, void *src, size_t n) in nal_h264_read_pps()
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | xdp_sample_user.c | 60 #define PPS(pps) pps, "pkt/s" argument 123 __u64 pps; member 137 __u64 pps; member 592 __u64 pps = 0; in calc_pps() local 604 __u64 pps = 0; in calc_drop_pps() local 616 __u64 pps = 0; in calc_errs_pps() local 628 __u64 pps = 0; in calc_info_pps() local 653 double t, pps, drop, err; in stats_get_rx_cnt() local 696 double t, pps, drop, err; in stats_get_cpumap_enqueue() local 789 double t, pps, drop, err; in stats_get_cpumap_kthread() local [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | gen_stats.h | 38 __u32 pps; member 48 __u64 pps; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | gen_stats.h | 41 __u32 pps; member 45 __u64 pps; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | gen_stats.h | 41 __u32 pps; member 45 __u64 pps; member
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | gen_stats.h | 38 __u32 pps; member 48 __u64 pps; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | gen_stats.h | 30 __u32 pps; member 34 __u64 pps; member
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | xdp_monitor_user.c | 272 double pps = 0; in calc_pps() local 284 double pps = 0; in calc_pps_u64() local 296 double pps = 0; in calc_drop() local 308 double pps = 0; in calc_info() local 320 double pps = 0; in calc_err() local 335 double t = 0, pps = 0; in stats_print() local
|
| /kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
| D | visl-dec.h | 33 const struct v4l2_ctrl_h264_pps *pps; member 42 const struct v4l2_ctrl_hevc_pps *pps; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/ |
| D | rc_calc.c | 40 void calc_rc_params(struct rc_params *rc, const struct drm_dsc_config *pps) in calc_rc_params()
|