Home
last modified time | relevance | path

Searched refs:dev_flags (Results 51 – 75 of 135) sorted by relevance

123456

/linux-6.15/drivers/net/wireless/ralink/rt2x00/
H A Drt2800mmio.c174 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt2800mmio_fill_rxdone()
177 rxdesc->dev_flags |= RXDONE_L2PAD; in rt2800mmio_fill_rxdone()
H A Drt2x00link.c206 !(rxdesc->dev_flags & RXDONE_MY_BSS)) in rt2x00link_update_stats()
H A Drt2800usb.c563 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt2800usb_fill_rxdone()
566 rxdesc->dev_flags |= RXDONE_L2PAD; in rt2800usb_fill_rxdone()
H A Drt2500usb.c1254 rxdesc->dev_flags |= RXDONE_CRYPTO_IV; in rt2500usb_fill_rxdone()
1277 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; in rt2500usb_fill_rxdone()
1279 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; in rt2500usb_fill_rxdone()
1281 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt2500usb_fill_rxdone()
H A Drt73usb.c1698 rxdesc->dev_flags |= RXDONE_CRYPTO_IV; in rt73usb_fill_rxdone()
1701 rxdesc->dev_flags |= RXDONE_CRYPTO_ICV; in rt73usb_fill_rxdone()
1733 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; in rt73usb_fill_rxdone()
1735 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; in rt73usb_fill_rxdone()
1737 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt73usb_fill_rxdone()
/linux-6.15/drivers/pci/
H A Dpci.c1606 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in __pci_set_power_state()
4584 if (dev->dev_flags & PCI_DEV_FLAGS_NO_FLR_RESET) in pcie_reset_flr()
4606 if (dev->dev_flags & PCI_DEV_FLAGS_NO_FLR_RESET) in pci_af_flr()
4660 if (!dev->pm_cap || dev->dev_flags & PCI_DEV_FLAGS_NO_PM_RESET) in pci_pm_reset()
5011 !dev->bus->self || dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET) in pci_parent_bus_reset()
5042 dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET) in pci_dev_reset_slot_function()
5428 if (bus->self && (bus->self->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET)) in pci_bus_resettable()
5432 if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET || in pci_bus_resettable()
5502 (slot->bus->self->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET)) in pci_slot_resettable()
5508 if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET || in pci_slot_resettable()
/linux-6.15/arch/arm/mach-orion5x/
H A Ddns323-setup.c542 phy->dev_flags |= MARVELL_PHY_M1118_DNS323_LEDS; in dns323c_phy_fixup()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mdio.c216 phydev->dev_flags |= MARVELL_PHY_LED0_LINK_LED1_ACTIVE; in hclge_mac_connect_phy()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhtc.c248 set_bit(ATH11K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags); in ath11k_htc_suspend_complete()
250 clear_bit(ATH11K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags); in ath11k_htc_suspend_complete()
H A Dwow.c34 clear_bit(ATH11K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags); in ath11k_wow_enable()
52 if (test_bit(ATH11K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags)) in ath11k_wow_enable()
H A Dcore.h672 unsigned long dev_flags; member
988 unsigned long dev_flags; member
/linux-6.15/drivers/usb/storage/
H A Duas.c1003 u64 dev_flags; in uas_probe() local
1005 if (!uas_use_uas_driver(intf, id, &dev_flags)) in uas_probe()
1027 devinfo->flags = dev_flags; in uas_probe()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c924 if (!test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) in ath10k_snoc_hif_stop()
1059 if (!test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags) || in ath10k_snoc_wlan_disable()
1235 if (test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) { in ath10k_snoc_napi_poll()
1376 set_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags); in ath10k_snoc_fw_indication()
H A Dcore.h1146 unsigned long dev_flags; member
1324 if (test_bit(ATH10K_FLAG_PEER_STATS, &ar->dev_flags) && in ath10k_peer_stats_enabled()
H A Dmac.c287 if (test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags)) in ath10k_send_key()
1014 if (test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) in ath10k_vdev_setup_sync()
1248 test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_mac_monitor_vdev_is_needed()
1366 set_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_start_cac()
1371 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_start_cac()
1386 if (!test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) in ath10k_stop_cac()
1389 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_stop_cac()
4779 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_halt()
5325 clear_bit(ATH10K_FLAG_BTCOEX, &ar->dev_flags); in ath10k_start()
8080 &ar->dev_flags); in ath10k_mac_wait_tx_complete()
[all …]
/linux-6.15/drivers/target/
H A Dtarget_core_spc.c162 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_80()
242 if (!(dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL)) in spc_emulate_evpd_83()
270 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) in spc_emulate_evpd_83()
723 if (cmd->se_dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_00()
H A Dtarget_core_pscsi.c204 wwn->t10_dev->dev_flags |= DF_FIRMWARE_VPD_UNIT_SERIAL; in pscsi_get_inquiry_vpd_serial()
453 if (!(dev->dev_flags & DF_USING_UDEV_PATH)) { in pscsi_configure_device()
H A Dtarget_core_configfs.c1662 if (dev->dev_flags & DF_FIRMWARE_VPD_UNIT_SERIAL) { in target_wwn_vpd_unit_serial_store()
1695 dev->dev_flags |= DF_EMULATED_VPD_UNIT_SERIAL; in target_wwn_vpd_unit_serial_store()
2304 if (!(dev->dev_flags & DF_USING_ALIAS)) in target_dev_alias_show()
2330 dev->dev_flags |= DF_USING_ALIAS; in target_dev_alias_store()
2344 if (!(dev->dev_flags & DF_USING_UDEV_PATH)) in target_dev_udev_path_show()
2371 dev->dev_flags |= DF_USING_UDEV_PATH; in target_dev_udev_path_store()
/linux-6.15/drivers/video/fbdev/i810/
H A Di810_main.c1444 if (info->var.accel_flags && !(par->dev_flags & LOCKUP)) { in i810fb_set_par()
1484 if (par->dev_flags & LOCKUP) in i810fb_cursor()
1777 par->dev_flags |= HAS_ACCELERATION; in i810_init_defaults()
1780 par->dev_flags |= ALWAYS_SYNC; in i810_init_defaults()
1808 if (par->dev_flags & HAS_ACCELERATION) in i810_init_defaults()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma.c211 phydev->dev_flags |= PHY_BRCM_EN_MASTER_MODE; in bgmac_probe()
/linux-6.15/drivers/net/phy/
H A Dphy_device.c615 return sysfs_emit(buf, "0x%08x\n", phydev->dev_flags); in phy_dev_flags_show()
1132 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_connect_direct()
1578 phydev->dev_flags |= flags; in phy_attach_direct()
1590 if (phydev->dev_flags & PHY_F_NO_IRQ) in phy_attach_direct()
1678 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_attach()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dtestmode.c390 set_bit(ATH12K_FLAG_FTM_SEGMENTED, &ab->dev_flags); in ath12k_tm_cmd()
H A Dwow.c44 clear_bit(ATH12K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags); in ath12k_wow_enable()
67 if (test_bit(ATH12K_FLAG_HTC_SUSPEND_COMPLETE, &ab->dev_flags)) in ath12k_wow_enable()
H A Dcore.h639 unsigned long dev_flags; member
1001 unsigned long dev_flags; member
/linux-6.15/drivers/misc/cardreader/
H A Drts5227.c495 option->dev_flags = LTR_L1SS_PWR_GATE_EN; in rts522a_init_params()

123456