Home
last modified time | relevance | path

Searched defs:mp (Results 1 – 25 of 75) sorted by relevance

123

/drivers/scsi/sym53c8xx_2/
A Dsym_malloc.c47 static void *___sym_malloc(m_pool_p mp, int size) in ___sym_malloc()
93 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) in ___sym_mfree()
180 static void *___mp0_get_mem_cluster(m_pool_p mp) in ___mp0_get_mem_cluster()
189 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster()
210 static void * ___get_dma_mem_cluster(m_pool_p mp) in ___get_dma_mem_cluster()
233 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster()
254 m_pool_p mp; in ___get_dma_pool() local
264 m_pool_p mp = __sym_calloc(&mp0, sizeof(*mp), "MPOOL"); in ___cre_dma_pool() local
302 m_pool_p mp; in __sym_calloc_dma() local
325 m_pool_p mp; in __sym_mfree_dma() local
[all …]
/drivers/isdn/capi/
A Dcapi.c214 struct capiminor *mp; in capiminor_alloc() local
271 struct capiminor *mp; in capiminor_get() local
308 struct capiminor *mp = np->minorp; in capincci_free_minor() local
318 struct capiminor *mp = np->minorp; in capincci_minor_opencount() local
572 struct capiminor *mp; in capi_recv_message() local
916 struct capiminor *mp; in capi_ioctl() local
1050 struct capiminor *mp = tty->driver_data; in capinc_tty_cleanup() local
1057 struct capiminor *mp = tty->driver_data; in capinc_tty_open() local
1070 struct capiminor *mp = tty->driver_data; in capinc_tty_close() local
1078 struct capiminor *mp = tty->driver_data; in capinc_tty_write() local
[all …]
/drivers/pci/controller/dwc/
A Dpci-meson.c90 static int meson_pcie_get_resets(struct meson_pcie *mp) in meson_pcie_get_resets()
108 struct meson_pcie *mp) in meson_pcie_get_mems()
123 static int meson_pcie_power_on(struct meson_pcie *mp) in meson_pcie_power_on()
140 static void meson_pcie_power_off(struct meson_pcie *mp) in meson_pcie_power_off()
146 static int meson_pcie_reset(struct meson_pcie *mp) in meson_pcie_reset()
201 static int meson_pcie_probe_clocks(struct meson_pcie *mp) in meson_pcie_probe_clocks()
231 static void meson_pcie_assert_reset(struct meson_pcie *mp) in meson_pcie_assert_reset()
298 struct meson_pcie *mp = to_meson_pcie(pci); in meson_pcie_start_link() local
340 struct meson_pcie *mp = to_meson_pcie(pci); in meson_pcie_link_up() local
380 struct meson_pcie *mp = to_meson_pcie(pci); in meson_pcie_host_init() local
[all …]
/drivers/media/usb/pvrusb2/
A Dpvrusb2-context.c30 static void pvr2_context_set_notify(struct pvr2_context *mp, int fl) in pvr2_context_set_notify()
67 static void pvr2_context_destroy(struct pvr2_context *mp) in pvr2_context_destroy()
95 struct pvr2_context *mp = ptr; in pvr2_context_notify() local
101 static void pvr2_context_check(struct pvr2_context *mp) in pvr2_context_check()
151 struct pvr2_context *mp; in pvr2_context_thread_func() local
206 struct pvr2_context *mp = NULL; in pvr2_context_create() local
234 static void pvr2_context_reset_input_limits(struct pvr2_context *mp) in pvr2_context_reset_input_limits()
250 static void pvr2_context_enter(struct pvr2_context *mp) in pvr2_context_enter()
256 static void pvr2_context_exit(struct pvr2_context *mp) in pvr2_context_exit()
267 void pvr2_context_disconnect(struct pvr2_context *mp) in pvr2_context_disconnect()
[all …]
A Dpvrusb2-sysfs.h20 static inline void pvr2_sysfs_create(struct pvr2_context *mp) { } in pvr2_sysfs_create()
/drivers/video/fbdev/omap2/omapfb/dss/
A Dapply.c132 struct mgr_priv_data *mp; in apply_init_priv() local
204 struct mgr_priv_data *mp; in dss_check_settings_low() local
257 struct mgr_priv_data *mp; in need_isr() local
336 struct mgr_priv_data *mp; in need_go() local
362 struct mgr_priv_data *mp; in extra_info_update_ongoing() local
542 struct mgr_priv_data *mp; in dss_mgr_wait_for_go_ovl() local
620 struct mgr_priv_data *mp; in dss_ovl_write_regs() local
656 struct mgr_priv_data *mp; in dss_ovl_write_regs_extra() local
782 struct mgr_priv_data *mp; in mgr_clear_shadow_dirty() local
952 struct mgr_priv_data *mp; in omap_dss_mgr_apply_mgr() local
[all …]
/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c453 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_enable() local
459 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_disable() local
469 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_reset_hw_ptr() local
479 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_enable() local
485 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_disable() local
495 struct mv643xx_eth_private *mp = txq_to_mp(txq); in txq_maybe_wake() local
508 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_process() local
600 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_refill() local
2244 struct mv643xx_eth_private *mp; in mv643xx_eth_poll() local
2586 struct mv643xx_eth_private *mp; in tx_timeout_task() local
[all …]
/drivers/net/ethernet/apple/
A Dmacmace.c103 struct mace_data *mp = netdev_priv(dev); in mace_load_rxdma_base() local
118 struct mace_data *mp = netdev_priv(dev); in mace_rxdma_reset() local
145 struct mace_data *mp = netdev_priv(dev); in mace_txdma_reset() local
196 struct mace_data *mp; in mace_probe() local
265 struct mace_data *mp = netdev_priv(dev); in mace_reset() local
322 struct mace_data *mp = netdev_priv(dev); in __mace_set_address() local
345 struct mace_data *mp = netdev_priv(dev); in mace_set_address() local
370 struct mace_data *mp = netdev_priv(dev); in mace_open() local
433 struct mace_data *mp = netdev_priv(dev); in mace_close() local
449 struct mace_data *mp = netdev_priv(dev); in mace_xmit_start() local
[all …]
A Dmace.c112 struct mace_data *mp; in mace_probe() local
278 struct mace_data *mp; in mace_remove() local
318 struct mace_data *mp = netdev_priv(dev); in mace_reset() local
373 struct mace_data *mp = netdev_priv(dev); in __mace_set_address() local
398 struct mace_data *mp = netdev_priv(dev); in mace_set_address() local
433 struct mace_data *mp = netdev_priv(dev); in mace_open() local
503 struct mace_data *mp = netdev_priv(dev); in mace_close() local
523 struct mace_data *mp = netdev_priv(dev); in mace_set_timeout() local
534 struct mace_data *mp = netdev_priv(dev); in mace_xmit_start() local
589 struct mace_data *mp = netdev_priv(dev); in mace_set_multicast() local
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dmp.c103 struct lag_mp *mp = container_of(nb, struct lag_mp, fib_nb); in mlx5_lag_fib_event_flush() local
108 static void mlx5_lag_fib_set(struct lag_mp *mp, struct fib_info *fi, u32 dst, int dst_len) in mlx5_lag_fib_set()
161 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_fib_route_event() local
228 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_fib_nexthop_event() local
304 struct lag_mp *mp = container_of(nb, struct lag_mp, fib_nb); in mlx5_lag_fib_event() local
365 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_mp_init() local
393 struct lag_mp *mp = &ldev->lag_mp; in mlx5_lag_mp_cleanup() local
/drivers/gpu/drm/arm/
A Dmalidp_planes.c262 static int malidp_se_check_scaling(struct malidp_plane *mp, in malidp_se_check_scaling()
303 static u32 malidp_get_pgsize_bitmap(struct malidp_plane *mp) in malidp_get_pgsize_bitmap()
480 static void malidp_de_prefetch_settings(struct malidp_plane *mp, in malidp_de_prefetch_settings()
497 struct malidp_plane *mp = to_malidp_plane(plane); in malidp_de_plane_check() local
605 static void malidp_de_set_plane_pitches(struct malidp_plane *mp, in malidp_de_set_plane_pitches()
686 static void malidp_de_set_mmu_control(struct malidp_plane *mp, in malidp_de_set_mmu_control()
705 struct malidp_plane *mp, in malidp_set_plane_base_addr()
741 struct malidp_plane *mp; in malidp_de_set_plane_afbc() local
786 struct malidp_plane *mp; in malidp_de_plane_update() local
905 struct malidp_plane *mp = to_malidp_plane(plane); in malidp_de_plane_disable() local
A Dmalidp_crtc.c275 struct malidp_plane *mp = to_malidp_plane(plane); in malidp_crtc_atomic_check_scaling() local
396 struct malidp_plane *mp = to_malidp_plane(plane); in malidp_crtc_atomic_check() local
/drivers/scsi/libfc/
A Dfc_exch.c117 struct fc_exch_mgr *mp; member
313 struct fc_exch_mgr *mp; in fc_exch_release() local
813 struct fc_exch_mgr *mp) in fc_exch_em_alloc()
926 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find()
991 struct fc_exch_mgr *mp, in fc_exch_resp()
1039 struct fc_exch_mgr *mp, in fc_seq_lookup_recip()
1168 static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp, in fc_seq_lookup_orig()
2365 struct fc_exch_mgr *mp; in fc_exch_update_stats() local
2389 struct fc_exch_mgr *mp, in fc_exch_mgr_add()
2413 struct fc_exch_mgr *mp = container_of(kref, struct fc_exch_mgr, kref); in fc_exch_mgr_destroy() local
[all …]
/drivers/mtd/devices/
A Dms02-nv.c56 struct ms02nv_private *mp = mtd->priv; in ms02nv_read() local
66 struct ms02nv_private *mp = mtd->priv; in ms02nv_write() local
107 struct ms02nv_private *mp; in ms02nv_init_one() local
249 struct ms02nv_private *mp = mtd->priv; in ms02nv_remove_one() local
/drivers/scsi/lpfc/
A Dlpfc_mbox.c65 struct lpfc_dmabuf *mp; in lpfc_mbox_rsrc_prep() local
103 struct lpfc_dmabuf *mp; in lpfc_mbox_rsrc_cleanup() local
137 struct lpfc_dmabuf *mp; in lpfc_dump_static_vport() local
352 struct lpfc_dmabuf *mp) in lpfc_read_topology()
668 struct lpfc_dmabuf *mp; in lpfc_read_sparam() local
811 struct lpfc_dmabuf *mp; in lpfc_reg_rpi() local
2332 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_cfg_rg23() local
2380 struct lpfc_dmabuf *mp = mbox->ctx_buf; in lpfc_mbx_cmpl_rdp_page_a2() local
2410 struct lpfc_dmabuf *mp = mbox->ctx_buf; in lpfc_mbx_cmpl_rdp_page_a0() local
2466 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_page_a0() local
A Dlpfc_ct.c84 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_ignore_hbq_buffer()
100 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer()
119 struct lpfc_dmabuf *mp, *bmp; in lpfc_ct_unsol_cmpl() local
162 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_reject_event() local
340 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event() local
493 struct lpfc_dmabuf *mp; in lpfc_alloc_ct_rsp() local
844 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint8_t fc4_type, in lpfc_ns_rsp()
1861 struct lpfc_dmabuf *mp; in lpfc_get_gidft_type() local
1887 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd() local
3661 struct lpfc_dmabuf *mp, *bmp; in lpfc_vmid_cmd() local
A Dlpfc_mem.c680 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_in_buf_free()
724 lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_rq_buf_free()
/drivers/tee/optee/
A Dsmc_abi.c84 const struct optee_msg_param *mp) in from_msg_param_tmp_mem()
111 const struct optee_msg_param *mp) in from_msg_param_reg_mem()
147 const struct optee_msg_param *mp = msg_params + n; in optee_from_msg_param() local
180 static int to_msg_param_tmp_mem(struct optee_msg_param *mp, in to_msg_param_tmp_mem()
208 static int to_msg_param_reg_mem(struct optee_msg_param *mp, in to_msg_param_reg_mem()
237 struct optee_msg_param *mp = msg_params + n; in optee_to_msg_param() local
A Dffa_abi.c125 u32 attr, const struct optee_msg_param *mp) in from_msg_param_ffa_mem()
164 const struct optee_msg_param *mp = msg_params + n; in optee_ffa_from_msg_param() local
190 static int to_msg_param_ffa_mem(struct optee_msg_param *mp, in to_msg_param_ffa_mem()
237 struct optee_msg_param *mp = msg_params + n; in optee_ffa_to_msg_param() local
/drivers/block/aoe/
A Daoechr.c139 char *mp; in aoechr_error() local
224 char *mp; in aoechr_read() local
/drivers/media/test-drivers/vivid/
A Dvivid-vid-common.c865 struct v4l2_pix_format_mplane *mp = &mp_fmt->fmt.pix_mp; in fmt_sp2mp() local
893 struct v4l2_pix_format_mplane *mp = &fmt.fmt.pix_mp; in fmt_sp2mp_func() local
A Dvivid-vid-out.c315 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_out() local
348 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_try_fmt_vid_out() local
444 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_s_fmt_vid_out() local
/drivers/media/platform/renesas/vsp1/
A Dvsp1_uds.c59 unsigned int mp; in uds_output_size() local
92 unsigned int mp; in uds_passband_width() local
/drivers/scsi/
A Dncr53c8xx.c227 static void *___m_alloc(m_pool_s *mp, int size) in ___m_alloc()
270 static void ___m_free(m_pool_s *mp, void *ptr, int size) in ___m_free()
352 static m_addr_t ___mp0_getp(m_pool_s *mp) in ___mp0_getp()
360 static void ___mp0_freep(m_pool_s *mp, m_addr_t m) in ___mp0_freep()
376 static m_addr_t ___dma_getp(m_pool_s *mp) in ___dma_getp()
402 static void ___dma_freep(m_pool_s *mp, m_addr_t m) in ___dma_freep()
422 m_pool_s *mp; in ___get_dma_pool() local
429 m_pool_s *mp; in ___cre_dma_pool() local
457 struct m_pool *mp; in __m_calloc_dma() local
476 struct m_pool *mp; in __m_free_dma() local
[all …]
/drivers/s390/cio/
A Dcio.h27 u32 mp : 1; /* multipath mode */ member
58 u32 mp:1; member

Completed in 92 milliseconds

123