/linux-4.4.14/drivers/ide/ |
D | ide-disk.c | 86 u8 lba48 = !!(drive->dev_flags & IDE_DFLAG_LBA48); in __ide_do_rw_disk() 87 u8 dma = !!(drive->dev_flags & IDE_DFLAG_USING_DMA); in __ide_do_rw_disk() 103 if (drive->dev_flags & IDE_DFLAG_LBA) { in __ide_do_rw_disk() 186 BUG_ON(drive->dev_flags & IDE_DFLAG_BLOCKED); in ide_do_rw_disk() 345 if ((drive->dev_flags & IDE_DFLAG_NOHPA) == 0) in idedisk_check_hpa() 376 drive->dev_flags |= IDE_DFLAG_LBA; in ide_disk_get_capacity() 387 if ((drive->dev_flags & IDE_DFLAG_LBA48) == 0 && in ide_disk_get_capacity() 397 (drive->dev_flags & IDE_DFLAG_LBA48)) { in ide_disk_get_capacity() 403 drive->dev_flags &= ~IDE_DFLAG_LBA48; in ide_disk_get_capacity() 414 if ((drive->dev_flags & IDE_DFLAG_LBA) == 0 || in ide_disk_unlock_native_capacity() [all …]
|
D | ide-park.c | 18 if (drive->dev_flags & IDE_DFLAG_PARKED) { in issue_park_cmd() 69 drive->dev_flags |= IDE_DFLAG_SLEEPING; in ide_do_park_unpark() 96 if (drive->dev_flags & IDE_DFLAG_NO_UNLOAD) in ide_park_show() 101 if (drive->dev_flags & IDE_DFLAG_PARKED && in ide_park_show() 131 if (drive->dev_flags & IDE_DFLAG_NO_UNLOAD) in ide_park_store() 133 else if (input || drive->dev_flags & IDE_DFLAG_PARKED) in ide_park_store() 139 drive->dev_flags &= ~IDE_DFLAG_NO_UNLOAD; in ide_park_store() 142 drive->dev_flags |= IDE_DFLAG_NO_UNLOAD; in ide_park_store()
|
D | ide-devsets.c | 12 if (drive->dev_flags & IDE_DFLAG_NO_IO_32BIT) in set_io_32bit() 31 drive->dev_flags |= IDE_DFLAG_KEEP_SETTINGS; in set_ksettings() 33 drive->dev_flags &= ~IDE_DFLAG_KEEP_SETTINGS; in set_ksettings() 121 int keep_dma = !!(drive->dev_flags & IDE_DFLAG_USING_DMA); in set_pio_mode() 138 if (drive->dev_flags & IDE_DFLAG_NO_UNMASK) in set_unmaskirq() 145 drive->dev_flags |= IDE_DFLAG_UNMASK; in set_unmaskirq() 147 drive->dev_flags &= ~IDE_DFLAG_UNMASK; in set_unmaskirq()
|
D | ide-eh.c | 13 ((stat & ATA_DF) && (drive->dev_flags & IDE_DFLAG_NOWERR) == 0)) { in ide_ata_error() 19 if ((drive->dev_flags & IDE_DFLAG_LBA) && in ide_ata_error() 69 ((stat & ATA_DF) && (drive->dev_flags & IDE_DFLAG_NOWERR) == 0)) { in ide_atapi_error() 277 drive->dev_flags &= ~IDE_DFLAG_PARKED; in ide_disk_pre_reset() 279 if ((drive->dev_flags & IDE_DFLAG_KEEP_SETTINGS) == 0 && in ide_disk_pre_reset() 280 (drive->dev_flags & IDE_DFLAG_USING_DMA) == 0) in ide_disk_pre_reset() 294 drive->dev_flags |= IDE_DFLAG_POST_RESET; in pre_reset() 296 if (drive->dev_flags & IDE_DFLAG_USING_DMA) { in pre_reset() 303 if ((drive->dev_flags & IDE_DFLAG_KEEP_SETTINGS) == 0) { in pre_reset() 304 if ((drive->dev_flags & IDE_DFLAG_USING_DMA) == 0) { in pre_reset() [all …]
|
D | ide-probe.c | 112 drive->dev_flags |= IDE_DFLAG_REMOVABLE; in ide_classify_ata_dev() 117 drive->dev_flags |= IDE_DFLAG_NO_UNLOAD; in ide_classify_ata_dev() 139 drive->dev_flags |= IDE_DFLAG_REMOVABLE; in ide_classify_atapi_dev() 146 drive->dev_flags |= IDE_DFLAG_REMOVABLE; in ide_classify_atapi_dev() 162 drive->dev_flags |= IDE_DFLAG_REMOVABLE; in ide_classify_atapi_dev() 175 drive->dev_flags |= IDE_DFLAG_DOORLOCKING; in ide_classify_atapi_dev() 177 drive->dev_flags |= IDE_DFLAG_NO_UNLOAD; in ide_classify_atapi_dev() 204 drive->dev_flags |= IDE_DFLAG_ID_READ; in do_identify() 231 drive->dev_flags &= ~IDE_DFLAG_PRESENT; in do_identify() 233 drive->dev_flags |= IDE_DFLAG_PRESENT; in do_identify() [all …]
|
D | ide-gd.c | 200 if ((drive->dev_flags & IDE_DFLAG_REMOVABLE) && idkp->openers == 1) { 201 drive->dev_flags &= ~IDE_DFLAG_FORMAT_IN_PROGRESS; 216 if ((drive->dev_flags & IDE_DFLAG_WP) && (mode & FMODE_WRITE)) { 227 drive->dev_flags |= IDE_DFLAG_MEDIA_CHANGED; 229 } else if (drive->dev_flags & IDE_DFLAG_FORMAT_IN_PROGRESS) { 264 if ((drive->dev_flags & IDE_DFLAG_REMOVABLE) && idkp->openers == 1) { 266 drive->dev_flags &= ~IDE_DFLAG_FORMAT_IN_PROGRESS; 294 if (drive->dev_flags & IDE_DFLAG_ATTACH) { 295 drive->dev_flags &= ~IDE_DFLAG_ATTACH; 305 ret = drive->dev_flags & IDE_DFLAG_MEDIA_CHANGED; [all …]
|
D | ide-ioctls.c | 64 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) { in ide_get_identity_ioctl() 89 return put_user((!!(drive->dev_flags & IDE_DFLAG_DSC_OVERLAP) in ide_get_nice_ioctl() 91 (!!(drive->dev_flags & IDE_DFLAG_NICE1) in ide_get_nice_ioctl() 105 drive->dev_flags |= IDE_DFLAG_DSC_OVERLAP; in ide_set_nice_ioctl() 107 drive->dev_flags &= ~IDE_DFLAG_DSC_OVERLAP; in ide_set_nice_ioctl() 110 drive->dev_flags |= IDE_DFLAG_NICE1; in ide_set_nice_ioctl() 112 drive->dev_flags &= ~IDE_DFLAG_NICE1; in ide_set_nice_ioctl()
|
D | ide.c | 286 drive->dev_flags |= IDE_DFLAG_NODMA; in ide_dev_apply_params() 291 drive->dev_flags |= IDE_DFLAG_NOFLUSH; in ide_dev_apply_params() 296 drive->dev_flags |= IDE_DFLAG_NOHPA; in ide_dev_apply_params() 300 drive->dev_flags |= IDE_DFLAG_NOPROBE; in ide_dev_apply_params() 309 drive->dev_flags |= IDE_DFLAG_PRESENT; in ide_dev_apply_params() 323 drive->dev_flags |= IDE_DFLAG_FORCED_GEOM | IDE_DFLAG_PRESENT; in ide_dev_apply_params()
|
D | ht6560b.c | 132 (drive->dev_flags & IDE_DFLAG_PRESENT) == 0) in ht6560b_dev_select() 265 drive->dev_flags |= IDE_DFLAG_NO_UNMASK; in ht_set_prefetch() 266 drive->dev_flags &= ~IDE_DFLAG_UNMASK; in ht_set_prefetch() 269 drive->dev_flags &= ~IDE_DFLAG_NO_UNMASK; in ht_set_prefetch()
|
D | ide-io.c | 64 if ((drive->dev_flags & IDE_DFLAG_DMA_PIO_RETRY) && in ide_end_rq() 66 drive->dev_flags &= ~IDE_DFLAG_DMA_PIO_RETRY; in ide_end_rq() 102 drive->dev_flags |= IDE_DFLAG_PARKED; in ide_complete_cmd() 391 drive->dev_flags |= IDE_DFLAG_SLEEPING; in ide_stall_queue() 481 if (drive->dev_flags & IDE_DFLAG_SLEEPING && in do_ide_request() 500 (cur_dev->dev_flags & IDE_DFLAG_NIEN_QUIRK) == 0) in do_ide_request() 508 drive->dev_flags &= ~(IDE_DFLAG_SLEEPING | IDE_DFLAG_PARKED); in do_ide_request() 540 if ((drive->dev_flags & IDE_DFLAG_BLOCKED) && in do_ide_request() 845 if (drive->dev_flags & IDE_DFLAG_UNMASK) in ide_intr()
|
D | ide-iops.c | 273 if (drive->dev_flags & IDE_DFLAG_UDMA33_WARNED) in eighty_ninty_three() 281 drive->dev_flags |= IDE_DFLAG_UDMA33_WARNED; in eighty_ninty_three() 305 drive->dev_flags |= IDE_DFLAG_NIEN_QUIRK; in ide_check_nien_quirk_list() 381 if (drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) in ide_config_drive_speed() 406 if (speed >= XFER_SW_DMA_0 && (drive->dev_flags & IDE_DFLAG_USING_DMA)) in ide_config_drive_speed()
|
D | ide-dma.c | 182 drive->dev_flags &= ~IDE_DFLAG_USING_DMA; in ide_dma_off_quietly() 213 drive->dev_flags |= IDE_DFLAG_USING_DMA; in ide_dma_on() 359 (drive->dev_flags & IDE_DFLAG_NODMA)) in ide_tune_dma() 485 drive->dev_flags |= IDE_DFLAG_DMA_PIO_RETRY; in ide_dma_timeout_retry() 537 if ((drive->dev_flags & IDE_DFLAG_USING_DMA) == 0 || in ide_dma_prepare()
|
D | cmd640.c | 383 drive->dev_flags |= IDE_DFLAG_NO_UNMASK; in __set_prefetch_mode() 384 drive->dev_flags &= ~IDE_DFLAG_UNMASK; in __set_prefetch_mode() 386 drive->dev_flags &= ~IDE_DFLAG_NO_IO_32BIT; in __set_prefetch_mode() 388 drive->dev_flags &= ~IDE_DFLAG_NO_UNMASK; in __set_prefetch_mode() 389 drive->dev_flags |= IDE_DFLAG_NO_IO_32BIT; in __set_prefetch_mode() 631 i, (drive->dev_flags & IDE_DFLAG_NO_IO_32BIT) ? "off" : "on"); in cmd640_init_dev()
|
D | ide-floppy_ioctl.c | 147 drive->dev_flags &= ~IDE_DFLAG_FORMAT_IN_PROGRESS; in ide_floppy_format_unit() 151 drive->dev_flags |= IDE_DFLAG_FORMAT_IN_PROGRESS; in ide_floppy_format_unit() 183 drive->dev_flags &= ~IDE_DFLAG_FORMAT_IN_PROGRESS; in ide_floppy_format_unit()
|
D | ide-floppy.c | 327 drive->dev_flags |= IDE_DFLAG_WP; in ide_floppy_get_flexible_disk_page() 329 drive->dev_flags &= ~IDE_DFLAG_WP; in ide_floppy_get_flexible_disk_page() 331 set_disk_ro(disk, !!(drive->dev_flags & IDE_DFLAG_WP)); in ide_floppy_get_flexible_disk_page() 505 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; in ide_floppy_setup() 512 drive->dev_flags |= IDE_DFLAG_ATTACH; in ide_floppy_setup()
|
D | ide-pm.c | 152 (drive->dev_flags & IDE_DFLAG_WCACHE) == 0) { in ide_start_power_step() 230 drive->dev_flags &= ~IDE_DFLAG_BLOCKED; in ide_complete_pm_rq() 246 drive->dev_flags |= IDE_DFLAG_BLOCKED; in ide_check_pm_state()
|
D | ide-cd_ioctl.c | 96 retval = (drive->dev_flags & IDE_DFLAG_MEDIA_CHANGED) ? 1 : 0; in ide_cdrom_check_events_real() 97 drive->dev_flags &= ~IDE_DFLAG_MEDIA_CHANGED; in ide_cdrom_check_events_real() 146 if ((drive->dev_flags & IDE_DFLAG_DOORLOCKING) == 0) { in ide_cd_lockdoor() 167 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; in ide_cd_lockdoor()
|
D | trm290.c | 164 if (drive->dev_flags & IDE_DFLAG_PRESENT) { in trm290_prepare_drive() 176 trm290_prepare_drive(drive, !!(drive->dev_flags & IDE_DFLAG_USING_DMA)); in trm290_dev_select()
|
D | ide-tape.c | 594 if ((drive->dev_flags & IDE_DFLAG_DSC_OVERLAP) == 0 && in idetape_do_request() 598 if (drive->dev_flags & IDE_DFLAG_POST_RESET) { in idetape_do_request() 600 drive->dev_flags &= ~IDE_DFLAG_POST_RESET; in idetape_do_request() 973 if (drive->dev_flags & IDE_DFLAG_DSC_OVERLAP) { in idetape_init_rw() 1673 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; in idetape_get_mode_sense_results() 1754 drive->dev_flags |= IDE_DFLAG_DSC_OVERLAP; in idetape_setup() 1759 drive->dev_flags &= ~IDE_DFLAG_DSC_OVERLAP; in idetape_setup() 1764 drive->dev_flags &= ~IDE_DFLAG_DSC_OVERLAP; in idetape_setup() 1801 (drive->dev_flags & IDE_DFLAG_USING_DMA) ? ", DMA" : ""); in idetape_setup() 1827 drive->dev_flags &= ~IDE_DFLAG_DSC_OVERLAP; in ide_tape_release() [all …]
|
D | ns87415.c | 135 if (drive->dev_flags & IDE_DFLAG_PRESENT) in ns87415_prepare_drive() 173 !!(drive->dev_flags & IDE_DFLAG_USING_DMA)); in ns87415_dev_select()
|
D | ide-taskfile.c | 412 (drive->dev_flags & IDE_DFLAG_LBA48) ? "_EXT" : ""); in pre_task_out_intr() 416 if ((drive->dev_flags & IDE_DFLAG_UNMASK) == 0) in pre_task_out_intr() 530 if (drive->dev_flags & IDE_DFLAG_LBA48) { in ide_taskfile_ioctl() 645 if (drive->dev_flags & IDE_DFLAG_LBA48) in ide_taskfile_ioctl()
|
D | pdc202xx_old.c | 150 if (drive->media != ide_disk || (drive->dev_flags & IDE_DFLAG_LBA48)) { in pdc202xx_dma_start() 170 if (drive->media != ide_disk || (drive->dev_flags & IDE_DFLAG_LBA48)) { in pdc202xx_dma_end()
|
D | ide-lib.c | 55 u8 lba48 = !!(drive->dev_flags & IDE_DFLAG_LBA48); in ide_dump_sector()
|
D | ide-disk_proc.c | 47 if (drive->dev_flags & IDE_DFLAG_ID_READ) in idedisk_cache_proc_show()
|
D | ide-cd.c | 92 drive->dev_flags |= IDE_DFLAG_MEDIA_CHANGED; in cdrom_saw_media_change() 731 drive->dma = !!(drive->dev_flags & IDE_DFLAG_USING_DMA); in cdrom_start_rw() 760 drive->dma = !!(drive->dev_flags & IDE_DFLAG_USING_DMA); in cdrom_do_block_pc() 1246 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; in ide_cdrom_probe_capabilities() 1510 drive->dev_flags |= IDE_DFLAG_MEDIA_CHANGED; in ide_cdrom_setup()
|
D | sc1200.c | 217 (drive->dev_flags & IDE_DFLAG_USING_DMA)) in sc1200_set_pio_mode()
|
D | au1xxx-ide.c | 333 dev->dev_flags = flags; in auide_init_dbdma_dev()
|
D | it821x.c | 454 drive->dev_flags |= IDE_DFLAG_UNMASK; in it821x_quirkproc()
|
D | pmac.c | 952 drive->dev_flags &= ~IDE_DFLAG_NOPROBE; in pmac_ide_init_dev() 955 drive->dev_flags |= IDE_DFLAG_NOPROBE; in pmac_ide_init_dev()
|
D | ide-atapi.c | 146 if ((drive->dev_flags & IDE_DFLAG_DOORLOCKING) == 0) in ide_set_media_lock()
|
D | ide-proc.c | 692 if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0) in ide_proc_port_register_devices()
|
D | hpt366.c | 667 if ((drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) == 0) in hpt3xx_maskproc()
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | dbdma.c | 232 p->dev_id, p->dev_flags, p->dev_physaddr); in au1xxx_ddma_add_device() 282 if (!(stp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc() 283 (stp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc() 285 stp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 286 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc() 287 (dtp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc() 289 dtp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 292 stp->dev_flags &= ~DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 340 if ((stp->dev_flags & DEV_FLAGS_SYNC) || in au1xxx_dbdma_chan_alloc() 341 (dtp->dev_flags & DEV_FLAGS_SYNC)) in au1xxx_dbdma_chan_alloc() [all …]
|
/linux-4.4.14/drivers/net/phy/ |
D | broadcom.c | 145 if (phydev->dev_flags & PHY_BRCM_RX_REFCLK_UNUSED) { in bcm54xx_adjust_rxrefclk() 152 if (!clk125en || (phydev->dev_flags & PHY_BRCM_AUTO_PWRDWN_ENABLE)) in bcm54xx_adjust_rxrefclk() 157 if (phydev->dev_flags & PHY_BRCM_DIS_TXCRXC_NOENRGY) in bcm54xx_adjust_rxrefclk() 169 if (!clk125en || (phydev->dev_flags & PHY_BRCM_AUTO_PWRDWN_ENABLE)) in bcm54xx_adjust_rxrefclk() 202 (phydev->dev_flags & PHY_BRCM_CLEAR_RGMII_MODE)) in bcm54xx_config_init() 205 if ((phydev->dev_flags & PHY_BRCM_RX_REFCLK_UNUSED) || in bcm54xx_config_init() 206 (phydev->dev_flags & PHY_BRCM_DIS_TXCRXC_NOENRGY) || in bcm54xx_config_init() 207 (phydev->dev_flags & PHY_BRCM_AUTO_PWRDWN_ENABLE)) in bcm54xx_config_init() 221 if (phydev->dev_flags & PHY_BCM_FLAGS_MODE_1000BX) { in bcm5482_config_init() 291 if (phydev->dev_flags & PHY_BCM_FLAGS_MODE_1000BX) { in bcm5482_read_status() [all …]
|
D | bcm7xxx.c | 168 u8 rev = PHY_BRCM_7XXX_REV(phydev->dev_flags); in bcm7xxx_28nm_config_init() 169 u8 patch = PHY_BRCM_7XXX_PATCH(phydev->dev_flags); in bcm7xxx_28nm_config_init()
|
D | phy_device.c | 475 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_connect_direct() 665 phydev->dev_flags = flags; in phy_attach_direct() 717 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_attach()
|
D | marvell.c | 648 if (phydev->dev_flags & MARVELL_PHY_M1118_DNS323_LEDS) in m88e1118_config_init() 726 if (phydev->dev_flags & MARVELL_PHY_M1145_FLAGS_RESISTANCE) { in m88e1145_config_init()
|
D | micrel.c | 624 if (phydev->dev_flags & MICREL_PHY_50MHZ_CLK) { in kszphy_probe()
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_accel.c | 77 par->dev_flags |= LOCKUP; in wait_for_space() 105 par->dev_flags |= LOCKUP; in wait_for_engine_idle() 122 if (par->dev_flags & ALWAYS_SYNC) in begin_iring() 303 if (!info->var.accel_flags || par->dev_flags & LOCKUP || in i810fb_fillrect() 331 if (!info->var.accel_flags || par->dev_flags & LOCKUP || in i810fb_copyarea() 372 if (!info->var.accel_flags || par->dev_flags & LOCKUP || in i810fb_imageblit() 409 if (!info->var.accel_flags || par->dev_flags & LOCKUP) in i810fb_sync() 420 if (!info->var.accel_flags || par->dev_flags & LOCKUP) in i810fb_load_front()
|
D | i810.h | 276 u32 dev_flags; member
|
D | i810_main.c | 1443 if (info->var.accel_flags && !(par->dev_flags & LOCKUP)) { in i810fb_set_par() 1483 if (par->dev_flags & LOCKUP) in i810fb_cursor() 1774 par->dev_flags |= HAS_ACCELERATION; in i810_init_defaults() 1777 par->dev_flags |= ALWAYS_SYNC; in i810_init_defaults() 1805 if (par->dev_flags & HAS_ACCELERATION) in i810_init_defaults()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00crypto.c | 200 if (rxdesc->dev_flags & RXDONE_L2PAD) { in rt2x00crypto_rx_insert_iv() 231 if (!(rxdesc->dev_flags & RXDONE_L2PAD)) { in rt2x00crypto_rx_insert_iv()
|
D | rt2x00debug.c | 80 struct dentry *dev_flags; member 683 intf->dev_flags = debugfs_create_file("dev_flags", S_IRUSR, in rt2x00debug_register() 686 if (IS_ERR(intf->dev_flags) || !intf->dev_flags) in rt2x00debug_register() 790 debugfs_remove(intf->dev_flags); in rt2x00debug_deregister()
|
D | rt2x00dev.c | 609 if (!(rxdesc->dev_flags & RXDONE_MY_BSS) || in rt2x00lib_rxdone_check_ps() 644 int type = (rxdesc->dev_flags & RXDONE_SIGNAL_MASK); in rt2x00lib_rxdone_read_signal() 653 if (rxdesc->dev_flags & RXDONE_SIGNAL_MCS) in rt2x00lib_rxdone_read_signal() 742 if ((rxdesc.dev_flags & RXDONE_CRYPTO_IV) && in rt2x00lib_rxdone() 748 (rxdesc.dev_flags & RXDONE_L2PAD)) in rt2x00lib_rxdone()
|
D | rt2x00queue.h | 186 int dev_flags; member
|
D | rt2800mmio.c | 146 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt2800mmio_fill_rxdone() 149 rxdesc->dev_flags |= RXDONE_L2PAD; in rt2800mmio_fill_rxdone()
|
D | rt2500usb.c | 1272 rxdesc->dev_flags |= RXDONE_CRYPTO_IV; in rt2500usb_fill_rxdone() 1295 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; in rt2500usb_fill_rxdone() 1297 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; in rt2500usb_fill_rxdone() 1299 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt2500usb_fill_rxdone()
|
D | rt73usb.c | 1704 rxdesc->dev_flags |= RXDONE_CRYPTO_IV; in rt73usb_fill_rxdone() 1707 rxdesc->dev_flags |= RXDONE_CRYPTO_ICV; in rt73usb_fill_rxdone() 1739 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; in rt73usb_fill_rxdone() 1741 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; in rt73usb_fill_rxdone() 1743 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt73usb_fill_rxdone()
|
D | rt2x00link.c | 217 !(rxdesc->dev_flags & RXDONE_MY_BSS)) in rt2x00link_update_stats()
|
D | rt2800usb.c | 757 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt2800usb_fill_rxdone() 760 rxdesc->dev_flags |= RXDONE_L2PAD; in rt2800usb_fill_rxdone()
|
D | rt61pci.c | 2106 rxdesc->dev_flags |= RXDONE_CRYPTO_IV; in rt61pci_fill_rxdone() 2109 rxdesc->dev_flags |= RXDONE_CRYPTO_ICV; in rt61pci_fill_rxdone() 2141 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; in rt61pci_fill_rxdone() 2143 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; in rt61pci_fill_rxdone() 2145 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt61pci_fill_rxdone()
|
D | rt2500pci.c | 1389 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; in rt2500pci_fill_rxdone() 1391 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; in rt2500pci_fill_rxdone() 1393 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt2500pci_fill_rxdone()
|
D | rt2400pci.c | 1263 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; in rt2400pci_fill_rxdone() 1265 rxdesc->dev_flags |= RXDONE_MY_BSS; in rt2400pci_fill_rxdone()
|
D | rt2800lib.c | 835 rxdesc->dev_flags |= RXDONE_SIGNAL_MCS; in rt2800_process_rxwi()
|
/linux-4.4.14/drivers/pci/ |
D | search.c | 43 if (unlikely(pdev->dev_flags & PCI_DEV_FLAGS_DMA_ALIAS_DEVFN)) { in pci_for_each_dma_alias() 90 if (tmp->dev_flags & PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS) in pci_for_each_dma_alias()
|
D | quirks.c | 1137 pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; in quirk_no_ata_d3() 1928 dev->dev_flags |= PCI_DEV_FLAGS_VPD_REF_F0; in quirk_f0_vpd_link() 2636 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in quirk_msi_intx_disable_bug() 2652 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in quirk_msi_intx_disable_ati_bug() 2660 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in quirk_msi_intx_disable_qca_bug() 3114 dev->dev_flags |= PCI_DEV_FLAGS_NO_BUS_RESET; in quirk_no_bus_reset() 3133 dev->dev_flags |= PCI_DEV_FLAGS_NO_PM_RESET; in quirk_no_pm_reset() 3572 dev->dev_flags |= PCI_DEV_FLAGS_DMA_ALIAS_DEVFN; in quirk_dma_func0_alias() 3588 dev->dev_flags |= PCI_DEV_FLAGS_DMA_ALIAS_DEVFN; in quirk_dma_func1_alias() 3653 dev->dev_flags |= PCI_DEV_FLAGS_DMA_ALIAS_DEVFN; in quirk_fixed_dma_alias() [all …]
|
D | pci.c | 881 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in pci_set_power_state() 3485 if (!dev->pm_cap || dev->dev_flags & PCI_DEV_FLAGS_NO_PM_RESET) in pci_pm_reset() 3560 !dev->bus->self || dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET) in pci_parent_bus_reset() 3595 dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET) in pci_dev_reset_slot_function() 3853 if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET || in pci_bus_resetable() 3919 if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET || in pci_slot_resetable()
|
D | access.c | 492 if (dev->dev_flags & PCI_DEV_FLAGS_VPD_REF_F0) in pci_vpd_pci22_init()
|
D | msi.c | 399 if (!(dev->dev_flags & PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG)) in pci_intx_for_msi()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | core.c | 1333 set_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags); in ath10k_core_restart() 1401 clear_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags); in ath10k_core_init_firmware_features() 1402 clear_bit(ATH10K_FLAG_HW_CRYPTO_DISABLED, &ar->dev_flags); in ath10k_core_init_firmware_features() 1411 set_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags); in ath10k_core_init_firmware_features() 1412 set_bit(ATH10K_FLAG_HW_CRYPTO_DISABLED, &ar->dev_flags); in ath10k_core_init_firmware_features() 1429 set_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags); in ath10k_core_init_firmware_features() 1432 if (test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags)) { in ath10k_core_init_firmware_features() 1542 clear_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags); in ath10k_core_start() 1884 set_bit(ATH10K_FLAG_CORE_REGISTERED, &ar->dev_flags); in ath10k_core_register_work() 1915 if (!test_bit(ATH10K_FLAG_CORE_REGISTERED, &ar->dev_flags)) in ath10k_core_unregister()
|
D | thermal.c | 95 if (test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) { in ath10k_thermal_show_temp()
|
D | txrx.c | 164 test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)); in ath10k_wait_for_peer_common()
|
D | mac.c | 200 if (test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags)) in ath10k_send_key() 845 if (test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) in ath10k_vdev_setup_sync() 1073 test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_mac_monitor_vdev_is_needed() 1086 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags) && num_ctx > 1) in ath10k_mac_monitor_vdev_is_allowed() 1158 set_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_start_cac() 1163 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_start_cac() 1178 if (!test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) in ath10k_stop_cac() 1181 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_stop_cac() 3186 if (test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags)) in ath10k_tx_h_get_txmode() 3663 if (!test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags)) { in ath10k_tx() [all …]
|
D | core.h | 741 unsigned long dev_flags; member
|
D | htt_tx.c | 665 !test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags)) { in ath10k_htt_tx()
|
D | debug.c | 153 test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags), in ath10k_print_driver_info() 154 !test_bit(ATH10K_FLAG_HW_CRYPTO_DISABLED, &ar->dev_flags), in ath10k_print_driver_info()
|
D | htt_rx.c | 1540 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) { in ath10k_htt_rx_amsdu_allowed()
|
D | wmi.c | 1743 if (ret && test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) in ath10k_wmi_cmd_send() 2207 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) { in ath10k_wmi_event_mgmt_rx()
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_patch.c | 2636 ac97->spec.dev_flags = (ac97->id == 0x414c4722 || in patch_alc650() 2646 if (ac97->spec.dev_flags && in patch_alc650() 2708 if (ac97->spec.dev_flags) in alc655_iec958_route_info() 2721 if (ac97->spec.dev_flags && val == 3) in alc655_iec958_route_get() 2772 ac97->spec.dev_flags = 1; /* ALC658 */ in patch_alc655() 2775 ac97->spec.dev_flags = 2; in patch_alc655() 2786 if (ac97->spec.dev_flags) /* ALC658 */ in patch_alc655() 2883 ac97->spec.dev_flags = 0; /* for IEC958 playback route - ALC655 compatible */ in patch_alc850() 3156 val |= surr_on[ac97->spec.dev_flags][is_surround_on(ac97)]; in cm9761_update_jacks() 3157 val |= clfe_on[ac97->spec.dev_flags][is_clfe_on(ac97)]; in cm9761_update_jacks() [all …]
|
/linux-4.4.14/include/linux/ |
D | ide.h | 512 unsigned long dev_flags; member 854 return !!(drive->dev_flags & flag); \ 861 drive->dev_flags |= flag; \ 863 drive->dev_flags &= ~flag; \ 1557 return (peer->dev_flags & IDE_DFLAG_PRESENT) ? peer : NULL; in ide_get_pair_dev() 1575 if ((dev)->dev_flags & IDE_DFLAG_PRESENT)
|
D | pci.h | 363 pci_dev_flags_t dev_flags; member 1947 pdev->dev_flags |= PCI_DEV_FLAGS_ASSIGNED; in pci_set_dev_assigned() 1951 pdev->dev_flags &= ~PCI_DEV_FLAGS_ASSIGNED; in pci_clear_dev_assigned() 1955 return (pdev->dev_flags & PCI_DEV_FLAGS_ASSIGNED) == PCI_DEV_FLAGS_ASSIGNED; in pci_is_dev_assigned()
|
D | phy.h | 383 u32 dev_flags; member
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | main.c | 377 int dev_flags = 0; in lbs_update_mcast() local 384 dev_flags |= priv->dev->flags; in lbs_update_mcast() 386 dev_flags |= priv->mesh_dev->flags; in lbs_update_mcast() 388 if (dev_flags & IFF_PROMISC) { in lbs_update_mcast() 393 } else if (dev_flags & IFF_ALLMULTI) { in lbs_update_mcast()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 371 DECLARE_BITMAP(dev_flags, __HCI_NUM_FLAGS); 530 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) 531 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) 532 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) 533 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) 534 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) 535 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) 536 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags)
|
/linux-4.4.14/include/uapi/linux/ |
D | uhid.h | 64 __u64 dev_flags; member
|
/linux-4.4.14/drivers/target/ |
D | target_core_spc.c | 130 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_80() 196 if (!(dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL)) in spc_emulate_evpd_83() 244 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_83() 683 if (cmd->se_dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { in spc_emulate_evpd_00()
|
D | target_core_configfs.c | 760 if (!(dev->dev_flags & DF_CONFIGURED)) { in pi_prot_type_store() 807 if (!(dev->dev_flags & DF_CONFIGURED)) { in pi_prot_format_store() 1094 if (dev->dev_flags & DF_FIRMWARE_VPD_UNIT_SERIAL) { in target_wwn_vpd_unit_serial_store() 1128 dev->dev_flags |= DF_EMULATED_VPD_UNIT_SERIAL; in target_wwn_vpd_unit_serial_store() 1724 if (!(dev->dev_flags & DF_USING_ALIAS)) in target_dev_alias_show() 1750 dev->dev_flags |= DF_USING_ALIAS; in target_dev_alias_store() 1764 if (!(dev->dev_flags & DF_USING_UDEV_PATH)) in target_dev_udev_path_show() 1791 dev->dev_flags |= DF_USING_UDEV_PATH; in target_dev_udev_path_store() 1805 return snprintf(page, PAGE_SIZE, "%d\n", !!(dev->dev_flags & DF_CONFIGURED)); in target_dev_enable_show() 2327 if (!(dev->dev_flags & DF_CONFIGURED)) { in target_tg_pt_gp_alua_access_state_store()
|
D | target_core_device.c | 877 if (dev->dev_flags & DF_CONFIGURED) { in target_configure_device() 947 dev->dev_flags |= DF_CONFIGURED; in target_configure_device() 964 if (dev->dev_flags & DF_CONFIGURED) { in target_free_device()
|
D | target_core_pscsi.c | 221 wwn->t10_dev->dev_flags |= DF_FIRMWARE_VPD_UNIT_SERIAL; in pscsi_get_inquiry_vpd_serial() 490 if (!(dev->dev_flags & DF_USING_UDEV_PATH)) { in pscsi_configure_device()
|
D | target_core_tpg.c | 671 if (dev->dev_flags & DF_READ_ONLY) in core_tpg_add_lun()
|
D | target_core_iblock.c | 109 dev->dev_flags |= DF_READ_ONLY; in iblock_configure_device()
|
D | target_core_fabric_configfs.c | 688 if (!(dev->dev_flags & DF_CONFIGURED)) { in target_fabric_port_link()
|
/linux-4.4.14/drivers/hid/ |
D | uhid.c | 105 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_FEATURE_REPORTS; in uhid_hid_start() 107 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_OUTPUT_REPORTS; in uhid_hid_start() 109 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_INPUT_REPORTS; in uhid_hid_start()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 2934 u64 dev_flags = dev->flags; in mlx4_enable_sriov() local 2944 return dev_flags; in mlx4_enable_sriov() 2978 dev_flags |= MLX4_FLAG_SRIOV | in mlx4_enable_sriov() 2980 dev_flags &= ~MLX4_FLAG_SLAVE; in mlx4_enable_sriov() 2983 return dev_flags; in mlx4_enable_sriov() 2991 return dev_flags & ~MLX4_FLAG_MASTER; in mlx4_enable_sriov() 3137 u64 dev_flags = mlx4_enable_sriov(dev, pdev, in mlx4_load_one() local 3144 dev->flags = dev_flags; in mlx4_load_one() 3197 u64 dev_flags = mlx4_enable_sriov(dev, pdev, total_vfs, in mlx4_load_one() local 3200 if ((dev->flags ^ dev_flags) & (MLX4_FLAG_MASTER | MLX4_FLAG_SLAVE)) { in mlx4_load_one() [all …]
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
D | au1xxx_dbdma.h | 309 u32 dev_flags; member
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_devinfo.c | 744 module_param_string(dev_flags, scsi_dev_flags, sizeof(scsi_dev_flags), 0); 745 MODULE_PARM_DESC(dev_flags,
|
/linux-4.4.14/drivers/of/ |
D | of_mdio.c | 236 phy->dev_flags = flags; in of_phy_connect()
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
D | dns323-setup.c | 467 phy->dev_flags |= MARVELL_PHY_M1118_DNS323_LEDS; in dns323c_phy_fixup()
|
/linux-4.4.14/drivers/usb/storage/ |
D | uas.c | 911 unsigned long dev_flags; in uas_probe() local 913 if (!uas_use_uas_driver(intf, id, &dev_flags)) in uas_probe() 935 devinfo->flags = dev_flags; in uas_probe()
|
/linux-4.4.14/arch/arm/mach-mxs/ |
D | mach-mxs.c | 258 phy->dev_flags |= MICREL_PHY_50MHZ_CLK; in apx4devkit_phy_fixup()
|
/linux-4.4.14/include/sound/ |
D | ac97_codec.h | 521 unsigned int dev_flags; /* device specific */ member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 375 phydev->dev_flags = phy_flags; in bcmgenet_mii_probe()
|
/linux-4.4.14/drivers/iommu/ |
D | iommu.c | 689 if (((pdev->dev_flags & PCI_DEV_FLAGS_DMA_ALIAS_DEVFN) && in get_pci_alias_group() 691 ((tmp->dev_flags & PCI_DEV_FLAGS_DMA_ALIAS_DEVFN) && in get_pci_alias_group()
|
D | amd_iommu.c | 225 pdev->dev_flags |= PCI_DEV_FLAGS_DMA_ALIAS_DEVFN; in get_alias()
|
/linux-4.4.14/include/target/ |
D | target_core_base.h | 760 u32 dev_flags; member
|
/linux-4.4.14/drivers/net/hyperv/ |
D | hyperv_net.h | 740 u32 dev_flags; member
|
D | rndis_filter.c | 161 rndis_msg->msg.init_complete.dev_flags, in dump_rndis_message()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ef10_sriov.c | 128 vf->pci_dev->dev_flags & PCI_DEV_FLAGS_ASSIGNED) in efx_ef10_sriov_free_vf_vports()
|
/linux-4.4.14/drivers/spi/ |
D | spi-au1550.c | 89 .dev_flags = DEV_FLAGS_ANYUSE|DEV_FLAGS_SYNC,
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 128 This event contains a payload of type uhid_start_req. The "dev_flags" field
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 688 lmac->phydev->dev_flags = 0; in bgx_lmac_enable()
|
/linux-4.4.14/drivers/mmc/host/ |
D | au1xmmc.c | 851 .dev_flags = DEV_FLAGS_ANYUSE,
|
/linux-4.4.14/Documentation/networking/ |
D | phy.txt | 116 PHY-specific flags should be set in phydev->dev_flags prior to the call
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1312 pdev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; in alx_probe()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 1573 phydev->dev_flags |= PHY_BRCM_AUTO_PWRDWN_ENABLE; in tg3_mdio_init() 1577 phydev->dev_flags |= PHY_BRCM_CLEAR_RGMII_MODE | in tg3_mdio_init() 1582 phydev->dev_flags |= PHY_BRCM_STD_IBND_DISABLE; in tg3_mdio_init() 1584 phydev->dev_flags |= PHY_BRCM_EXT_IBND_RX_ENABLE; in tg3_mdio_init() 1586 phydev->dev_flags |= PHY_BRCM_EXT_IBND_TX_ENABLE; in tg3_mdio_init() 1594 phydev->dev_flags |= PHY_BRCM_AUTO_PWRDWN_ENABLE; in tg3_mdio_init()
|