Searched defs:video (Results 1 - 25 of 70) sorted by last modified time

123

/linux-master/drivers/thunderbolt/
H A Dswitch.c1438 int tb_dp_port_set_hops(struct tb_port *port, unsigned int video, argument
/linux-master/drivers/usb/gadget/function/
H A Duvc_video.c28 uvc_video_encode_header(struct uvc_video *video, struct uvc_buffer *buf, argument
72 uvc_video_encode_data(struct uvc_video *video, struct uvc_buffer *buf, argument
90 uvc_video_encode_bulk(struct usb_request *req, struct uvc_video *video, struct uvc_buffer *buf) argument
133 uvc_video_encode_isoc_sg(struct usb_request *req, struct uvc_video *video, struct uvc_buffer *buf) argument
200 uvc_video_encode_isoc(struct usb_request *req, struct uvc_video *video, struct uvc_buffer *buf) argument
255 uvcg_video_ep_queue(struct uvc_video *video, struct usb_request *req) argument
276 uvcg_video_usb_req_queue(struct uvc_video *video, struct usb_request *req, bool queue_to_ep) argument
331 uvc_video_ep_queue_initial_requests(struct uvc_video *video) argument
373 struct uvc_video *video = ureq->video; local
489 uvc_video_free_requests(struct uvc_video *video) argument
504 uvc_video_alloc_requests(struct uvc_video *video) argument
569 struct uvc_video *video = container_of(work, struct uvc_video, pump); local
643 uvcg_video_disable(struct uvc_video *video) argument
722 uvcg_video_enable(struct uvc_video *video) argument
763 uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc) argument
[all...]
H A Duvc_v4l2.c137 struct uvc_video *video = &uvc->video; local
221 struct uvc_video *video = &uvc->video; local
240 struct uvc_video *video = &uvc->video; local
280 struct uvc_video *video = &uvc->video; local
388 struct uvc_video *video = &uvc->video; local
401 struct uvc_video *video = &uvc->video; local
411 struct uvc_video *video = &uvc->video; local
429 struct uvc_video *video = &uvc->video; local
439 struct uvc_video *video = &uvc->video; local
465 struct uvc_video *video = &uvc->video; local
601 struct uvc_video *video = handle->device; local
[all...]
H A Duvc.h80 struct uvc_video *video; member in struct:uvc_request
143 struct uvc_video video; member in struct:uvc_device
H A Df_uvc.c989 struct uvc_video *video = &uvc->video; local
[all...]
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-capture.c58 static inline struct stf_capture *to_stf_capture(struct stfcamss_video *video) argument
76 static void stf_init_addrs(struct stfcamss_video *video) argument
110 static void stf_cap_s_cfg(struct stfcamss_video *video) argument
135 stf_cap_s_cleanup(struct stfcamss_video *video) argument
150 stf_wr_data_en(struct stfcamss_video *video) argument
158 stf_wr_irq_enable(struct stfcamss_video *video) argument
166 stf_wr_irq_disable(struct stfcamss_video *video) argument
176 stf_channel_set(struct stfcamss_video *video) argument
217 stf_capture_start(struct stfcamss_video *video) argument
230 stf_capture_stop(struct stfcamss_video *video) argument
321 stf_buf_update_on_new(struct stfcamss_video *video, struct stfcamss_buffer *new_buf) argument
512 stf_queue_buffer(struct stfcamss_video *video, struct stfcamss_buffer *buf) argument
526 stf_flush_buffers(struct stfcamss_video *video, enum vb2_buffer_state state) argument
[all...]
H A Dstf-video.c30 video_g_fi_by_index(struct stfcamss_video *video, int index) argument
39 video_g_fi_by_mcode(struct stfcamss_video *video, u32 mcode) argument
52 video_g_fi_by_pfmt(struct stfcamss_video *video, u32 pixelformat) argument
64 __video_try_fmt(struct stfcamss_video *video, struct v4l2_format *f) argument
106 stf_video_init_format(struct stfcamss_video *video) argument
138 struct stfcamss_video *video = vb2_get_drv_priv(q); local
167 struct stfcamss_video *video = vb2_get_drv_priv(vb->vb2_queue); local
185 struct stfcamss_video *video = vb2_get_drv_priv(vb->vb2_queue); local
204 struct stfcamss_video *video = vb2_get_drv_priv(vb->vb2_queue); local
210 video_get_subdev_format(struct stfcamss_video *video, struct v4l2_subdev_format *fmt) argument
243 stf_video_check_format(struct stfcamss_video *video) argument
271 struct stfcamss_video *video = vb2_get_drv_priv(q); local
309 struct stfcamss_video *video = vb2_get_drv_priv(q); local
348 struct stfcamss_video *video = video_drvdata(file); local
375 struct stfcamss_video *video = video_drvdata(file); local
402 struct stfcamss_video *video = video_drvdata(file); local
411 struct stfcamss_video *video = video_drvdata(file); local
428 struct stfcamss_video *video = video_drvdata(file); local
473 struct stfcamss_video *video = video_get_drvdata(vdev); local
487 struct stfcamss_video *video = video_get_drvdata(vdev); local
495 stf_video_register(struct stfcamss_video *video, struct v4l2_device *v4l2_dev, const char *name) argument
569 stf_video_unregister(struct stfcamss_video *video) argument
[all...]
H A Dstf-capture.h74 struct stfcamss_video video; member in struct:stf_capture
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c1887 static const struct ia_css_video_settings video variable in typeref:struct:ia_css_video_settings
[all...]
H A Datomisp_v4l2.c333 int atomisp_video_init(struct atomisp_video_pipe *video) argument
353 atomisp_video_unregister(struct atomisp_video_pipe *video) argument
[all...]
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.c82 struct fimc_is_video *video = &isp->video_capture; local
154 struct fimc_is_video *video = &isp->video_capture; local
190 struct fimc_is_video *video = &isp->video_capture; local
236 struct fimc_is_video *video = &is->isp.video_capture; local
522 struct fimc_is_video *video = &isp->video_capture; local
[all...]
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c210 static unsigned int npcm_video_ece_get_ed_size(struct npcm_video *video, argument
236 static void npcm_video_ece_enc_rect(struct npcm_video *video, argument
270 npcm_video_ece_read_rect_offset(struct npcm_video *video) argument
283 npcm_video_ece_set_lp(struct npcm_video *video, unsigned int pitch) argument
311 npcm_video_ece_set_fb_addr(struct npcm_video *video, unsigned int buffer) argument
319 npcm_video_ece_set_enc_dba(struct npcm_video *video, unsigned int addr) argument
327 npcm_video_ece_clear_rect_offset(struct npcm_video *video) argument
334 npcm_video_ece_ctrl_reset(struct npcm_video *video) argument
346 npcm_video_ece_ip_reset(struct npcm_video *video) argument
358 npcm_video_ece_stop(struct npcm_video *video) argument
368 npcm_video_alloc_fb(struct npcm_video *video, struct npcm_video_addr *addr) argument
380 npcm_video_free_fb(struct npcm_video *video, struct npcm_video_addr *addr) argument
389 npcm_video_free_diff_table(struct npcm_video *video) argument
405 npcm_video_add_rect(struct npcm_video *video, unsigned int index, unsigned int x, unsigned int y, unsigned int w, unsigned int h) argument
428 npcm_video_merge_rect(struct npcm_video *video, struct rect_list_info *info) argument
461 npcm_video_new_rect(struct npcm_video *video, unsigned int offset, unsigned int index) argument
487 npcm_video_find_rect(struct npcm_video *video, struct rect_list_info *info, unsigned int offset) argument
503 npcm_video_build_table(struct npcm_video *video, struct rect_list_info *info) argument
525 npcm_video_get_rect_list(struct npcm_video *video, unsigned int index) argument
563 npcm_video_is_mga(struct npcm_video *video) argument
572 npcm_video_hres(struct npcm_video *video) argument
584 npcm_video_vres(struct npcm_video *video) argument
597 npcm_video_capres(struct npcm_video *video, unsigned int hor_res, unsigned int vert_res) argument
618 npcm_video_vcd_ip_reset(struct npcm_video *video) argument
630 npcm_video_vcd_state_machine_reset(struct npcm_video *video) argument
649 npcm_video_gfx_reset(struct npcm_video *video) argument
658 npcm_video_kvm_bw(struct npcm_video *video, bool set_bw) argument
669 npcm_video_pclk(struct npcm_video *video) argument
696 npcm_video_get_bpp(struct npcm_video *video) argument
714 npcm_video_set_linepitch(struct npcm_video *video, unsigned int linebytes) argument
727 npcm_video_get_linepitch(struct npcm_video *video) argument
736 npcm_video_command(struct npcm_video *video, unsigned int value) argument
750 npcm_video_init_reg(struct npcm_video *video) argument
780 npcm_video_start_frame(struct npcm_video *video) argument
831 npcm_video_bufs_done(struct npcm_video *video, enum vb2_buffer_state state) argument
844 npcm_video_get_diff_rect(struct npcm_video *video, unsigned int index) argument
859 npcm_video_detect_resolution(struct npcm_video *video) argument
903 npcm_video_set_resolution(struct npcm_video *video, struct v4l2_bt_timings *timing) argument
939 npcm_video_start(struct npcm_video *video) argument
969 npcm_video_stop(struct npcm_video *video) argument
995 npcm_video_raw(struct npcm_video *video, int index, void *addr) argument
1014 npcm_video_hextile(struct npcm_video *video, unsigned int index, unsigned int dma_addr, void *vaddr) argument
1049 struct npcm_video *video = arg; local
1141 struct npcm_video *video = video_drvdata(file); local
1158 struct npcm_video *video = video_drvdata(file); local
1181 struct npcm_video *video = video_drvdata(file); local
1190 struct npcm_video *video = video_drvdata(file); local
1209 struct npcm_video *video = video_drvdata(file); local
1240 struct npcm_video *video = video_drvdata(file); local
1264 struct npcm_video *video = video_drvdata(file); local
1275 struct npcm_video *video = video_drvdata(file); local
1344 struct npcm_video *video = container_of(ctrl->handler, struct npcm_video, local
1398 struct npcm_video *video = video_drvdata(file); local
1417 struct npcm_video *video = video_drvdata(file); local
1444 struct npcm_video *video = vb2_get_drv_priv(q); local
1465 struct npcm_video *video = vb2_get_drv_priv(vb->vb2_queue); local
1475 struct npcm_video *video = vb2_get_drv_priv(q); local
1491 struct npcm_video *video = vb2_get_drv_priv(q); local
1505 struct npcm_video *video = vb2_get_drv_priv(vb->vb2_queue); local
1524 struct npcm_video *video = vb2_get_drv_priv(vb->vb2_queue); local
1570 npcm_video_setup_video(struct npcm_video *video) argument
1651 npcm_video_ece_init(struct npcm_video *video) argument
1699 npcm_video_init(struct npcm_video *video) argument
1735 struct npcm_video *video = kzalloc(sizeof(*video), GFP_KERNEL); local
1792 struct npcm_video *video = to_npcm_video(v4l2_dev); local
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h304 struct bttv_buffer_set video; member in struct:bttv_suspend_state
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c11753 TPACPI_PARAM(video); variable
[all...]
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_core.c494 struct resource video = { local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h327 } video; member in union:dc_surface_dcc_cap::__anon193
/linux-master/drivers/acpi/
H A Dacpi_video.c200 struct acpi_video_bus *video; member in struct:acpi_video_device
256 struct acpi_video_device *video = cooling_dev->devdata; local
265 struct acpi_video_device *video = cooling_dev->devdata; local
284 struct acpi_video_device *video = cooling_dev->devdata; local
679 acpi_video_bus_DOS(struct acpi_video_bus *video, int bios_flag, int lcd_flag) argument
1009 acpi_video_bus_find_cap(struct acpi_video_bus *video) argument
1030 acpi_video_bus_check(struct acpi_video_bus *video) argument
1081 acpi_video_get_device_attr(struct acpi_video_bus *video, unsigned long device_id) argument
1096 acpi_video_get_device_type(struct acpi_video_bus *video, unsigned long device_id) argument
1113 struct acpi_video_bus *video = arg; local
1208 acpi_video_device_rebind(struct acpi_video_bus *video) argument
1234 acpi_video_device_bind(struct acpi_video_bus *video, struct acpi_video_device *device) argument
1252 struct acpi_video_bus *video = device->video; local
1283 acpi_video_device_enumerate(struct acpi_video_bus *video) argument
1436 struct acpi_video_bus *video; local
1497 acpi_video_bus_get_devices(struct acpi_video_bus *video, struct acpi_device *device) argument
1516 acpi_video_bus_start_devices(struct acpi_video_bus *video) argument
1522 acpi_video_bus_stop_devices(struct acpi_video_bus *video) argument
1531 struct acpi_video_bus *video = acpi_driver_data(device); local
1656 struct acpi_video_bus *video; local
1776 acpi_video_run_bcl_for_osi(struct acpi_video_bus *video) argument
1805 acpi_video_bus_register_backlight(struct acpi_video_bus *video) argument
1848 acpi_video_bus_unregister_backlight(struct acpi_video_bus *video) argument
1881 acpi_video_bus_add_notify_handler(struct acpi_video_bus *video) argument
1944 acpi_video_bus_remove_notify_handler(struct acpi_video_bus *video) argument
1958 acpi_video_bus_put_devices(struct acpi_video_bus *video) argument
1976 struct acpi_video_bus *video; local
2089 struct acpi_video_bus *video = NULL; local
2188 struct acpi_video_bus *video; local
[all...]
/linux-master/include/media/
H A Dv4l2-subdev.h910 const struct v4l2_subdev_video_ops *video; member in struct:v4l2_subdev_ops
[all...]
/linux-master/drivers/staging/media/omap4iss/
H A Diss_resizer.c312 static int resizer_video_queue(struct iss_video *video, argument
[all...]
H A Diss_ipipeif.c260 static int ipipeif_video_queue(struct iss_video *video, argument
[all...]
H A Diss_csi2.c795 static int csi2_queue(struct iss_video *video, struct iss_buffer *buffer) argument
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.c1555 static int preview_video_queue(struct isp_video *video, argument
[all...]
H A Dispresizer.c1088 static int resizer_video_queue(struct isp_video *video, argument
[all...]
H A Dispcsi2.c800 static int csi2_queue(struct isp_video *video, struct isp_buffer *buffer) argument
[all...]
H A Dispccp2.c938 static int ccp2_video_queue(struct isp_video *video, struc argument
[all...]

Completed in 274 milliseconds

123