Home
last modified time | relevance | path

Searched refs:drv_ops (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb.c31 static const struct mt76_driver_ops drv_ops = { in mt76x2u_probe() local
50 &drv_ops); in mt76x2u_probe()
H A Dpci.c22 static const struct mt76_driver_ops drv_ops = { in mt76x2e_probe() local
56 &drv_ops); in mt76x2e_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmmio.c169 static const struct mt76_driver_ops drv_ops = { in mt7615_mmio_probe() local
197 mdev = mt76_alloc_device(pdev, sizeof(*dev), ops, &drv_ops); in mt7615_mmio_probe()
H A Dsdio.c79 static const struct mt76_driver_ops drv_ops = { in mt7663s_probe() local
112 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7663s_probe()
H A Dusb.c115 static const struct mt76_driver_ops drv_ops = { in mt7663u_probe() local
149 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7663u_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dusb.c132 static const struct mt76_driver_ops drv_ops = { in mt7925u_probe() local
177 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7925u_probe()
H A Dpci.c267 static const struct mt76_driver_ops drv_ops = { in mt7925_pci_probe() local
345 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7925_pci_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dsdio.c91 static const struct mt76_driver_ops drv_ops = { in mt7921s_probe() local
136 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7921s_probe()
H A Dusb.c141 static const struct mt76_driver_ops drv_ops = { in mt7921u_probe() local
186 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7921u_probe()
H A Dpci.c232 static const struct mt76_driver_ops drv_ops = { in mt7921_pci_probe() local
312 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7921_pci_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dusb.c216 static const struct mt76_driver_ops drv_ops = { in mt76x0u_probe() local
236 &drv_ops); in mt76x0u_probe()
H A Dpci.c156 static const struct mt76_driver_ops drv_ops = { in mt76x0e_probe() local
192 &drv_ops); in mt76x0e_probe()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c1093 MFI_CAPABILITIES *drv_ops; in megasas_ioc_init_fusion() local
1180 drv_ops = (MFI_CAPABILITIES *) &(init_frame->driver_operations); in megasas_ioc_init_fusion()
1184 drv_ops->mfi_capabilities.support_additional_msix = 1; in megasas_ioc_init_fusion()
1186 drv_ops->mfi_capabilities.support_fp_remote_lun = 1; in megasas_ioc_init_fusion()
1188 drv_ops->mfi_capabilities.support_max_255lds = 1; in megasas_ioc_init_fusion()
1189 drv_ops->mfi_capabilities.support_ndrive_r1_lb = 1; in megasas_ioc_init_fusion()
1190 drv_ops->mfi_capabilities.security_protocol_cmds_fw = 1; in megasas_ioc_init_fusion()
1193 drv_ops->mfi_capabilities.support_ext_io_size = 1; in megasas_ioc_init_fusion()
1195 drv_ops->mfi_capabilities.support_fp_rlbypass = 1; in megasas_ioc_init_fusion()
1197 drv_ops->mfi_capabilities.support_ext_queue_depth = 1; in megasas_ioc_init_fusion()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmmio.c605 static const struct mt76_driver_ops drv_ops = { in mt7996_mmio_probe() local
629 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7996_ops, &drv_ops); in mt7996_mmio_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmmio.c915 static const struct mt76_driver_ops drv_ops = { in mt7915_mmio_probe() local
939 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7915_ops, &drv_ops); in mt7915_mmio_probe()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c633 const struct mt76_driver_ops *drv_ops) in mt76_alloc_device() argument
647 dev->drv = drv_ops; in mt76_alloc_device()
H A Dmt76.h1161 const struct mt76_driver_ops *drv_ops);