Searched defs:mdev (Results 276 - 300 of 427) sorted by relevance

<<1112131415161718

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c564 struct media_device *mdev = entity->graph_obj.mdev; local
696 struct media_device *mdev = &pipe->output->entity.vsp1->media_dev; local
1030 struct media_device *mdev = &video->vsp1->media_dev; local
[all...]
/linux-master/drivers/sh/maple/
H A Dmaple.c139 struct maple_device *mdev; local
157 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command, argument
186 maple_allocq(struct maple_device *mdev) argument
213 struct maple_device *mdev; local
237 maple_free_dev(struct maple_device *mdev) argument
316 struct maple_device *mdev; local
325 maple_detach_driver(struct maple_device *mdev) argument
331 maple_attach_driver(struct maple_device *mdev) argument
410 struct maple_device *mdev; local
422 struct maple_device *mdev = to_maple_dev(device); local
449 struct maple_device *mdev; local
492 maple_map_subunits(struct maple_device *mdev, int submask) argument
524 maple_clean_submap(struct maple_device *mdev) argument
535 maple_response_none(struct maple_device *mdev) argument
577 maple_response_devinfo(struct maple_device *mdev, char *recvbuf) argument
603 maple_response_fileerr(struct maple_device *mdev, void *recvbuf) argument
617 struct maple_device *mdev; local
634 struct maple_device *mdev; local
790 struct maple_device *mdev[MAPLE_PORTS]; local
[all...]
/linux-master/drivers/bus/
H A Dmoxtet.c88 struct moxtet_device *mdev = to_moxtet_device(dev); local
122 struct moxtet_device *mdev = to_moxtet_device(dev); local
133 struct moxtet_device *mdev = to_moxtet_device(dev); local
405 struct moxtet_device *mdev = to_moxtet_device(dev); local
423 struct moxtet_device *mdev = to_moxtet_device(dev); local
445 struct moxtet_device *mdev = to_moxtet_device(dev); local
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_pci_modern.c295 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
333 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
394 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
415 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
438 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
477 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
539 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
622 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
825 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
853 struct virtio_pci_modern_device *mdev = &vp_dev->mdev; local
[all...]
/linux-master/drivers/dma/
H A Dmilbeaut-hdmac.c69 struct milbeaut_hdmac_device *mdev; member in struct:milbeaut_hdmac_chan
405 struct milbeaut_hdmac_device *mdev = of_dma->of_dma_data; local
424 milbeaut_hdmac_chan_init(struct platform_device *pdev, struct milbeaut_hdmac_device *mdev, int chan_id) argument
458 struct milbeaut_hdmac_device *mdev; local
536 struct milbeaut_hdmac_device *mdev = platform_get_drvdata(pdev); local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c44 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) argument
64 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod, argument
79 static int mlx5_query_nic_vport_context(struct mlx5_core_dev *mdev, u16 vport, argument
93 int mlx5_query_nic_vport_min_inline(struct mlx5_core_dev *mdev, argument
107 void mlx5_query_min_inline(struct mlx5_core_dev *mdev, argument
125 mlx5_modify_nic_vport_min_inline(struct mlx5_core_dev *mdev, u16 vport, u8 min_inline) argument
146 mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev, u16 vport, bool other, u8 *addr) argument
170 mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr) argument
176 mlx5_modify_nic_vport_mac_address(struct mlx5_core_dev *mdev, u16 vport, const u8 *addr) argument
211 mlx5_query_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 *mtu) argument
231 mlx5_modify_nic_vport_mtu(struct mlx5_core_dev *mdev, u16 mtu) argument
420 mlx5_query_nic_vport_system_image_guid(struct mlx5_core_dev *mdev, u64 *system_image_guid) argument
443 mlx5_query_nic_vport_sd_group(struct mlx5_core_dev *mdev, u8 *sd_group) argument
464 mlx5_query_nic_vport_node_guid(struct mlx5_core_dev *mdev, u64 *node_guid) argument
484 mlx5_modify_nic_vport_node_guid(struct mlx5_core_dev *mdev, u16 vport, u64 node_guid) argument
517 mlx5_query_nic_vport_qkey_viol_cntr(struct mlx5_core_dev *mdev, u16 *qkey_viol_cntr) argument
785 mlx5_query_nic_vport_promisc(struct mlx5_core_dev *mdev, u16 vport, int *promisc_uc, int *promisc_mc, int *promisc_all) argument
816 mlx5_modify_nic_vport_promisc(struct mlx5_core_dev *mdev, int promisc_uc, int promisc_mc, int promisc_all) argument
852 mlx5_nic_vport_update_local_lb(struct mlx5_core_dev *mdev, bool enable) argument
892 mlx5_nic_vport_query_local_lb(struct mlx5_core_dev *mdev, bool *status) argument
926 mlx5_nic_vport_update_roce_state(struct mlx5_core_dev *mdev, enum mlx5_vport_roce_state state) argument
950 mlx5_nic_vport_enable_roce(struct mlx5_core_dev *mdev) argument
966 mlx5_nic_vport_disable_roce(struct mlx5_core_dev *mdev) argument
1020 mlx5_query_vport_down_stats(struct mlx5_core_dev *mdev, u16 vport, u8 other_vport, u64 *rx_discard_vport_down, u64 *tx_discard_vport_down) argument
1165 mlx5_query_nic_system_image_guid(struct mlx5_core_dev *mdev) argument
[all...]
/linux-master/drivers/dma/qcom/
H A Dhidma.c626 struct hidma_dev *mdev = dev_get_drvdata(dev); local
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c292 struct mt76_dev *mdev = &dev->mt76; local
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drx_res.c11 struct mlx5_core_dev *mdev; /* primary */ member in struct:mlx5e_rx_res
303 static struct mlx5e_rx_res *mlx5e_rx_res_alloc(struct mlx5_core_dev *mdev, unsigned int max_nch, argument
448 mlx5e_rx_res_create(struct mlx5_core_dev *mdev, enum mlx5e_rx_res_features features, unsigned int max_nch, u32 drop_rqn, const struct mlx5e_packet_merge_param *init_pkt_merge_param, unsigned int init_nch) argument
[all...]
/linux-master/net/mac802154/
H A Dllsec.c56 struct mac802154_llsec_device *mdev; local
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c353 struct mt76_dev *mdev = &phy->dev->mt76; local
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_drv.c747 static int hantro_register_entity(struct media_device *mdev, argument
784 struct media_device *mdev = &vpu->mdev; local
[all...]
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c66 struct macio_dev *mdev; member in struct:mace_data
108 static int mace_probe(struct macio_dev *mdev, const struct of_device_id *match) argument
275 mace_remove(struct macio_dev *mdev) argument
[all...]
/linux-master/samples/vfio-mdev/
H A Dmdpy.c101 struct mdev_device *mdev; member in struct:mdev_state
228 struct mdev_device *mdev = to_mdev_device(vdev->dev); local
260 static int mdpy_probe(struct mdev_device *mdev) argument
290 mdpy_remove(struct mdev_device *mdev) argument
[all...]
/linux-master/include/media/
H A Dmedia-entity.h60 struct media_device *mdev; member in struct:media_gobj
110 struct media_device *mdev; member in struct:media_pipeline
[all...]
/linux-master/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c36 struct virtio_pci_modern_device *mdev; member in struct:vp_vdpa
48 struct virtio_pci_modern_device *mdev; member in struct:vp_vdpa_mgmtdev
78 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
87 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
94 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
112 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); local
159 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); local
214 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); local
228 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); local
282 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
311 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
318 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
326 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
333 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
342 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
359 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
366 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
373 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
385 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); local
395 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); local
415 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); local
435 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); local
484 struct virtio_pci_modern_device *mdev = vp_vdpa_mgtdev->mdev; local
584 struct virtio_pci_modern_device *mdev = NULL; local
653 struct virtio_pci_modern_device *mdev = NULL; local
[all...]
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_main.c693 static int ifcvf_vdpa_dev_add(struct vdpa_mgmt_dev *mdev, const char *name, argument
747 static void ifcvf_vdpa_dev_del(struct vdpa_mgmt_dev *mdev, struct vdpa_device *dev) argument
[all...]
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.c611 static int pds_vdpa_dev_add(struct vdpa_mgmt_dev *mdev, const char *name, argument
767 static void pds_vdpa_dev_del(struct vdpa_mgmt_dev *mdev, argument
/linux-master/fs/erofs/
H A Dfscache.c195 struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev) argument
263 struct erofs_map_dev mdev; local
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dsoc.c1229 struct mt76_dev *mdev; local
H A Dinit.c350 struct mt76_dev *mdev = &phy->dev->mt76; local
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c490 struct mt76_dev *mdev = &dev->mt76; local
566 bool mt7921_rx_check(struct mt76_dev *mdev, void *data, int len) argument
590 void mt7921_queue_rx_skb(struct mt76_dev *mdev, enum mt76_rxq_id q, argument
765 mt7921_usb_sdio_tx_prepare_skb(struct mt76_dev *mdev, void *txwi_ptr, enum mt76_txq_id qid, struct mt76_wcid *wcid, struct ieee80211_sta *sta, struct mt76_tx_info *tx_info) argument
813 mt7921_usb_sdio_tx_complete_skb(struct mt76_dev *mdev, struct mt76_queue_entry *e) argument
834 mt7921_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c58 static void mlx5i_build_nic_params(struct mlx5_core_dev *mdev, argument
80 int mlx5i_init(struct mlx5_core_dev *mdev, struct net_device *netdev) argument
202 struct mlx5_core_dev *mdev = priv->mdev; local
258 struct mlx5_core_dev *mdev = priv->mdev; local
305 mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, u32 qpn) argument
319 mlx5i_create_tis(struct mlx5_core_dev *mdev, u32 underlay_qpn, u32 *tisn) argument
410 struct mlx5_core_dev *mdev = priv->mdev; local
486 mlx5i_get_tisn(struct mlx5_core_dev *mdev, struct mlx5e_priv *priv, u8 lag_port, u8 tc) argument
588 struct mlx5_core_dev *mdev = epriv->mdev; local
636 struct mlx5_core_dev *mdev = epriv->mdev; local
664 struct mlx5_core_dev *mdev = epriv->mdev; local
688 struct mlx5_core_dev *mdev = epriv->mdev; local
723 mlx5i_check_required_hca_cap(struct mlx5_core_dev *mdev) argument
739 struct mlx5_core_dev *mdev = priv->mdev; local
752 mlx5_is_sub_interface(struct mlx5_core_dev *mdev) argument
757 mlx5_get_profile(struct mlx5_core_dev *mdev) argument
767 struct mlx5_core_dev *mdev = (struct mlx5_core_dev *)param; local
829 mlx5_rdma_rn_get_params(struct mlx5_core_dev *mdev, struct ib_device *device, struct rdma_netdev_alloc_params *params) argument
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_vf_mig.c25 static int adf_gen4_vfmig_init_device(struct qat_mig_dev *mdev) argument
41 static void adf_gen4_vfmig_cleanup_device(struct qat_mig_dev *mdev) argument
47 adf_gen4_vfmig_reset_device(struct qat_mig_dev *mdev) argument
53 adf_gen4_vfmig_open_device(struct qat_mig_dev *mdev) argument
77 adf_gen4_vfmig_close_device(struct qat_mig_dev *mdev) argument
92 adf_gen4_vfmig_suspend_device(struct qat_mig_dev *mdev) argument
125 adf_gen4_vfmig_resume_device(struct qat_mig_dev *mdev) argument
821 adf_gen4_vfmig_save_state(struct qat_mig_dev *mdev) argument
870 adf_gen4_vfmig_load_state(struct qat_mig_dev *mdev) argument
922 adf_gen4_vfmig_save_setup(struct qat_mig_dev *mdev) argument
950 adf_gen4_vfmig_load_setup(struct qat_mig_dev *mdev, int len) argument
[all...]
/linux-master/drivers/net/wwan/
H A Dmhi_wwan_mbim.c65 struct mhi_device *mdev; member in struct:mhi_mbim_context
384 struct mhi_device *mdev = mbim->mdev; local
[all...]

Completed in 329 milliseconds

<<1112131415161718