Home
last modified time | relevance | path

Searched refs:dev_flags (Results 26 – 50 of 135) sorted by relevance

123456

/linux-6.15/drivers/iommu/iommufd/
H A Dselftest.c903 static struct mock_dev *mock_dev_create(unsigned long dev_flags) in mock_dev_create() argument
915 if (dev_flags & ~valid_flags) in mock_dev_create()
924 mdev->flags = dev_flags; in mock_dev_create()
939 if (dev_flags & MOCK_FLAGS_DEVICE_PASID) in mock_dev_create()
975 u32 dev_flags = 0; in iommufd_test_mock_domain() local
987 dev_flags = cmd->mock_domain_flags.dev_flags; in iommufd_test_mock_domain()
989 sobj->idev.mock_dev = mock_dev_create(dev_flags); in iommufd_test_mock_domain()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dqmi.c3246 clear_bit(ATH12K_FLAG_QMI_FW_READY_COMPLETE, &ab->dev_flags); in ath12k_qmi_firmware_stop()
3611 if (test_bit(ATH12K_FLAG_UNREGISTERING, &ab->dev_flags)) in ath12k_qmi_driver_event_work()
3618 set_bit(ATH12K_FLAG_QMI_FAIL, &ab->dev_flags); in ath12k_qmi_driver_event_work()
3621 set_bit(ATH12K_FLAG_CRASH_FLUSH, &ab->dev_flags); in ath12k_qmi_driver_event_work()
3626 set_bit(ATH12K_FLAG_QMI_FAIL, &ab->dev_flags); in ath12k_qmi_driver_event_work()
3631 set_bit(ATH12K_FLAG_QMI_FAIL, &ab->dev_flags); in ath12k_qmi_driver_event_work()
3634 clear_bit(ATH12K_FLAG_QMI_FAIL, &ab->dev_flags); in ath12k_qmi_driver_event_work()
3639 set_bit(ATH12K_FLAG_RECOVERY, &ab->dev_flags); in ath12k_qmi_driver_event_work()
3645 &ab->dev_flags); in ath12k_qmi_driver_event_work()
3649 &ab->dev_flags); in ath12k_qmi_driver_event_work()
[all …]
H A Ddp_tx.c20 if (test_bit(ATH12K_FLAG_RAW_MODE, &ab->dev_flags)) in ath12k_dp_tx_get_encap_type()
246 if (test_bit(ATH12K_FLAG_CRASH_FLUSH, &ar->ab->dev_flags)) in ath12k_dp_tx()
281 test_bit(ATH12K_FLAG_HW_CRYPTO_DISABLED, &ar->ab->dev_flags)) { in ath12k_dp_tx()
338 if (!test_bit(ATH12K_FLAG_RAW_MODE, &ab->dev_flags)) { in ath12k_dp_tx()
379 if (!test_bit(ATH12K_FLAG_HW_CRYPTO_DISABLED, &ar->ab->dev_flags) && in ath12k_dp_tx()
H A Dhtc.c240 set_bit(ATH12K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags); in ath12k_htc_suspend_complete()
242 clear_bit(ATH12K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags); in ath12k_htc_suspend_complete()
/linux-6.15/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c663 if (!(rxdesc->dev_flags & RXDONE_MY_BSS) || in rt2x00lib_rxdone_check_ps()
698 int type = (rxdesc->dev_flags & RXDONE_SIGNAL_MASK); in rt2x00lib_rxdone_read_signal()
707 if (rxdesc->dev_flags & RXDONE_SIGNAL_MCS) in rt2x00lib_rxdone_read_signal()
796 if ((rxdesc.dev_flags & RXDONE_CRYPTO_IV) && in rt2x00lib_rxdone()
802 (rxdesc.dev_flags & RXDONE_L2PAD)) in rt2x00lib_rxdone()
H A Drt2x00queue.h174 int dev_flags; member
/linux-6.15/include/target/
H A Dtarget_core_backend.h129 return !!(se_dev->dev_flags & DF_CONFIGURED); in target_dev_configured()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dthermal.c85 if (test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) { in ath10k_thermal_show_temp()
H A Dtxrx.c198 test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)); in ath10k_wait_for_peer_common()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c225 if (test_bit(ATH11K_FLAG_FTM_SEGMENTED, &ab->dev_flags)) in ath11k_tm_wmi_event()
403 set_bit(ATH11K_FLAG_FTM_SEGMENTED, &ab->dev_flags); in ath11k_tm_cmd_wmi_ftm()
H A Ddp_tx.c21 if (test_bit(ATH11K_FLAG_RAW_MODE, &ab->dev_flags)) in ath11k_dp_tx_get_encap_type()
101 if (unlikely(test_bit(ATH11K_FLAG_CRASH_FLUSH, &ar->ab->dev_flags))) in ath11k_dp_tx()
195 if (!test_bit(ATH11K_FLAG_RAW_MODE, &ab->dev_flags)) { in ath11k_dp_tx()
776 if (test_bit(ATH11K_FLAG_CRASH_FLUSH, &ab->dev_flags)) in ath11k_dp_tx_send_reo_cmd()
/linux-6.15/drivers/pci/msi/
H A Dmsi.c270 if (!(dev->dev_flags & PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG)) in pci_intx_for_msi()
296 if (dev->dev_flags & PCI_DEV_FLAGS_HAS_MSI_MASKING) in msi_setup_msi_desc()
619 if (dev->dev_flags & PCI_DEV_FLAGS_MSIX_TOUCH_ENTRY_DATA_FIRST) in msix_prepare_msi_desc()
/linux-6.15/drivers/net/phy/qcom/
H A Dqca83xx.c99 switch_revision = phydev->dev_flags & QCA8K_DEVFLAGS_REVISION_MASK; in qca83xx_config_init()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h578 DECLARE_BITMAP(dev_flags, __HCI_NUM_FLAGS);
817 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags)
818 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags)
819 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags)
820 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags)
821 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags)
822 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags)
823 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags)
/linux-6.15/drivers/hid/
H A Duhid.c139 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_FEATURE_REPORTS; in uhid_hid_start()
141 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_OUTPUT_REPORTS; in uhid_hid_start()
143 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_INPUT_REPORTS; in uhid_hid_start()
/linux-6.15/drivers/pci/
H A Dquirks.c1465 pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; in quirk_no_ata_d3()
3152 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in quirk_msi_intx_disable_bug()
3747 dev->dev_flags |= PCI_DEV_FLAGS_NO_BUS_RESET; in quirk_no_bus_reset()
3800 dev->dev_flags |= PCI_DEV_FLAGS_NO_PM_RESET; in quirk_no_pm_reset()
4383 pdev->dev_flags |= PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS; in quirk_use_pcie_bridge_dma_alias()
4448 pdev->dev_flags |= PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT; in quirk_bridge_cavm_thrx2_pcie_root()
4484 dev->dev_flags |= PCI_DEV_FLAGS_NO_RELAXED_ORDERING; in quirk_relaxedordering_disable()
4820 if (dev->dev_flags & PCI_DEV_FLAGS_ACS_ENABLED_QUIRK) in pci_quirk_intel_pch_acs()
5316 dev->dev_flags |= PCI_DEV_FLAGS_ACS_ENABLED_QUIRK; in pci_quirk_enable_intel_pch_acs()
5529 dev->dev_flags |= PCI_DEV_FLAGS_NO_FLR_RESET; in quirk_no_flr()
[all …]
/linux-6.15/drivers/video/fbdev/i810/
H A Di810.h276 u32 dev_flags; member
/linux-6.15/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h309 u32 dev_flags; member
/linux-6.15/Documentation/scsi/
H A Dscsi-parameters.rst82 scsi_mod.dev_flags=
/linux-6.15/drivers/scsi/
H A Dscsi_devinfo.c755 module_param_string(dev_flags, scsi_dev_flags, sizeof(scsi_dev_flags), 0);
756 MODULE_PARM_DESC(dev_flags,
/linux-6.15/drivers/net/phy/
H A Dbcm7xxx.c145 u8 rev = PHY_BRCM_7XXX_REV(phydev->dev_flags); in bcm7xxx_28nm_config_init()
146 u8 patch = PHY_BRCM_7XXX_PATCH(phydev->dev_flags); in bcm7xxx_28nm_config_init()
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c3280 u64 dev_flags = dev->flags; in mlx4_enable_sriov() local
3290 return dev_flags; in mlx4_enable_sriov()
3324 dev_flags |= MLX4_FLAG_SRIOV | in mlx4_enable_sriov()
3326 dev_flags &= ~MLX4_FLAG_SLAVE; in mlx4_enable_sriov()
3329 return dev_flags; in mlx4_enable_sriov()
3337 return dev_flags & ~MLX4_FLAG_MASTER; in mlx4_enable_sriov()
3518 u64 dev_flags = mlx4_enable_sriov(dev, pdev, in mlx4_load_one() local
3525 dev->flags = dev_flags; in mlx4_load_one()
3578 u64 dev_flags = mlx4_enable_sriov(dev, pdev, total_vfs, in mlx4_load_one() local
3583 dev->flags = dev_flags; in mlx4_load_one()
[all …]
/linux-6.15/include/sound/
H A Dac97_codec.h271 unsigned int dev_flags; /* device specific */ member
/linux-6.15/arch/arm/mach-mxs/
H A Dmach-mxs.c254 phy->dev_flags |= MICREL_PHY_50MHZ_CLK; in apx4devkit_phy_fixup()
/linux-6.15/drivers/net/mdio/
H A Dof_mdio.c327 phy->dev_flags |= flags; in of_phy_connect()

123456