/drivers/video/ |
D | hdmi.c | 58 void hdmi_avi_infoframe_init(struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_init() 68 static int hdmi_avi_infoframe_check_only(const struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_check_only() 90 int hdmi_avi_infoframe_check(struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_check() 110 ssize_t hdmi_avi_infoframe_pack_only(const struct hdmi_avi_infoframe *frame, in hdmi_avi_infoframe_pack_only() 201 ssize_t hdmi_avi_infoframe_pack(struct hdmi_avi_infoframe *frame, in hdmi_avi_infoframe_pack() 222 int hdmi_spd_infoframe_init(struct hdmi_spd_infoframe *frame, in hdmi_spd_infoframe_init() 242 static int hdmi_spd_infoframe_check_only(const struct hdmi_spd_infoframe *frame) in hdmi_spd_infoframe_check_only() 261 int hdmi_spd_infoframe_check(struct hdmi_spd_infoframe *frame) in hdmi_spd_infoframe_check() 281 ssize_t hdmi_spd_infoframe_pack_only(const struct hdmi_spd_infoframe *frame, in hdmi_spd_infoframe_pack_only() 335 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/ |
D | frame.c | 91 void ia_css_frame_zero(struct ia_css_frame *frame) in ia_css_frame_zero() 97 int ia_css_frame_allocate_from_info(struct ia_css_frame **frame, in ia_css_frame_allocate_from_info() 115 int ia_css_frame_allocate(struct ia_css_frame **frame, in ia_css_frame_allocate() 146 int ia_css_frame_map(struct ia_css_frame **frame, in ia_css_frame_map() 189 int ia_css_frame_create_from_info(struct ia_css_frame **frame, in ia_css_frame_create_from_info() 230 int ia_css_frame_set_data(struct ia_css_frame *frame, in ia_css_frame_set_data() 261 void ia_css_frame_free(struct ia_css_frame *frame) in ia_css_frame_free() 285 int ia_css_frame_init_planes(struct ia_css_frame *frame) in ia_css_frame_init_planes() 472 int ia_css_frame_allocate_with_buffer_size(struct ia_css_frame **frame, in ia_css_frame_allocate_with_buffer_size() 572 static void frame_init_single_plane(struct ia_css_frame *frame, in frame_init_single_plane() [all …]
|
/drivers/net/wireless/microchip/wilc1000/ |
D | wlan_cfg.c | 61 static int wilc_wlan_cfg_set_byte(u8 *frame, u32 offset, u16 id, u8 val8) in wilc_wlan_cfg_set_byte() 72 static int wilc_wlan_cfg_set_hword(u8 *frame, u32 offset, u16 id, u16 val16) in wilc_wlan_cfg_set_hword() 84 static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32) in wilc_wlan_cfg_set_word() 96 static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, in wilc_wlan_cfg_set_str() 110 static int wilc_wlan_cfg_set_bin(u8 *frame, u32 offset, u16 id, u8 *b, u32 size) in wilc_wlan_cfg_set_bin() 224 int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) in wilc_wlan_cfg_set_wid() 259 int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) in wilc_wlan_cfg_get_wid() 317 void wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size, in wilc_wlan_cfg_indicate_rx()
|
/drivers/media/platform/samsung/exynos-gsc/ |
D | gsc-regs.c | 123 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
|
D | gsc-m2m.c | 230 struct gsc_frame *frame; in gsc_m2m_queue_setup() local 249 struct gsc_frame *frame; in gsc_m2m_buf_prepare() local 320 struct gsc_frame *frame; in gsc_m2m_s_fmt_mplane() local 445 struct gsc_frame *frame; in gsc_m2m_g_selection() local 482 struct gsc_frame *frame; in gsc_m2m_s_selection() local
|
/drivers/block/aoe/ |
D | aoe.h | 118 struct frame { struct 140 ushort nframes; /* cap on frames to use */ argument
|
/drivers/iio/chemical/ |
D | pms7003.c | 73 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/media/platform/st/sti/delta/ |
D | delta-v4l2.c | 77 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 1139 struct delta_frame *frame) in delta_setup_frame() 1211 struct delta_frame *frame) in delta_recycle_default() 1222 struct delta_frame *frame; in dump_frames_status() local [all …]
|
/drivers/gpu/drm/display/ |
D | drm_hdmi_helper.c | 25 int drm_hdmi_infoframe_set_hdr_metadata(struct hdmi_drm_infoframe *frame, in drm_hdmi_infoframe_set_hdr_metadata() 129 void drm_hdmi_avi_infoframe_colorimetry(struct hdmi_avi_infoframe *frame, in drm_hdmi_avi_infoframe_colorimetry() 156 void drm_hdmi_avi_infoframe_bars(struct hdmi_avi_infoframe *frame, in drm_hdmi_avi_infoframe_bars() 174 void drm_hdmi_avi_infoframe_content_type(struct hdmi_avi_infoframe *frame, in drm_hdmi_avi_infoframe_content_type()
|
/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_regs.c | 70 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
|
D | mtk_mdp_m2m.c | 278 struct mtk_mdp_frame *frame; in mtk_mdp_try_crop() local 378 static void mtk_mdp_set_frame_size(struct mtk_mdp_frame *frame, int width, in mtk_mdp_set_frame_size() 428 struct mtk_mdp_frame *frame, in mtk_mdp_prepare_addr() 545 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_queue_setup() local 561 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_buf_prepare() local 633 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_g_fmt_mplane() local 683 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_s_fmt_mplane() local 773 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_g_selection() local 840 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_s_selection() local 1030 struct mtk_mdp_frame *frame; in mtk_mdp_set_default_params() local
|
/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-reg.c | 108 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
|
D | fimc-m2m.c | 195 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/ |
D | lima_pp.c | 67 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
|
/drivers/net/can/ |
D | can327.c | 171 static void can327_send_frame(struct can327 *elm, struct can_frame *frame) in can327_send_frame() 284 struct can_frame *frame; in can327_uart_side_failure() local 329 struct can_frame *frame; in can327_parse_error() local 393 struct can_frame *frame; in can327_parse_frame() local 550 struct can_frame *frame = &elm->can_frame_to_send; in can327_handle_prompt() local 816 struct can_frame *frame = (struct can_frame *)skb->data; in can327_netdev_start_xmit() local
|
/drivers/nfc/pn533/ |
D | usb.c | 281 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/usb/host/ |
D | ehci-sched.c | 63 static void periodic_unlink(struct ehci_hcd *ehci, unsigned frame, void *ptr) in periodic_unlink() 357 unsigned frame, in tt_available() 417 unsigned frame, in tt_no_collision() 744 unsigned frame, in check_period() 770 unsigned frame, in check_intr_schedule() 867 unsigned frame; in qh_schedule() local 1393 unsigned frame, uf; in sitd_slot_ok() local 1715 itd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) in itd_link() 1749 unsigned next_uframe, uframe, frame; in itd_link_urb() local 2130 sitd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_sitd *sitd) in sitd_link() [all …]
|
D | fhci-q.c | 53 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()
|
/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-regs.c | 473 const struct v4l2_selection *s, struct mdp_frame *frame) in mdp_try_crop() 606 struct mdp_frame *frame, struct vb2_buffer *vb) in mdp_prepare_buffer() 637 struct mdp_frame *frame, struct vb2_buffer *vb) in mdp_set_src_config() 695 struct mdp_frame *frame, struct vb2_buffer *vb) in mdp_set_dst_config() 706 struct mdp_frame *frame; in mdp_frameparam_init() local
|
D | mtk-mdp3-m2m.c | 64 struct mdp_frame *frame; in mdp_m2m_device_run() local 287 struct mdp_frame *frame; in mdp_m2m_g_fmt_mplane() local 305 struct mdp_frame *frame = ctx_get_frame(ctx, f->type); in mdp_m2m_s_fmt_mplane() local 359 struct mdp_frame *frame; in mdp_m2m_g_selection() local 411 struct mdp_frame *frame = ctx_get_frame(ctx, s->type); in mdp_m2m_s_selection() local
|
/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-v4l2.c | 254 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/ |
D | ivc.c | 219 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/ |
D | intel_hdmi.c | 200 const void *frame, ssize_t len) in g4x_write_infoframe() 236 void *frame, ssize_t len) in g4x_read_infoframe() 272 const void *frame, ssize_t len) in ibx_write_infoframe() 311 void *frame, ssize_t len) in ibx_read_infoframe() 351 const void *frame, ssize_t len) in cpt_write_infoframe() 393 void *frame, ssize_t len) in cpt_read_infoframe() 429 const void *frame, ssize_t len) in vlv_write_infoframe() 469 void *frame, ssize_t len) in vlv_read_infoframe() 509 const void *frame, ssize_t len) in hsw_write_infoframe() 550 unsigned int type, void *frame, ssize_t len) in hsw_read_infoframe() [all …]
|
/drivers/media/platform/marvell/ |
D | mcam-core.c | 210 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 1682 static void mcam_frame_complete(struct mcam_camera *cam, int frame) in mcam_frame_complete() 1710 unsigned int frame, handled = 0; in mccic_irq() local
|
/drivers/net/can/mscan/ |
D | mscan.c | 188 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
|