Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 264) sorted by relevance

1234567891011

/drivers/video/
Dhdmi.c57 void hdmi_avi_infoframe_init(struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_init()
67 static int hdmi_avi_infoframe_check_only(const struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_check_only()
89 int hdmi_avi_infoframe_check(struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_check()
109 ssize_t hdmi_avi_infoframe_pack_only(const struct hdmi_avi_infoframe *frame, in hdmi_avi_infoframe_pack_only()
200 ssize_t hdmi_avi_infoframe_pack(struct hdmi_avi_infoframe *frame, in hdmi_avi_infoframe_pack()
221 int hdmi_spd_infoframe_init(struct hdmi_spd_infoframe *frame, in hdmi_spd_infoframe_init()
237 static int hdmi_spd_infoframe_check_only(const struct hdmi_spd_infoframe *frame) in hdmi_spd_infoframe_check_only()
256 int hdmi_spd_infoframe_check(struct hdmi_spd_infoframe *frame) in hdmi_spd_infoframe_check()
276 ssize_t hdmi_spd_infoframe_pack_only(const struct hdmi_spd_infoframe *frame, in hdmi_spd_infoframe_pack_only()
330 ssize_t hdmi_spd_infoframe_pack(struct hdmi_spd_infoframe *frame, in hdmi_spd_infoframe_pack()
[all …]
/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c99 void ia_css_frame_zero(struct ia_css_frame *frame) in ia_css_frame_zero()
105 int ia_css_frame_allocate_from_info(struct ia_css_frame **frame, in ia_css_frame_allocate_from_info()
123 int ia_css_frame_allocate(struct ia_css_frame **frame, in ia_css_frame_allocate()
154 int ia_css_frame_map(struct ia_css_frame **frame, in ia_css_frame_map()
202 int ia_css_frame_create_from_info(struct ia_css_frame **frame, in ia_css_frame_create_from_info()
244 int ia_css_frame_set_data(struct ia_css_frame *frame, in ia_css_frame_set_data()
275 int ia_css_frame_allocate_contiguous(struct ia_css_frame **frame, in ia_css_frame_allocate_contiguous()
299 struct ia_css_frame **frame, in ia_css_frame_allocate_contiguous_from_info()
318 void ia_css_frame_free(struct ia_css_frame *frame) in ia_css_frame_free()
342 int ia_css_frame_init_planes(struct ia_css_frame *frame) in ia_css_frame_init_planes()
[all …]
/drivers/net/wireless/microchip/wilc1000/
Dwlan_cfg.c59 static int wilc_wlan_cfg_set_byte(u8 *frame, u32 offset, u16 id, u8 val8) in wilc_wlan_cfg_set_byte()
70 static int wilc_wlan_cfg_set_hword(u8 *frame, u32 offset, u16 id, u16 val16) in wilc_wlan_cfg_set_hword()
82 static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32) in wilc_wlan_cfg_set_word()
94 static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, in wilc_wlan_cfg_set_str()
108 static int wilc_wlan_cfg_set_bin(u8 *frame, u32 offset, u16 id, u8 *b, u32 size) in wilc_wlan_cfg_set_bin()
221 int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) in wilc_wlan_cfg_set_wid()
256 int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) in wilc_wlan_cfg_get_wid()
314 void wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size, in wilc_wlan_cfg_indicate_rx()
/drivers/media/platform/exynos-gsc/
Dgsc-regs.c123 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_size() local
145 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_image_rgb() local
165 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_image_format() local
236 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_size() local
265 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_rgb() local
285 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_format() local
403 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_global_alpha() local
Dgsc-m2m.c230 struct gsc_frame *frame; in gsc_m2m_queue_setup() local
249 struct gsc_frame *frame; in gsc_m2m_buf_prepare() local
325 struct gsc_frame *frame; in gsc_m2m_s_fmt_mplane() local
450 struct gsc_frame *frame; in gsc_m2m_g_selection() local
487 struct gsc_frame *frame; in gsc_m2m_s_selection() local
/drivers/iio/chemical/
Dpms7003.c73 struct pms7003_frame frame; member
111 struct pms7003_frame *frame = &state->frame; in pms7003_trigger_handler() local
142 struct pms7003_frame *frame = &state->frame; in pms7003_read_raw() local
194 static u16 pms7003_calc_checksum(struct pms7003_frame *frame) in pms7003_calc_checksum()
206 static bool pms7003_frame_is_okay(struct pms7003_frame *frame) in pms7003_frame_is_okay()
219 struct pms7003_frame *frame = &state->frame; in pms7003_receive_buf() local
/drivers/block/aoe/
Daoe.h118 struct frame { struct
140 ushort nframes; /* cap on frames to use */ argument
/drivers/media/platform/sti/delta/
Ddelta-v4l2.c77 static void dump_frame(struct delta_ctx *ctx, struct delta_frame *frame) in dump_frame()
99 static void delta_frame_done(struct delta_ctx *ctx, struct delta_frame *frame, in delta_frame_done()
120 struct delta_frame *frame; in requeue_free_frames() local
134 static int delta_recycle(struct delta_ctx *ctx, struct delta_frame *frame) in delta_recycle()
764 struct delta_frame *frame) in delta_complete_eos()
810 struct delta_frame *frame = NULL; in delta_decoder_stop_cmd() local
928 struct delta_frame *frame = NULL; in delta_run_work() local
1142 struct delta_frame *frame) in delta_setup_frame()
1214 struct delta_frame *frame) in delta_recycle_default()
1225 struct delta_frame *frame; in dump_frames_status() local
[all …]
/drivers/media/platform/mtk-mdp/
Dmtk_mdp_regs.c70 struct mtk_mdp_frame *frame = &ctx->s_frame; in mtk_mdp_hw_set_in_size() local
91 struct mtk_mdp_frame *frame = &ctx->s_frame; in mtk_mdp_hw_set_in_image_format() local
106 struct mtk_mdp_frame *frame = &ctx->d_frame; in mtk_mdp_hw_set_out_size() local
122 struct mtk_mdp_frame *frame = &ctx->d_frame; in mtk_mdp_hw_set_out_image_format() local
Dmtk_mdp_m2m.c281 struct mtk_mdp_frame *frame; in mtk_mdp_try_crop() local
381 static void mtk_mdp_set_frame_size(struct mtk_mdp_frame *frame, int width, in mtk_mdp_set_frame_size()
431 struct mtk_mdp_frame *frame, in mtk_mdp_prepare_addr()
548 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_queue_setup() local
564 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_buf_prepare() local
636 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_g_fmt_mplane() local
686 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_s_fmt_mplane() local
776 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_g_selection() local
843 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_s_selection() local
1033 struct mtk_mdp_frame *frame; in mtk_mdp_set_default_params() local
/drivers/media/platform/exynos4-is/
Dfimc-reg.c108 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_target_format() local
150 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma_size() local
169 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma() local
391 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_rgb_alpha() local
406 struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma_size() local
423 struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma() local
Dfimc-m2m.c195 struct fimc_frame *frame; in fimc_buf_prepare() local
255 struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane() local
317 static void __set_frame_format(struct fimc_frame *frame, struct fimc_fmt *fmt, in __set_frame_format()
345 struct fimc_frame *frame; in fimc_m2m_s_fmt_mplane() local
381 struct fimc_frame *frame; in fimc_m2m_g_selection() local
/drivers/gpu/drm/lima/
Dlima_pp.c67 struct drm_lima_m450_pp_frame *frame; in lima_pp_bcast_irq_handler() local
147 struct drm_lima_m450_pp_frame *frame = pipe->current_task->frame; in lima_pp_soft_reset_async_wait() local
158 static void lima_pp_write_frame(struct lima_ip *ip, u32 *frame, u32 *wb) in lima_pp_write_frame()
333 struct drm_lima_m450_pp_frame *frame = task->frame; in lima_pp_task_run() local
365 struct drm_lima_m400_pp_frame *frame = task->frame; in lima_pp_task_run() local
Dlima_gp.c106 struct drm_lima_gp_frame *frame = task->frame; in lima_gp_task_validate() local
131 struct drm_lima_gp_frame *frame = task->frame; in lima_gp_task_run() local
219 struct drm_lima_gp_frame *frame = task->frame; in lima_gp_task_recover() local
/drivers/usb/host/
Dfhci-q.c53 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td) in fhci_add_td_to_frame()
82 struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame) in fhci_remove_td_from_frame()
95 struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame) in fhci_peek_td_from_frame()
Dehci-sched.c63 static void periodic_unlink(struct ehci_hcd *ehci, unsigned frame, void *ptr) in periodic_unlink()
351 unsigned frame, in tt_available()
411 unsigned frame, in tt_no_collision()
737 unsigned frame, in check_period()
763 unsigned frame, in check_intr_schedule()
860 unsigned frame; in qh_schedule() local
1382 unsigned frame, uf; in sitd_slot_ok() local
1704 itd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) in itd_link()
1738 unsigned next_uframe, uframe, frame; in itd_link_urb() local
2119 sitd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_sitd *sitd) in sitd_link()
[all …]
Dimx21-dbg.c29 int frame, struct td *td) {} in debug_isoc_submitted()
31 int frame, struct td *td, int cc, int len) {} in debug_isoc_completed()
119 int frame, struct td *td) in debug_isoc_submitted()
132 int frame, struct td *td, int cc, int len) in debug_isoc_completed()
/drivers/nfc/pn533/
Dusb.c281 struct pn533_acr122_tx_frame *frame = _frame; in pn533_acr122_tx_frame_init() local
304 struct pn533_acr122_tx_frame *frame = _frame; in pn533_acr122_tx_frame_finish() local
311 struct pn533_acr122_tx_frame *frame = _frame; in pn533_acr122_tx_update_payload_len() local
318 struct pn533_acr122_rx_frame *frame = _frame; in pn533_acr122_is_rx_frame_valid() local
332 static int pn533_acr122_rx_frame_size(void *frame) in pn533_acr122_rx_frame_size()
340 static u8 pn533_acr122_get_cmd_code(void *frame) in pn533_acr122_get_cmd_code()
/drivers/media/platform/sti/bdisp/
Dbdisp-v4l2.c254 struct bdisp_frame *frame, dma_addr_t *paddr) in bdisp_get_addr()
445 struct bdisp_frame *frame = ctx_get_frame(ctx, vq->type); in bdisp_queue_setup() local
469 struct bdisp_frame *frame = ctx_get_frame(ctx, vb->vb2_queue->type); in bdisp_buf_prepare() local
721 struct bdisp_frame *frame = ctx_get_frame(ctx, f->type); in bdisp_g_fmt() local
795 struct bdisp_frame *frame; in bdisp_s_fmt() local
846 struct bdisp_frame *frame; in bdisp_g_selection() local
924 struct bdisp_frame *frame; in bdisp_s_selection() local
/drivers/firmware/tegra/
Divc.c219 unsigned int frame) in tegra_ivc_frame_virt()
229 unsigned int frame) in tegra_ivc_frame_phys()
240 unsigned int frame, in tegra_ivc_invalidate_frame()
254 unsigned int frame, in tegra_ivc_flush_frame()
/drivers/gpu/drm/i915/display/
Dintel_lspcon.c342 const u8 *frame, in _lspcon_write_avi_infoframe_parade()
434 const void *frame, ssize_t len) in lspcon_write_infoframe()
462 void *frame, ssize_t len) in lspcon_read_infoframe()
473 union hdmi_infoframe frame; in lspcon_set_infoframes() local
Dintel_hdmi.c215 const void *frame, ssize_t len) in g4x_write_infoframe()
251 void *frame, ssize_t len) in g4x_read_infoframe()
287 const void *frame, ssize_t len) in ibx_write_infoframe()
326 void *frame, ssize_t len) in ibx_read_infoframe()
366 const void *frame, ssize_t len) in cpt_write_infoframe()
408 void *frame, ssize_t len) in cpt_read_infoframe()
444 const void *frame, ssize_t len) in vlv_write_infoframe()
484 void *frame, ssize_t len) in vlv_read_infoframe()
524 const void *frame, ssize_t len) in hsw_write_infoframe()
561 void *frame, ssize_t len) in hsw_read_infoframe()
[all …]
/drivers/net/can/mscan/
Dmscan.c188 struct can_frame *frame = (struct can_frame *)skb->data; in mscan_start_xmit() local
293 static void mscan_get_rx_frame(struct net_device *dev, struct can_frame *frame) in mscan_get_rx_frame()
333 static void mscan_get_err_frame(struct net_device *dev, struct can_frame *frame, in mscan_get_err_frame()
387 struct can_frame *frame; in mscan_rx_poll() local
/drivers/scsi/
Dsr_vendor.c221 unsigned long min, sec, frame; in sr_cd_check() local
248 unsigned long min, sec, frame; in sr_cd_check() local
/drivers/media/platform/marvell-ccic/
Dmcam-core.c210 static void mcam_buffer_done(struct mcam_camera *cam, int frame, in mcam_buffer_done()
325 unsigned frame, dma_addr_t base) in mcam_write_yuv_bases()
494 static void mcam_vmalloc_done(struct mcam_camera *cam, int frame) in mcam_vmalloc_done()
535 static void mcam_set_contig_buffer(struct mcam_camera *cam, int frame) in mcam_set_contig_buffer()
579 static void mcam_dma_contig_done(struct mcam_camera *cam, int frame) in mcam_dma_contig_done()
658 static void mcam_dma_sg_done(struct mcam_camera *cam, int frame) in mcam_dma_sg_done()
1142 unsigned int frame; in mcam_vb_start_streaming() local
1679 static void mcam_frame_complete(struct mcam_camera *cam, int frame) in mcam_frame_complete()
1707 unsigned int frame, handled = 0; in mccic_irq() local

1234567891011