Home
last modified time | relevance | path

Searched defs:mdev (Results 126 – 150 of 332) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dmaple_keyb.c148 struct maple_device *mdev; in probe_maple_kbd() local
211 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_kbd() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c194 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_pkey_open() local
246 struct mlx5_core_dev *mdev = priv->mdev; in mlx5i_pkey_close() local
278 static int mlx5i_pkey_init(struct mlx5_core_dev *mdev, in mlx5i_pkey_init()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dmediabay.c61 struct macio_dev *mdev; member
448 struct macio_dev *mdev; in mb_broadcast_hotplug() local
555 static int media_bay_attach(struct macio_dev *mdev, in media_bay_attach()
615 static int media_bay_suspend(struct macio_dev *mdev, pm_message_t state) in media_bay_suspend()
631 static int media_bay_resume(struct macio_dev *mdev) in media_bay_resume()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c243 void mlx4_en_set_num_rx_rings(struct mlx4_en_dev *mdev) in mlx4_en_set_num_rx_rings()
267 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_create_rx_ring() local
433 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_destroy_rx_ring() local
1065 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_config_rss_qp() local
1141 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_config_rss_steer() local
1264 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_release_rss_steer() local
H A Den_tx.c54 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_create_tx_ring() local
164 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_destroy_tx_ring() local
186 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_activate_tx_ring() local
220 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_deactivate_tx_ring() local
398 struct mlx4_en_dev *mdev = priv->mdev; in mlx4_en_handle_err_cqe() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c78 void mt7915_sta_ps(struct mt76_dev *mdev, struct ieee80211_sta *sta, bool ps) in mt7915_sta_ps()
707 int mt7915_tx_prepare_skb(struct mt76_dev *mdev, void *txwi_ptr, in mt7915_tx_prepare_skb()
822 mt7915_tx_complete_status(struct mt76_dev *mdev, struct sk_buff *skb, in mt7915_tx_complete_status()
867 struct mt76_dev *mdev = &dev->mt76; in mt7915_mac_tx_free() local
952 void mt7915_tx_complete_skb(struct mt76_dev *mdev, struct mt76_queue_entry *e) in mt7915_tx_complete_skb()
1113 void mt7915_update_channel(struct mt76_dev *mdev) in mt7915_update_channel()
1370 struct mt76_dev *mdev; in mt7915_mac_work() local
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dib_rep.c97 void mlx5_ib_register_vport_reps(struct mlx5_core_dev *mdev) in mlx5_ib_register_vport_reps()
104 void mlx5_ib_unregister_vport_reps(struct mlx5_core_dev *mdev) in mlx5_ib_unregister_vport_reps()
H A Dfs.c193 static int parse_flow_attr(struct mlx5_core_dev *mdev, in parse_flow_attr()
595 is_valid_esp_aes_gcm(struct mlx5_core_dev *mdev, in is_valid_esp_aes_gcm()
620 static bool is_valid_spec(struct mlx5_core_dev *mdev, in is_valid_spec()
629 static bool is_valid_ethertype(struct mlx5_core_dev *mdev, in is_valid_ethertype()
678 static bool is_valid_attr(struct mlx5_core_dev *mdev, in is_valid_attr()
1574 struct mlx5_ib_dev *mdev = to_mdev(device); in mlx5_ib_create_flow_action_esp() local
2201 struct mlx5_ib_dev *mdev = mlx5_udata_to_mdev(&attrs->driver_udata); in UVERBS_HANDLER() local
2322 struct mlx5_ib_dev *mdev = mlx5_udata_to_mdev(&attrs->driver_udata); in UVERBS_HANDLER() local
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Daccel.h110 struct mlx5_core_dev *mdev; member
143 static inline u32 mlx5_accel_ipsec_device_caps(struct mlx5_core_dev *mdev) { return 0; } in mlx5_accel_ipsec_device_caps()
146 mlx5_accel_esp_create_xfrm(struct mlx5_core_dev *mdev, in mlx5_accel_esp_create_xfrm()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dtestmode.c263 mt7615_tm_set_state(struct mt76_dev *mdev, enum mt76_testmode_state state) in mt7615_tm_set_state()
300 mt7615_tm_set_params(struct mt76_dev *mdev, struct nlattr **tb, in mt7615_tm_set_params()
328 mt7615_tm_dump_stats(struct mt76_dev *mdev, struct sk_buff *msg) in mt7615_tm_dump_stats()
H A Dpci_mac.c17 void mt7615_tx_complete_skb(struct mt76_dev *mdev, struct mt76_queue_entry *e) in mt7615_tx_complete_skb()
130 int mt7615_tx_prepare_skb(struct mt76_dev *mdev, void *txwi_ptr, in mt7615_tx_prepare_skb()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Den_accel.h48 static inline bool mlx5_geneve_tx_allowed(struct mlx5_core_dev *mdev) in mlx5_geneve_tx_allowed()
93 static inline bool mlx5_geneve_tx_allowed(struct mlx5_core_dev *mdev) in mlx5_geneve_tx_allowed()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c141 struct komeda_dev *mdev = kms->base.dev_private; in komeda_wb_connector_add() local
186 struct komeda_dev *mdev) in komeda_kms_add_wb_connectors()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c71 mlx5e_mod_hdr_attach(struct mlx5_core_dev *mdev, in mlx5e_mod_hdr_attach()
138 void mlx5e_mod_hdr_detach(struct mlx5_core_dev *mdev, in mlx5e_mod_hdr_detach()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c83 struct otx2_mbox_dev *mdev; in otx2vf_vfaf_mbox_handler() local
144 struct otx2_mbox_dev *mdev; in otx2vf_vfaf_mbox_up_handler() local
175 struct otx2_mbox_dev *mdev; in otx2vf_vfaf_mbox_intr_handler() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dinit.c420 static u32 mt7603_rr(struct mt76_dev *mdev, u32 offset) in mt7603_rr()
428 static void mt7603_wr(struct mt76_dev *mdev, u32 offset, u32 val) in mt7603_wr()
436 static u32 mt7603_rmw(struct mt76_dev *mdev, u32 offset, u32 mask, u32 val) in mt7603_rmw()
H A Dmain.c320 mt7603_sta_add(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7603_sta_add()
349 mt7603_sta_assoc(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7603_sta_assoc()
358 mt7603_sta_remove(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7603_sta_remove()
389 mt7603_sta_ps(struct mt76_dev *mdev, struct ieee80211_sta *sta, bool ps) in mt7603_sta_ps()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmac53c94.c59 struct macio_dev *mdev; member
410 static int mac53c94_probe(struct macio_dev *mdev, const struct of_device_id *match) in mac53c94_probe()
513 static int mac53c94_remove(struct macio_dev *mdev) in mac53c94_remove()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-menz127.c130 static int men_z127_probe(struct mcb_device *mdev, in men_z127_probe()
185 static void men_z127_remove(struct mcb_device *mdev) in men_z127_remove()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dvfio_ccw_cp.c101 static int pfn_array_pin(struct pfn_array *pa, struct device *mdev) in pfn_array_pin()
125 static void pfn_array_unpin_free(struct pfn_array *pa, struct device *mdev) in pfn_array_unpin_free()
193 static long copy_from_iova(struct device *mdev, in copy_from_iova()
635 int cp_init(struct channel_program *cp, struct device *mdev, union orb *orb) in cp_init()
/OK3568_Linux_fs/kernel/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()
1192 static int pata_macio_detach(struct macio_dev *mdev) in pata_macio_detach()
1212 static int pata_macio_suspend(struct macio_dev *mdev, pm_message_t mesg) in pata_macio_suspend()
1219 static int pata_macio_resume(struct macio_dev *mdev) in pata_macio_resume()
1228 static void pata_macio_mb_event(struct macio_dev* mdev, int mb_state) in pata_macio_mb_event()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_usb_core.c18 void mt76x02u_tx_complete_skb(struct mt76_dev *mdev, struct mt76_queue_entry *e) in mt76x02u_tx_complete_skb()
64 int mt76x02u_tx_prepare_skb(struct mt76_dev *mdev, void *data, in mt76x02u_tx_prepare_skb()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-dvb.c76 struct media_device *mdev, in vb2_dvb_register_adapter()
196 struct media_device *mdev, in vb2_dvb_register_bus()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmacio.h110 static inline struct device_node *macio_get_of_node(struct macio_dev *mdev) in macio_get_of_node()
116 static inline struct pci_dev *macio_get_pci_dev(struct macio_dev *mdev) in macio_get_pci_dev()
/OK3568_Linux_fs/kernel/drivers/bcma/
H A Ddriver_mips.c85 struct bcma_device *mdev = dev->bus->drv_mips.core; in bcma_core_mips_irq() local
105 struct bcma_device *mdev = bus->drv_mips.core; in bcma_core_mips_set_irq() local

12345678910>>...14