Searched defs:front (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/udl/
H A Dudl_transfer.c36 * Trims identical data from front and back of line
37 * Sets new front buffer address and width
40 * for back and front buffer ptrs and width
47 const unsigned long *front = (const unsigned long *) *bfront;
53 prefetch((void *) front);
57 if (back[j] != front[j]) {
64 if (back[k] != front[k]) {
71 *bfront = (u8 *) &front[start];
217 * There are 3 copies of every pixel: The front buffer that the fbdev
223 const char *front, cha
222 udl_render_hline(struct drm_device *dev, int bpp, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 device_byte_offset, u32 byte_width, int *ident_ptr, int *sent_ptr) argument
[all...]
/drivers/media/dvb-core/
H A Ddmxdev.c127 struct dmx_frontend *front; local
169 front = get_fe(dmxdev->demux, DMX_MEMORY_FE);
171 if (!front) {
176 dmxdev->demux->connect_frontend(dmxdev->demux, front);
/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi_lowlevel.c165 unsigned int front, unsigned int back)
172 reg |= DSIM_MAIN_HFP_SHIFT(front) | DSIM_MAIN_HBP_SHIFT(back);
164 exynos_mipi_dsi_set_main_disp_hporch(struct mipi_dsim_device *dsim, unsigned int front, unsigned int back) argument
/drivers/media/usb/tlg2300/
H A Dpd-common.h44 struct front_face *front; member in struct:vbi_data
86 struct front_face *front; member in struct:video_data
H A Dpd-video.c141 struct front_face *front = video->front; local
146 video->dst = (char *)videobuf_to_vmalloc(front->curr_frame)
151 static bool get_frame(struct front_face *front, int *need_init) argument
153 struct videobuf_buffer *vb = front->curr_frame;
158 spin_lock(&front->queue_lock);
159 if (!list_empty(&front->active)) {
160 vb = list_entry(front->active.next,
164 front->curr_frame = vb;
167 spin_unlock(&front
173 get_video_frame(struct front_face *front, struct video_data *video) argument
184 submit_frame(struct front_face *front) argument
278 struct front_face *front = vbi->front; local
316 struct front_face *front = urb->context; local
402 struct front_face *front = urb->context; local
559 struct front_face *front = q->priv_data; local
567 struct front_face *front = q->priv_data; local
636 struct front_face *front = q->priv_data; local
696 struct front_face *front = fh; local
758 struct front_face *front = fh; local
781 struct front_face *front = fh; local
851 struct front_face *front = fh; local
858 struct front_face *front = fh; local
884 struct front_face *front = fh; local
895 struct front_face *front = fh; local
973 struct front_face *front = fh; local
1036 struct front_face *front = fh; local
1051 struct front_face *front = fh; local
1084 struct front_face *front = fh; local
1100 struct front_face *front = file->private_data; local
1106 struct front_face *front = file->private_data; local
1112 struct front_face *front = file->private_data; local
1118 struct front_face *front = file->private_data; local
1149 struct front_face *front = video->front; local
1193 struct front_face *front = fh; local
1203 struct front_face *front = file->private_data; local
1269 struct front_face *front = pd->video_data.front; local
1331 struct front_face *front = NULL; local
1397 struct front_face *front = file->private_data; local
1434 struct front_face *front = file->private_data; local
1440 struct front_face *front = file->private_data; local
1447 struct front_face *front = file->private_data; local
[all...]
/drivers/staging/comedi/drivers/
H A Ddt3000.c303 int front; local
309 front = readw(dev->mmio + DPR_AD_Buf_Front);
310 count = front - devpriv->ai_front;
/drivers/video/fbdev/
H A Dudlfb.c356 * Trims identical data from front and back of line
357 * Sets new front buffer address and width
360 * for back and front buffer ptrs and width
366 const unsigned long *front = (const unsigned long *) *bfront; local
372 prefetch((void *) front);
376 if (back[j] != front[j]) {
383 if (back[k] != front[k]) {
390 *bfront = (u8 *) &front[start];
513 * There are 3 copies of every pixel: The front buffer that the fbdev
519 const char *front, cha
518 dlfb_render_hline(struct dlfb_data *dev, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 byte_width, int *ident_ptr, int *sent_ptr) argument
[all...]

Completed in 860 milliseconds