/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | usb.c | 31 static const struct mt76_driver_ops drv_ops = { in mt76x2u_probe() local 50 &drv_ops); in mt76x2u_probe()
|
H A D | pci.c | 22 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 D | mmio.c | 169 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 D | sdio.c | 79 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 D | usb.c | 115 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 D | usb.c | 132 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 D | pci.c | 267 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 D | sdio.c | 91 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 D | usb.c | 141 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 D | pci.c | 232 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 D | usb.c | 216 static const struct mt76_driver_ops drv_ops = { in mt76x0u_probe() local 236 &drv_ops); in mt76x0u_probe()
|
H A D | pci.c | 156 static const struct mt76_driver_ops drv_ops = { in mt76x0e_probe() local 192 &drv_ops); in mt76x0e_probe()
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 1093 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 D | mmio.c | 605 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 D | mmio.c | 915 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 D | mac80211.c | 633 const struct mt76_driver_ops *drv_ops) in mt76_alloc_device() argument 647 dev->drv = drv_ops; in mt76_alloc_device()
|
H A D | mt76.h | 1161 const struct mt76_driver_ops *drv_ops);
|