Home
last modified time | relevance | path

Searched full:front (Results 1 – 25 of 4377) sorted by relevance

12345678910>>...176

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.c163 void __intel_fb_invalidate(struct intel_frontbuffer *front, in __intel_fb_invalidate() argument
167 struct drm_i915_private *i915 = to_i915(front->obj->base.dev); in __intel_fb_invalidate()
182 void __intel_fb_flush(struct intel_frontbuffer *front, in __intel_fb_flush() argument
186 struct drm_i915_private *i915 = to_i915(front->obj->base.dev); in __intel_fb_flush()
202 struct intel_frontbuffer *front = in frontbuffer_active() local
203 container_of(ref, typeof(*front), write); in frontbuffer_active()
205 kref_get(&front->ref); in frontbuffer_active()
212 struct intel_frontbuffer *front = in frontbuffer_retire() local
213 container_of(ref, typeof(*front), write); in frontbuffer_retire()
215 intel_frontbuffer_flush(front, ORIGIN_CS); in frontbuffer_retire()
[all …]
H A Dintel_frontbuffer.h58 void intel_frontbuffer_put(struct intel_frontbuffer *front);
63 struct intel_frontbuffer *front; in __intel_frontbuffer_get() local
70 front = rcu_dereference(obj->frontbuffer); in __intel_frontbuffer_get()
71 if (!front) in __intel_frontbuffer_get()
74 if (unlikely(!kref_get_unless_zero(&front->ref))) in __intel_frontbuffer_get()
77 if (likely(front == rcu_access_pointer(obj->frontbuffer))) in __intel_frontbuffer_get()
80 intel_frontbuffer_put(front); in __intel_frontbuffer_get()
84 return front; in __intel_frontbuffer_get()
90 void __intel_fb_invalidate(struct intel_frontbuffer *front,
96 * @front: GEM object to invalidate
[all …]
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dcontrol.h24 SOF_CHMAP_FL, /**< front left */
25 SOF_CHMAP_FR, /**< front right */
28 SOF_CHMAP_FC, /**< front centre */
33 SOF_CHMAP_FLC, /**< front left centre */
34 SOF_CHMAP_FRC, /**< front right centre */
37 SOF_CHMAP_FLW, /**< front left wide */
38 SOF_CHMAP_FRW, /**< front right wide */
39 SOF_CHMAP_FLH, /**< front left high */
40 SOF_CHMAP_FCH, /**< front centre high */
41 SOF_CHMAP_FRH, /**< front right high */
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dchannel-mapping-api.rst18 ``{ front left, front right, rear left, rear right }.``
89 SNDRV_CHMAP_FL, /* front left */
90 SNDRV_CHMAP_FR, /* front right */
93 SNDRV_CHMAP_FC, /* front center */
99 SNDRV_CHMAP_FLC, /* front left center */
100 SNDRV_CHMAP_FRC, /* front right center */
103 SNDRV_CHMAP_FLW, /* front left wide */
104 SNDRV_CHMAP_FRW, /* front right wide */
105 SNDRV_CHMAP_FLH, /* front left high */
106 SNDRV_CHMAP_FCH, /* front center high */
[all …]
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dviafb.modes17 # Front Porch 0.636 us 0.318 ms
42 # Front Porch 0.508 us 0.027 ms
63 # Front Porch 1.556 us 0.023 ms
84 # Front Porch 0.927 us 0.019 ms
105 # Front Porch 0.763 us 0.016 ms
126 # Front Porch 0.595 us 0.033 ms
147 # Front Porch 0.541 us 33.535 us
168 # Front Porch 0.735 us 0.027 ms
189 # Front Porch 1.000 us 0.026 ms
211 # Front Porch 0.323 us 0.021 ms
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/skylakex/
H A Dfrontend.json27 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
40 "BriefDescription": "Cycles with less than 3 uops delivered by the front end.",
46 "PublicDescription": "Cycles with less than 3 uops delivered by the front-end.",
73front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
78 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
108 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
116 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
132 "BriefDescription": "Cycles with less than 2 uops delivered by the front end.",
138 "PublicDescription": "Cycles with less than 2 uops delivered by the front-end.",
210 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Dfrontend.json37 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 2…
50 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 3…
63 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 1…
71 …"Counts retired instructions that are delivered to the back-end after the front-end had at least 1…
111 "BriefDescription": "Cycles with less than 3 uops delivered by the front end.",
117 "PublicDescription": "Cycles with less than 3 uops delivered by the front-end.",
199 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
207 …that are delivered to the back-end after a front-end stall of at least 8 cycles. During this perio…
213 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
226 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c153 nfp_net_tls_set_ipver_vlan(struct nfp_crypto_req_add_front *front, u8 ipver) in nfp_net_tls_set_ipver_vlan() argument
155 front->ipver_vlan = cpu_to_be16(FIELD_PREP(NFP_NET_TLS_IPVER, ipver) | in nfp_net_tls_set_ipver_vlan()
162 struct nfp_crypto_req_add_front *front) in nfp_net_tls_assign_conn_id() argument
168 len = front->key_len - NFP_NET_TLS_NON_ADDR_KEY_LEN; in nfp_net_tls_assign_conn_id()
170 memcpy(front->l3_addrs, &id, sizeof(id)); in nfp_net_tls_assign_conn_id()
171 memset(front->l3_addrs + sizeof(id), 0, len - sizeof(id)); in nfp_net_tls_assign_conn_id()
180 req->front.key_len += sizeof(__be32) * 2; in nfp_net_tls_set_ipv4()
183 nfp_net_tls_assign_conn_id(nn, &req->front); in nfp_net_tls_set_ipv4()
199 req->front.key_len += sizeof(struct in6_addr) * 2; in nfp_net_tls_set_ipv6()
202 nfp_net_tls_assign_conn_id(nn, &req->front); in nfp_net_tls_set_ipv6()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/
H A Dfrontend.json277 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
286 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
292 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
301 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
307 …that are delivered to the back-end after a front-end stall of at least 8 cycles. During this perio…
316 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
322 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
331 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
337 …that are delivered to the back-end after a front-end stall of at least 32 cycles. During this peri…
346 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DGDB_002fMI-Development-and-Front-Ends.html9 Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
17 <title>Debugging with GDB: GDB/MI Development and Front Ends</title>
19 <meta name="description" content="Debugging with GDB: GDB/MI Development and Front Ends">
20 <meta name="keywords" content="Debugging with GDB: GDB/MI Development and Front Ends">
64 <a name="GDB_002fMI-Development-and-Front-Ends"></a>
70 <a name="GDB_002fMI-Development-and-Front-Ends-1"></a>
71 <h3 class="section">27.4 <small>GDB/MI</small> Development and Front Ends</h3>
75 program being debugged to the user is called a <em>front end</em>.
77 <p>Since <small>GDB/MI</small> is used by a variety of front ends to <small>GDB</small>, changes
82 <p>Some changes in MI need not break a carefully designed front end, and
[all …]
H A DGDB_002fMI-Compatibility-with-CLI.html9 Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
29 …DB_002fMI-Development-and-Front-Ends.html#GDB_002fMI-Development-and-Front-Ends" rel="next" title=…
67 …02fMI-Development-and-Front-Ends.html#GDB_002fMI-Development-and-Front-Ends" accesskey="n" rel="ne…
84 recommended that front ends use the <code>-interpreter-exec</code> command
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DGDB_002fMI-Development-and-Front-Ends.html9 Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
17 <title>Debugging with GDB: GDB/MI Development and Front Ends</title>
19 <meta name="description" content="Debugging with GDB: GDB/MI Development and Front Ends">
20 <meta name="keywords" content="Debugging with GDB: GDB/MI Development and Front Ends">
64 <a name="GDB_002fMI-Development-and-Front-Ends"></a>
70 <a name="GDB_002fMI-Development-and-Front-Ends-1"></a>
71 <h3 class="section">27.4 <small>GDB/MI</small> Development and Front Ends</h3>
75 program being debugged to the user is called a <em>front end</em>.
77 <p>Since <small>GDB/MI</small> is used by a variety of front ends to <small>GDB</small>, changes
82 <p>Some changes in MI need not break a carefully designed front end, and
[all …]
H A DGDB_002fMI-Compatibility-with-CLI.html9 Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
29 …DB_002fMI-Development-and-Front-Ends.html#GDB_002fMI-Development-and-Front-Ends" rel="next" title=…
67 …02fMI-Development-and-Front-Ends.html#GDB_002fMI-Development-and-Front-Ends" accesskey="n" rel="ne…
84 recommended that front ends use the <code>-interpreter-exec</code> command
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/skylake/
H A Dfrontend.json212 "PublicDescription": "Cycles with less than 2 uops delivered by the front-end.",
218 "BriefDescription": "Cycles with less than 2 uops delivered by the front end.",
223 "PublicDescription": "Cycles with less than 3 uops delivered by the front-end.",
229 "BriefDescription": "Cycles with less than 3 uops delivered by the front end.",
331 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
344 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 2…
357 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
363 …that are delivered to the back-end after a front-end stall of at least 8 cycles. During this perio…
371 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
377 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dpstore-blk.rst75 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4.
78 There are multiple chunks for oops/panic front-end depending on the remaining
79 space except other pstore front-ends.
87 The chunk size in KB for pmsg front-end. It **MUST** be a multiple of 4.
90 Unlike oops/panic front-end, there is only one chunk for pmsg front-end.
99 The chunk size in KB for console front-end. It **MUST** be a multiple of 4.
102 Similar to pmsg front-end, there is only one chunk for console front-end.
110 The chunk size in KB for ftrace front-end. It **MUST** be a multiple of 4.
113 Similar to oops front-end, there are multiple chunks for ftrace front-end
186 files is ``dmesg-pstore-blk-[N]`` for oops/panic front-end,
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_iommu.c101 if ((t->back - t->front) > t->size) { in rga_mmu_buf_get_try()
102 if (t->front + size > t->back - t->size) { in rga_mmu_buf_get_try()
103 pr_info("front %d, back %d dsize %d size %d", in rga_mmu_buf_get_try()
104 t->front, t->back, t->size, size); in rga_mmu_buf_get_try()
109 if ((t->front + size) > t->back) { in rga_mmu_buf_get_try()
110 pr_info("front %d, back %d dsize %d size %d", in rga_mmu_buf_get_try()
111 t->front, t->back, t->size, size); in rga_mmu_buf_get_try()
116 if (t->front + size > t->size) { in rga_mmu_buf_get_try()
118 pr_info("front %d, back %d dsize %d size %d", in rga_mmu_buf_get_try()
119 t->front, t->back, t->size, size); in rga_mmu_buf_get_try()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c65 DRI2BufferPtr front; member
410 if (info->front) in ms_dri2_del_frame_event()
411 ms_dri2_destroy_buffer(NULL, info->front); in ms_dri2_del_frame_event()
505 update_front(DrawablePtr draw, DRI2BufferPtr front) in update_front() argument
509 ms_dri2_buffer_private_ptr priv = front->driverPrivate; in update_front()
518 front->name = name; in update_front()
521 front->pitch = pixmap->devKind; in update_front()
522 front->cpp = pixmap->drawable.bitsPerPixel / 8; in update_front()
531 DRI2BufferPtr front, DRI2BufferPtr back) in can_exchange() argument
533 ms_dri2_buffer_private_ptr front_priv = front->driverPrivate; in can_exchange()
[all …]
/OK3568_Linux_fs/kernel/include/media/
H A Ddemux.h303 * DVB Front-End
325 * @connectivity_list: List of front-ends that can be connected to a
362 * front-ends from the generic type struct list_head
376 * @frontend: Front-end connected to the demux
408 * front-end, the demux driver software will read packets from memory.
483 * @add_frontend: Registers a connectivity between a demux and a front-end,
485 * @connect_frontend to use the given front-end as a TS source. The
493 * The @frontend function parameter contains a pointer to the front-end
499 * @remove_frontend: Indicates that the given front-end, registered by a call
501 * demux. The function should be called when a front-end driver or a demux
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dsegmented_iterator_range.hpp34 // - The front of each range in the stack (besides the
80 // assert(end(front(car(stack_begin))) == end(car(cdr(stack_begin))));
81 // return iterator_range(begin(car(cdr(stack_begin))), end(front(car(stack_begin))));
84 // // front with a view that is restricted.
85 // assert(end(segments(front(car(stack_begin)))) == end(car(cdr(stack_begin))));
91 …// iterator_range(next(begin(car(cdr(stack_begin)))), end(segments(front(car(stack_begin)))…
99 // assert(end(segments(front(car(stack_begin)))) == end(car(cdr(stack_begin))));
161 … // iterator_range(next(begin(car(cdr(stack_begin)))), end(segments(front(car(stack_begin))))), in call()
173 // assert(end(front(car(stack_begin))) == end(car(cdr(stack_begin))));
206 // return iterator_range(begin(car(cdr(stack_begin))), end(front(car(stack_begin)))); in call()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/silvermont/
H A Dpipeline.json189front end of the machine is notified that it must restart, so no more instructions will be decoded…
207 … a mispredicted jump to retire. After the misprediction is detected, the front end will start imm…
213 … a mispredicted jump to retire. After the misprediction is detected, the front end will start imm…
224front-end inefficiencies, i.e. when front-end of the machine is not delivering micro-ops to the ba…
233 …ion": "The NO_ALLOC_CYCLES.ALL event counts the number of cycles when the front-end does not provi…
319front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction…
328front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction…
337front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction…
/OK3568_Linux_fs/kernel/drivers/gpu/drm/udl/
H A Dudl_transfer.c29 * Trims identical data from front and back of line
30 * Sets new front buffer address and width
33 * for back and front buffer ptrs and width
40 const unsigned long *front = (const unsigned long *) *bfront;
47 if (back[j] != front[j]) {
54 if (back[k] != front[k]) {
61 *bfront = (u8 *) &front[start];
207 * There are 3 copies of every pixel: The front buffer that the fbdev
213 const char *front, char **urb_buf_ptr, in udl_render_hline() argument
225 line_start = (u8 *) (front + byte_offset); in udl_render_hline()
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Daudigy-mixer.rst47 name='PCM Front Playback Volume',index=0
49 This control is used to attenuate samples for left and right front PCM FX-bus
50 accumulators. ALSA uses accumulators 8 and 9 for left and right front PCM
51 samples for 5.1 playback. The result samples are forwarded to the front DAC PCM
77 stereo playback. The result samples are forwarded to the front DAC PCM slots
91 The result samples are forwarded to the front DAC PCM slots of the AC97 codec.
104 the front DAC PCM slots of the Philips DAC. Samples are forwarded to Mic
117 forwarded to the front DAC PCM slots of the Philips DAC.
128 digital input. The result samples are forwarded to the front DAC PCM slots
140 inputs (on the AudigyDrive). The result samples are forwarded to the front
[all …]
/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A Dmioa701_wm9713.c17 * | | | | Front Speaker
24 * | | Front Micro
82 SND_SOC_DAPM_SPK("Front Speaker", NULL),
88 SND_SOC_DAPM_MIC("Front Mic", NULL),
93 {"Mic Bias", NULL, "Front Mic"},
109 /* front speaker connected to HPL, OUT3 */
110 {"Front Speaker", NULL, "HPL"},
111 {"Front Speaker", NULL, "OUT3"},
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/
H A Dfront.hpp23 struct front struct
30 inline typename result_of::front<Sequence>::type
31 front(Sequence& seq) in front() function
38 inline typename result_of::front<Sequence const>::type
39 front(Sequence const& seq) in front() function
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Darmada-385-clearfog-gtr.dtsi25 front panel and PSE controller
44 41 - CON1 front panel connector
45 42 - Front LED1, or front panel CON1
48 45 - TPM PIRQ signal, or front panel CON1
54 52 - Front LED2, or front panel
55 53 - Front button
131 i2c@11000 { /* ROM, temp sensor and front panel */
187 cf_gtr_front_button_pins: cf-gtr-front-button-pins {
267 label = "Front Button";

12345678910>>...176