| /drivers/video/ |
| D | hdmi.c | 59 int hdmi_avi_infoframe_init(struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_init() 85 ssize_t hdmi_avi_infoframe_pack(struct hdmi_avi_infoframe *frame, void *buffer, in hdmi_avi_infoframe_pack() 162 int hdmi_spd_infoframe_init(struct hdmi_spd_infoframe *frame, in hdmi_spd_infoframe_init() 192 ssize_t hdmi_spd_infoframe_pack(struct hdmi_spd_infoframe *frame, void *buffer, in hdmi_spd_infoframe_pack() 230 int hdmi_audio_infoframe_init(struct hdmi_audio_infoframe *frame) in hdmi_audio_infoframe_init() 256 ssize_t hdmi_audio_infoframe_pack(struct hdmi_audio_infoframe *frame, in hdmi_audio_infoframe_pack() 305 int hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_init() 324 static int hdmi_vendor_infoframe_length(const struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_length() 349 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame, in hdmi_vendor_infoframe_pack() 400 hdmi_vendor_any_infoframe_pack(union hdmi_vendor_any_infoframe *frame, in hdmi_vendor_any_infoframe_pack() [all …]
|
| /drivers/staging/media/atomisp/pci/atomisp2/css2400/runtime/frame/src/ |
| D | frame.c | 113 void ia_css_frame_zero(struct ia_css_frame *frame) in ia_css_frame_zero() 119 enum ia_css_err ia_css_frame_allocate_from_info(struct ia_css_frame **frame, in ia_css_frame_allocate_from_info() 136 enum ia_css_err ia_css_frame_allocate(struct ia_css_frame **frame, in ia_css_frame_allocate() 176 enum ia_css_err ia_css_frame_map(struct ia_css_frame **frame, in ia_css_frame_map() 215 enum ia_css_err ia_css_frame_create_from_info(struct ia_css_frame **frame, in ia_css_frame_create_from_info() 265 enum ia_css_err ia_css_frame_set_data(struct ia_css_frame *frame, in ia_css_frame_set_data() 295 enum ia_css_err ia_css_frame_allocate_contiguous(struct ia_css_frame **frame, in ia_css_frame_allocate_contiguous() 325 struct ia_css_frame **frame, in ia_css_frame_allocate_contiguous_from_info() 343 void ia_css_frame_free(struct ia_css_frame *frame) in ia_css_frame_free() 367 enum ia_css_err ia_css_frame_init_planes(struct ia_css_frame *frame) in ia_css_frame_init_planes() [all …]
|
| /drivers/net/ethernet/netronome/nfp/flower/ |
| D | match.c | 41 nfp_flower_compile_meta_tci(struct nfp_flower_meta_two *frame, in nfp_flower_compile_meta_tci() 71 nfp_flower_compile_meta(struct nfp_flower_meta_one *frame, u8 key_type) in nfp_flower_compile_meta() 79 nfp_flower_compile_port(struct nfp_flower_in_port *frame, u32 cmsg_port, in nfp_flower_compile_port() 93 nfp_flower_compile_mac(struct nfp_flower_mac_mpls *frame, in nfp_flower_compile_mac() 116 nfp_flower_compile_tport(struct nfp_flower_tp_ports *frame, in nfp_flower_compile_tport() 135 nfp_flower_compile_ipv4(struct nfp_flower_ipv4 *frame, in nfp_flower_compile_ipv4() 164 nfp_flower_compile_ipv6(struct nfp_flower_ipv6 *frame, in nfp_flower_compile_ipv6()
|
| /drivers/staging/irda/net/ |
| D | irlap_frame.c | 123 struct snrm_frame *frame; in irlap_send_snrm_frame() local 175 struct snrm_frame *frame; in irlap_recv_snrm_cmd() local 216 struct ua_frame *frame; in irlap_send_ua_response_frame() local 262 struct dm_frame *frame; in irlap_send_dm_frame() local 292 struct disc_frame *frame; in irlap_send_disc_frame() local 319 struct xid_frame *frame; in irlap_send_discovery_xid_frame() local 584 struct rr_frame *frame; in irlap_send_rr_frame() local 609 struct rd_frame *frame; in irlap_send_rd_frame() local 1147 __u8 *frame; in irlap_recv_frmr_frame() local 1196 struct test_frame *frame; in irlap_send_test_frame() local [all …]
|
| /drivers/media/platform/exynos-gsc/ |
| D | gsc-regs.c | 127 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_size() local 149 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_image_rgb() local 169 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_image_format() local 240 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_size() local 269 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_rgb() local 289 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_format() local 407 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_global_alpha() local
|
| D | gsc-m2m.c | 236 struct gsc_frame *frame; in gsc_m2m_queue_setup() local 255 struct gsc_frame *frame; in gsc_m2m_buf_prepare() local 335 struct gsc_frame *frame; in gsc_m2m_s_fmt_mplane() local 460 struct gsc_frame *frame; in gsc_m2m_g_selection() local 497 struct gsc_frame *frame; in gsc_m2m_s_selection() local
|
| /drivers/staging/wilc1000/ |
| D | wilc_wlan_cfg.c | 167 static int wilc_wlan_cfg_set_byte(u8 *frame, u32 offset, u16 id, u8 val8) in wilc_wlan_cfg_set_byte() 184 static int wilc_wlan_cfg_set_hword(u8 *frame, u32 offset, u16 id, u16 val16) in wilc_wlan_cfg_set_hword() 203 static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32) in wilc_wlan_cfg_set_word() 224 static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, u32 size) in wilc_wlan_cfg_set_str() 244 static int wilc_wlan_cfg_set_bin(u8 *frame, u32 offset, u16 id, u8 *b, u32 size) in wilc_wlan_cfg_set_bin() 387 int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) in wilc_wlan_cfg_set_wid() 422 int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) in wilc_wlan_cfg_get_wid() 514 int wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size, in wilc_wlan_cfg_indicate_rx()
|
| /drivers/staging/irda/net/irlan/ |
| D | irlan_common.c | 620 __u8 *frame; in irlan_get_provider_info() local 651 __u8 *frame; in irlan_open_data_channel() local 684 __u8 *frame; in irlan_close_data_channel() local 723 __u8 *frame; in irlan_open_unicast_addr() local 763 __u8 *frame; in irlan_set_broadcast_filter() local 805 __u8 *frame; in irlan_set_multicast_filter() local 848 __u8 *frame; in irlan_get_unicast_addr() local 886 __u8 *frame; in irlan_get_media_char() local 968 __u8 *frame; in __irlan_insert_param() local
|
| /drivers/block/aoe/ |
| D | aoe.h | 112 struct frame { struct 135 ushort nframes; /* cap on frames to use */ argument
|
| /drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_regs.c | 78 struct mtk_mdp_frame *frame = &ctx->s_frame; in mtk_mdp_hw_set_in_size() local 99 struct mtk_mdp_frame *frame = &ctx->s_frame; in mtk_mdp_hw_set_in_image_format() local 114 struct mtk_mdp_frame *frame = &ctx->d_frame; in mtk_mdp_hw_set_out_size() local 130 struct mtk_mdp_frame *frame = &ctx->d_frame; in mtk_mdp_hw_set_out_image_format() local
|
| D | mtk_mdp_m2m.c | 289 struct mtk_mdp_frame *frame; in mtk_mdp_try_crop() local 411 static void mtk_mdp_set_frame_size(struct mtk_mdp_frame *frame, int width, in mtk_mdp_set_frame_size() 465 struct mtk_mdp_frame *frame, in mtk_mdp_prepare_addr() 588 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_queue_setup() local 604 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_buf_prepare() local 676 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_g_fmt_mplane() local 726 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_s_fmt_mplane() local 836 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_g_selection() local 903 struct mtk_mdp_frame *frame; in mtk_mdp_m2m_s_selection() local 1097 struct mtk_mdp_frame *frame; in mtk_mdp_set_default_params() local
|
| /drivers/media/platform/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() 780 struct delta_frame *frame) in delta_complete_eos() 826 struct delta_frame *frame = NULL; in delta_decoder_stop_cmd() local 944 struct delta_frame *frame = NULL; in delta_run_work() local 1158 struct delta_frame *frame) in delta_setup_frame() 1230 struct delta_frame *frame) in delta_recycle_default() 1241 struct delta_frame *frame; in dump_frames_status() local [all …]
|
| /drivers/media/platform/exynos4-is/ |
| D | fimc-m2m.c | 202 struct fimc_frame *frame; in fimc_buf_prepare() local 272 struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane() local 334 static void __set_frame_format(struct fimc_frame *frame, struct fimc_fmt *fmt, in __set_frame_format() 362 struct fimc_frame *frame; in fimc_m2m_s_fmt_mplane() local 398 struct fimc_frame *frame; in fimc_m2m_cropcap() local 416 struct fimc_frame *frame; in fimc_m2m_g_crop() local
|
| D | fimc-reg.c | 111 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_target_format() local 153 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma_size() local 172 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma() local 394 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_rgb_alpha() local 409 struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma_size() local 426 struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma() local
|
| /drivers/nfc/pn533/ |
| D | usb.c | 278 struct pn533_acr122_tx_frame *frame = _frame; in pn533_acr122_tx_frame_init() local 301 struct pn533_acr122_tx_frame *frame = _frame; in pn533_acr122_tx_frame_finish() local 308 struct pn533_acr122_tx_frame *frame = _frame; in pn533_acr122_tx_update_payload_len() local 315 struct pn533_acr122_rx_frame *frame = _frame; in pn533_acr122_is_rx_frame_valid() local 329 static int pn533_acr122_rx_frame_size(void *frame) in pn533_acr122_rx_frame_size() 337 static u8 pn533_acr122_get_cmd_code(void *frame) in pn533_acr122_get_cmd_code()
|
| /drivers/usb/host/ |
| D | fhci-q.c | 57 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td) in fhci_add_td_to_frame() 86 struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame) in fhci_remove_td_from_frame() 99 struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame) in fhci_peek_td_from_frame()
|
| D | ehci-sched.c | 76 static void periodic_unlink(struct ehci_hcd *ehci, unsigned frame, void *ptr) in periodic_unlink() 383 unsigned frame, in tt_available() 443 unsigned frame, in tt_no_collision() 769 unsigned frame, in check_period() 795 unsigned frame, in check_intr_schedule() 892 unsigned frame; in qh_schedule() local 1414 unsigned frame, uf; in sitd_slot_ok() local 1736 itd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) in itd_link() 1770 unsigned next_uframe, uframe, frame; in itd_link_urb() local 2153 sitd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_sitd *sitd) in sitd_link() [all …]
|
| /drivers/media/platform/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 726 struct bdisp_frame *frame = ctx_get_frame(ctx, f->type); in bdisp_g_fmt() local 800 struct bdisp_frame *frame; in bdisp_s_fmt() local 851 struct bdisp_frame *frame; in bdisp_g_selection() local 929 struct bdisp_frame *frame; in bdisp_s_selection() local
|
| /drivers/scsi/ |
| D | sr_vendor.c | 210 unsigned long min, sec, frame; in sr_cd_check() local 237 unsigned long min, sec, frame; in sr_cd_check() local
|
| /drivers/media/platform/marvell-ccic/ |
| D | mcam-core.c | 213 static void mcam_buffer_done(struct mcam_camera *cam, int frame, in mcam_buffer_done() 329 unsigned frame, dma_addr_t base) in mcam_write_yuv_bases() 498 static void mcam_vmalloc_done(struct mcam_camera *cam, int frame) in mcam_vmalloc_done() 539 static void mcam_set_contig_buffer(struct mcam_camera *cam, int frame) in mcam_set_contig_buffer() 583 static void mcam_dma_contig_done(struct mcam_camera *cam, int frame) in mcam_dma_contig_done() 662 static void mcam_dma_sg_done(struct mcam_camera *cam, int frame) in mcam_dma_sg_done() 1112 unsigned int frame; in mcam_vb_start_streaming() local 1655 static void mcam_frame_complete(struct mcam_camera *cam, int frame) in mcam_frame_complete() 1683 unsigned int frame, handled = 0; in mccic_irq() local
|
| /drivers/firmware/tegra/ |
| D | ivc.c | 227 unsigned int frame) in tegra_ivc_frame_virt() 237 unsigned int frame) in tegra_ivc_frame_phys() 248 unsigned int frame, in tegra_ivc_invalidate_frame() 262 unsigned int frame, in tegra_ivc_flush_frame()
|
| /drivers/net/can/mscan/ |
| D | mscan.c | 199 struct can_frame *frame = (struct can_frame *)skb->data; in mscan_start_xmit() local 303 static void mscan_get_rx_frame(struct net_device *dev, struct can_frame *frame) in mscan_get_rx_frame() 343 static void mscan_get_err_frame(struct net_device *dev, struct can_frame *frame, in mscan_get_err_frame() 397 struct can_frame *frame; in mscan_rx_poll() local
|
| /drivers/media/usb/gspca/ |
| D | gspca.c | 92 struct gspca_frame *frame = vma->vm_private_data; in gspca_vm_open() local 100 struct gspca_frame *frame = vma->vm_private_data; in gspca_vm_close() local 418 struct gspca_frame *frame; in gspca_frame_add() local 498 struct gspca_frame *frame; in frame_alloc() local 1452 struct gspca_frame *frame; in vidioc_querybuf() local 1595 struct gspca_frame *frame; in dev_mmap() local 1694 struct gspca_frame *frame; in vidioc_dqbuf() local 1770 struct gspca_frame *frame; in vidioc_qbuf() local 1909 struct gspca_frame *frame; in dev_read() local
|
| /drivers/staging/rtl8188eu/os_dep/ |
| D | mon.c | 82 void rtl88eu_mon_recv_hook(struct net_device *dev, struct recv_frame *frame) in rtl88eu_mon_recv_hook() 114 void rtl88eu_mon_xmit_hook(struct net_device *dev, struct xmit_frame *frame, in rtl88eu_mon_xmit_hook()
|
| /drivers/clocksource/ |
| D | arm_arch_timer.c | 1205 arch_timer_mem_frame_get_cntfrq(struct arch_timer_mem_frame *frame) in arch_timer_mem_frame_get_cntfrq() 1226 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_find_best_frame() local 1275 arch_timer_mem_frame_register(struct arch_timer_mem_frame *frame) in arch_timer_mem_frame_register() 1316 struct arch_timer_mem_frame *frame; in arch_timer_mem_of_init() local 1333 struct arch_timer_mem_frame *frame; in arch_timer_mem_of_init() local 1394 struct arch_timer_mem_frame *frame; in arch_timer_mem_verify_cntfrq() local 1421 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_acpi_init() local
|