| /Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| D | pci.c | 167 struct mt76_dev *mdev; in mt76x0e_probe() local 231 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_remove() local 242 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_suspend() local 268 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt76x0e_resume() local
|
| /Linux-v6.1/drivers/gpu/drm/mgag200/ |
| D | mgag200_g200ew3.c | 13 static void mgag200_g200ew3_init_registers(struct mga_device *mdev) in mgag200_g200ew3_init_registers() 110 static int mgag200_g200ew3_pipeline_init(struct mga_device *mdev) in mgag200_g200ew3_pipeline_init() 192 static resource_size_t mgag200_g200ew3_device_probe_vram(struct mga_device *mdev) in mgag200_g200ew3_device_probe_vram() 204 struct mga_device *mdev; in mgag200_g200ew3_device_create() local
|
| D | mgag200_g200eh.c | 14 void mgag200_g200eh_init_registers(struct mga_device *mdev) in mgag200_g200eh_init_registers() 96 struct mga_device *mdev = to_mga_device(dev); in mgag200_g200eh_pixpllc_atomic_update() local 197 static int mgag200_g200eh_pipeline_init(struct mga_device *mdev) in mgag200_g200eh_pipeline_init() 279 struct mga_device *mdev; in mgag200_g200eh_device_create() local
|
| D | mgag200_g200wb.c | 14 void mgag200_g200wb_init_registers(struct mga_device *mdev) in mgag200_g200wb_init_registers() 95 struct mga_device *mdev = to_mga_device(dev); in mgag200_g200wb_pixpllc_atomic_update() local 244 static int mgag200_g200wb_pipeline_init(struct mga_device *mdev) in mgag200_g200wb_pipeline_init() 328 struct mga_device *mdev; in mgag200_g200wb_device_create() local
|
| D | mgag200_bmc.c | 7 void mgag200_bmc_disable_vidrst(struct mga_device *mdev) in mgag200_bmc_disable_vidrst() 66 void mgag200_bmc_enable_vidrst(struct mga_device *mdev) in mgag200_bmc_enable_vidrst()
|
| /Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
| D | pci.c | 63 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt7615_pci_remove() local 74 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt7615_pci_suspend() local 141 struct mt76_dev *mdev = pci_get_drvdata(pdev); in mt7615_pci_resume() local
|
| /Linux-v6.1/drivers/infiniband/hw/mlx5/ |
| D | ib_rep.c | 109 struct mlx5_core_dev *mdev = mlx5_eswitch_get_core_dev(rep->esw); in mlx5_ib_vport_rep_unload() local 156 static void mlx5_ib_register_peer_vport_reps(struct mlx5_core_dev *mdev) in mlx5_ib_register_peer_vport_reps() 196 struct mlx5_core_dev *mdev = idev->mdev; in mlx5r_rep_probe() local 207 struct mlx5_core_dev *mdev = idev->mdev; in mlx5r_rep_remove() local
|
| D | std_types.c | 28 static int fill_vport_icm_addr(struct mlx5_core_dev *mdev, u16 vport, in fill_vport_icm_addr() 82 static int fill_vport_vhca_id(struct mlx5_core_dev *mdev, u16 vport, in fill_vport_vhca_id() 118 struct mlx5_core_dev *mdev; in fill_switchdev_info() local
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | wq.c | 37 int mlx5_wq_cyc_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_cyc_create() 99 int mlx5_wq_qp_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_qp_create() 159 int mlx5_cqwq_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_cqwq_create() 210 int mlx5_wq_ll_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_ll_create()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ktls.h | 17 static inline bool mlx5e_is_ktls_device(struct mlx5_core_dev *mdev) in mlx5e_is_ktls_device() 32 static inline bool mlx5e_ktls_type_check(struct mlx5_core_dev *mdev, in mlx5e_ktls_type_check() 59 static inline bool mlx5e_is_ktls_tx(struct mlx5_core_dev *mdev) in mlx5e_is_ktls_tx() 126 static inline bool mlx5e_is_ktls_rx(struct mlx5_core_dev *mdev) in mlx5e_is_ktls_rx()
|
| D | ktls_tx.c | 26 u16 mlx5e_ktls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_ktls_get_stop_room() 43 static void mlx5e_ktls_set_tisc(struct mlx5_core_dev *mdev, void *tisc) in mlx5e_ktls_set_tisc() 50 static int mlx5e_ktls_create_tis(struct mlx5_core_dev *mdev, u32 *tisn) in mlx5e_ktls_create_tis() 59 static int mlx5e_ktls_create_tis_cb(struct mlx5_core_dev *mdev, in mlx5e_ktls_create_tis_cb() 74 static int mlx5e_ktls_destroy_tis_cb(struct mlx5_core_dev *mdev, u32 tisn, in mlx5e_ktls_destroy_tis_cb() 98 struct mlx5_core_dev *mdev; member 139 static struct mlx5e_async_ctx *mlx5e_bulk_async_init(struct mlx5_core_dev *mdev, int n) in mlx5e_bulk_async_init() 198 mlx5e_tls_priv_tx_init(struct mlx5_core_dev *mdev, struct mlx5e_tls_sw_stats *sw_stats, in mlx5e_tls_priv_tx_init() 246 static void mlx5e_tls_priv_tx_list_cleanup(struct mlx5_core_dev *mdev, in mlx5e_tls_priv_tx_list_cleanup() 278 struct mlx5_core_dev *mdev; member [all …]
|
| D | macsec.c | 53 struct mlx5_core_dev *mdev; member 135 struct mlx5_core_dev *mdev; member 176 static int mlx5e_macsec_aso_reg_mr(struct mlx5_core_dev *mdev, struct mlx5e_macsec_aso *aso) in mlx5e_macsec_aso_reg_mr() 216 static void mlx5e_macsec_aso_dereg_mr(struct mlx5_core_dev *mdev, struct mlx5e_macsec_aso *aso) in mlx5e_macsec_aso_dereg_mr() 254 static int mlx5e_macsec_create_object(struct mlx5_core_dev *mdev, in mlx5e_macsec_create_object() 317 static void mlx5e_macsec_destroy_object(struct mlx5_core_dev *mdev, u32 macsec_obj_id) in mlx5e_macsec_destroy_object() 358 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_macsec_init_sa() local 519 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_macsec_add_txsa() local 898 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_macsec_add_rxsa() local 1327 static int mlx5e_macsec_modify_obj(struct mlx5_core_dev *mdev, struct mlx5_macsec_obj_attrs *attrs, in mlx5e_macsec_modify_obj() [all …]
|
| /Linux-v6.1/drivers/media/mc/ |
| D | mc-request.c | 64 struct media_device *mdev = req->mdev; in media_request_release() local 121 struct media_device *mdev = req->mdev; in media_request_ioctl_queue() local 190 struct media_device *mdev = req->mdev; in media_request_ioctl_reinit() local 247 media_request_get_by_fd(struct media_device *mdev, int request_fd) in media_request_get_by_fd() 288 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| D | conn.c | 223 static int mlx5_fpga_conn_create_mkey(struct mlx5_core_dev *mdev, u32 pdn, in mlx5_fpga_conn_create_mkey() 414 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_create_cq() local 502 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_create_wq() local 517 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_create_qp() local 659 struct mlx5_core_dev *mdev = conn->fdev->mdev; in mlx5_fpga_conn_reset_qp() local 674 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_init_qp() local 700 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_rtr_qp() local 735 struct mlx5_core_dev *mdev = fdev->mdev; in mlx5_fpga_conn_rts_qp() local
|
| /Linux-v6.1/drivers/gpu/drm/arm/display/komeda/ |
| D | komeda_pipeline.c | 16 komeda_pipeline_add(struct komeda_dev *mdev, size_t size, in komeda_pipeline_add() 46 void komeda_pipeline_destroy(struct komeda_dev *mdev, in komeda_pipeline_destroy() 71 struct komeda_dev *mdev = pipe->mdev; in komeda_pipeline_get_component_pos() local 230 void komeda_component_destroy(struct komeda_dev *mdev, in komeda_component_destroy() 344 int komeda_assemble_pipelines(struct komeda_dev *mdev) in komeda_assemble_pipelines()
|
| /Linux-v6.1/drivers/vdpa/ |
| D | vdpa.c | 332 int vdpa_mgmtdev_register(struct vdpa_mgmt_dev *mdev) in vdpa_mgmtdev_register() 348 struct vdpa_mgmt_dev *mdev = vdev->mdev; in vdpa_match_remove() local 355 void vdpa_mgmtdev_unregister(struct vdpa_mgmt_dev *mdev) in vdpa_mgmtdev_unregister() 415 static bool mgmtdev_handle_match(const struct vdpa_mgmt_dev *mdev, in mgmtdev_handle_match() 436 struct vdpa_mgmt_dev *mdev; in vdpa_mgmtdev_get_from_attr() local 453 static int vdpa_nl_mgmtdev_handle_fill(struct sk_buff *msg, const struct vdpa_mgmt_dev *mdev) in vdpa_nl_mgmtdev_handle_fill() 463 static int vdpa_mgmtdev_fill(const struct vdpa_mgmt_dev *mdev, struct sk_buff *msg, in vdpa_mgmtdev_fill() 510 struct vdpa_mgmt_dev *mdev; in vdpa_nl_cmd_mgmtdev_get_doit() local 542 struct vdpa_mgmt_dev *mdev; in vdpa_nl_cmd_mgmtdev_get_dumpit() local 573 struct vdpa_mgmt_dev *mdev; in vdpa_nl_cmd_dev_add_set_doit() local [all …]
|
| /Linux-v6.1/drivers/input/mouse/ |
| D | maplemouse.c | 24 struct maple_device *mdev; member 70 struct maple_device *mdev = to_maple_dev(dev); in probe_maple_mouse() local 119 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_mouse() local
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_cq.c | 51 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_create_cq() local 92 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_activate_cq() local 175 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_destroy_cq() local
|
| D | en_ethtool.c | 90 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_get_drvinfo() local 549 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_autoneg_get() local 1085 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_set_pauseparam() local 1149 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_set_ringparam() local 1288 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_set_rxfh() local 1753 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_get_rxnfc() local 1796 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_set_rxnfc() local 1839 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_set_channels() local 1909 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_get_ts_info() local 1940 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_set_priv_flags() local [all …]
|
| /Linux-v6.1/drivers/input/joystick/ |
| D | maplecontrol.c | 24 struct maple_device *mdev; member 98 struct maple_device *mdev = to_maple_dev(dev); in probe_maple_controller() local 162 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_controller() local
|
| /Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7921/ |
| D | mac.c | 35 void mt7921_sta_ps(struct mt76_dev *mdev, struct ieee80211_sta *sta, bool ps) in mt7921_sta_ps() 560 struct mt76_dev *mdev = &dev->mt76; in mt7921_txwi_free() local 591 struct mt76_dev *mdev = &dev->mt76; in mt7921_mac_tx_free() local 660 bool mt7921_rx_check(struct mt76_dev *mdev, void *data, int len) in mt7921_rx_check() 684 void mt7921_queue_rx_skb(struct mt76_dev *mdev, enum mt76_rxq_id q, in mt7921_queue_rx_skb() 912 void mt7921_reset(struct mt76_dev *mdev) in mt7921_reset() 1025 struct mt76_dev *mdev = &dev->mt76; in mt7921_pm_wake_work() local 1146 int mt7921_usb_sdio_tx_prepare_skb(struct mt76_dev *mdev, void *txwi_ptr, in mt7921_usb_sdio_tx_prepare_skb() 1190 void mt7921_usb_sdio_tx_complete_skb(struct mt76_dev *mdev, in mt7921_usb_sdio_tx_complete_skb() 1211 bool mt7921_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update) in mt7921_usb_sdio_tx_status_data()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_send.c | 105 static struct mlx5dr_qp *dr_create_rc_qp(struct mlx5_core_dev *mdev, in dr_create_rc_qp() 202 static void dr_destroy_qp(struct mlx5_core_dev *mdev, in dr_destroy_qp() 604 static int dr_modify_qp_rst2init(struct mlx5_core_dev *mdev, in dr_modify_qp_rst2init() 624 static int dr_cmd_modify_qp_rtr2rts(struct mlx5_core_dev *mdev, in dr_cmd_modify_qp_rtr2rts() 645 static int dr_cmd_modify_qp_init2rtr(struct mlx5_core_dev *mdev, in dr_cmd_modify_qp_init2rtr() 757 static struct mlx5dr_cq *dr_create_cq(struct mlx5_core_dev *mdev, in dr_create_cq() 846 static void dr_destroy_cq(struct mlx5_core_dev *mdev, struct mlx5dr_cq *cq) in dr_destroy_cq() 853 static int dr_create_mkey(struct mlx5_core_dev *mdev, u32 pdn, u32 *mkey) in dr_create_mkey() 873 static struct mlx5dr_mr *dr_reg_mr(struct mlx5_core_dev *mdev, in dr_reg_mr() 910 static void dr_dereg_mr(struct mlx5_core_dev *mdev, struct mlx5dr_mr *mr) in dr_dereg_mr()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| D | setup.c | 17 struct mlx5_core_dev *mdev) in mlx5e_validate_xsk_param() 34 static void mlx5e_build_xsk_cparam(struct mlx5_core_dev *mdev, in mlx5e_build_xsk_cparam() 50 struct mlx5_core_dev *mdev = c->mdev; in mlx5e_init_xsk_rq() local
|
| /Linux-v6.1/drivers/media/v4l2-core/ |
| D | v4l2-mc.c | 22 int v4l2_mc_create_media_graph(struct media_device *mdev) in v4l2_mc_create_media_graph() 271 struct media_device *mdev = vdev->entity.graph_obj.mdev; in v4l_enable_media_source() local 291 struct media_device *mdev = vdev->entity.graph_obj.mdev; in v4l_disable_media_source() local 523 struct media_device *mdev = entity->graph_obj.mdev; in v4l2_pipeline_pm_use() local
|
| /Linux-v6.1/drivers/dma/ |
| D | uniphier-mdmac.c | 61 struct uniphier_mdmac_device *mdev; member 109 struct uniphier_mdmac_device *mdev = mc->mdev; in uniphier_mdmac_handle() local 157 struct uniphier_mdmac_device *mdev = mc->mdev; in uniphier_mdmac_abort() local 348 struct uniphier_mdmac_device *mdev, in uniphier_mdmac_chan_init() 383 struct uniphier_mdmac_device *mdev; in uniphier_mdmac_probe() local 458 struct uniphier_mdmac_device *mdev = platform_get_drvdata(pdev); in uniphier_mdmac_remove() local
|