Home
last modified time | relevance | path

Searched refs:cpts (Results 1 – 25 of 1058) sorted by relevance

12345678910>>...43

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dcpts.c138 cpts->cc.mult = cpts->mult_new; in cpts_fifo_read()
186 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local
218 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local
244 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local
257 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettimeex() local
275 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local
314 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_enable() local
406 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_overflow_check() local
578 cpts->clock = ptp_clock_register(&cpts->info, cpts->dev); in cpts_register()
752 struct cpts *cpts; in cpts_create() local
[all …]
H A Dam65-cpts.c206 am65_cpts_write32(cpts, cpts->ts_add_val, ts_add_val); in am65_cpts_set_add_val()
872 dev_name(cpts->dev), cpts->clk_mux_np); in cpts_of_mux_clk_setup()
936 cpts = devm_kzalloc(dev, sizeof(*cpts), GFP_KERNEL); in am65_cpts_create()
937 if (!cpts) in am65_cpts_create()
963 list_add(&cpts->pool_data[i].list, &cpts->pool); in am65_cpts_create()
979 cpts->refclk_freq = clk_get_rate(cpts->refclk); in am65_cpts_create()
985 cpts->ptp_info.n_ext_ts = cpts->ext_ts_inputs; in am65_cpts_create()
987 cpts->ptp_info.n_per_out = cpts->genf_num; in am65_cpts_create()
1000 cpts->ptp_clock = ptp_clock_register(&cpts->ptp_info, cpts->dev); in am65_cpts_create()
1007 cpts->phc_index = ptp_clock_index(cpts->ptp_clock); in am65_cpts_create()
[all …]
H A Dcpts.h100 struct cpts { struct
126 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb); argument
128 int cpts_register(struct cpts *cpts);
129 void cpts_unregister(struct cpts *cpts);
132 void cpts_release(struct cpts *cpts);
133 void cpts_misc_interrupt(struct cpts *cpts);
151 struct cpts;
167 static inline void cpts_release(struct cpts *cpts) in cpts_release() argument
172 cpts_register(struct cpts *cpts) in cpts_register() argument
177 static inline void cpts_unregister(struct cpts *cpts) in cpts_unregister() argument
[all …]
H A Dam65-cpts.h23 int am65_cpts_phc_index(struct am65_cpts *cpts);
24 void am65_cpts_tx_timestamp(struct am65_cpts *cpts, struct sk_buff *skb);
26 void am65_cpts_rx_enable(struct am65_cpts *cpts, bool en);
27 u64 am65_cpts_ns_gettime(struct am65_cpts *cpts);
28 int am65_cpts_estf_enable(struct am65_cpts *cpts, int idx,
30 void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx);
39 static inline int am65_cpts_phc_index(struct am65_cpts *cpts) in am65_cpts_phc_index() argument
44 static inline void am65_cpts_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_tx_timestamp() argument
49 static inline void am65_cpts_prep_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_prep_tx_timestamp() argument
54 static inline void am65_cpts_rx_enable(struct am65_cpts *cpts, bool en) in am65_cpts_rx_enable() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dcpts.c138 cpts->cc.mult = cpts->mult_new; in cpts_fifo_read()
186 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local
218 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local
244 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local
257 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettimeex() local
275 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local
314 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_enable() local
406 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_overflow_check() local
578 cpts->clock = ptp_clock_register(&cpts->info, cpts->dev); in cpts_register()
752 struct cpts *cpts; in cpts_create() local
[all …]
H A Dam65-cpts.c206 am65_cpts_write32(cpts, cpts->ts_add_val, ts_add_val); in am65_cpts_set_add_val()
872 dev_name(cpts->dev), cpts->clk_mux_np); in cpts_of_mux_clk_setup()
936 cpts = devm_kzalloc(dev, sizeof(*cpts), GFP_KERNEL); in am65_cpts_create()
937 if (!cpts) in am65_cpts_create()
963 list_add(&cpts->pool_data[i].list, &cpts->pool); in am65_cpts_create()
979 cpts->refclk_freq = clk_get_rate(cpts->refclk); in am65_cpts_create()
985 cpts->ptp_info.n_ext_ts = cpts->ext_ts_inputs; in am65_cpts_create()
987 cpts->ptp_info.n_per_out = cpts->genf_num; in am65_cpts_create()
1000 cpts->ptp_clock = ptp_clock_register(&cpts->ptp_info, cpts->dev); in am65_cpts_create()
1007 cpts->phc_index = ptp_clock_index(cpts->ptp_clock); in am65_cpts_create()
[all …]
H A Dcpts.h100 struct cpts { struct
126 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb); argument
128 int cpts_register(struct cpts *cpts);
129 void cpts_unregister(struct cpts *cpts);
132 void cpts_release(struct cpts *cpts);
133 void cpts_misc_interrupt(struct cpts *cpts);
151 struct cpts;
167 static inline void cpts_release(struct cpts *cpts) in cpts_release() argument
172 cpts_register(struct cpts *cpts) in cpts_register() argument
177 static inline void cpts_unregister(struct cpts *cpts) in cpts_unregister() argument
[all …]
H A Dam65-cpts.h23 int am65_cpts_phc_index(struct am65_cpts *cpts);
24 void am65_cpts_tx_timestamp(struct am65_cpts *cpts, struct sk_buff *skb);
26 void am65_cpts_rx_enable(struct am65_cpts *cpts, bool en);
27 u64 am65_cpts_ns_gettime(struct am65_cpts *cpts);
28 int am65_cpts_estf_enable(struct am65_cpts *cpts, int idx,
30 void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx);
39 static inline int am65_cpts_phc_index(struct am65_cpts *cpts) in am65_cpts_phc_index() argument
44 static inline void am65_cpts_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_tx_timestamp() argument
49 static inline void am65_cpts_prep_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_prep_tx_timestamp() argument
54 static inline void am65_cpts_rx_enable(struct am65_cpts *cpts, bool en) in am65_cpts_rx_enable() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dcpts.c138 cpts->cc.mult = cpts->mult_new; in cpts_fifo_read()
186 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local
218 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local
244 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local
257 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettimeex() local
275 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local
314 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_enable() local
406 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_overflow_check() local
578 cpts->clock = ptp_clock_register(&cpts->info, cpts->dev); in cpts_register()
752 struct cpts *cpts; in cpts_create() local
[all …]
H A Dam65-cpts.c206 am65_cpts_write32(cpts, cpts->ts_add_val, ts_add_val); in am65_cpts_set_add_val()
872 dev_name(cpts->dev), cpts->clk_mux_np); in cpts_of_mux_clk_setup()
936 cpts = devm_kzalloc(dev, sizeof(*cpts), GFP_KERNEL); in am65_cpts_create()
937 if (!cpts) in am65_cpts_create()
963 list_add(&cpts->pool_data[i].list, &cpts->pool); in am65_cpts_create()
979 cpts->refclk_freq = clk_get_rate(cpts->refclk); in am65_cpts_create()
985 cpts->ptp_info.n_ext_ts = cpts->ext_ts_inputs; in am65_cpts_create()
987 cpts->ptp_info.n_per_out = cpts->genf_num; in am65_cpts_create()
1000 cpts->ptp_clock = ptp_clock_register(&cpts->ptp_info, cpts->dev); in am65_cpts_create()
1007 cpts->phc_index = ptp_clock_index(cpts->ptp_clock); in am65_cpts_create()
[all …]
H A Dcpts.h100 struct cpts { struct
126 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb); argument
128 int cpts_register(struct cpts *cpts);
129 void cpts_unregister(struct cpts *cpts);
132 void cpts_release(struct cpts *cpts);
133 void cpts_misc_interrupt(struct cpts *cpts);
151 struct cpts;
167 static inline void cpts_release(struct cpts *cpts) in cpts_release() argument
172 cpts_register(struct cpts *cpts) in cpts_register() argument
177 static inline void cpts_unregister(struct cpts *cpts) in cpts_unregister() argument
[all …]
H A Dam65-cpts.h23 int am65_cpts_phc_index(struct am65_cpts *cpts);
24 void am65_cpts_tx_timestamp(struct am65_cpts *cpts, struct sk_buff *skb);
26 void am65_cpts_rx_enable(struct am65_cpts *cpts, bool en);
27 u64 am65_cpts_ns_gettime(struct am65_cpts *cpts);
28 int am65_cpts_estf_enable(struct am65_cpts *cpts, int idx,
30 void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx);
39 static inline int am65_cpts_phc_index(struct am65_cpts *cpts) in am65_cpts_phc_index() argument
44 static inline void am65_cpts_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_tx_timestamp() argument
49 static inline void am65_cpts_prep_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_prep_tx_timestamp() argument
54 static inline void am65_cpts_rx_enable(struct am65_cpts *cpts, bool en) in am65_cpts_rx_enable() argument
[all …]
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/bsd/
H A Dcpu.c80 guint64 cpts [CPUSTATES]; in glibtop_get_cpu_p() local
82 long cpts [CPUSTATES]; in glibtop_get_cpu_p()
97 length = sizeof (cpts); in glibtop_get_cpu_p()
104 &cpts, sizeof (cpts)) != sizeof (cpts)) { in glibtop_get_cpu_p()
118 buf->user = cpts [CP_USER]; in glibtop_get_cpu_p()
120 buf->nice = cpts [CP_NICE]; in glibtop_get_cpu_p()
122 buf->sys = cpts [CP_SYS]; in glibtop_get_cpu_p()
124 buf->idle = cpts [CP_IDLE]; in glibtop_get_cpu_p()
126 buf->iowait = cpts [CP_INTR]; in glibtop_get_cpu_p()
137 buf->total = cpts [CP_USER] + cpts [CP_NICE] in glibtop_get_cpu_p()
[all …]
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/freebsd/
H A Dcpu.c56 long cpts [CPUSTATES]; in glibtop_get_cpu_s() local
64 length = sizeof (cpts); in glibtop_get_cpu_s()
88 buf->user = cpts [CP_USER]; in glibtop_get_cpu_s()
90 buf->nice = cpts [CP_NICE]; in glibtop_get_cpu_s()
92 buf->sys = cpts [CP_SYS]; in glibtop_get_cpu_s()
94 buf->idle = cpts [CP_IDLE]; in glibtop_get_cpu_s()
96 buf->irq = cpts [CP_INTR]; in glibtop_get_cpu_s()
101 buf->total = cpts [CP_USER] + cpts [CP_NICE] \ in glibtop_get_cpu_s()
102 + cpts [CP_SYS] + cpts [CP_IDLE] + cpts [CP_INTR]; in glibtop_get_cpu_s()
116 buf->xcpu_sys[i] = cpts [CP_SYS] / ncpu; in glibtop_get_cpu_s()
[all …]
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/openbsd/
H A Dcpu.c62 long cpts [CPUSTATES]; in glibtop_get_cpu_s() local
76 length = sizeof (cpts); in glibtop_get_cpu_s()
90 buf->user = cpts [CP_USER]; in glibtop_get_cpu_s()
92 buf->nice = cpts [CP_NICE]; in glibtop_get_cpu_s()
94 buf->sys = cpts [CP_SYS]; in glibtop_get_cpu_s()
96 buf->idle = cpts [CP_IDLE]; in glibtop_get_cpu_s()
98 buf->irq = cpts [CP_INTR]; in glibtop_get_cpu_s()
103 buf->total = cpts [CP_USER] + cpts [CP_NICE] \ in glibtop_get_cpu_s()
104 + cpts [CP_SYS] + cpts [CP_IDLE] + cpts [CP_INTR]; in glibtop_get_cpu_s()
131 buf->xcpu_sys[i] = cpts [CP_SYS] / ncpu; in glibtop_get_cpu_s()
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dconic_section_clipper_impl.cpp52 std::vector<Point> cpts; in intersect() local
80 if (cpts.size() == 2 && are_near (cpts[0], cpts[1])) in intersect()
82 cpts[0] = middle_point (cpts[0], cpts[1]); in intersect()
109 if (cpts.size() == 2 && are_near (cpts[0], cpts[1])) in intersect()
111 cpts[0] = middle_point (cpts[0], cpts[1]); in intersect()
138 if (cpts.size() == 2 && are_near (cpts[0], cpts[1])) in intersect()
140 cpts[0] = middle_point (cpts[0], cpts[1]); in intersect()
167 if (cpts.size() == 2 && are_near (cpts[0], cpts[1])) in intersect()
169 cpts[0] = middle_point (cpts[0], cpts[1]); in intersect()
178 std::sort (cpts.begin(), cpts.end(), Point::LexLess<X>()); in intersect()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dconic_section_clipper_impl.cpp52 std::vector<Point> cpts; in intersect() local
80 if (cpts.size() == 2 && are_near (cpts[0], cpts[1])) in intersect()
82 cpts[0] = middle_point (cpts[0], cpts[1]); in intersect()
109 if (cpts.size() == 2 && are_near (cpts[0], cpts[1])) in intersect()
111 cpts[0] = middle_point (cpts[0], cpts[1]); in intersect()
138 if (cpts.size() == 2 && are_near (cpts[0], cpts[1])) in intersect()
140 cpts[0] = middle_point (cpts[0], cpts[1]); in intersect()
167 if (cpts.size() == 2 && are_near (cpts[0], cpts[1])) in intersect()
169 cpts[0] = middle_point (cpts[0], cpts[1]); in intersect()
178 std::sort (cpts.begin(), cpts.end(), Point::LexLess<X>()); in intersect()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/devicetree/bindings/net/
H A Dti,k3-am654-cpts.yaml45 pattern: "^cpts@[0-9a-f]+$"
49 - const: ti,am65-cpts
50 - const: ti,j721e-cpts
59 - const: cpts
67 - const: cpts
75 - const: cpts
84 ti,cpts-ext-ts-inputs:
90 ti,cpts-periodic-outputs:
130 cpts@310d0000 {
133 reg-names = "cpts";
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/net/
H A Dti,k3-am654-cpts.yaml45 pattern: "^cpts@[0-9a-f]+$"
49 - const: ti,am65-cpts
50 - const: ti,j721e-cpts
59 - const: cpts
67 - const: cpts
75 - const: cpts
84 ti,cpts-ext-ts-inputs:
90 ti,cpts-periodic-outputs:
130 cpts@310d0000 {
133 reg-names = "cpts";
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/net/
H A Dti,k3-am654-cpts.yaml45 pattern: "^cpts@[0-9a-f]+$"
49 - const: ti,am65-cpts
50 - const: ti,j721e-cpts
59 - const: cpts
67 - const: cpts
75 - const: cpts
84 ti,cpts-ext-ts-inputs:
90 ti,cpts-periodic-outputs:
130 cpts@310d0000 {
133 reg-names = "cpts";
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rb/script/
H A Dread_struct.rb28 cpts = CompactProtoTestStruct.new
30 cpts.instance_variable_set("@#{const}", nil)
35 deser.deserialize(cpts, data)
37 if cpts == Fixtures::COMPACT_PROTOCOL_TEST_STRUCT
40 …d verification! Expected #{Fixtures::COMPACT_PROTOCOL_TEST_STRUCT.inspect} but got #{cpts.inspect}"
42 puts cpts.differences(Fixtures::COMPACT_PROTOCOL_TEST_STRUCT)
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rb/script/
H A Dread_struct.rb28 cpts = CompactProtoTestStruct.new
30 cpts.instance_variable_set("@#{const}", nil)
35 deser.deserialize(cpts, data)
37 if cpts == Fixtures::COMPACT_PROTOCOL_TEST_STRUCT
40 …d verification! Expected #{Fixtures::COMPACT_PROTOCOL_TEST_STRUCT.inspect} but got #{cpts.inspect}"
42 puts cpts.differences(Fixtures::COMPACT_PROTOCOL_TEST_STRUCT)
/dports/devel/py-thrift/thrift-0.14.0/lib/rb/script/
H A Dread_struct.rb28 cpts = CompactProtoTestStruct.new
30 cpts.instance_variable_set("@#{const}", nil)
35 deser.deserialize(cpts, data)
37 if cpts == Fixtures::COMPACT_PROTOCOL_TEST_STRUCT
40 …d verification! Expected #{Fixtures::COMPACT_PROTOCOL_TEST_STRUCT.inspect} but got #{cpts.inspect}"
42 puts cpts.differences(Fixtures::COMPACT_PROTOCOL_TEST_STRUCT)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rb/script/
H A Dread_struct.rb28 cpts = CompactProtoTestStruct.new
30 cpts.instance_variable_set("@#{const}", nil)
35 deser.deserialize(cpts, data)
37 if cpts == Fixtures::COMPACT_PROTOCOL_TEST_STRUCT
40 …d verification! Expected #{Fixtures::COMPACT_PROTOCOL_TEST_STRUCT.inspect} but got #{cpts.inspect}"
42 puts cpts.differences(Fixtures::COMPACT_PROTOCOL_TEST_STRUCT)
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rb/script/
H A Dread_struct.rb28 cpts = CompactProtoTestStruct.new
30 cpts.instance_variable_set("@#{const}", nil)
35 deser.deserialize(cpts, data)
37 if cpts == Fixtures::COMPACT_PROTOCOL_TEST_STRUCT
40 …d verification! Expected #{Fixtures::COMPACT_PROTOCOL_TEST_STRUCT.inspect} but got #{cpts.inspect}"
42 puts cpts.differences(Fixtures::COMPACT_PROTOCOL_TEST_STRUCT)

12345678910>>...43