/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | usb.c | 30 static const struct mt76_driver_ops drv_ops = { in mt76x2u_probe() local 48 &drv_ops); in mt76x2u_probe()
|
H A D | pci.c | 22 static const struct mt76_driver_ops drv_ops = { in mt76x2e_probe() local 55 &drv_ops); in mt76x2e_probe()
|
/openbmc/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 196 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 111 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 148 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7663u_probe()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | pci.c | 152 static const struct mt76_driver_ops drv_ops = { in mt76x0e_probe() local 187 &drv_ops); in mt76x0e_probe()
|
H A D | usb.c | 212 static const struct mt76_driver_ops drv_ops = { in mt76x0u_probe() local 231 &drv_ops); in mt76x0u_probe()
|
/openbmc/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 135 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7921s_probe()
|
H A D | usb.c | 152 static const struct mt76_driver_ops drv_ops = { in mt7921u_probe() local 196 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7921u_probe()
|
H A D | pci.c | 229 static const struct mt76_driver_ops drv_ops = { in mt7921_pci_probe() local 308 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7921_pci_probe()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mmio.c | 346 static const struct mt76_driver_ops drv_ops = { in mt7996_mmio_probe() local 369 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7996_ops, &drv_ops); in mt7996_mmio_probe()
|
/openbmc/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 …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mmio.c | 1021 static const struct mt76_driver_ops drv_ops = { in mt7915_mmio_probe() local 1043 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7915_ops, &drv_ops); in mt7915_mmio_probe()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 612 const struct mt76_driver_ops *drv_ops) in mt76_alloc_device() argument 626 dev->drv = drv_ops; in mt76_alloc_device()
|
H A D | mt76.h | 1077 const struct mt76_driver_ops *drv_ops);
|