Home
last modified time | relevance | path

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

1234567891011

/drivers/misc/mic/host/
Dmic_x100.c32 mic_x100_write_spad(struct mic_device *mdev, unsigned int idx, u32 val) in mic_x100_write_spad()
51 mic_x100_read_spad(struct mic_device *mdev, unsigned int idx) in mic_x100_read_spad()
66 static void mic_x100_enable_interrupts(struct mic_device *mdev) in mic_x100_enable_interrupts()
93 static void mic_x100_disable_interrupts(struct mic_device *mdev) in mic_x100_disable_interrupts()
116 static void mic_x100_send_sbox_intr(struct mic_device *mdev, in mic_x100_send_sbox_intr()
137 static void mic_x100_send_rdmasr_intr(struct mic_device *mdev, in mic_x100_send_rdmasr_intr()
152 static void mic_x100_send_intr(struct mic_device *mdev, int doorbell) in mic_x100_send_intr()
170 static u32 mic_x100_ack_interrupt(struct mic_device *mdev) in mic_x100_ack_interrupt()
185 static void mic_x100_intr_workarounds(struct mic_device *mdev) in mic_x100_intr_workarounds()
203 static void mic_x100_hw_intr_init(struct mic_device *mdev) in mic_x100_hw_intr_init()
[all …]
Dmic_boot.c32 struct mic_device *mdev = vpdev_to_mdev(dev); in _mic_dma_map_page() local
41 struct mic_device *mdev = vpdev_to_mdev(dev); in _mic_dma_unmap_page() local
56 struct mic_device *mdev = vpdev_to_mdev(&vpdev->dev); in __mic_request_irq() local
65 struct mic_device *mdev = vpdev_to_mdev(&vpdev->dev); in __mic_free_irq() local
72 struct mic_device *mdev = vpdev_to_mdev(&vpdev->dev); in __mic_ack_interrupt() local
79 struct mic_device *mdev = vpdev_to_mdev(&vpdev->dev); in __mic_next_db() local
86 struct mic_device *mdev = vpdev_to_mdev(&vpdev->dev); in __mic_get_dp() local
98 struct mic_device *mdev = vpdev_to_mdev(&vpdev->dev); in __mic_send_intr() local
106 struct mic_device *mdev = vpdev_to_mdev(&vpdev->dev); in __mic_ioremap() local
138 struct mic_device *mdev = scdev_to_mdev(scdev); in __mic_dma_alloc() local
[all …]
Dmic_smpt.c15 static inline u64 mic_system_page_mask(struct mic_device *mdev) in mic_system_page_mask()
20 static inline u8 mic_sys_addr_to_smpt(struct mic_device *mdev, dma_addr_t pa) in mic_sys_addr_to_smpt()
25 static inline u64 mic_smpt_to_pa(struct mic_device *mdev, u8 index) in mic_smpt_to_pa()
30 static inline u64 mic_smpt_offset(struct mic_device *mdev, dma_addr_t pa) in mic_smpt_offset()
35 static inline u64 mic_smpt_align_low(struct mic_device *mdev, dma_addr_t pa) in mic_smpt_align_low()
41 static inline u64 mic_smpt_align_high(struct mic_device *mdev, dma_addr_t pa) in mic_smpt_align_high()
47 static inline u64 mic_max_system_memory(struct mic_device *mdev) in mic_max_system_memory()
53 static inline u64 mic_max_system_addr(struct mic_device *mdev) in mic_max_system_addr()
60 mic_is_system_addr(struct mic_device *mdev, dma_addr_t pa) in mic_is_system_addr()
67 int entries, struct mic_device *mdev) in mic_add_smpt_entry()
[all …]
Dmic_intr.c17 struct mic_device *mdev = dev; in mic_thread_fn() local
43 struct mic_device *mdev = dev; in mic_interrupt() local
71 static u16 mic_map_src_to_offset(struct mic_device *mdev, in mic_map_src_to_offset()
83 static struct msix_entry *mic_get_available_vector(struct mic_device *mdev) in mic_get_available_vector()
107 static struct mic_intr_cb *mic_register_intr_callback(struct mic_device *mdev, in mic_register_intr_callback()
150 static u8 mic_unregister_intr_callback(struct mic_device *mdev, u32 idx) in mic_unregister_intr_callback()
187 static int mic_setup_msix(struct mic_device *mdev, struct pci_dev *pdev) in mic_setup_msix()
236 static int mic_setup_callbacks(struct mic_device *mdev) in mic_setup_callbacks()
260 static void mic_release_callbacks(struct mic_device *mdev) in mic_release_callbacks()
295 static int mic_setup_msi(struct mic_device *mdev, struct pci_dev *pdev) in mic_setup_msi()
[all …]
Dmic_main.c49 static int mic_dp_init(struct mic_device *mdev) in mic_dp_init()
69 static void mic_dp_uninit(struct mic_device *mdev) in mic_dp_uninit()
82 static void mic_ops_init(struct mic_device *mdev) in mic_ops_init()
140 mic_device_init(struct mic_device *mdev, struct pci_dev *pdev) in mic_device_init()
162 struct mic_device *mdev; in mic_probe() local
279 struct mic_device *mdev; in mic_remove() local
/drivers/staging/most/video/
Dvideo.c52 struct most_video_dev *mdev; member
59 static inline bool data_ready(struct most_video_dev *mdev) in data_ready()
64 static inline struct mbo *get_top_mbo(struct most_video_dev *mdev) in get_top_mbo()
73 struct most_video_dev *mdev = video_drvdata(filp); in comp_vdev_open() local
120 struct most_video_dev *mdev = fh->mdev; in comp_vdev_close() local
156 struct most_video_dev *mdev = fh->mdev; in comp_vdev_read() local
205 struct most_video_dev *mdev = fh->mdev; in comp_vdev_poll() local
229 static int comp_set_format(struct most_video_dev *mdev, unsigned int cmd, in comp_set_format()
247 struct most_video_dev *mdev = fh->mdev; in vidioc_querycap() local
281 struct most_video_dev *mdev = fh->mdev; in vidioc_try_fmt_vid_cap() local
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/accel/
Dtls.h46 static inline bool mlx5_accel_is_ktls_device(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_device()
57 static inline bool mlx5e_ktls_type_check(struct mlx5_core_dev *mdev, in mlx5e_ktls_type_check()
71 mlx5_ktls_create_key(struct mlx5_core_dev *mdev, in mlx5_ktls_create_key()
75 mlx5_ktls_destroy_key(struct mlx5_core_dev *mdev, u32 key_id) {} in mlx5_ktls_destroy_key()
78 mlx5_accel_is_ktls_device(struct mlx5_core_dev *mdev) { return false; } in mlx5_accel_is_ktls_device()
80 mlx5e_ktls_type_check(struct mlx5_core_dev *mdev, in mlx5e_ktls_type_check()
122 mlx5_accel_tls_add_flow(struct mlx5_core_dev *mdev, void *flow, in mlx5_accel_tls_add_flow()
126 static inline void mlx5_accel_tls_del_flow(struct mlx5_core_dev *mdev, u32 swid, in mlx5_accel_tls_del_flow()
128 static inline int mlx5_accel_tls_resync_rx(struct mlx5_core_dev *mdev, u32 handle, in mlx5_accel_tls_resync_rx()
130 static inline bool mlx5_accel_is_tls_device(struct mlx5_core_dev *mdev) in mlx5_accel_is_tls_device()
[all …]
Dtls.c43 int mlx5_accel_tls_add_flow(struct mlx5_core_dev *mdev, void *flow, in mlx5_accel_tls_add_flow()
53 void mlx5_accel_tls_del_flow(struct mlx5_core_dev *mdev, u32 swid, in mlx5_accel_tls_del_flow()
59 int mlx5_accel_tls_resync_rx(struct mlx5_core_dev *mdev, u32 handle, u32 seq, in mlx5_accel_tls_resync_rx()
65 bool mlx5_accel_is_tls_device(struct mlx5_core_dev *mdev) in mlx5_accel_is_tls_device()
71 u32 mlx5_accel_tls_device_caps(struct mlx5_core_dev *mdev) in mlx5_accel_tls_device_caps()
76 int mlx5_accel_tls_init(struct mlx5_core_dev *mdev) in mlx5_accel_tls_init()
81 void mlx5_accel_tls_cleanup(struct mlx5_core_dev *mdev) in mlx5_accel_tls_cleanup()
88 int mlx5_ktls_create_key(struct mlx5_core_dev *mdev, in mlx5_ktls_create_key()
119 void mlx5_ktls_destroy_key(struct mlx5_core_dev *mdev, u32 key_id) in mlx5_ktls_destroy_key()
Dipsec.c42 u32 mlx5_accel_ipsec_device_caps(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_device_caps()
48 unsigned int mlx5_accel_ipsec_counters_count(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_counters_count()
53 int mlx5_accel_ipsec_counters_read(struct mlx5_core_dev *mdev, u64 *counters, in mlx5_accel_ipsec_counters_read()
59 void *mlx5_accel_esp_create_hw_context(struct mlx5_core_dev *mdev, in mlx5_accel_esp_create_hw_context()
74 int mlx5_accel_ipsec_init(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_init()
84 void mlx5_accel_ipsec_cleanup(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_cleanup()
90 mlx5_accel_esp_create_xfrm(struct mlx5_core_dev *mdev, in mlx5_accel_esp_create_xfrm()
/drivers/vfio/mdev/
Dmdev_core.c30 struct device *mdev_parent_dev(struct mdev_device *mdev) in mdev_parent_dev()
36 void *mdev_get_drvdata(struct mdev_device *mdev) in mdev_get_drvdata()
42 void mdev_set_drvdata(struct mdev_device *mdev, void *data) in mdev_set_drvdata()
48 struct device *mdev_dev(struct mdev_device *mdev) in mdev_dev()
60 const guid_t *mdev_uuid(struct mdev_device *mdev) in mdev_uuid()
103 static void mdev_device_remove_common(struct mdev_device *mdev) in mdev_device_remove_common()
126 struct mdev_device *mdev; in mdev_device_remove_cb() local
255 static void mdev_device_free(struct mdev_device *mdev) in mdev_device_free()
267 struct mdev_device *mdev = to_mdev_device(dev); in mdev_device_release() local
276 struct mdev_device *mdev, *tmp; in mdev_device_create() local
[all …]
Dvfio_mdev.c26 struct mdev_device *mdev = device_data; in vfio_mdev_open() local
45 struct mdev_device *mdev = device_data; in vfio_mdev_release() local
57 struct mdev_device *mdev = device_data; in vfio_mdev_unlocked_ioctl() local
69 struct mdev_device *mdev = device_data; in vfio_mdev_read() local
81 struct mdev_device *mdev = device_data; in vfio_mdev_write() local
92 struct mdev_device *mdev = device_data; in vfio_mdev_mmap() local
113 struct mdev_device *mdev = to_mdev_device(dev); in vfio_mdev_probe() local
/drivers/sh/maple/
Dmaple.c139 struct maple_device *mdev; in maple_release_device() local
157 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command, in maple_add_packet()
186 static struct mapleq *maple_allocq(struct maple_device *mdev) in maple_allocq()
213 struct maple_device *mdev; in maple_alloc_dev() local
237 static void maple_free_dev(struct maple_device *mdev) in maple_free_dev()
316 struct maple_device *mdev; in maple_check_matching_driver() local
325 static void maple_detach_driver(struct maple_device *mdev) in maple_detach_driver()
331 static void maple_attach_driver(struct maple_device *mdev) in maple_attach_driver()
410 struct maple_device *mdev; in check_maple_device() local
422 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands() local
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c6 int mlx5dr_cmd_query_esw_vport_context(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_vport_context()
34 int mlx5dr_cmd_query_gvmi(struct mlx5_core_dev *mdev, bool other_vport, in mlx5dr_cmd_query_gvmi()
66 int mlx5dr_cmd_query_esw_caps(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_esw_caps()
88 int mlx5dr_cmd_query_device(struct mlx5_core_dev *mdev, in mlx5dr_cmd_query_device()
159 int mlx5dr_cmd_sync_steering(struct mlx5_core_dev *mdev) in mlx5dr_cmd_sync_steering()
169 int mlx5dr_cmd_set_fte_modify_and_vport(struct mlx5_core_dev *mdev, in mlx5dr_cmd_set_fte_modify_and_vport()
213 int mlx5dr_cmd_del_flow_table_entry(struct mlx5_core_dev *mdev, in mlx5dr_cmd_del_flow_table_entry()
227 int mlx5dr_cmd_alloc_modify_header(struct mlx5_core_dev *mdev, in mlx5dr_cmd_alloc_modify_header()
263 int mlx5dr_cmd_dealloc_modify_header(struct mlx5_core_dev *mdev, in mlx5dr_cmd_dealloc_modify_header()
277 int mlx5dr_cmd_create_empty_flow_group(struct mlx5_core_dev *mdev, in mlx5dr_cmd_create_empty_flow_group()
[all …]
/drivers/media/mc/
Dmc-device.c81 static struct media_entity *find_entity(struct media_device *mdev, u32 id) in find_entity()
98 static long media_device_enum_entities(struct media_device *mdev, void *arg) in media_device_enum_entities()
151 static long media_device_enum_links(struct media_device *mdev, void *arg) in media_device_enum_links()
200 static long media_device_setup_link(struct media_device *mdev, void *arg) in media_device_setup_link()
230 static long media_device_get_topology(struct media_device *mdev, void *arg) in media_device_get_topology()
373 static long media_device_request_alloc(struct media_device *mdev, in media_device_request_alloc()
492 static long media_device_enum_links32(struct media_device *mdev, in media_device_enum_links32()
562 struct media_device *mdev = devnode->media_dev; in show_model() local
583 int __must_check media_device_register_entity(struct media_device *mdev, in media_device_register_entity()
649 struct media_device *mdev = entity->graph_obj.mdev; in __media_device_unregister_entity() local
[all …]
/drivers/gpu/drm/mgag200/
Dmgag200_i2c.c37 static int mga_i2c_read_gpio(struct mga_device *mdev) in mga_i2c_read_gpio()
43 static void mga_i2c_set_gpio(struct mga_device *mdev, int mask, int val) in mga_i2c_set_gpio()
53 static inline void mga_i2c_set(struct mga_device *mdev, int mask, int state) in mga_i2c_set()
65 struct mga_device *mdev = i2c->dev->dev_private; in mga_gpio_setsda() local
72 struct mga_device *mdev = i2c->dev->dev_private; in mga_gpio_setscl() local
79 struct mga_device *mdev = i2c->dev->dev_private; in mga_gpio_getsda() local
86 struct mga_device *mdev = i2c->dev->dev_private; in mga_gpio_getscl() local
92 struct mga_device *mdev = dev->dev_private; in mgag200_i2c_create() local
/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c43 static int _mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, in _mlx5_query_vport_state()
58 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) in mlx5_query_vport_state()
67 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod, in mlx5_modify_vport_admin_state()
83 static int mlx5_query_nic_vport_context(struct mlx5_core_dev *mdev, u16 vport, in mlx5_query_nic_vport_context()
97 static int mlx5_modify_nic_vport_context(struct mlx5_core_dev *mdev, void *in, in mlx5_modify_nic_vport_context()
107 int mlx5_query_nic_vport_min_inline(struct mlx5_core_dev *mdev, in mlx5_query_nic_vport_min_inline()
121 void mlx5_query_min_inline(struct mlx5_core_dev *mdev, in mlx5_query_min_inline()
139 int mlx5_modify_nic_vport_min_inline(struct mlx5_core_dev *mdev, in mlx5_modify_nic_vport_min_inline()
159 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev, in mlx5_query_nic_vport_mac_address()
189 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr) in mlx5_query_mac_address()
[all …]
Dport.c98 int mlx5_query_qcam_reg(struct mlx5_core_dev *mdev, u32 *qcam, in mlx5_query_qcam_reg()
546 int mlx5_max_tc(struct mlx5_core_dev *mdev) in mlx5_max_tc()
553 int mlx5_query_port_dcbx_param(struct mlx5_core_dev *mdev, u32 *out) in mlx5_query_port_dcbx_param()
563 int mlx5_set_port_dcbx_param(struct mlx5_core_dev *mdev, u32 *in) in mlx5_set_port_dcbx_param()
573 int mlx5_set_port_prio_tc(struct mlx5_core_dev *mdev, u8 *prio_tc) in mlx5_set_port_prio_tc()
597 int mlx5_query_port_prio_tc(struct mlx5_core_dev *mdev, in mlx5_query_port_prio_tc()
619 static int mlx5_set_port_qetcr_reg(struct mlx5_core_dev *mdev, u32 *in, in mlx5_set_port_qetcr_reg()
631 static int mlx5_query_port_qetcr_reg(struct mlx5_core_dev *mdev, u32 *out, in mlx5_query_port_qetcr_reg()
644 int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, u8 *tc_group) in mlx5_set_port_tc_group()
658 int mlx5_query_port_tc_group(struct mlx5_core_dev *mdev, in mlx5_query_port_tc_group()
[all …]
Duar.c65 static int uars_per_sys_page(struct mlx5_core_dev *mdev) in uars_per_sys_page()
73 static u64 uar2pfn(struct mlx5_core_dev *mdev, u32 index) in uar2pfn()
98 static struct mlx5_uars_page *alloc_uars_page(struct mlx5_core_dev *mdev, in alloc_uars_page()
166 struct mlx5_uars_page *mlx5_get_uars_page(struct mlx5_core_dev *mdev) in mlx5_get_uars_page()
188 void mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up) in mlx5_put_uars_page()
196 static unsigned long map_offset(struct mlx5_core_dev *mdev, int dbi) in map_offset()
206 static int alloc_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg, in alloc_bfreg()
259 int mlx5_alloc_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg, in mlx5_alloc_bfreg()
291 void mlx5_free_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg) in mlx5_free_bfreg()
/drivers/infiniband/hw/mthca/
Dmthca_main.c136 static int mthca_tune_pci(struct mthca_dev *mdev) in mthca_tune_pci()
164 static int mthca_dev_lim(struct mthca_dev *mdev, struct mthca_dev_lim *dev_lim) in mthca_dev_lim()
287 static int mthca_init_tavor(struct mthca_dev *mdev) in mthca_init_tavor()
345 static int mthca_load_fw(struct mthca_dev *mdev) in mthca_load_fw()
380 static int mthca_init_icm(struct mthca_dev *mdev, in mthca_init_icm()
556 static void mthca_free_icms(struct mthca_dev *mdev) in mthca_free_icms()
574 static int mthca_init_arbel(struct mthca_dev *mdev) in mthca_init_arbel()
647 static void mthca_close_hca(struct mthca_dev *mdev) in mthca_close_hca()
663 static int mthca_init_hca(struct mthca_dev *mdev) in mthca_init_hca()
851 static int mthca_enable_msi_x(struct mthca_dev *mdev) in mthca_enable_msi_x()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c56 static void mlx5i_build_nic_params(struct mlx5_core_dev *mdev, in mlx5i_build_nic_params()
75 int mlx5i_init(struct mlx5_core_dev *mdev, in mlx5i_init()
161 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_underlay_qp() local
208 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_uninit_underlay_qp() local
220 int mlx5i_create_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp) in mlx5i_create_underlay_qp()
254 void mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp) in mlx5i_destroy_underlay_qp()
259 int mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn) in mlx5i_create_tis()
363 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_init_rx() local
518 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_open() local
561 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_close() local
[all …]
/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c43 struct mlx4_en_dev *mdev = in mlx4_en_read_clock() local
61 void mlx4_en_fill_hwtstamps(struct mlx4_en_dev *mdev, in mlx4_en_fill_hwtstamps()
83 void mlx4_en_remove_timestamp(struct mlx4_en_dev *mdev) in mlx4_en_remove_timestamp()
99 void mlx4_en_ptp_overflow_check(struct mlx4_en_dev *mdev) in mlx4_en_ptp_overflow_check()
127 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_adjfreq() local
156 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_adjtime() local
178 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_gettime() local
203 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_settime() local
263 void mlx4_en_init_timestamp(struct mlx4_en_dev *mdev) in mlx4_en_init_timestamp()
Den_netdev.c91 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_alloc_tx_queue_per_tc() local
475 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_vlan_rx_add_vid() local
505 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_vlan_rx_kill_vid() local
560 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_uc_steer_add() local
612 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_uc_steer_release() local
638 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_get_qp() local
677 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_put_qp() local
697 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_replace_mac() local
747 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_update_user_mac() local
782 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_set_mac() local
[all …]
/drivers/gpu/drm/arm/display/komeda/
Dkomeda_dev.c25 struct komeda_dev *mdev = sf->private; in komeda_register_show() local
51 static void komeda_debugfs_init(struct komeda_dev *mdev) in komeda_debugfs_init()
65 struct komeda_dev *mdev = dev_to_mdev(dev); in core_id_show() local
74 struct komeda_dev *mdev = dev_to_mdev(dev); in config_id_show() local
104 static int komeda_parse_pipe_dt(struct komeda_dev *mdev, struct device_node *np) in komeda_parse_pipe_dt()
138 static int komeda_parse_dt(struct device *dev, struct komeda_dev *mdev) in komeda_parse_dt()
174 struct komeda_dev *mdev; in komeda_dev_create() local
279 void komeda_dev_destroy(struct komeda_dev *mdev) in komeda_dev_destroy()
/drivers/dma/
Daltera-msgdma.c208 static struct msgdma_sw_desc *msgdma_get_descriptor(struct msgdma_device *mdev) in msgdma_get_descriptor()
228 static void msgdma_free_descriptor(struct msgdma_device *mdev, in msgdma_free_descriptor()
246 static void msgdma_free_desc_list(struct msgdma_device *mdev, in msgdma_free_desc_list()
303 struct msgdma_device *mdev = to_mdev(tx->chan); in msgdma_tx_submit() local
332 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_prep_memcpy() local
390 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_prep_slave_sg() local
461 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_dma_config() local
468 static void msgdma_reset(struct msgdma_device *mdev) in msgdma_reset()
493 static void msgdma_copy_one(struct msgdma_device *mdev, in msgdma_copy_one()
531 static void msgdma_copy_desc_to_fifo(struct msgdma_device *mdev, in msgdma_copy_desc_to_fifo()
[all …]
/drivers/mailbox/
Dmailbox-sti.c36 #define MBOX_BASE(mdev, inst) ((mdev)->base + ((inst) * 4)) argument
81 struct sti_mbox_device *mdev; member
89 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_channel_is_enabled() local
122 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_enable_channel() local
137 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_disable_channel() local
152 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_clear_irq() local
160 static struct mbox_chan *sti_mbox_irq_to_channel(struct sti_mbox_device *mdev, in sti_mbox_irq_to_channel()
193 struct sti_mbox_device *mdev = data; in sti_mbox_thread_handler() local
215 struct sti_mbox_device *mdev = data; in sti_mbox_irq_handler() local
254 struct sti_mbox_device *mdev = chan_info->mdev; in sti_mbox_tx_is_ready() local
[all …]

1234567891011