Home
last modified time | relevance | path

Searched defs:mdev (Results 601 - 625 of 740) sorted by relevance

1...<<21222324252627282930

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c647 int mt7615_mac_sta_add(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7615_mac_sta_add() argument
689 void mt7615_mac_sta_remove(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7615_mac_sta_remove() argument
1311 struct mt76_dev *mdev = &dev->mt76; in mt7615_set_wakeup() local
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c649 int mt7996_mac_sta_add(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7996_mac_sta_add() argument
683 void mt7996_mac_sta_remove(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7996_mac_sta_remove() argument
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c146 void mt76_connac_tx_complete_skb(struct mt76_dev *mdev, in mt76_connac_tx_complete_skb() argument
199 mt76_connac_txp_skb_unmap_fw(struct mt76_dev *mdev, in mt76_connac_txp_skb_unmap_fw() argument
H A Dmt76x02_mac.c555 struct mt76_dev *mdev = &dev->mt76; in mt76x02_send_tx_status() local
908 void mt76x02_tx_complete_skb(struct mt76_dev *mdev, struct mt76_queue_entry *e) in mt76x02_tx_complete_skb() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c707 int mt7921_mac_sta_add(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7921_mac_sta_add() argument
748 void mt7921_mac_sta_assoc(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7921_mac_sta_assoc() argument
773 void mt7921_mac_sta_remove(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7921_mac_sta_remove() argument
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c727 int mt7915_mac_sta_add(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7915_mac_sta_add() argument
761 void mt7915_mac_sta_remove(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7915_mac_sta_remove() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c1437 void d71_dump(struct komeda_dev *mdev, struct seq_file *sf) in d71_dump() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dcq.c612 struct mlx5_core_dev *mdev = dev->mdev; in mlx5_ib_poll_cq() local
646 struct mlx5_core_dev *mdev = to_mdev(ibcq->device)->mdev; in mlx5_ib_arm_cq() local
[all...]
H A Dwr.c1056 struct mlx5_core_dev *mdev = dev->mdev; in mlx5_ib_post_send() local
1213 struct mlx5_core_dev *mdev = dev->mdev; in mlx5_ib_post_recv() local
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dselftest.c359 struct mock_dev *mdev = container_of(dev, struct mock_dev, dev); in mock_dev_release() local
367 struct mock_dev *mdev; in mock_dev_create() local
393 mock_dev_destroy(struct mock_dev *mdev) mock_dev_destroy() argument
[all...]
/kernel/linux/linux-6.6/drivers/mailbox/
H A Domap-mailbox.c132 unsigned int mbox_read_reg(struct omap_mbox_device *mdev, size_t ofs) in mbox_read_reg() argument
138 void mbox_write_reg(struct omap_mbox_device *mdev, u32 val, size_t ofs) in mbox_write_reg() argument
395 static struct omap_mbox *omap_mbox_device_find(struct omap_mbox_device *mdev, in omap_mbox_device_find() argument
419 struct omap_mbox_device *mdev; in omap_mbox_request_channel() local
452 static int omap_mbox_register(struct omap_mbox_device *mdev) in omap_mbox_register() argument
487 omap_mbox_unregister(struct omap_mbox_device *mdev) omap_mbox_unregister() argument
508 struct omap_mbox_device *mdev = mbox->parent; omap_mbox_chan_startup() local
523 struct omap_mbox_device *mdev = mbox->parent; omap_mbox_chan_shutdown() local
589 struct omap_mbox_device *mdev = dev_get_drvdata(dev); omap_mbox_suspend() local
613 struct omap_mbox_device *mdev = dev_get_drvdata(dev); omap_mbox_resume() local
667 struct omap_mbox_device *mdev; omap_mbox_of_xlate() local
692 struct omap_mbox_device *mdev; omap_mbox_probe() local
870 struct omap_mbox_device *mdev = platform_get_drvdata(pdev); omap_mbox_remove() local
[all...]
/kernel/linux/linux-6.6/net/mctp/
H A Droute.c988 static int mctp_route_add(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_add() argument
1039 static int mctp_route_remove(struct mctp_dev *mdev, mctp_eid_t daddr_start, in mctp_route_remove() argument
1069 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_add_local() argument
1074 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr) in mctp_route_remove_local() argument
1080 mctp_route_remove_dev(struct mctp_dev *mdev) mctp_route_remove_dev() argument
1102 struct mctp_dev *mdev; mctp_pkttype_receive() local
1184 mctp_route_nlparse(struct sk_buff *skb, struct nlmsghdr *nlh, struct netlink_ext_ack *extack, struct nlattr **tb, struct rtmsg **rtm, struct mctp_dev **mdev, mctp_eid_t *daddr_start) mctp_route_nlparse() argument
1246 struct mctp_dev *mdev; mctp_newroute() local
1281 struct mctp_dev *mdev; mctp_delroute() local
[all...]
/kernel/linux/linux-6.6/samples/vfio-mdev/
H A Dmtty.c135 struct mdev_device *mdev; member
750 struct mdev_device *mdev = to_mdev_device(vdev->dev); in mtty_init_dev() local
785 static int mtty_probe(struct mdev_device *mdev) in mtty_probe() argument
815 mtty_remove(struct mdev_device *mdev) mtty_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_macio.c232 struct macio_dev *mdev; member
1117 static int pata_macio_attach(struct macio_dev *mdev, in pata_macio_attach() argument
1192 pata_macio_detach(struct macio_dev *mdev) pata_macio_detach() argument
1212 pata_macio_suspend(struct macio_dev *mdev, pm_message_t mesg) pata_macio_suspend() argument
1219 pata_macio_resume(struct macio_dev *mdev) pata_macio_resume() argument
1228 pata_macio_mb_event(struct macio_dev* mdev, int mb_state) pata_macio_mb_event() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dswim3.c201 struct macio_dev *mdev; member
1065 swim3_mb_event(struct macio_dev* mdev, int mb_state) swim3_mb_event() argument
1084 swim3_add_device(struct macio_dev *mdev, int index) swim3_add_device() argument
1172 swim3_attach(struct macio_dev *mdev, const struct of_device_id *match) swim3_attach() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c89 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_get_drvinfo() local
540 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_autoneg_get() local
1078 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_set_pauseparam() local
1140 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_set_ringparam() local
1277 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_set_rxfh() local
1742 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_get_rxnfc() local
1785 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_set_rxnfc() local
1828 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_set_channels() local
1898 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_get_ts_info() local
1929 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_set_priv_flags() local
2034 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_get_module_info() local
2078 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_get_module_eeprom() local
2117 struct mlx4_en_dev *mdev = priv->mdev; mlx4_en_set_phys_id() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h360 struct otx2_mbox_dev *mdev; in otx2_mbox_bbuf_init() local
384 struct otx2_mbox_dev *mdev = &mbox->dev[devid]; in otx2_sync_mbox_bbuf() local
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c1665 struct otx2_mbox_dev *mdev; in __rvu_mbox_handler() local
1749 struct otx2_mbox_dev *mdev; in __rvu_mbox_up_handler() local
1934 struct otx2_mbox_dev *mdev; in rvu_queue_work() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h391 struct komeda_dev *mdev; member
/kernel/linux/linux-5.10/drivers/media/common/siano/
H A Dsmscoreapi.c642 smscore_register_device(struct smsdevice_params_t *params, struct smscore_device_t **coredev, gfp_t gfp_buf_flags, void *mdev) smscore_register_device() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dwr.c1280 struct mlx5_core_dev *mdev in mlx5_ib_post_send() local
1466 struct mlx5_core_dev *mdev = dev->mdev; mlx5_ib_post_recv() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c113 struct mdev_device *mdev; member
692 static int intel_vgpu_create(struct kobject *kobj, struct mdev_device *mdev) in intel_vgpu_create() argument
731 intel_vgpu_remove(struct mdev_device *mdev) intel_vgpu_remove() argument
792 intel_vgpu_open(struct mdev_device *mdev) intel_vgpu_open() argument
911 intel_vgpu_release(struct mdev_device *mdev) intel_vgpu_release() argument
1001 intel_vgpu_rw(struct mdev_device *mdev, char *buf, size_t count, loff_t *ppos, bool is_write) intel_vgpu_rw() argument
1051 gtt_entry(struct mdev_device *mdev, loff_t *ppos) gtt_entry() argument
1070 intel_vgpu_read(struct mdev_device *mdev, char __user *buf, size_t count, loff_t *ppos) intel_vgpu_read() argument
1143 intel_vgpu_write(struct mdev_device *mdev, const char __user *buf, size_t count, loff_t *ppos) intel_vgpu_write() argument
1216 intel_vgpu_mmap(struct mdev_device *mdev, struct vm_area_struct *vma) intel_vgpu_mmap() argument
1345 intel_vgpu_ioctl(struct mdev_device *mdev, unsigned int cmd, unsigned long arg) intel_vgpu_ioctl() argument
1628 struct mdev_device *mdev = mdev_from_dev(dev); vgpu_id_show() local
1810 kvmgt_guest_init(struct mdev_device *mdev) kvmgt_guest_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-video.c768 struct media_device *mdev = dev->media_dev; in saa7134_enable_analog_tuner() local
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
H A Drcar-dma.c1216 struct media_device *mdev; in rvin_set_stream() local
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c41 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_ethtool_get_drvinfo() local
215 static void mlx5e_ethtool_get_speed_arr(struct mlx5_core_dev *mdev, in mlx5e_ethtool_get_speed_arr() argument
525 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_set_priv_channels_tx_coalesce() local
544 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_set_priv_channels_rx_coalesce() local
560 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_ethtool_set_coalesce() local
640 ptys2ethtool_supported_link(struct mlx5_core_dev *mdev, unsigned long *supported_modes, u32 eth_proto_cap) ptys2ethtool_supported_link() argument
745 ptys2ethtool_supported_advertised_port(struct mlx5_core_dev *mdev, struct ethtool_link_ksettings *link_ksettings, u32 eth_proto_cap, u8 connector_type) ptys2ethtool_supported_advertised_port() argument
851 get_supported(struct mlx5_core_dev *mdev, u32 eth_proto_cap, struct ethtool_link_ksettings *link_ksettings) get_supported() argument
885 get_connector_port(struct mlx5_core_dev *mdev, u32 eth_proto, u8 connector_type) get_connector_port() argument
916 get_lp_advertising(struct mlx5_core_dev *mdev, u32 eth_proto_lp, struct ethtool_link_ksettings *link_ksettings) get_lp_advertising() argument
928 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_ethtool_get_link_ksettings() local
1099 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_ethtool_set_link_ksettings() local
1293 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_get_pfc_prevention_tout() local
1306 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_set_pfc_prevention_tout() local
1383 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_ethtool_get_pauseparam() local
1405 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_ethtool_set_pauseparam() local
1436 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_ethtool_get_ts_info() local
1465 mlx5e_get_wol_supported(struct mlx5_core_dev *mdev) mlx5e_get_wol_supported() argument
1553 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_get_wol() local
1573 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_set_wol() local
1592 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_get_fecparam() local
1618 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_set_fecparam() local
1659 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_set_phys_id() local
1726 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_get_module_eeprom() local
1760 struct mlx5_core_dev *mdev = priv->mdev; mlx5e_ethtool_flash_device() local
1795 struct mlx5_core_dev *mdev = priv->mdev; set_pflag_cqe_based_moder() local
1874 struct mlx5_core_dev *mdev = priv->mdev; set_pflag_rx_cqe_compress() local
1897 struct mlx5_core_dev *mdev = priv->mdev; set_pflag_rx_striding_rq() local
1948 struct mlx5_core_dev *mdev = priv->mdev; set_pflag_tx_mpwqe_common() local
[all...]

Completed in 50 milliseconds

1...<<21222324252627282930