/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | pipe.c | 42 char *usbhs_pipe_name(struct usbhs_pipe *pipe) in usbhs_pipe_name() 50 static void usbhsp_pipectrl_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipectrl_set() 61 static u16 usbhsp_pipectrl_get(struct usbhs_pipe *pipe) in usbhsp_pipectrl_get() 75 static void __usbhsp_pipe_xxx_set(struct usbhs_pipe *pipe, in __usbhsp_pipe_xxx_set() 87 static u16 __usbhsp_pipe_xxx_get(struct usbhs_pipe *pipe, in __usbhsp_pipe_xxx_get() 101 static void usbhsp_pipe_cfg_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_cfg_set() 106 static u16 usbhsp_pipe_cfg_get(struct usbhs_pipe *pipe) in usbhsp_pipe_cfg_get() 114 static void usbhsp_pipe_trn_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_trn_set() 150 static void usbhsp_pipe_tre_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_tre_set() 190 static void usbhsp_pipe_buf_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_buf_set() [all …]
|
D | fifo.c | 54 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, in usbhs_pkt_push() 101 static struct usbhs_pkt *__usbhsf_pkt_get(struct usbhs_pipe *pipe) in __usbhsf_pkt_get() 118 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop() 161 static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type) in usbhsf_pkt_handler() 211 void usbhs_pkt_start(struct usbhs_pipe *pipe) in usbhs_pkt_start() 221 #define usbhsf_irq_callback_ctrl(pipe, status, enable) \ argument 235 static void usbhsf_tx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_tx_irq_ctrl() 252 static void usbhsf_rx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_rx_irq_ctrl() 260 static void usbhsf_send_terminator(struct usbhs_pipe *pipe, in usbhsf_send_terminator() 284 static void usbhsf_fifo_clear(struct usbhs_pipe *pipe, in usbhsf_fifo_clear() [all …]
|
D | mod_gadget.c | 38 struct usbhs_pipe *pipe; member 127 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in __usbhsg_queue_pop() local 154 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_queue_done() local 172 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_queue_push() local 194 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_dma_map_ctrl() local 227 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in usbhsg_recip_handler_std_control_done() local 239 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_clear_endpoint() local 286 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_set_endpoint() local 319 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in __usbhsg_recip_send_status() local 385 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_get_endpoint() local [all …]
|
D | pipe.h | 47 struct usbhs_pipe *pipe; member 102 #define usbhs_pipe_sequence_data0(pipe) usbhs_pipe_data_sequence(pipe, 0) argument 103 #define usbhs_pipe_sequence_data1(pipe) usbhs_pipe_data_sequence(pipe, 1) argument
|
D | mod_host.c | 84 struct usbhs_pipe *pipe; /* attached pipe */ member 263 struct usbhs_pipe *pipe; in usbhsh_pipe_attach() local 341 struct usbhs_pipe *pipe; in usbhsh_pipe_detach() local 680 struct usbhs_pipe *pipe = usbhsh_uep_to_pipe(uep); in usbhsh_queue_push() local 721 struct usbhs_pipe *pipe) in usbhsh_queue_force_pop() 766 struct usbhs_pipe *pipe) in usbhsh_setup_stage_packet_push() 825 struct usbhs_pipe *pipe, in usbhsh_data_stage_packet_push() 856 struct usbhs_pipe *pipe, in usbhsh_status_stage_packet_push() 886 struct usbhs_pipe *pipe = usbhsh_uep_to_pipe(uep); in usbhsh_dcp_queue_push() local 1416 struct usbhs_pipe *pipe; in usbhsh_pipe_init_for_host() local
|
D | fifo.h | 32 struct usbhs_pipe *pipe; member 55 struct usbhs_pipe *pipe; member
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_output.h | 75 #define CHECK_PIPE(pipe) ({ \ argument 80 #define CHECK_PIPE(pipe) (pipe) argument 86 #define REG_OFFSET(pipe) (CHECK_PIPE(pipe) * 0x400) argument 89 #define MIPI_DEVICE_READY_REG(pipe) (0xb000 + REG_OFFSET(pipe)) argument 90 #define MIPI_INTR_STAT_REG(pipe) (0xb004 + REG_OFFSET(pipe)) argument 91 #define MIPI_INTR_EN_REG(pipe) (0xb008 + REG_OFFSET(pipe)) argument 92 #define MIPI_DSI_FUNC_PRG_REG(pipe) (0xb00c + REG_OFFSET(pipe)) argument 93 #define MIPI_HS_TX_TIMEOUT_REG(pipe) (0xb010 + REG_OFFSET(pipe)) argument 94 #define MIPI_LP_RX_TIMEOUT_REG(pipe) (0xb014 + REG_OFFSET(pipe)) argument 95 #define MIPI_TURN_AROUND_TIMEOUT_REG(pipe) (0xb018 + REG_OFFSET(pipe)) argument [all …]
|
D | mdfld_dsi_dpi.c | 37 static void mdfld_wait_for_HS_DATA_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_HS_DATA_FIFO() 55 static void mdfld_wait_for_HS_CTRL_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_HS_CTRL_FIFO() 72 static void mdfld_wait_for_DPI_CTRL_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_DPI_CTRL_FIFO() 90 static void mdfld_wait_for_SPL_PKG_SENT(struct drm_device *dev, u32 pipe) in mdfld_wait_for_SPL_PKG_SENT() 111 int pipe) in dsi_set_device_ready_state() 117 int state, int pipe) in dsi_set_pipe_plane_enable_state() 174 int pipe) in mdfld_dsi_configure_down() 195 int pipe) in mdfld_dsi_configure_up() 229 static void mdfld_dsi_tpo_ic_init(struct mdfld_dsi_config *dsi_config, u32 pipe) in mdfld_dsi_tpo_ic_init() 467 int pipe) in mdfld_dsi_dpi_controller_init() [all …]
|
D | psb_irq.c | 38 psb_pipestat(int pipe) in psb_pipestat() 50 mid_pipe_event(int pipe) in mid_pipe_event() 62 mid_pipe_vsync(int pipe) in mid_pipe_vsync() 74 mid_pipeconf(int pipe) in mid_pipeconf() 86 psb_enable_pipestat(struct drm_psb_private *dev_priv, int pipe, u32 mask) in psb_enable_pipestat() 103 psb_disable_pipestat(struct drm_psb_private *dev_priv, int pipe, u32 mask) in psb_disable_pipestat() 118 static void mid_enable_pipe_event(struct drm_psb_private *dev_priv, int pipe) in mid_enable_pipe_event() 129 static void mid_disable_pipe_event(struct drm_psb_private *dev_priv, int pipe) in mid_disable_pipe_event() 146 static void mid_pipe_event_handler(struct drm_device *dev, int pipe) in mid_pipe_event_handler() 513 int psb_enable_vblank(struct drm_device *dev, int pipe) in psb_enable_vblank() [all …]
|
D | mdfld_dsi_output.c | 91 void mdfld_dsi_brightness_init(struct mdfld_dsi_config *dsi_config, int pipe) in mdfld_dsi_brightness_init() 132 void mdfld_dsi_brightness_control(struct drm_device *dev, int pipe, int level) in mdfld_dsi_brightness_control() 215 void mdfld_dsi_controller_init(struct mdfld_dsi_config *dsi_config, int pipe) in mdfld_dsi_controller_init() 425 struct mdfld_dsi_config *config, int pipe) in mdfld_dsi_get_default_config() 450 int mdfld_dsi_panel_reset(int pipe) in mdfld_dsi_panel_reset() 498 int pipe, in mdfld_dsi_output_init()
|
D | psb_intel_display.c | 112 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_set() local 313 int pipe = gma_crtc->pipe; in psb_intel_crtc_clock_get() local 388 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_get() local 491 void psb_intel_crtc_init(struct drm_device *dev, int pipe, in psb_intel_crtc_init() 559 struct drm_crtc *psb_intel_get_crtc_from_pipe(struct drm_device *dev, int pipe) in psb_intel_get_crtc_from_pipe()
|
D | mdfld_tmd_vid.c | 95 int pipe, in tmd_vid_get_panel_info() 132 int pipe) in mdfld_dsi_tmd_drv_ic_init()
|
D | mdfld_intel_display.c | 51 void mdfldWaitForPipeDisable(struct drm_device *dev, int pipe) in mdfldWaitForPipeDisable() 79 void mdfldWaitForPipeEnable(struct drm_device *dev, int pipe) in mdfldWaitForPipeEnable() 170 int pipe = gma_crtc->pipe; in mdfld__intel_pipe_set_base() local 238 void mdfld_disable_crtc(struct drm_device *dev, int pipe) in mdfld_disable_crtc() 309 int pipe = gma_crtc->pipe; in mdfld_crtc_dpms() local 674 int pipe = gma_crtc->pipe; in mdfld_crtc_mode_set() local
|
D | cdv_intel_display.c | 226 int pipe = gma_crtc->pipe; in cdv_dpll_set_clock_cdv() local 463 static bool cdv_intel_pipe_enabled(struct drm_device *dev, int pipe) in cdv_intel_pipe_enabled() 587 int pipe = gma_crtc->pipe; in cdv_intel_crtc_mode_set() local 854 int pipe = gma_crtc->pipe; in cdv_intel_crtc_clock_get() local 932 int pipe = gma_crtc->pipe; in cdv_intel_crtc_mode_get() local
|
D | gma_display.c | 63 int pipe = gma_crtc->pipe; in gma_pipe_set_base() local 205 int pipe = gma_crtc->pipe; in gma_crtc_dpms() local 338 int pipe = gma_crtc->pipe; in gma_crtc_cursor_set() local 462 int pipe = gma_crtc->pipe; in gma_crtc_cursor_move() local
|
D | mdfld_output.c | 34 int mdfld_get_panel_type(struct drm_device *dev, int pipe) in mdfld_get_panel_type()
|
D | oaktrail_crtc.c | 227 int pipe = gma_crtc->pipe; in oaktrail_crtc_dpms() local 373 int pipe = gma_crtc->pipe; in oaktrail_crtc_mode_set() local 603 int pipe = gma_crtc->pipe; in oaktrail_pipe_set_base() local
|
D | mdfld_tpo_vid.c | 92 int pipe, in tpo_vid_get_panel_info()
|
D | mdfld_device.c | 170 struct psb_pipe *pipe = &dev_priv->regs.pipe[pipenum]; in mdfld_save_display_registers() local 248 struct psb_pipe *pipe = &dev_priv->regs.pipe[pipenum]; in mdfld_restore_display_registers() local
|
D | mdfld_dsi_pkg_sender.h | 39 int pipe; member
|
D | psb_intel_reg.h | 1295 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) argument 1336 #define SB_M(pipe) _PIPE(pipe, _SB_M_A, _SB_M_B) argument 1342 #define SB_N_VCO(pipe) _PIPE(pipe, _SB_N_VCO_A, _SB_N_VCO_B) argument 1361 #define SB_REF_SFR(pipe) _PIPE(pipe, _SB_REF_A, _SB_REF_B) argument 1365 #define SB_P(pipe) _PIPE(pipe, _SB_P_A, _SB_P_B) argument 1535 #define PIPE_GMCH_DATA_M(pipe) _PIPE(pipe, _PIPEA_GMCH_DATA_M, _PIPEB_GMCH_DATA_M) argument 1536 #define PIPE_GMCH_DATA_N(pipe) _PIPE(pipe, _PIPEA_GMCH_DATA_N, _PIPEB_GMCH_DATA_N) argument 1537 #define PIPE_DP_LINK_M(pipe) _PIPE(pipe, _PIPEA_DP_LINK_M, _PIPEB_DP_LINK_M) argument 1538 #define PIPE_DP_LINK_N(pipe) _PIPE(pipe, _PIPEA_DP_LINK_N, _PIPEB_DP_LINK_N) argument
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_pcm.c | 61 struct vx_pipe *pipe) in vx_pcm_read_per_bytes() 106 struct vx_pipe *pipe) in vx_set_differed_time() 139 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format() 166 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format() 225 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state() 250 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size() 274 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start() 295 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe() 334 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe() 387 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe() [all …]
|
/linux-4.1.27/fs/ |
D | pipe.c | 56 static void pipe_lock_nested(struct pipe_inode_info *pipe, int subclass) in pipe_lock_nested() 62 void pipe_lock(struct pipe_inode_info *pipe) in pipe_lock() 71 void pipe_unlock(struct pipe_inode_info *pipe) in pipe_unlock() 78 static inline void __pipe_lock(struct pipe_inode_info *pipe) in __pipe_lock() 83 static inline void __pipe_unlock(struct pipe_inode_info *pipe) in __pipe_unlock() 103 void pipe_wait(struct pipe_inode_info *pipe) in pipe_wait() 118 static void anon_pipe_buf_release(struct pipe_inode_info *pipe, in anon_pipe_buf_release() 146 int generic_pipe_buf_steal(struct pipe_inode_info *pipe, in generic_pipe_buf_steal() 175 void generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in generic_pipe_buf_get() 205 void generic_pipe_buf_release(struct pipe_inode_info *pipe, in generic_pipe_buf_release() [all …]
|
D | splice.c | 43 static int page_cache_pipe_buf_steal(struct pipe_inode_info *pipe, in page_cache_pipe_buf_steal() 88 static void page_cache_pipe_buf_release(struct pipe_inode_info *pipe, in page_cache_pipe_buf_release() 99 static int page_cache_pipe_buf_confirm(struct pipe_inode_info *pipe, in page_cache_pipe_buf_confirm() 145 static int user_page_pipe_buf_steal(struct pipe_inode_info *pipe, in user_page_pipe_buf_steal() 163 static void wakeup_pipe_readers(struct pipe_inode_info *pipe) in wakeup_pipe_readers() 182 ssize_t splice_to_pipe(struct pipe_inode_info *pipe, in splice_to_pipe() 277 int splice_grow_spd(const struct pipe_inode_info *pipe, struct splice_pipe_desc *spd) in splice_grow_spd() 307 struct pipe_inode_info *pipe, size_t len, in __generic_file_splice_read() 523 struct pipe_inode_info *pipe, size_t len, in generic_file_splice_read() 558 static int generic_pipe_buf_nosteal(struct pipe_inode_info *pipe, in generic_pipe_buf_nosteal() [all …]
|
/linux-4.1.27/net/nfc/hci/ |
D | command.c | 31 static int nfc_hci_execute_cmd_async(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in nfc_hci_execute_cmd_async() 67 static int nfc_hci_execute_cmd(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in nfc_hci_execute_cmd() 106 u8 pipe; in nfc_hci_send_event() local 127 u8 pipe; in nfc_hci_send_cmd() local 143 u8 pipe; in nfc_hci_send_cmd_async() local 198 static int nfc_hci_open_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_open_pipe() 218 static int nfc_hci_close_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_close_pipe() 232 u8 pipe; in nfc_hci_create_pipe() local 255 static int nfc_hci_delete_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_delete_pipe() 284 u8 pipe = hdev->gate2pipe[gate]; in nfc_hci_disconnect_gate() local [all …]
|
D | hcp.c | 33 int nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe, in nfc_hci_hcp_message_tx() 131 void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, in nfc_hci_hcp_message_rx()
|
D | hci.h | 25 u8 pipe; member 65 u8 pipe; member 69 u8 pipe; member
|
D | core.c | 144 u8 pipe; in nfc_hci_msg_rx_work() local 193 void nfc_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in nfc_hci_cmd_received() 376 void nfc_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, in nfc_hci_event_received() 848 u8 pipe; in nfc_hci_recv_from_llc() local
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_fifo_underrun.c | 55 enum pipe pipe; in ivb_can_enable_err_int() local 72 enum pipe pipe; in cpt_can_enable_serr_int() local 122 enum pipe pipe, in i9xx_set_fifo_underrun_reporting() 141 enum pipe pipe, bool enable) in ironlake_set_fifo_underrun_reporting() 154 enum pipe pipe, in ivybridge_set_fifo_underrun_reporting() 177 enum pipe pipe, bool enable) in broadwell_set_fifo_underrun_reporting() 231 enum pipe pipe, bool enable) in __intel_set_cpu_fifo_underrun_reporting() 272 enum pipe pipe, bool enable) in intel_set_cpu_fifo_underrun_reporting() 343 enum pipe pipe) in intel_cpu_fifo_underrun_irq_handler()
|
D | i915_irq.c | 366 __i915_enable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe, in __i915_enable_pipestat() 393 __i915_disable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe, in __i915_disable_pipestat() 447 i915_enable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe, in i915_enable_pipestat() 461 i915_disable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe, in i915_disable_pipestat() 544 static u32 i8xx_get_vblank_counter(struct drm_device *dev, int pipe) in i8xx_get_vblank_counter() 553 static u32 i915_get_vblank_counter(struct drm_device *dev, int pipe) in i915_get_vblank_counter() 602 static u32 gm45_get_vblank_counter(struct drm_device *dev, int pipe) in gm45_get_vblank_counter() 618 enum pipe pipe = crtc->pipe; in __intel_get_crtc_scanline() local 637 static int i915_get_crtc_scanoutpos(struct drm_device *dev, int pipe, in i915_get_crtc_scanoutpos() 774 static int i915_get_vblank_timestamp(struct drm_device *dev, int pipe, in i915_get_vblank_timestamp() [all …]
|
D | intel_psr.c | 64 static bool vlv_is_psr_active_on_pipe(struct drm_device *dev, int pipe) in vlv_is_psr_active_on_pipe() 110 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_setup_vsc() local 204 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_enable_source() local 219 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_activate() local 479 enum pipe pipe = to_intel_crtc(crtc)->pipe; in intel_psr_work() local 523 enum pipe pipe = to_intel_crtc(crtc)->pipe; in intel_psr_exit() local 579 enum pipe pipe; in intel_psr_invalidate() local 615 enum pipe pipe; in intel_psr_flush() local
|
D | intel_sprite.c | 84 enum pipe pipe = crtc->pipe; in intel_pipe_update_start() local 156 enum pipe pipe = crtc->pipe; in intel_pipe_update_end() local 191 const int pipe = intel_plane->pipe; in skl_update_plane() local 301 const int pipe = intel_plane->pipe; in skl_disable_plane() local 365 int pipe = intel_plane->pipe; in vlv_update_plane() local 490 int pipe = intel_plane->pipe; in vlv_disable_plane() local 519 enum pipe pipe = intel_plane->pipe; in ivb_update_plane() local 640 int pipe = intel_plane->pipe; in ivb_disable_plane() local 667 int pipe = intel_plane->pipe; in ilk_update_plane() local 775 int pipe = intel_plane->pipe; in ilk_disable_plane() local [all …]
|
D | i915_reg.h | 28 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) argument 32 #define _PIPE3(pipe, a, b, c) ((pipe) == PIPE_A ? (a) : \ argument 522 #define GEN7_PIPE_DE_LOAD_SL(pipe) _PIPE(pipe, \ argument 572 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) argument 573 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe)) argument 574 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe)) argument 575 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe)) argument 576 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe)) argument 577 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe)) argument 578 #define _DP_SSS(val, pipe) ((val) << (2 * (pipe) + 16)) argument [all …]
|
D | intel_display.c | 107 static struct intel_encoder *intel_find_encoder(struct intel_connector *connector, int pipe) in intel_find_encoder() 978 enum pipe pipe) in intel_pipe_to_cpu_transcoder() 986 static bool pipe_dsl_stopped(struct drm_device *dev, enum pipe pipe) in pipe_dsl_stopped() 1026 enum pipe pipe = crtc->pipe; in intel_wait_for_pipe_off() local 1094 enum pipe pipe, bool state) in assert_pll() 1156 enum pipe pipe, bool state) in assert_fdi_tx() 1182 enum pipe pipe, bool state) in assert_fdi_rx() 1199 enum pipe pipe) in assert_fdi_tx_pll_enabled() 1218 enum pipe pipe, bool state) in assert_fdi_rx_pll() 1233 enum pipe pipe) in assert_panel_unlocked() [all …]
|
D | intel_panel.c | 521 static u32 _vlv_get_backlight(struct drm_device *dev, enum pipe pipe) in _vlv_get_backlight() 534 enum pipe pipe = intel_get_pipe_from_connector(connector); in vlv_get_backlight() local 609 enum pipe pipe = intel_get_pipe_from_connector(connector); in vlv_set_backlight() local 665 enum pipe pipe = intel_get_pipe_from_connector(connector); in intel_panel_set_backlight_acpi() local 732 enum pipe pipe = intel_get_pipe_from_connector(connector); in vlv_disable_backlight() local 812 enum pipe pipe = intel_get_pipe_from_connector(connector); in pch_enable_backlight() local 897 enum pipe pipe = intel_get_pipe_from_connector(connector); in i965_enable_backlight() local 931 enum pipe pipe = intel_get_pipe_from_connector(connector); in vlv_enable_backlight() local 963 enum pipe pipe = intel_get_pipe_from_connector(connector); in intel_panel_enable_backlight() local 1268 static int vlv_setup_backlight(struct intel_connector *connector, enum pipe pipe) in vlv_setup_backlight() [all …]
|
D | intel_frontbuffer.c | 69 enum pipe pipe) in intel_increase_pllclock() 111 enum pipe pipe; in intel_mark_fb_busy() local
|
D | intel_audio.c | 182 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_disable() local 210 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_enable() local 265 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_disable() local 316 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_enable() local
|
D | intel_dp.c | 330 enum pipe pipe = intel_dp->pps_pipe; in vlv_power_sequencer_kick() local 392 enum pipe pipe; in vlv_power_sequencer_pipe() local 452 enum pipe pipe) in vlv_pipe_has_pp_on() 458 enum pipe pipe) in vlv_pipe_has_vdd_on() 464 enum pipe pipe) in vlv_pipe_any() 474 enum pipe pipe; in vlv_initial_pps_pipe() local 596 enum pipe pipe = vlv_power_sequencer_pipe(intel_dp); in edp_notify_handler() local 2153 enum pipe *pipe) in intel_dp_get_hw_state() 2345 enum pipe pipe = intel_crtc->pipe; in chv_post_disable_dp() local 2552 enum pipe pipe = intel_dp->pps_pipe; in vlv_detach_power_sequencer() local [all …]
|
D | intel_dvo.c | 130 enum pipe *pipe) in intel_dvo_get_hw_state() 301 int pipe = crtc->pipe; in intel_dvo_pre_enable() local 441 int pipe = (dvo_val & DVO_PIPE_B_SELECT) ? 1 : 0; in intel_dvo_get_current_mode() local
|
D | intel_hdmi.c | 735 enum pipe *pipe) in intel_hdmi_get_hw_state() 879 int pipe = crtc ? to_intel_crtc(crtc)->pipe : -1; in intel_disable_hdmi() local 1287 int pipe = intel_crtc->pipe; in vlv_hdmi_pre_enable() local 1333 int pipe = intel_crtc->pipe; in vlv_hdmi_pre_pll_enable() local 1366 enum pipe pipe = intel_crtc->pipe; in chv_hdmi_pre_pll_enable() local 1431 int pipe = intel_crtc->pipe; in vlv_hdmi_post_disable() local 1448 enum pipe pipe = intel_crtc->pipe; in chv_hdmi_post_disable() local 1484 int pipe = intel_crtc->pipe; in chv_hdmi_pre_enable() local
|
D | intel_pm.c | 359 enum pipe pipe, int plane) in vlv_get_fifo_size() 848 enum pipe pipe = crtc->pipe; in vlv_write_wm_values() local 986 enum pipe pipe = INVALID_PIPE; in vlv_compute_sr_wm() local 1030 enum pipe pipe = intel_crtc->pipe; in valleyview_update_wm() local 1084 enum pipe pipe = intel_crtc->pipe; in valleyview_update_sprite_wm() local 2038 enum pipe pipe = intel_crtc->pipe; in ilk_compute_wm_parameters() local 2312 enum pipe pipe = intel_crtc->pipe; in ilk_compute_wm_results() local 2357 #define WM_DIRTY_PIPE(pipe) (1 << (pipe)) argument 2358 #define WM_DIRTY_LINETIME(pipe) (1 << (8 + (pipe))) argument 2369 enum pipe pipe; in ilk_compute_wm_dirty() local [all …]
|
D | i915_debugfs.c | 550 const char pipe = pipe_name(crtc->pipe); in i915_gem_pageflip_info() local 714 int ret, i, pipe; in i915_interrupt_info() local 2252 enum pipe pipe; in i915_edp_psr_status() local 2631 static bool cursor_active(struct drm_device *dev, int pipe) in cursor_active() 2644 static bool cursor_position(struct drm_device *dev, int pipe, int *x, int *y) in cursor_position() 2850 enum pipe pipe; in i915_ddb_info() local 2994 enum pipe pipe; member 3170 enum pipe pipe) in i915_pipe_crc_create() 3244 static int i9xx_pipe_crc_auto_source(struct drm_device *dev, enum pipe pipe, in i9xx_pipe_crc_auto_source() 3297 enum pipe pipe, in vlv_pipe_crc_ctl_reg() [all …]
|
D | intel_dp_mst.c | 227 enum pipe *pipe) in intel_dp_mst_enc_get_hw_state() 385 enum pipe pipe; in intel_dp_mst_get_hw_state() local 497 intel_dp_create_fake_mst_encoder(struct intel_digital_port *intel_dig_port, enum pipe pipe) in intel_dp_create_fake_mst_encoder()
|
D | intel_lvds.c | 71 enum pipe *pipe) in intel_lvds_get_hw_state() 144 int pipe = crtc->pipe; in intel_pre_enable_lvds() local 924 int pipe; in intel_lvds_init() local
|
D | intel_sideband.c | 188 u32 vlv_dpio_read(struct drm_i915_private *dev_priv, enum pipe pipe, int reg) in vlv_dpio_read() 205 void vlv_dpio_write(struct drm_i915_private *dev_priv, enum pipe pipe, int reg, u32 val) in vlv_dpio_write()
|
D | intel_fbc.c | 448 enum pipe pipe; in intel_fbc_find_crtc() local 703 enum pipe pipe; in intel_fbc_init() local
|
D | intel_runtime_pm.c | 625 enum pipe pipe; in vlv_dpio_cmn_power_well_disable() local 699 enum pipe pipe = power_well->data; in chv_pipe_power_well_enabled() local 729 enum pipe pipe = power_well->data; in chv_set_pipe_power_well() local
|
D | intel_crt.c | 67 enum pipe *pipe) in intel_crt_get_hw_state() 543 uint32_t pipe = to_intel_crtc(crt->base.base.crtc)->pipe; in intel_crt_load_detect() local
|
D | intel_dsi.c | 412 enum pipe pipe = intel_crtc->pipe; in intel_dsi_pre_enable() local 582 enum pipe *pipe) in intel_dsi_get_hw_state()
|
D | intel_drv.h | 442 enum pipe pipe; member 509 enum pipe pipe; member 686 enum pipe pipe; member 706 vlv_pipe_to_channel(enum pipe pipe) in vlv_pipe_to_channel() 720 intel_get_crtc_for_pipe(struct drm_device *dev, int pipe) in intel_get_crtc_for_pipe() 950 intel_wait_for_vblank(struct drm_device *dev, int pipe) in intel_wait_for_vblank()
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 310 static int vsp1_pipeline_validate_branch(struct vsp1_pipeline *pipe, in vsp1_pipeline_validate_branch() 386 static void __vsp1_pipeline_cleanup(struct vsp1_pipeline *pipe) in __vsp1_pipeline_cleanup() 407 static int vsp1_pipeline_validate(struct vsp1_pipeline *pipe, in vsp1_pipeline_validate() 475 static int vsp1_pipeline_init(struct vsp1_pipeline *pipe, in vsp1_pipeline_init() 497 static void vsp1_pipeline_cleanup(struct vsp1_pipeline *pipe) in vsp1_pipeline_cleanup() 508 static void vsp1_pipeline_run(struct vsp1_pipeline *pipe) in vsp1_pipeline_run() 517 static int vsp1_pipeline_stop(struct vsp1_pipeline *pipe) in vsp1_pipeline_stop() 543 static bool vsp1_pipeline_ready(struct vsp1_pipeline *pipe) in vsp1_pipeline_ready() 571 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&video->video.entity); in vsp1_video_complete_buffer() local 610 static void vsp1_video_frame_end(struct vsp1_pipeline *pipe, in vsp1_video_frame_end() [all …]
|
D | vsp1_video.h | 65 struct media_pipeline pipe; member 128 struct vsp1_pipeline pipe; member
|
D | vsp1_rpf.c | 49 struct vsp1_pipeline *pipe; in rpf_s_ctrl() local
|
D | vsp1_wpf.c | 76 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&subdev->entity); in wpf_s_stream() local
|
D | vsp1_drv.c | 45 struct vsp1_pipeline *pipe; in vsp1_irq_handler() local
|
D | vsp1_bru.c | 72 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&subdev->entity); in bru_s_stream() local
|
/linux-4.1.27/drivers/usb/storage/ |
D | transport.c | 194 int usb_stor_control_msg(struct us_data *us, unsigned int pipe, in usb_stor_control_msg() 235 int usb_stor_clear_halt(struct us_data *us, unsigned int pipe) in usb_stor_clear_halt() 264 static int interpret_urb_result(struct us_data *us, unsigned int pipe, in interpret_urb_result() 328 int usb_stor_ctrl_transfer(struct us_data *us, unsigned int pipe, in usb_stor_ctrl_transfer() 366 unsigned int pipe = us->recv_intr_pipe; in usb_stor_intr_transfer() local 391 int usb_stor_bulk_transfer_buf(struct us_data *us, unsigned int pipe, in usb_stor_bulk_transfer_buf() 417 static int usb_stor_bulk_transfer_sglist(struct us_data *us, unsigned int pipe, in usb_stor_bulk_transfer_sglist() 465 int usb_stor_bulk_srb(struct us_data* us, unsigned int pipe, in usb_stor_bulk_srb() 487 int usb_stor_bulk_transfer_sg(struct us_data* us, unsigned int pipe, in usb_stor_bulk_transfer_sg() 917 unsigned int pipe = 0; in usb_stor_CB_transport() local [all …]
|
D | onetouch.c | 183 int pipe, maxp; in onetouch_connect_input() local
|
/linux-4.1.27/net/nfc/nci/ |
D | hci.c | 32 u8 pipe; member 49 u8 pipe; member 53 u8 pipe; member 150 static int nci_hci_send_data(struct nci_dev *ndev, u8 pipe, in nci_hci_send_data() 220 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_event() local 239 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_cmd() local 270 static void nci_hci_event_received(struct nci_dev *ndev, u8 pipe, in nci_hci_event_received() 277 static void nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, in nci_hci_cmd_received() 352 static void nci_hci_resp_received(struct nci_dev *ndev, u8 pipe, in nci_hci_resp_received() 373 static void nci_hci_hcp_message_rx(struct nci_dev *ndev, u8 pipe, in nci_hci_hcp_message_rx() [all …]
|
/linux-4.1.27/sound/pci/lx6464es/ |
D | lx_core.c | 429 #define PIPE_INFO_TO_CMD(capture, pipe) \ argument 435 int lx_pipe_allocate(struct lx6464es *chip, u32 pipe, int is_capture, in lx_pipe_allocate() 456 int lx_pipe_release(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_release() 472 int lx_buffer_ask(struct lx6464es *chip, u32 pipe, int is_capture, in lx_buffer_ask() 525 int lx_pipe_stop(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_stop() 541 static int lx_pipe_toggle_state(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_toggle_state() 558 int lx_pipe_start(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_start() 571 int lx_pipe_pause(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_pause() 585 int lx_pipe_sample_count(struct lx6464es *chip, u32 pipe, int is_capture, in lx_pipe_sample_count() 612 int lx_pipe_state(struct lx6464es *chip, u32 pipe, int is_capture, u16 *rstate) in lx_pipe_state() [all …]
|
D | lx_core.h | 144 static inline int lx_stream_start(struct lx6464es *chip, u32 pipe, in lx_stream_start() 151 static inline int lx_stream_pause(struct lx6464es *chip, u32 pipe, in lx_stream_pause() 158 static inline int lx_stream_stop(struct lx6464es *chip, u32 pipe, in lx_stream_stop()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_smp.c | 88 static inline u32 pipe2client(enum mdp5_pipe pipe, int plane) in pipe2client() 162 enum mdp5_pipe pipe, int nblks) in set_fifo_thresholds() 182 int mdp5_smp_request(struct mdp5_smp *smp, enum mdp5_pipe pipe, u32 fmt, u32 width) in mdp5_smp_request() 224 void mdp5_smp_release(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_release() 267 void mdp5_smp_configure(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_configure() 283 void mdp5_smp_commit(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_commit()
|
D | mdp5_plane.c | 25 enum mdp5_pipe pipe; member 63 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_disable() local 259 enum mdp5_pipe pipe = mdp5_plane->pipe; in set_scanout_locked() local 282 static void csc_disable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe) in csc_disable() 291 static void csc_enable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in csc_enable() 440 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_mode_set() local 583 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_complete_flip() local 607 enum mdp5_pipe pipe, bool private_plane, uint32_t reg_offset) in mdp5_plane_init()
|
D | mdp5_kms.h | 125 static inline const char *pipe2name(enum mdp5_pipe pipe) in pipe2name() 138 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients() 205 static inline bool pipe_supports_yuv(enum mdp5_pipe pipe) in pipe_supports_yuv() 219 uint32_t mdp5_get_formats(enum mdp5_pipe pipe, uint32_t *pixel_formats, in mdp5_get_formats()
|
D | mdp5_ctl.h | 50 static inline u32 mdp_ctl_blend_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_mask()
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 101 static int xvip_pipeline_start_stop(struct xvip_pipeline *pipe, bool start) in xvip_pipeline_start_stop() 156 static int xvip_pipeline_set_stream(struct xvip_pipeline *pipe, bool on) in xvip_pipeline_set_stream() 179 static int xvip_pipeline_validate(struct xvip_pipeline *pipe, in xvip_pipeline_validate() 220 static void __xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in __xvip_pipeline_cleanup() 232 static void xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in xvip_pipeline_cleanup() 253 static int xvip_pipeline_prepare(struct xvip_pipeline *pipe, in xvip_pipeline_prepare() 390 struct xvip_pipeline *pipe; in xvip_dma_start_streaming() local 448 struct xvip_pipeline *pipe = to_xvip_pipeline(&dma->video.entity); in xvip_dma_stop_streaming() local
|
D | xilinx-dma.h | 41 struct media_pipeline pipe; member 83 struct xvip_pipeline pipe; member
|
/linux-4.1.27/drivers/bluetooth/ |
D | ath3k.c | 209 int err, pipe, len, size, sent = 0; in ath3k_load_firmware() local 261 int ret, pipe = 0; in ath3k_get_state() local 282 int ret, pipe = 0; in ath3k_get_version() local 305 int err, pipe, len, size, count, sent = 0; in ath3k_load_fwfile() local 359 int pipe = 0; in ath3k_switch_pid() local 370 int pipe = 0, ret; in ath3k_set_normal_mode() local
|
D | bpa10x.c | 223 unsigned int pipe; in bpa10x_submit_intr_urb() local 264 unsigned int pipe; in bpa10x_submit_bulk_urb() local 358 unsigned int pipe; in bpa10x_send_frame() local
|
D | bfusb.c | 130 int err, pipe; in bfusb_send_bulk() local 220 int err, pipe, size = HCI_MAX_FRAME_SIZE + 32; in bfusb_rx_submit() local 548 int err, pipe, len, size, sent = 0; in bfusb_load_firmware() local
|
D | btusb.c | 623 unsigned int pipe; in btusb_submit_intr_urb() local 712 unsigned int pipe; in btusb_submit_bulk_urb() local 828 unsigned int pipe; in btusb_submit_isoc_urb() local 1031 unsigned int pipe; in alloc_ctrl_urb() local 1063 unsigned int pipe; in alloc_bulk_urb() local 1086 unsigned int pipe; in alloc_isoc_urb() local 2830 int pipe, err; in btusb_qca_send_vendor_req() local 2863 int pipe, len, err; in btusb_setup_qca_download_fw() local
|
/linux-4.1.27/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 154 static u32 goldfish_cmd_status(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd_status() 169 static void goldfish_cmd(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd() 243 struct goldfish_pipe *pipe, int *status) in access_with_param() 273 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write() local 416 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_poll() local 456 struct goldfish_pipe *pipe; in goldfish_pipe_interrupt() local 506 struct goldfish_pipe *pipe; in goldfish_pipe_open() local 537 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_release() local
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 137 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_prepare_pipeline() local 168 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_update_pipe_state() local 193 int vpfe_video_is_pipe_ready(struct vpfe_pipeline *pipe) in vpfe_video_is_pipe_ready() 215 static int vpfe_video_validate_pipeline(struct vpfe_pipeline *pipe) in vpfe_video_validate_pipeline() 281 static int vpfe_pipeline_enable(struct vpfe_pipeline *pipe) in vpfe_pipeline_enable() 321 static int vpfe_pipeline_disable(struct vpfe_pipeline *pipe) in vpfe_pipeline_disable() 363 static int vpfe_pipeline_set_stream(struct vpfe_pipeline *pipe, in vpfe_pipeline_set_stream() 374 struct vpfe_pipeline *pipe = &video->pipe; in all_videos_stopped() local 474 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_video_process_buffer_complete() local 485 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_stop_capture() local [all …]
|
D | vpfe_video.h | 53 struct media_pipeline *pipe; member 93 struct vpfe_pipeline pipe; member
|
D | dm365_resizer.c | 1043 struct vpfe_pipeline *pipe = &video_out->pipe; in resizer_ss_isr() local 1092 struct vpfe_pipeline *pipe = &resizer->resizer_a.video_out.pipe; in vpfe_resizer_buffer_isr() local 1157 struct vpfe_pipeline *pipe = &video_out->pipe; in vpfe_resizer_dma_isr() local
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | rpc_pipefs.c | 146 struct rpc_pipe *pipe) in nfs4blocklayout_register_sb() 159 struct rpc_pipe *pipe) in nfs4blocklayout_unregister_sb() 208 struct rpc_pipe *pipe) in nfs4blocklayout_register_net() 222 struct rpc_pipe *pipe) in nfs4blocklayout_unregister_net()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 593 struct cvmx_usb_pipe *pipe) in cvmx_usb_pipe_needs_split() 607 static inline int cvmx_usb_get_data_pid(struct cvmx_usb_pipe *pipe) in cvmx_usb_get_data_pid() 1116 struct cvmx_usb_pipe *pipe; in cvmx_usb_open_pipe() local 1372 struct cvmx_usb_pipe *pipe) in cvmx_usb_start_channel_control() 1521 struct cvmx_usb_pipe *pipe) in cvmx_usb_start_channel() 1870 struct cvmx_usb_pipe *pipe; in cvmx_usb_find_ready_pipe() local 1900 struct cvmx_usb_pipe *pipe; in cvmx_usb_schedule() local 1985 struct cvmx_usb_pipe *pipe, in octeon_usb_urb_complete_callback() 2085 struct cvmx_usb_pipe *pipe, in cvmx_usb_perform_complete() 2155 struct cvmx_usb_pipe *pipe, in cvmx_usb_submit_transaction() [all …]
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 68 int pipe) in rockchip_register_crtc_funcs() 81 void rockchip_unregister_crtc_funcs(struct drm_device *dev, int pipe) in rockchip_unregister_crtc_funcs() 93 int pipe) in rockchip_crtc_from_pipe() 105 static int rockchip_drm_crtc_enable_vblank(struct drm_device *dev, int pipe) in rockchip_drm_crtc_enable_vblank() 117 static void rockchip_drm_crtc_disable_vblank(struct drm_device *dev, int pipe) in rockchip_drm_crtc_disable_vblank()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | usb_ops_linux.c | 67 unsigned int pipe = 0; in ffaddr2pipehdl() local 170 unsigned int pipe; in r8712_usb_write_mem() local 253 unsigned int pipe; in r8712_usb_read_port() local 399 unsigned int pipe; in r8712_usb_write_port() local 488 unsigned int pipe; in r8712_usbctrl_vendorreq() local
|
/linux-4.1.27/sound/pci/echoaudio/ |
D | echoaudio_dsp.c | 1056 static int allocate_pipes(struct echoaudio *chip, struct audiopipe *pipe, in allocate_pipes() 1097 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe) in free_pipes() 1121 static int sglist_init(struct echoaudio *chip, struct audiopipe *pipe) in sglist_init() 1132 static int sglist_add_mapping(struct echoaudio *chip, struct audiopipe *pipe, in sglist_add_mapping() 1151 static inline int sglist_add_irq(struct echoaudio *chip, struct audiopipe *pipe) in sglist_add_irq() 1158 static inline int sglist_wrap(struct echoaudio *chip, struct audiopipe *pipe) in sglist_wrap()
|
D | indigo_express_dsp.c | 77 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
|
D | indigoio_dsp.c | 104 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
|
D | indigodj_dsp.c | 134 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
|
D | indigo_dsp.c | 134 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
|
D | echoaudio.c | 109 struct audiopipe *pipe = runtime->private_data; in audiopipe_free() local 275 struct audiopipe *pipe; in pcm_open() local 532 struct audiopipe *pipe; in init_engine() local 672 struct audiopipe *pipe; in pcm_hw_free() local 740 struct audiopipe *pipe = runtime->private_data; in pcm_trigger() local 810 struct audiopipe *pipe = runtime->private_data; in pcm_pointer() local
|
D | mia_dsp.c | 168 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss.c | 126 int omap4iss_get_external_info(struct iss_pipeline *pipe, in omap4iss_get_external_info() 576 static int iss_pipeline_disable(struct iss_pipeline *pipe, in iss_pipeline_disable() 629 static int iss_pipeline_enable(struct iss_pipeline *pipe, in iss_pipeline_enable() 695 int omap4iss_pipeline_set_stream(struct iss_pipeline *pipe, in omap4iss_pipeline_set_stream() 720 void omap4iss_pipeline_cancel_stream(struct iss_pipeline *pipe) in omap4iss_pipeline_cancel_stream() 739 struct iss_pipeline *pipe; in iss_pipeline_is_last() local 816 struct iss_pipeline *pipe = to_iss_pipeline(me); in omap4iss_module_sync_idle() local
|
D | iss_video.h | 84 struct media_pipeline pipe; member 103 static inline int iss_pipeline_ready(struct iss_pipeline *pipe) in iss_pipeline_ready() 164 struct iss_pipeline pipe; member
|
D | iss_video.c | 348 struct iss_pipeline *pipe = to_iss_pipeline(&video->video.entity); in iss_video_buf_queue() local 419 struct iss_pipeline *pipe = to_iss_pipeline(&video->video.entity); in omap4iss_video_buffer_next() local 827 struct iss_pipeline *pipe; in iss_video_streamon() local 948 struct iss_pipeline *pipe = to_iss_pipeline(&video->video.entity); in iss_video_streamoff() local
|
D | iss_csi2.c | 679 struct iss_pipeline *pipe = in csi2_isr_ctx() local 743 struct iss_pipeline *pipe = to_iss_pipeline(&csi2->subdev.entity); in omap4iss_csi2_isr() local 1020 struct iss_pipeline *pipe = to_iss_pipeline(&csi2->subdev.entity); in csi2_link_validate() local
|
D | iss_csiphy.c | 123 struct iss_pipeline *pipe = to_iss_pipeline(&csi2_subdev->entity); in omap4iss_csiphy_config() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | usb.c | 79 struct ath6kl_usb_pipe *pipe; member 130 ath6kl_usb_alloc_urb_from_pipe(struct ath6kl_usb_pipe *pipe) in ath6kl_usb_alloc_urb_from_pipe() 148 static void ath6kl_usb_free_urb_to_pipe(struct ath6kl_usb_pipe *pipe, in ath6kl_usb_free_urb_to_pipe() 174 static int ath6kl_usb_alloc_pipe_resources(struct ath6kl_usb_pipe *pipe, in ath6kl_usb_alloc_pipe_resources() 210 static void ath6kl_usb_free_pipe_resources(struct ath6kl_usb_pipe *pipe) in ath6kl_usb_free_pipe_resources() 300 struct ath6kl_usb_pipe *pipe; in ath6kl_usb_setup_pipe_resources() local 492 struct ath6kl_usb_pipe *pipe = urb_context->pipe; in ath6kl_usb_recv_complete() local 549 struct ath6kl_usb_pipe *pipe = urb_context->pipe; in ath6kl_usb_usb_transmit_complete() local 574 struct ath6kl_usb_pipe *pipe = container_of(work, in ath6kl_usb_io_comp_work() local 617 struct ath6kl_usb_pipe *pipe; in ath6kl_usb_create() local [all …]
|
D | hif-ops.h | 154 u8 pipe, struct sk_buff *hdr_buf, in ath6kl_hif_pipe_send() 180 u8 pipe) in ath6kl_hif_pipe_get_free_queue_number()
|
D | core.c | 58 void ath6kl_core_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) in ath6kl_core_rx_complete()
|
D | htc-ops.h | 107 struct sk_buff *skb, u8 pipe) in ath6kl_htc_rx_complete()
|
/linux-4.1.27/net/sunrpc/ |
D | rpc_pipe.c | 84 struct rpc_pipe *pipe = in rpc_timeout_upcall_queue() local 133 rpc_queue_upcall(struct rpc_pipe *pipe, struct rpc_pipe_msg *msg) in rpc_queue_upcall() 171 struct rpc_pipe *pipe = RPC_I(inode)->pipe; in rpc_close_pipes() local 220 struct rpc_pipe *pipe; in rpc_pipe_open() local 247 struct rpc_pipe *pipe; in rpc_pipe_release() local 289 struct rpc_pipe *pipe; in rpc_pipe_read() local 365 struct rpc_pipe *pipe; in rpc_pipe_ioctl() local 547 init_pipe(struct rpc_pipe *pipe) in init_pipe() 562 void rpc_destroy_pipe_data(struct rpc_pipe *pipe) in rpc_destroy_pipe_data() 570 struct rpc_pipe *pipe; in rpc_mkpipe_data() local [all …]
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_plane.c | 27 enum mdp4_pipe pipe; member 142 enum mdp4_pipe pipe = mdp4_plane->pipe; in mdp4_plane_set_scanout() local 165 enum mdp4_pipe pipe, struct csc_cfg *csc) in mdp4_write_csc_config() 203 enum mdp4_pipe pipe = mdp4_plane->pipe; in mdp4_plane_mode_set() local
|
D | mdp4_kms.h | 73 static inline uint32_t pipe2flush(enum mdp4_pipe pipe) in pipe2flush() 114 enum mdp4_pipe pipe, enum mdp_mixer_stage_id stage) in mixercfg() 178 static inline bool pipe_supports_yuv(enum mdp4_pipe pipe) in pipe_supports_yuv()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_crtc.c | 242 int pipe, in exynos_drm_crtc_create() 283 int exynos_drm_crtc_enable_vblank(struct drm_device *dev, int pipe) in exynos_drm_crtc_enable_vblank() 298 void exynos_drm_crtc_disable_vblank(struct drm_device *dev, int pipe) in exynos_drm_crtc_disable_vblank() 311 void exynos_drm_crtc_finish_pageflip(struct drm_device *dev, int pipe) in exynos_drm_crtc_finish_pageflip()
|
D | exynos_drm_drv.h | 212 unsigned int pipe; member 255 unsigned int pipe; member
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.h | 404 static inline u8 dwc2_hcd_get_ep_num(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_get_ep_num() 409 static inline u8 dwc2_hcd_get_pipe_type(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_get_pipe_type() 414 static inline u16 dwc2_hcd_get_mps(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_get_mps() 419 static inline u8 dwc2_hcd_get_dev_addr(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_get_dev_addr() 424 static inline u8 dwc2_hcd_is_pipe_isoc(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_isoc() 429 static inline u8 dwc2_hcd_is_pipe_int(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_int() 434 static inline u8 dwc2_hcd_is_pipe_bulk(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_bulk() 439 static inline u8 dwc2_hcd_is_pipe_control(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_control() 444 static inline u8 dwc2_hcd_is_pipe_in(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_in() 449 static inline u8 dwc2_hcd_is_pipe_out(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_out()
|
/linux-4.1.27/sound/pci/mixart/ |
D | mixart.c | 73 struct mixart_pipe *pipe, int start) in mixart_set_pipe_state() 172 struct mixart_pipe *pipe, unsigned int rate) in mixart_set_clock() 233 struct mixart_pipe *pipe; in snd_mixart_add_ref_pipe() local 342 struct mixart_pipe *pipe, int monitoring) in snd_mixart_kill_ref_pipe() 728 struct mixart_pipe *pipe; in snd_mixart_playback_open() local 807 struct mixart_pipe *pipe; in snd_mixart_capture_open() local
|
D | mixart_hwdep.c | 176 struct mixart_pipe *pipe; in mixart_enum_connectors() local 220 struct mixart_pipe *pipe; in mixart_enum_connectors() local
|
D | mixart_mixer.c | 730 struct mixart_pipe *pipe; in mixart_update_playback_stream_level() local 778 struct mixart_pipe *pipe; in mixart_update_capture_stream_level() local
|
/linux-4.1.27/arch/tile/kernel/ |
D | tile-desc_32.c | 2526 find_opcode(tilepro_bundle_bits bits, tilepro_pipeline pipe) in find_opcode() 2553 int pipe; in parse_insn_tilepro() local
|
D | tile-desc_64.c | 2165 int pipe; in parse_insn_tilegx() local
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | isp.c | 539 struct isp_pipeline *pipe; in isp_isr_sbl() local 871 static int isp_pipeline_enable(struct isp_pipeline *pipe, in isp_pipeline_enable() 972 static int isp_pipeline_disable(struct isp_pipeline *pipe) in isp_pipeline_disable() 1053 int omap3isp_pipeline_set_stream(struct isp_pipeline *pipe, in omap3isp_pipeline_set_stream() 1078 void omap3isp_pipeline_cancel_stream(struct isp_pipeline *pipe) in omap3isp_pipeline_cancel_stream() 1092 static void isp_pipeline_resume(struct isp_pipeline *pipe) in isp_pipeline_resume() 1108 static void isp_pipeline_suspend(struct isp_pipeline *pipe) in isp_pipeline_suspend() 1124 struct isp_pipeline *pipe; in isp_pipeline_is_last() local 1380 struct isp_pipeline *pipe = to_isp_pipeline(me); in omap3isp_module_sync_idle() local
|
D | ispcsiphy.c | 168 struct isp_pipeline *pipe = to_isp_pipeline(&csi2->subdev.entity); in omap3isp_csiphy_config() local 308 struct isp_pipeline *pipe = in omap3isp_csiphy_release() local
|
D | ispvideo.c | 225 struct isp_pipeline *pipe) in isp_video_get_graph_data() 386 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in isp_video_buffer_queue() local 451 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in omap3isp_video_buffer_next() local 877 struct isp_pipeline *pipe) in isp_video_check_external_subdevs() 1004 struct isp_pipeline *pipe; in isp_video_streamon() local 1124 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in isp_video_streamoff() local
|
D | ispccdc.c | 807 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_config_vp() local 940 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in omap3isp_ccdc_max_rate() local 1464 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_hs_vs_isr() local 1488 struct isp_pipeline *pipe = in ccdc_lsc_isr() local 1542 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_has_all_fields() local 1586 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_isr_buffer() local 1648 struct isp_pipeline *pipe = in ccdc_vd0_isr() local
|
D | ispvideo.h | 86 struct media_pipeline pipe; member 108 static inline int isp_pipeline_ready(struct isp_pipeline *pipe) in isp_pipeline_ready() 169 struct isp_pipeline pipe; member
|
D | ispccp2.c | 385 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_adjust_bandwidth() local 537 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_isr_buffer() local 561 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in omap3isp_ccp2_isr() local
|
D | ispresizer.c | 503 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in omap3isp_resizer_max_rate() local 544 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in resizer_adjust_bandwidth() local 1017 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in resizer_isr_buffer() local 1548 struct isp_pipeline *pipe = to_isp_pipeline(&sd->entity); in resizer_link_validate() local
|
D | ispcsi2.c | 551 struct isp_pipeline *pipe = to_isp_pipeline(&csi2->subdev.entity); in csi2_configure() local 740 struct isp_pipeline *pipe = to_isp_pipeline(&csi2->subdev.entity); in omap3isp_csi2_isr() local
|
/linux-4.1.27/drivers/usb/misc/ |
D | usbtest.c | 237 int pipe, in usbtest_alloc_urb() 293 int pipe, in simple_alloc_urb() 306 static unsigned get_maxpacket(struct usb_device *udev, int pipe) in get_maxpacket() 492 alloc_sglist(int nents, int max, int vary, struct usbtest_dev *dev, int pipe) in alloc_sglist() 555 int pipe, in perform_sglist() 1174 int pipe = usb_rcvctrlpipe(udev, 0); in test_ctrl_queue() local 1381 static int unlink1(struct usbtest_dev *dev, int pipe, int size, int async) in unlink1() 1459 static int unlink_simple(struct usbtest_dev *dev, int pipe, int len) in unlink_simple() 1500 static int unlink_queued(struct usbtest_dev *dev, int pipe, unsigned num, in unlink_queued() 1864 int pipe, in iso_alloc_urb() [all …]
|
D | cypress_cy7c63.c | 76 unsigned int pipe; in vendor_command() local
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | usb-fw.c | 96 int pipe, do_autopm = 1; in i2400mu_tx_bulk_out() local 250 int pipe; in i2400mu_notif_submit() local
|
D | usb.c | 162 int pipe, actual_len, ret; in __i2400mu_send_barker() local
|
/linux-4.1.27/drivers/usb/host/ |
D | r8a66597-hcd.c | 310 static void set_pipe_reg_addr(struct r8a66597_pipe *pipe, u8 dma_ch) in set_pipe_reg_addr() 465 static void pipe_start(struct r8a66597 *r8a66597, struct r8a66597_pipe *pipe) in pipe_start() 476 static void pipe_stop(struct r8a66597 *r8a66597, struct r8a66597_pipe *pipe) in pipe_stop() 489 struct r8a66597_pipe *pipe) in clear_all_buffer() 506 struct r8a66597_pipe *pipe, int toggle) in r8a66597_pipe_toggle() 533 struct r8a66597_pipe *pipe) in fifo_change_from_pipe() 548 struct r8a66597_pipe *pipe = hep->hcpriv; in r8a66597_get_pipenum() local 574 struct r8a66597_pipe *pipe, in pipe_toggle_set() 592 struct r8a66597_pipe *pipe, in pipe_toggle_save() 603 struct r8a66597_pipe *pipe, in pipe_toggle_restore() [all …]
|
D | r8a66597.h | 69 struct r8a66597_pipe *pipe; member 215 struct r8a66597_pipe *pipe, u16 *buf, in r8a66597_write_fifo()
|
D | isp116x.h | 508 #define PIPETYPE(pipe) ({ char *__s; \ argument 514 #define PIPEDIR(pipe) ({ usb_pipein(pipe) ? "in" : "out"; }) argument 521 unsigned int pipe; in urb_dbg() local
|
D | fhci-hcd.c | 394 u32 pipe = urb->pipe; in fhci_urb_enqueue() local
|
/linux-4.1.27/drivers/usb/core/ |
D | message.c | 81 unsigned int pipe, in usb_internal_control_msg() 131 int usb_control_msg(struct usb_device *dev, unsigned int pipe, __u8 request, in usb_control_msg() 183 int usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe, in usb_interrupt_msg() 223 int usb_bulk_msg(struct usb_device *usb_dev, unsigned int pipe, in usb_bulk_msg() 360 unsigned pipe, unsigned period, struct scatterlist *sg, in usb_sg_init() 988 int usb_clear_halt(struct usb_device *dev, int pipe) in usb_clear_halt() 1296 unsigned int pipe; in usb_set_interface() local
|
D | devio.c | 358 void __user *userurb, int pipe, unsigned length, in snoop_urb() 976 int i, pipe, ret; in proc_control() local 1060 unsigned int tmo, len1, pipe; in proc_bulk() local 1164 int pipe; in proc_clearhalt() local
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr_hwdep.c | 167 struct pcxhr_pipe *pipe, in pcxhr_dsp_allocate_pipe() 246 struct pcxhr_pipe *pipe; in pcxhr_config_pipes() local
|
D | pcxhr_mixer.c | 263 struct pcxhr_pipe *pipe = &chip->playback_pipe; in pcxhr_update_playback_stream_level() local 307 struct pcxhr_pipe *pipe; in pcxhr_update_audio_pipe_level() local
|
/linux-4.1.27/include/linux/ |
D | usb.h | 1460 unsigned int pipe; /* (in) pipe information */ member 1502 unsigned int pipe, in usb_fill_control_urb() 1533 unsigned int pipe, in usb_fill_bulk_urb() 1574 unsigned int pipe, in usb_fill_int_urb() 1743 int pipe; member 1792 #define usb_pipein(pipe) ((pipe) & USB_DIR_IN) argument 1793 #define usb_pipeout(pipe) (!usb_pipein(pipe)) argument 1795 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) argument 1796 #define usb_pipeendpoint(pipe) (((pipe) >> 15) & 0xf) argument 1798 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) argument [all …]
|
/linux-4.1.27/drivers/media/usb/stk1160/ |
D | stk1160-core.c | 69 int pipe = usb_rcvctrlpipe(dev->udev, 0); in stk1160_read_reg() local 95 int pipe = usb_sndctrlpipe(dev->udev, 0); in stk1160_write_reg() local
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | usb_ops_linux.c | 215 unsigned int pipe = 0, ep_num = 0; in ffaddr2pipehdl() local 234 unsigned int pipe; in usbctrl_vendorreq() local 462 unsigned int pipe; in usb_read_port() local 698 unsigned int pipe; in usb_write_port() local
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-core.c | 237 static int __usb_control_msg(struct cx231xx *dev, unsigned int pipe, in __usb_control_msg() 300 int pipe = usb_rcvctrlpipe(dev->udev, 0); in cx231xx_read_ctrl_reg() local 338 int pipe = 0; in cx231xx_send_vendor_cmd() local 413 int pipe = usb_sndctrlpipe(dev->udev, 0); in cx231xx_write_ctrl_reg() local 971 int sb_size, pipe; in cx231xx_init_isoc() local 1108 int sb_size, pipe; in cx231xx_init_bulk() local
|
D | cx231xx-vbi.c | 392 int sb_size, pipe; in cx231xx_init_vbi_isoc() local
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 83 struct rpc_pipe *pipe; member 295 struct rpc_pipe *pipe; member 343 __gss_find_upcall(struct rpc_pipe *pipe, kuid_t uid) in __gss_find_upcall() 364 struct rpc_pipe *pipe = gss_msg->pipe; in gss_add_msg() local 390 struct rpc_pipe *pipe = gss_msg->pipe; in gss_unhash_msg() local 424 struct rpc_pipe *pipe = gss_msg->pipe; in gss_upcall_callback() local 566 struct rpc_pipe *pipe; in gss_refresh_upcall() local 612 struct rpc_pipe *pipe; in gss_create_upcall() local 679 struct rpc_pipe *pipe = RPC_I(file_inode(filp))->pipe; in gss_pipe_downcall() local 802 struct rpc_pipe *pipe = RPC_I(inode)->pipe; in gss_pipe_release() local [all …]
|
/linux-4.1.27/drivers/mfd/ |
D | viperboard.c | 58 int pipe, ret; in vprbrd_probe() local
|
D | rtsx_usb.c | 55 unsigned int pipe, struct scatterlist *sg, int num_sg, in rtsx_usb_bulk_transfer_sglist() 78 int rtsx_usb_transfer_data(struct rtsx_ucr *ucr, unsigned int pipe, in rtsx_usb_transfer_data()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | lib.h | 14 union pipe { union
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | st5481_usb.c | 101 u_char pipe, in st5481_usb_pipe_reset() 405 unsigned int pipe, void *buf, int num_packets, in fill_isoc_urb() 430 unsigned int pipe, int num_packets, in st5481_setup_isocpipes()
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
D | usbtv-core.c | 36 int pipe = usb_rcvctrlpipe(usbtv->udev, 0); in usbtv_set_regs() local
|
D | usbtv-audio.c | 183 unsigned int pipe; in usbtv_audio_start() local
|
/linux-4.1.27/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 45 struct list_head pipe; member 62 struct rpc_pipe *pipe; member
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_kfd.c | 316 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm() 338 uint32_t pipe = (pipe_id % CIK_PIPE_PER_MEC); in acquire_queue() local 396 uint32_t pipe = (pipe_id % CIK_PIPE_PER_MEC); in kgd_init_pipeline() local
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4recover.c | 658 __cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in __cld_pipe_upcall() 687 cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in cld_pipe_upcall() 770 nfsd4_cld_register_sb(struct super_block *sb, struct rpc_pipe *pipe) in nfsd4_cld_register_sb() 783 nfsd4_cld_unregister_sb(struct rpc_pipe *pipe) in nfsd4_cld_unregister_sb() 790 nfsd4_cld_register_net(struct net *net, struct rpc_pipe *pipe) in nfsd4_cld_register_net() 804 nfsd4_cld_unregister_net(struct net *net, struct rpc_pipe *pipe) in nfsd4_cld_unregister_net()
|
/linux-4.1.27/drivers/nfc/nfcmrvl/ |
D | usb.c | 109 unsigned int pipe; in nfcmrvl_submit_bulk_urb() local 226 unsigned int pipe; in nfcmrvl_usb_nci_send() local
|
/linux-4.1.27/drivers/usb/image/ |
D | microtek.c | 371 int pipe, in mts_int_submit_urb() 531 int pipe; in mts_build_transfer_context() local
|
/linux-4.1.27/sound/usb/ |
D | helper.c | 83 int snd_usb_ctl_msg(struct usb_device *dev, unsigned int pipe, __u8 request, in snd_usb_ctl_msg()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | ce.c | 326 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert() 372 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe) in ath10k_ce_num_free_src_entries() 387 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs() 401 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in __ath10k_ce_rx_post_buf() 429 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in ath10k_ce_rx_post_buf()
|
D | pci.c | 387 static int __ath10k_pci_rx_post_buf(struct ath10k_pci_pipe *pipe) in __ath10k_pci_rx_post_buf() 427 static void __ath10k_pci_rx_post_pipe(struct ath10k_pci_pipe *pipe) in __ath10k_pci_rx_post_pipe() 454 static void ath10k_pci_rx_post_pipe(struct ath10k_pci_pipe *pipe) in ath10k_pci_rx_post_pipe() 983 static u16 ath10k_pci_hif_get_free_queue_number(struct ath10k *ar, u8 pipe) in ath10k_pci_hif_get_free_queue_number() 1051 static void ath10k_pci_hif_send_complete_check(struct ath10k *ar, u8 pipe, in ath10k_pci_hif_send_complete_check() 1691 struct ath10k_pci_pipe *pipe; in ath10k_pci_alloc_pipes() local 2117 struct ath10k_pci_pipe *pipe = (struct ath10k_pci_pipe *)ptr; in ath10k_pci_ce_tasklet() local
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | usb_ops_linux.c | 128 unsigned int pipe, ep_num; in rtl8723au_write_port() local
|
/linux-4.1.27/sound/sparc/ |
D | dbri.c | 295 int pipe; /* Data pipe used */ member 803 static inline int pipe_active(struct snd_dbri *dbri, int pipe) in pipe_active() 813 static void reset_pipe(struct snd_dbri *dbri, int pipe) in reset_pipe() 853 static void setup_pipe(struct snd_dbri *dbri, int pipe, int sdp) in setup_pipe() 884 static void link_time_slot(struct snd_dbri *dbri, int pipe, in link_time_slot() 993 static void xmit_fixed(struct snd_dbri *dbri, int pipe, unsigned int data) in xmit_fixed() 1038 static void recv_fixed(struct snd_dbri *dbri, int pipe, volatile __u32 *ptr) in recv_fixed() 1769 static void transmission_complete_intr(struct snd_dbri *dbri, int pipe) in transmission_complete_intr() 1800 static void reception_complete_intr(struct snd_dbri *dbri, int pipe) in reception_complete_intr() 2484 int pipe; in dbri_debug_read() local
|
/linux-4.1.27/sound/pcmcia/vx/ |
D | vxp_ops.c | 365 struct vx_pipe *pipe, int count) in vxp_dma_write() 404 struct vx_pipe *pipe, int count) in vxp_dma_read()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | drm.c | 804 unsigned int pipe) in tegra_crtc_from_pipe() 816 static u32 tegra_drm_get_vblank_counter(struct drm_device *drm, int pipe) in tegra_drm_get_vblank_counter() 827 static int tegra_drm_enable_vblank(struct drm_device *drm, int pipe) in tegra_drm_enable_vblank() 840 static void tegra_drm_disable_vblank(struct drm_device *drm, int pipe) in tegra_drm_disable_vblank()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-core.c | 81 int pipe = usb_rcvctrlpipe(dev->udev, 0); in em28xx_read_reg_req_len() local 157 int pipe = usb_sndctrlpipe(dev->udev, 0); in em28xx_write_regs_req() local 875 int sb_size, pipe; in em28xx_alloc_urbs() local
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | ce6230.c | 29 unsigned int pipe; in ce6230_ctrl_msg() local
|
D | ec168.c | 31 unsigned int pipe; in ec168_ctrl_msg() local
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | usb_ops_linux.c | 321 unsigned int pipe; in rtl8723au_read_interrupt() local 608 unsigned int pipe; in rtl8723au_read_port() local
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_status.c | 166 unsigned int pipe; in uvc_status_init() local
|
D | uvc_video.c | 38 unsigned int pipe; in __uvc_query_ctrl() local 1543 unsigned int npackets, pipe, i; in uvc_init_video_bulk() local 1876 unsigned int pipe; in uvc_video_enable() local
|
/linux-4.1.27/include/uapi/drm/ |
D | msm_drm.h | 56 uint32_t pipe; /* in, MSM_PIPE_x */ member 178 uint32_t pipe; /* in, MSM_PIPE_x */ member
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | usbmouse.c | 126 int pipe, maxp; in usb_mouse_probe() local
|
D | usbkbd.c | 282 int i, pipe, maxp; in usb_kbd_probe() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv10.c | 483 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window() local 621 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe() local 639 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_load_pipe() local
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_host.c | 218 unsigned pipe = urb->pipe; in musb_start_urb() local 468 int pipe = urb->pipe; in musb_host_packet_rx() local 1227 int pipe; in musb_host_tx() local 1553 int pipe; in musb_host_rx() local
|
/linux-4.1.27/fs/nfs/ |
D | nfs4idmap.c | 415 struct rpc_pipe *pipe = idmap->idmap_pipe; in nfs_idmap_pipe_destroy() local 427 struct rpc_pipe *pipe = idmap->idmap_pipe; in nfs_idmap_pipe_create() local 446 struct rpc_pipe *pipe; in nfs_idmap_new() local
|
/linux-4.1.27/fs/autofs4/ |
D | autofs_i.h | 110 struct file *pipe; member 214 static inline int autofs_prepare_pipe(struct file *pipe) in autofs_prepare_pipe()
|
D | inode.c | 209 struct file * pipe; in autofs4_fill_super() local
|
D | waitq.c | 102 struct file *pipe = NULL; in autofs4_notify_daemon() local
|
/linux-4.1.27/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 103 int nWaitTime, pipe, len; in flexcop_usb_v8_memory_req() local 229 int nWaitTime,pipe,len; in flexcop_usb_i2c_req() local
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-dvb.c | 121 unsigned int pipe, size; in tm6000_start_stream() local
|
D | tm6000-input.c | 342 int pipe, size; in __tm6000_ir_int_start() local
|
/linux-4.1.27/fs/coda/ |
D | file.c | 42 struct pipe_inode_info *pipe, size_t count, in coda_file_splice_read()
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
D | st21nfcb_se.c | 358 void st21nfcb_hci_event_received(struct nci_dev *ndev, u8 pipe, in st21nfcb_hci_event_received() 380 void st21nfcb_hci_cmd_received(struct nci_dev *ndev, u8 pipe, u8 cmd, in st21nfcb_hci_cmd_received()
|
/linux-4.1.27/drivers/media/usb/zr364xx/ |
D | zr364xx.c | 193 struct zr364xx_pipeinfo pipe[1]; member 978 int pipe; in read_pipe_completion() local 1040 int pipe; in zr364xx_start_readpipe() local 1352 struct zr364xx_pipeinfo *pipe = cam->pipe; in zr364xx_board_init() local
|
/linux-4.1.27/drivers/input/tablet/ |
D | acecad.c | 142 int pipe, maxp; in usb_acecad_probe() local
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | stv0680.c | 54 unsigned int pipe = 0; in stv_sndctrl() local
|
/linux-4.1.27/drivers/usb/serial/ |
D | visor.c | 593 unsigned int pipe; in clie_5_attach() local
|
/linux-4.1.27/drivers/media/rc/ |
D | redrat3.c | 475 int len, ret, pipe; in redrat3_get_timeout() local 720 int lencheck, cur_sample_len, pipe; in redrat3_transmit_ir() local 913 int pipe, i; in redrat3_dev_probe() local
|
D | streamzap.c | 344 int pipe, maxp; in streamzap_probe() local
|
/linux-4.1.27/kernel/ |
D | relay.c | 1187 static void relay_pipe_buf_release(struct pipe_inode_info *pipe, in relay_pipe_buf_release() 1213 struct pipe_inode_info *pipe, in subbuf_splice_actor() 1306 struct pipe_inode_info *pipe, in relay_file_splice_read()
|
/linux-4.1.27/sound/pci/vx222/ |
D | vx222_ops.c | 259 struct vx_pipe *pipe, int count) in vx2_dma_write() 298 struct vx_pipe *pipe, int count) in vx2_dma_read()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00usb.c | 45 unsigned int pipe = in rt2x00usb_vendor_request() local 572 int pipe; in rt2x00usb_assign_endpoint() local
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | fsl_udc_core.c | 1303 static void udc_reset_ep_queue(struct fsl_udc *udc, u8 pipe) in udc_reset_ep_queue() 1430 int pipe = get_pipe_by_windex(wIndex); in setup_received_irq() local 1592 static int process_ep_req(struct fsl_udc *udc, int pipe, in process_ep_req() 1776 u8 pipe; in reset_queues() local
|
D | fsl_qe_udc.c | 1902 static int udc_reset_ep_queue(struct qe_udc *udc, u8 pipe) in udc_reset_ep_queue() 1913 u8 pipe; in reset_queues() local 1965 int pipe = index & USB_ENDPOINT_NUMBER_MASK; in ch9getstatus() local 2052 int pipe = wIndex & USB_ENDPOINT_NUMBER_MASK; in setup_received_handle() local
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | friio.c | 69 unsigned int pipe; in gl861_i2c_msg() local
|
/linux-4.1.27/drivers/hid/ |
D | hid-elo.c | 102 unsigned int pipe; in elo_smartset_send_get() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | usb.c | 65 unsigned int pipe; in _usbctrl_vendorreq_async_write() local 118 unsigned int pipe; in _usbctrl_vendorreq_sync_read() local 230 int pipe = usb_sndctrlpipe(udev, 0); /* write_out */ in _usb_writeN_sync() local
|
/linux-4.1.27/drivers/mmc/host/ |
D | vub300.c | 465 unsigned int pipe = in irqpoll_out_completed() local 832 unsigned int pipe = in command_out_completed() local 1404 unsigned int pipe, void *data, int len, in vub300_usb_bulk_msg() 1446 unsigned pipe; in __command_read_data() local 1477 unsigned pipe = usb_rcvbulkpipe(vub300->udev, in __command_read_data() local 1512 unsigned pipe = usb_sndbulkpipe(vub300->udev, vub300->data_out_ep); in __command_write_data() local
|
/linux-4.1.27/drivers/media/usb/s2255/ |
D | s2255drv.c | 271 struct s2255_pipeinfo pipe; member 921 int pipe; in s2255_write_config() local 1988 struct s2255_pipeinfo *pipe = &dev->pipe; in s2255_board_init() local 2055 int pipe; in read_pipe_completion() local 2105 int pipe; in s2255_start_readpipe() local 2189 struct s2255_pipeinfo *pipe = &dev->pipe; in s2255_stop_readpipe() local
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-viperboard.c | 367 int pipe; in vprbrd_i2c_probe() local
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca.c | 863 static void st21nfca_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in st21nfca_hci_cmd_received() 918 static int st21nfca_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, in st21nfca_hci_event_received()
|
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_state.c | 228 unsigned int pipe = sarea_priv->warp_pipe; in mga_g200_emit_pipe() local 255 unsigned int pipe = sarea_priv->warp_pipe; in mga_g400_emit_pipe() local
|
/linux-4.1.27/drivers/net/irda/ |
D | kingsun-sir.c | 442 int pipe, maxp_in, maxp_out; in kingsun_probe() local
|
/linux-4.1.27/include/media/ |
D | media-entity.h | 92 struct media_pipeline *pipe; /* Pipeline this entity belongs to. */ member
|
D | exynos-fimc.h | 143 struct exynos_media_pipeline *pipe; member
|
/linux-4.1.27/drivers/usb/usbip/ |
D | stub_rx.c | 455 int pipe = get_pipe(sdev, pdu->base.ep, pdu->base.direction); in stub_recv_cmd_submit() local
|
/linux-4.1.27/drivers/media/ |
D | media-entity.c | 226 struct media_pipeline *pipe) in media_entity_pipeline_start()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_hw.c | 50 static int ft1000_control(struct ft1000_usb *ft1000dev, unsigned int pipe, in ft1000_control() 578 int maxlen, pipe; in ft1000_start_xmit() local
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | vmk80xx.c | 191 unsigned int pipe; in vmk80xx_read_packet() local 210 unsigned int pipe; in vmk80xx_write_packet() local
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 474 int pipe = -1; in intelfbhw_active_pipe() local 1047 int pipe = intelfbhw_active_pipe(hw); in intelfbhw_mode_to_hw() local 2091 int intelfbhw_wait_for_vsync(struct intelfb_info *dinfo, u32 pipe) in intelfbhw_wait_for_vsync()
|
/linux-4.1.27/drivers/input/misc/ |
D | powermate.c | 306 int pipe, maxp; in powermate_probe() local
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb.c | 229 sisusb_bulkout_msg(struct sisusb_usb_data *sisusb, int index, unsigned int pipe, void *data, in sisusb_bulkout_msg() 293 sisusb_bulkin_msg(struct sisusb_usb_data *sisusb, unsigned int pipe, void *data, in sisusb_bulkin_msg() 352 unsigned int pipe; in sisusb_send_bulk_msg() local 476 unsigned int pipe; in sisusb_recv_bulk_msg() local
|
/linux-4.1.27/drivers/net/usb/ |
D | kaweth.c | 256 unsigned int pipe, in kaweth_control() 1307 unsigned int pipe, in kaweth_internal_control_msg()
|