/linux-4.1.27/drivers/ide/ |
H A D | ide-park.c | 18 if (drive->dev_flags & IDE_DFLAG_PARKED) { issue_park_cmd() 69 drive->dev_flags |= IDE_DFLAG_SLEEPING; ide_do_park_unpark() 96 if (drive->dev_flags & IDE_DFLAG_NO_UNLOAD) ide_park_show() 101 if (drive->dev_flags & IDE_DFLAG_PARKED && ide_park_show() 131 if (drive->dev_flags & IDE_DFLAG_NO_UNLOAD) ide_park_store() 133 else if (input || drive->dev_flags & IDE_DFLAG_PARKED) ide_park_store() 139 drive->dev_flags &= ~IDE_DFLAG_NO_UNLOAD; ide_park_store() 142 drive->dev_flags |= IDE_DFLAG_NO_UNLOAD; ide_park_store()
|
H A D | ide-devsets.c | 12 if (drive->dev_flags & IDE_DFLAG_NO_IO_32BIT) set_io_32bit() 31 drive->dev_flags |= IDE_DFLAG_KEEP_SETTINGS; set_ksettings() 33 drive->dev_flags &= ~IDE_DFLAG_KEEP_SETTINGS; set_ksettings() 121 int keep_dma = !!(drive->dev_flags & IDE_DFLAG_USING_DMA); set_pio_mode() 138 if (drive->dev_flags & IDE_DFLAG_NO_UNMASK) set_unmaskirq() 145 drive->dev_flags |= IDE_DFLAG_UNMASK; set_unmaskirq() 147 drive->dev_flags &= ~IDE_DFLAG_UNMASK; set_unmaskirq()
|
H A D | ide-disk.c | 86 u8 lba48 = !!(drive->dev_flags & IDE_DFLAG_LBA48); __ide_do_rw_disk() 87 u8 dma = !!(drive->dev_flags & IDE_DFLAG_USING_DMA); __ide_do_rw_disk() 103 if (drive->dev_flags & IDE_DFLAG_LBA) { __ide_do_rw_disk() 186 BUG_ON(drive->dev_flags & IDE_DFLAG_BLOCKED); ide_do_rw_disk() 345 if ((drive->dev_flags & IDE_DFLAG_NOHPA) == 0) idedisk_check_hpa() 376 drive->dev_flags |= IDE_DFLAG_LBA; ide_disk_get_capacity() 387 if ((drive->dev_flags & IDE_DFLAG_LBA48) == 0 && ide_disk_get_capacity() 397 (drive->dev_flags & IDE_DFLAG_LBA48)) { ide_disk_get_capacity() 403 drive->dev_flags &= ~IDE_DFLAG_LBA48; ide_disk_get_capacity() 414 if ((drive->dev_flags & IDE_DFLAG_LBA) == 0 || ide_disk_unlock_native_capacity() 426 drive->dev_flags |= IDE_DFLAG_NOHPA; /* disable HPA on resume */ ide_disk_unlock_native_capacity() 499 drive->dev_flags |= IDE_DFLAG_NOWERR; set_nowerr() 501 drive->dev_flags &= ~IDE_DFLAG_NOWERR; set_nowerr() 527 if (drive->dev_flags & IDE_DFLAG_WCACHE) { update_flush() 540 (drive->dev_flags & IDE_DFLAG_NOFLUSH) == 0 && update_flush() 541 ((drive->dev_flags & IDE_DFLAG_LBA48) == 0 || update_flush() 571 drive->dev_flags |= IDE_DFLAG_WCACHE; set_wcache() 573 drive->dev_flags &= ~IDE_DFLAG_WCACHE; set_wcache() 633 drive->dev_flags |= IDE_DFLAG_LBA48; set_addressing() 635 drive->dev_flags &= ~IDE_DFLAG_LBA48; set_addressing() 663 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) ide_disk_setup() 666 if (drive->dev_flags & IDE_DFLAG_REMOVABLE) { ide_disk_setup() 671 drive->dev_flags |= IDE_DFLAG_DOORLOCKING; ide_disk_setup() 676 if (drive->dev_flags & IDE_DFLAG_LBA48) { ide_disk_setup() 702 if ((drive->dev_flags & IDE_DFLAG_FORCED_GEOM) == 0) { ide_disk_setup() 737 drive->dev_flags |= IDE_DFLAG_WCACHE; ide_disk_setup() 741 if ((drive->dev_flags & IDE_DFLAG_LBA) == 0 && ide_disk_setup() 745 drive->dev_flags &= ~IDE_DFLAG_ATTACH; ide_disk_setup() 747 drive->dev_flags |= IDE_DFLAG_ATTACH; ide_disk_setup() 753 (drive->dev_flags & IDE_DFLAG_WCACHE) == 0) ide_disk_flush() 771 if ((drive->dev_flags & IDE_DFLAG_DOORLOCKING) == 0) ide_disk_set_doorlock() 782 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; ide_disk_set_doorlock()
|
H A D | ide-gd.c | 200 if ((drive->dev_flags & IDE_DFLAG_REMOVABLE) && idkp->openers == 1) { ide_gd_open() 201 drive->dev_flags &= ~IDE_DFLAG_FORMAT_IN_PROGRESS; ide_gd_open() 216 if ((drive->dev_flags & IDE_DFLAG_WP) && (mode & FMODE_WRITE)) { ide_gd_open() 227 drive->dev_flags |= IDE_DFLAG_MEDIA_CHANGED; ide_gd_open() 229 } else if (drive->dev_flags & IDE_DFLAG_FORMAT_IN_PROGRESS) { ide_gd_open() 264 if ((drive->dev_flags & IDE_DFLAG_REMOVABLE) && idkp->openers == 1) { ide_gd_release() 266 drive->dev_flags &= ~IDE_DFLAG_FORMAT_IN_PROGRESS; ide_gd_release() 294 if (drive->dev_flags & IDE_DFLAG_ATTACH) { ide_gd_check_events() 295 drive->dev_flags &= ~IDE_DFLAG_ATTACH; ide_gd_check_events() 305 ret = drive->dev_flags & IDE_DFLAG_MEDIA_CHANGED; ide_gd_check_events() 306 drive->dev_flags &= ~IDE_DFLAG_MEDIA_CHANGED; ide_gd_check_events() 417 if (drive->dev_flags & IDE_DFLAG_REMOVABLE) ide_gd_probe()
|
H A D | ide-eh.c | 13 ((stat & ATA_DF) && (drive->dev_flags & IDE_DFLAG_NOWERR) == 0)) { ide_ata_error() 19 if ((drive->dev_flags & IDE_DFLAG_LBA) && ide_ata_error() 69 ((stat & ATA_DF) && (drive->dev_flags & IDE_DFLAG_NOWERR) == 0)) { ide_atapi_error() 277 drive->dev_flags &= ~IDE_DFLAG_PARKED; ide_disk_pre_reset() 279 if ((drive->dev_flags & IDE_DFLAG_KEEP_SETTINGS) == 0 && ide_disk_pre_reset() 280 (drive->dev_flags & IDE_DFLAG_USING_DMA) == 0) ide_disk_pre_reset() 294 drive->dev_flags |= IDE_DFLAG_POST_RESET; pre_reset() 296 if (drive->dev_flags & IDE_DFLAG_USING_DMA) { pre_reset() 303 if ((drive->dev_flags & IDE_DFLAG_KEEP_SETTINGS) == 0) { pre_reset() 304 if ((drive->dev_flags & IDE_DFLAG_USING_DMA) == 0) { pre_reset() 305 drive->dev_flags &= ~IDE_DFLAG_UNMASK; pre_reset() 371 if ((tdrive->dev_flags & IDE_DFLAG_PARKED) && ide_port_for_each_present_dev() 413 ((drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) ? 0 : ATA_NIEN) |
|
H A D | ide-ioctls.c | 64 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) { ide_get_identity_ioctl() 89 return put_user((!!(drive->dev_flags & IDE_DFLAG_DSC_OVERLAP) ide_get_nice_ioctl() 91 (!!(drive->dev_flags & IDE_DFLAG_NICE1) ide_get_nice_ioctl() 105 drive->dev_flags |= IDE_DFLAG_DSC_OVERLAP; ide_set_nice_ioctl() 107 drive->dev_flags &= ~IDE_DFLAG_DSC_OVERLAP; ide_set_nice_ioctl() 110 drive->dev_flags |= IDE_DFLAG_NICE1; ide_set_nice_ioctl() 112 drive->dev_flags &= ~IDE_DFLAG_NICE1; ide_set_nice_ioctl()
|
H A D | ide-probe.c | 112 drive->dev_flags |= IDE_DFLAG_REMOVABLE; ide_classify_ata_dev() 117 drive->dev_flags |= IDE_DFLAG_NO_UNLOAD; ide_classify_ata_dev() 139 drive->dev_flags |= IDE_DFLAG_REMOVABLE; ide_classify_atapi_dev() 146 drive->dev_flags |= IDE_DFLAG_REMOVABLE; ide_classify_atapi_dev() 162 drive->dev_flags |= IDE_DFLAG_REMOVABLE; ide_classify_atapi_dev() 175 drive->dev_flags |= IDE_DFLAG_DOORLOCKING; ide_classify_atapi_dev() 177 drive->dev_flags |= IDE_DFLAG_NO_UNLOAD; ide_classify_atapi_dev() 204 drive->dev_flags |= IDE_DFLAG_ID_READ; do_identify() 231 drive->dev_flags &= ~IDE_DFLAG_PRESENT; do_identify() 233 drive->dev_flags |= IDE_DFLAG_PRESENT; do_identify() 386 u8 present = !!(drive->dev_flags & IDE_DFLAG_PRESENT), stat; do_probe() 479 drive->dev_flags &= ~IDE_DFLAG_ID_READ; probe_for_drive() 485 if ((drive->dev_flags & IDE_DFLAG_NOPROBE) == 0) { probe_for_drive() 495 if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0) probe_for_drive() 499 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) { probe_for_drive() 509 drive->dev_flags &= ~IDE_DFLAG_PRESENT; probe_for_drive() 519 if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0) probe_for_drive() 523 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) { probe_for_drive() 620 if ((drive->dev_flags & IDE_DFLAG_NOPROBE) == 0 || ide_port_for_each_dev() 621 (drive->dev_flags & IDE_DFLAG_PRESENT)) { ide_port_for_each_dev() 653 if ((dev1->dn & 1) == 0 || (dev0->dev_flags & IDE_DFLAG_PRESENT) == 0) ide_undecoded_slave() 673 dev1->dev_flags &= ~IDE_DFLAG_PRESENT; ide_undecoded_slave() 686 if ((hwif->devices[0]->dev_flags & IDE_DFLAG_NOPROBE) && ide_probe_port() 687 (hwif->devices[1]->dev_flags & IDE_DFLAG_NOPROBE)) ide_probe_port() 707 if (drive->dev_flags & IDE_DFLAG_PRESENT) ide_port_for_each_dev() 737 drive->dev_flags |= IDE_DFLAG_NICE1; ide_port_for_each_present_dev() 814 drive->dev_flags &= ~IDE_DFLAG_PRESENT; ide_port_for_each_present_dev() 889 if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0) ata_probe() 958 drive->dev_flags &= ~IDE_DFLAG_PRESENT; drive_release_dev() 1034 drive->dev_flags |= IDE_DFLAG_NO_IO_32BIT; ide_port_for_each_dev() 1036 drive->dev_flags |= IDE_DFLAG_UNMASK; ide_port_for_each_dev() 1038 drive->dev_flags |= IDE_DFLAG_NO_UNMASK; ide_port_for_each_dev()
|
H A D | ide.c | 286 drive->dev_flags |= IDE_DFLAG_NODMA; ide_dev_apply_params() 291 drive->dev_flags |= IDE_DFLAG_NOFLUSH; ide_dev_apply_params() 296 drive->dev_flags |= IDE_DFLAG_NOHPA; ide_dev_apply_params() 300 drive->dev_flags |= IDE_DFLAG_NOPROBE; ide_dev_apply_params() 309 drive->dev_flags |= IDE_DFLAG_PRESENT; ide_dev_apply_params() 323 drive->dev_flags |= IDE_DFLAG_FORCED_GEOM | IDE_DFLAG_PRESENT; ide_dev_apply_params()
|
H A D | ht6560b.c | 132 (drive->dev_flags & IDE_DFLAG_PRESENT) == 0) ht6560b_dev_select() 265 drive->dev_flags |= IDE_DFLAG_NO_UNMASK; ht_set_prefetch() 266 drive->dev_flags &= ~IDE_DFLAG_UNMASK; ht_set_prefetch() 269 drive->dev_flags &= ~IDE_DFLAG_NO_UNMASK; ht_set_prefetch()
|
H A D | ide-cd_ioctl.c | 96 retval = (drive->dev_flags & IDE_DFLAG_MEDIA_CHANGED) ? 1 : 0; ide_cdrom_check_events_real() 97 drive->dev_flags &= ~IDE_DFLAG_MEDIA_CHANGED; ide_cdrom_check_events_real() 146 if ((drive->dev_flags & IDE_DFLAG_DOORLOCKING) == 0) { ide_cd_lockdoor() 167 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; ide_cd_lockdoor()
|
H A D | ide-floppy_ioctl.c | 147 drive->dev_flags &= ~IDE_DFLAG_FORMAT_IN_PROGRESS; ide_floppy_format_unit() 151 drive->dev_flags |= IDE_DFLAG_FORMAT_IN_PROGRESS; ide_floppy_format_unit() 183 drive->dev_flags &= ~IDE_DFLAG_FORMAT_IN_PROGRESS; ide_floppy_format_unit()
|
H A D | ide-pm.c | 122 (drive->dev_flags & IDE_DFLAG_WCACHE) == 0) { ide_start_power_step() 200 drive->dev_flags &= ~IDE_DFLAG_BLOCKED; ide_complete_pm_rq() 216 drive->dev_flags |= IDE_DFLAG_BLOCKED; ide_check_pm_state()
|
H A D | ide-dma.c | 182 drive->dev_flags &= ~IDE_DFLAG_USING_DMA; ide_dma_off_quietly() 213 drive->dev_flags |= IDE_DFLAG_USING_DMA; ide_dma_on() 359 (drive->dev_flags & IDE_DFLAG_NODMA)) ide_tune_dma() 485 drive->dev_flags |= IDE_DFLAG_DMA_PIO_RETRY; ide_dma_timeout_retry() 537 if ((drive->dev_flags & IDE_DFLAG_USING_DMA) == 0 || ide_dma_prepare()
|
H A D | ide-floppy.c | 327 drive->dev_flags |= IDE_DFLAG_WP; ide_floppy_get_flexible_disk_page() 329 drive->dev_flags &= ~IDE_DFLAG_WP; ide_floppy_get_flexible_disk_page() 331 set_disk_ro(disk, !!(drive->dev_flags & IDE_DFLAG_WP)); ide_floppy_get_flexible_disk_page() 505 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; ide_floppy_setup() 512 drive->dev_flags |= IDE_DFLAG_ATTACH; ide_floppy_setup()
|
H A D | ide-iops.c | 273 if (drive->dev_flags & IDE_DFLAG_UDMA33_WARNED) eighty_ninty_three() 281 drive->dev_flags |= IDE_DFLAG_UDMA33_WARNED; eighty_ninty_three() 305 drive->dev_flags |= IDE_DFLAG_NIEN_QUIRK; ide_check_nien_quirk_list() 381 if (drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) ide_config_drive_speed() 406 if (speed >= XFER_SW_DMA_0 && (drive->dev_flags & IDE_DFLAG_USING_DMA)) ide_config_drive_speed()
|
H A D | cmd640.c | 383 drive->dev_flags |= IDE_DFLAG_NO_UNMASK; __set_prefetch_mode() 384 drive->dev_flags &= ~IDE_DFLAG_UNMASK; __set_prefetch_mode() 386 drive->dev_flags &= ~IDE_DFLAG_NO_IO_32BIT; __set_prefetch_mode() 388 drive->dev_flags &= ~IDE_DFLAG_NO_UNMASK; __set_prefetch_mode() 389 drive->dev_flags |= IDE_DFLAG_NO_IO_32BIT; __set_prefetch_mode() 631 i, (drive->dev_flags & IDE_DFLAG_NO_IO_32BIT) ? "off" : "on"); cmd640_init_dev()
|
H A D | ide-disk_proc.c | 47 if (drive->dev_flags & IDE_DFLAG_ID_READ) idedisk_cache_proc_show()
|
H A D | ide-io.c | 64 if ((drive->dev_flags & IDE_DFLAG_DMA_PIO_RETRY) && ide_end_rq() 66 drive->dev_flags &= ~IDE_DFLAG_DMA_PIO_RETRY; ide_end_rq() 102 drive->dev_flags |= IDE_DFLAG_PARKED; ide_complete_cmd() 391 drive->dev_flags |= IDE_DFLAG_SLEEPING; ide_stall_queue() 481 if (drive->dev_flags & IDE_DFLAG_SLEEPING && do_ide_request() 500 (cur_dev->dev_flags & IDE_DFLAG_NIEN_QUIRK) == 0) do_ide_request() 508 drive->dev_flags &= ~(IDE_DFLAG_SLEEPING | IDE_DFLAG_PARKED); do_ide_request() 540 if ((drive->dev_flags & IDE_DFLAG_BLOCKED) && do_ide_request() 845 if (drive->dev_flags & IDE_DFLAG_UNMASK) ide_intr()
|
H A D | ide-taskfile.c | 412 (drive->dev_flags & IDE_DFLAG_LBA48) ? "_EXT" : ""); pre_task_out_intr() 416 if ((drive->dev_flags & IDE_DFLAG_UNMASK) == 0) pre_task_out_intr() 530 if (drive->dev_flags & IDE_DFLAG_LBA48) { ide_taskfile_ioctl() 645 if (drive->dev_flags & IDE_DFLAG_LBA48) ide_taskfile_ioctl()
|
H A D | ns87415.c | 135 if (drive->dev_flags & IDE_DFLAG_PRESENT) ns87415_prepare_drive() 173 !!(drive->dev_flags & IDE_DFLAG_USING_DMA)); ns87415_dev_select()
|
H A D | pdc202xx_old.c | 150 if (drive->media != ide_disk || (drive->dev_flags & IDE_DFLAG_LBA48)) { pdc202xx_dma_start() 170 if (drive->media != ide_disk || (drive->dev_flags & IDE_DFLAG_LBA48)) { pdc202xx_dma_end()
|
H A D | ide-lib.c | 55 u8 lba48 = !!(drive->dev_flags & IDE_DFLAG_LBA48); ide_dump_sector()
|
H A D | ide-tape.c | 594 if ((drive->dev_flags & IDE_DFLAG_DSC_OVERLAP) == 0 && idetape_do_request() 598 if (drive->dev_flags & IDE_DFLAG_POST_RESET) { idetape_do_request() 600 drive->dev_flags &= ~IDE_DFLAG_POST_RESET; idetape_do_request() 973 if (drive->dev_flags & IDE_DFLAG_DSC_OVERLAP) { idetape_init_rw() 1673 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; idetape_get_mode_sense_results() 1754 drive->dev_flags |= IDE_DFLAG_DSC_OVERLAP; idetape_setup() 1759 drive->dev_flags &= ~IDE_DFLAG_DSC_OVERLAP; idetape_setup() 1764 drive->dev_flags &= ~IDE_DFLAG_DSC_OVERLAP; idetape_setup() 1801 (drive->dev_flags & IDE_DFLAG_USING_DMA) ? ", DMA" : ""); idetape_setup() 1827 drive->dev_flags &= ~IDE_DFLAG_DSC_OVERLAP; ide_tape_release() 1967 if ((drive->dev_flags & IDE_DFLAG_ID_READ) && ide_tape_probe()
|
H A D | trm290.c | 164 if (drive->dev_flags & IDE_DFLAG_PRESENT) { trm290_prepare_drive() 176 trm290_prepare_drive(drive, !!(drive->dev_flags & IDE_DFLAG_USING_DMA)); trm290_dev_select()
|
H A D | sc1200.c | 217 (drive->dev_flags & IDE_DFLAG_USING_DMA)) sc1200_set_pio_mode()
|
H A D | ide-cd.c | 92 drive->dev_flags |= IDE_DFLAG_MEDIA_CHANGED; cdrom_saw_media_change() 731 drive->dma = !!(drive->dev_flags & IDE_DFLAG_USING_DMA); cdrom_start_rw() 760 drive->dma = !!(drive->dev_flags & IDE_DFLAG_USING_DMA); cdrom_do_block_pc() 1246 drive->dev_flags &= ~IDE_DFLAG_DOORLOCKING; ide_cdrom_probe_capabilities() 1510 drive->dev_flags |= IDE_DFLAG_MEDIA_CHANGED; ide_cdrom_setup()
|
H A D | au1xxx-ide.c | 333 dev->dev_flags = flags; auide_init_dbdma_dev()
|
H A D | ide-atapi.c | 146 if ((drive->dev_flags & IDE_DFLAG_DOORLOCKING) == 0) ide_set_media_lock()
|
H A D | ide-proc.c | 692 if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0) ide_port_for_each_dev()
|
H A D | it821x.c | 454 drive->dev_flags |= IDE_DFLAG_UNMASK; it821x_quirkproc()
|
H A D | pmac.c | 952 drive->dev_flags &= ~IDE_DFLAG_NOPROBE; pmac_ide_init_dev() 955 drive->dev_flags |= IDE_DFLAG_NOPROBE; pmac_ide_init_dev()
|
H A D | hpt366.c | 667 if ((drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) == 0) hpt3xx_maskproc()
|
/linux-4.1.27/include/linux/ |
H A D | marvell_phy.h | 21 /* struct phy_device dev_flags definitions */
|
H A D | micrel_phy.h | 38 /* struct phy_device dev_flags definitions */
|
H A D | ide.h | 499 unsigned long dev_flags; member in struct:ide_drive_s 841 return !!(drive->dev_flags & flag); \ 848 drive->dev_flags |= flag; \ 850 drive->dev_flags &= ~flag; \ 1531 return (peer->dev_flags & IDE_DFLAG_PRESENT) ? peer : NULL; ide_get_pair_dev() 1549 if ((dev)->dev_flags & IDE_DFLAG_PRESENT)
|
H A D | phy.h | 333 * dev_flags: Device-specific flags used by the PHY driver. 373 u32 dev_flags; member in struct:phy_device
|
H A D | pci.h | 362 pci_dev_flags_t dev_flags; member in struct:pci_dev 1904 pdev->dev_flags |= PCI_DEV_FLAGS_ASSIGNED; pci_set_dev_assigned() 1908 pdev->dev_flags &= ~PCI_DEV_FLAGS_ASSIGNED; pci_clear_dev_assigned() 1912 return (pdev->dev_flags & PCI_DEV_FLAGS_ASSIGNED) == PCI_DEV_FLAGS_ASSIGNED; pci_is_dev_assigned()
|
/linux-4.1.27/drivers/net/phy/ |
H A D | broadcom.c | 177 if (phydev->dev_flags & PHY_BRCM_RX_REFCLK_UNUSED) { bcm54xx_adjust_rxrefclk() 184 if (!clk125en || (phydev->dev_flags & PHY_BRCM_AUTO_PWRDWN_ENABLE)) bcm54xx_adjust_rxrefclk() 189 if (phydev->dev_flags & PHY_BRCM_DIS_TXCRXC_NOENRGY) bcm54xx_adjust_rxrefclk() 201 if (!clk125en || (phydev->dev_flags & PHY_BRCM_AUTO_PWRDWN_ENABLE)) bcm54xx_adjust_rxrefclk() 234 (phydev->dev_flags & PHY_BRCM_CLEAR_RGMII_MODE)) bcm54xx_config_init() 237 if ((phydev->dev_flags & PHY_BRCM_RX_REFCLK_UNUSED) || bcm54xx_config_init() 238 (phydev->dev_flags & PHY_BRCM_DIS_TXCRXC_NOENRGY) || bcm54xx_config_init() 239 (phydev->dev_flags & PHY_BRCM_AUTO_PWRDWN_ENABLE)) bcm54xx_config_init() 253 if (phydev->dev_flags & PHY_BCM_FLAGS_MODE_1000BX) { bcm5482_config_init() 323 if (phydev->dev_flags & PHY_BCM_FLAGS_MODE_1000BX) { bcm5482_read_status() 467 if (phydev->dev_flags & PHY_BRCM_AUTO_PWRDWN_ENABLE) { brcm_fet_config_init()
|
H A D | bcm7xxx.c | 239 u8 rev = PHY_BRCM_7XXX_REV(phydev->dev_flags); bcm7xxx_28nm_config_init() 240 u8 patch = PHY_BRCM_7XXX_PATCH(phydev->dev_flags); bcm7xxx_28nm_config_init()
|
H A D | phy_device.c | 425 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); phy_connect_direct() 564 * @flags: PHY device's dev_flags 614 phydev->dev_flags = flags; phy_attach_direct() 622 * (dev_flags and interface) phy_attach_direct() 661 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); phy_attach()
|
H A D | marvell.c | 605 if (phydev->dev_flags & MARVELL_PHY_M1118_DNS323_LEDS) m88e1118_config_init() 683 if (phydev->dev_flags & MARVELL_PHY_M1145_FLAGS_RESISTANCE) { m88e1145_config_init()
|
H A D | micrel.c | 571 if (phydev->dev_flags & MICREL_PHY_50MHZ_CLK) { kszphy_probe()
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
H A D | i810_main.h | 75 par->dev_flags |= HAS_MTRR; set_mtrr() 79 if (par->dev_flags & HAS_MTRR) unset_mtrr()
|
H A D | i810_accel.c | 77 par->dev_flags |= LOCKUP; wait_for_space() 105 par->dev_flags |= LOCKUP; wait_for_engine_idle() 122 if (par->dev_flags & ALWAYS_SYNC) begin_iring() 303 if (!info->var.accel_flags || par->dev_flags & LOCKUP || i810fb_fillrect() 331 if (!info->var.accel_flags || par->dev_flags & LOCKUP || i810fb_copyarea() 372 if (!info->var.accel_flags || par->dev_flags & LOCKUP || i810fb_imageblit() 409 if (!info->var.accel_flags || par->dev_flags & LOCKUP) i810fb_sync() 420 if (!info->var.accel_flags || par->dev_flags & LOCKUP) i810fb_load_front()
|
H A D | i810.h | 277 u32 dev_flags; member in struct:i810fb_par
|
H A D | i810_main.c | 1442 if (info->var.accel_flags && !(par->dev_flags & LOCKUP)) { i810fb_set_par() 1482 if (par->dev_flags & LOCKUP) i810fb_cursor() 1773 par->dev_flags |= HAS_ACCELERATION; i810_init_defaults() 1776 par->dev_flags |= ALWAYS_SYNC; i810_init_defaults() 1804 if (par->dev_flags & HAS_ACCELERATION) i810_init_defaults()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
H A D | dbdma.c | 232 p->dev_id, p->dev_flags, p->dev_physaddr); au1xxx_ddma_add_device() 282 if (!(stp->dev_flags & DEV_FLAGS_INUSE) || au1xxx_dbdma_chan_alloc() 283 (stp->dev_flags & DEV_FLAGS_ANYUSE)) { au1xxx_dbdma_chan_alloc() 285 stp->dev_flags |= DEV_FLAGS_INUSE; au1xxx_dbdma_chan_alloc() 286 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) || au1xxx_dbdma_chan_alloc() 287 (dtp->dev_flags & DEV_FLAGS_ANYUSE)) { au1xxx_dbdma_chan_alloc() 289 dtp->dev_flags |= DEV_FLAGS_INUSE; au1xxx_dbdma_chan_alloc() 292 stp->dev_flags &= ~DEV_FLAGS_INUSE; au1xxx_dbdma_chan_alloc() 340 if ((stp->dev_flags & DEV_FLAGS_SYNC) || au1xxx_dbdma_chan_alloc() 341 (dtp->dev_flags & DEV_FLAGS_SYNC)) au1xxx_dbdma_chan_alloc() 354 stp->dev_flags &= ~DEV_FLAGS_INUSE; au1xxx_dbdma_chan_alloc() 355 dtp->dev_flags &= ~DEV_FLAGS_INUSE; au1xxx_dbdma_chan_alloc() 376 if (stp->dev_flags & DEV_FLAGS_IN) { /* Source in fifo */ au1xxx_dbdma_set_devwidth() 380 if (dtp->dev_flags & DEV_FLAGS_OUT) { /* Destination out fifo */ au1xxx_dbdma_set_devwidth() 490 if (stp->dev_flags & DEV_FLAGS_IN) au1xxx_dbdma_ring_alloc() 492 if (dtp->dev_flags & DEV_FLAGS_OUT) au1xxx_dbdma_ring_alloc() 516 if (stp->dev_flags & DEV_FLAGS_IN) { au1xxx_dbdma_ring_alloc() 517 if (stp->dev_flags & DEV_FLAGS_BURSTABLE) au1xxx_dbdma_ring_alloc() 547 if (dtp->dev_flags & DEV_FLAGS_OUT) { au1xxx_dbdma_ring_alloc() 548 if (dtp->dev_flags & DEV_FLAGS_BURSTABLE) au1xxx_dbdma_ring_alloc() 854 stp->dev_flags &= ~DEV_FLAGS_INUSE; au1xxx_dbdma_chan_free() 855 dtp->dev_flags &= ~DEV_FLAGS_INUSE; au1xxx_dbdma_chan_free()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2x00debug.c | 80 struct dentry *dev_flags; member in struct:rt2x00debug_intf 683 intf->dev_flags = debugfs_create_file("dev_flags", S_IRUSR, rt2x00debug_register() 686 if (IS_ERR(intf->dev_flags) || !intf->dev_flags) rt2x00debug_register() 790 debugfs_remove(intf->dev_flags); rt2x00debug_deregister()
|
H A D | rt2x00crypto.c | 200 if (rxdesc->dev_flags & RXDONE_L2PAD) { rt2x00crypto_rx_insert_iv() 231 if (!(rxdesc->dev_flags & RXDONE_L2PAD)) { rt2x00crypto_rx_insert_iv()
|
H A D | rt2x00dev.c | 609 if (!(rxdesc->dev_flags & RXDONE_MY_BSS) || rt2x00lib_rxdone_check_ps() 644 int type = (rxdesc->dev_flags & RXDONE_SIGNAL_MASK); rt2x00lib_rxdone_read_signal() 653 if (rxdesc->dev_flags & RXDONE_SIGNAL_MCS) rt2x00lib_rxdone_read_signal() 742 if ((rxdesc.dev_flags & RXDONE_CRYPTO_IV) && rt2x00lib_rxdone() 748 (rxdesc.dev_flags & RXDONE_L2PAD)) rt2x00lib_rxdone()
|
H A D | rt2800mmio.c | 146 rxdesc->dev_flags |= RXDONE_MY_BSS; rt2800mmio_fill_rxdone() 149 rxdesc->dev_flags |= RXDONE_L2PAD; rt2800mmio_fill_rxdone()
|
H A D | rt2500usb.c | 1274 rxdesc->dev_flags |= RXDONE_CRYPTO_IV; rt2500usb_fill_rxdone() 1297 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; rt2500usb_fill_rxdone() 1299 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; rt2500usb_fill_rxdone() 1301 rxdesc->dev_flags |= RXDONE_MY_BSS; rt2500usb_fill_rxdone()
|
H A D | rt2x00queue.h | 157 * except for the RXDONE_SIGNAL_* flags. This is useful to convert the dev_flags 173 * @dev_flags: Ralink receive flags (See &enum rxdone_entry_desc_flags). 186 int dev_flags; member in struct:rxdone_entry_desc
|
H A D | rt73usb.c | 1706 rxdesc->dev_flags |= RXDONE_CRYPTO_IV; rt73usb_fill_rxdone() 1709 rxdesc->dev_flags |= RXDONE_CRYPTO_ICV; rt73usb_fill_rxdone() 1741 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; rt73usb_fill_rxdone() 1743 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; rt73usb_fill_rxdone() 1745 rxdesc->dev_flags |= RXDONE_MY_BSS; rt73usb_fill_rxdone()
|
H A D | rt2x00link.c | 222 !(rxdesc->dev_flags & RXDONE_MY_BSS)) rt2x00link_update_stats()
|
H A D | rt2800usb.c | 757 rxdesc->dev_flags |= RXDONE_MY_BSS; rt2800usb_fill_rxdone() 760 rxdesc->dev_flags |= RXDONE_L2PAD; rt2800usb_fill_rxdone()
|
H A D | rt61pci.c | 2108 rxdesc->dev_flags |= RXDONE_CRYPTO_IV; rt61pci_fill_rxdone() 2111 rxdesc->dev_flags |= RXDONE_CRYPTO_ICV; rt61pci_fill_rxdone() 2143 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; rt61pci_fill_rxdone() 2145 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; rt61pci_fill_rxdone() 2147 rxdesc->dev_flags |= RXDONE_MY_BSS; rt61pci_fill_rxdone()
|
H A D | rt2500pci.c | 1391 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; rt2500pci_fill_rxdone() 1393 rxdesc->dev_flags |= RXDONE_SIGNAL_BITRATE; rt2500pci_fill_rxdone() 1395 rxdesc->dev_flags |= RXDONE_MY_BSS; rt2500pci_fill_rxdone()
|
H A D | rt2400pci.c | 1265 rxdesc->dev_flags |= RXDONE_SIGNAL_PLCP; rt2400pci_fill_rxdone() 1267 rxdesc->dev_flags |= RXDONE_MY_BSS; rt2400pci_fill_rxdone()
|
H A D | rt2800lib.c | 835 rxdesc->dev_flags |= RXDONE_SIGNAL_MCS; rt2800_process_rxwi()
|
/linux-4.1.27/include/net/bluetooth/ |
H A D | hci_core.h | 365 DECLARE_BITMAP(dev_flags, __HCI_NUM_FLAGS); 515 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) 516 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) 517 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) 518 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) 519 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) 520 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) 521 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags)
|
/linux-4.1.27/include/uapi/linux/ |
H A D | uhid.h | 64 __u64 dev_flags; member in struct:uhid_start_req
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
H A D | main.c | 377 int dev_flags = 0; lbs_update_mcast() local 384 dev_flags |= priv->dev->flags; lbs_update_mcast() 386 dev_flags |= priv->mesh_dev->flags; lbs_update_mcast() 388 if (dev_flags & IFF_PROMISC) { lbs_update_mcast() 393 } else if (dev_flags & IFF_ALLMULTI) { lbs_update_mcast()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | main.c | 2704 u64 dev_flags = dev->flags; mlx4_enable_sriov() local 2712 return dev_flags; mlx4_enable_sriov() 2740 dev_flags |= MLX4_FLAG_SRIOV | mlx4_enable_sriov() 2742 dev_flags &= ~MLX4_FLAG_SLAVE; mlx4_enable_sriov() 2745 return dev_flags; mlx4_enable_sriov() 2752 return dev_flags & ~MLX4_FLAG_MASTER; mlx4_enable_sriov() 2898 u64 dev_flags = mlx4_enable_sriov(dev, pdev, mlx4_load_one() local 2904 dev->flags = dev_flags; mlx4_load_one() 2957 u64 dev_flags = mlx4_enable_sriov(dev, pdev, total_vfs, mlx4_load_one() local 2960 if ((dev->flags ^ dev_flags) & (MLX4_FLAG_MASTER | MLX4_FLAG_SLAVE)) { mlx4_load_one() 2962 dev->flags = dev_flags; mlx4_load_one() 2972 dev->flags = dev_flags; mlx4_load_one()
|
/linux-4.1.27/drivers/hid/ |
H A D | uhid.c | 105 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_FEATURE_REPORTS; uhid_hid_start() 107 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_OUTPUT_REPORTS; uhid_hid_start() 109 ev->u.start.dev_flags |= UHID_DEV_NUMBERED_INPUT_REPORTS; uhid_hid_start()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_configfs.c | 567 if (dev->dev_flags & DF_FIRMWARE_VPD_UNIT_SERIAL) { target_core_dev_wwn_store_attr_vpd_unit_serial() 601 dev->dev_flags |= DF_EMULATED_VPD_UNIT_SERIAL; target_core_dev_wwn_store_attr_vpd_unit_serial() 1267 if (!(dev->dev_flags & DF_USING_ALIAS)) target_core_show_dev_alias() 1295 dev->dev_flags |= DF_USING_ALIAS; target_core_store_dev_alias() 1317 if (!(dev->dev_flags & DF_USING_UDEV_PATH)) target_core_show_dev_udev_path() 1346 dev->dev_flags |= DF_USING_UDEV_PATH; target_core_store_dev_udev_path() 1368 return snprintf(page, PAGE_SIZE, "%d\n", !!(dev->dev_flags & DF_CONFIGURED)); target_core_show_dev_enable() 1981 if (!(dev->dev_flags & DF_CONFIGURED)) { target_core_alua_tg_pt_gp_store_attr_alua_access_state()
|
H A D | target_core_device.c | 979 if (!(dev->dev_flags & DF_CONFIGURED)) { se_dev_set_pi_prot_type() 1023 if (!(dev->dev_flags & DF_CONFIGURED)) { se_dev_set_pi_prot_format() 1555 if (dev->dev_flags & DF_CONFIGURED) { target_configure_device() 1625 dev->dev_flags |= DF_CONFIGURED; target_configure_device() 1642 if (dev->dev_flags & DF_CONFIGURED) { target_free_device()
|
H A D | target_core_spc.c | 136 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { spc_emulate_evpd_80() 204 if (!(dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL)) spc_emulate_evpd_83() 252 if (dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { spc_emulate_evpd_83() 688 if (cmd->se_dev->dev_flags & DF_EMULATED_VPD_UNIT_SERIAL) { spc_emulate_evpd_00()
|
H A D | target_core_pscsi.c | 225 wwn->t10_dev->dev_flags |= DF_FIRMWARE_VPD_UNIT_SERIAL; pscsi_get_inquiry_vpd_serial() 494 if (!(dev->dev_flags & DF_USING_UDEV_PATH)) { pscsi_configure_device()
|
H A D | target_core_fabric_configfs.c | 785 if (!(dev->dev_flags & DF_CONFIGURED)) { target_fabric_port_link()
|
/linux-4.1.27/drivers/pci/ |
H A D | search.c | 43 if (unlikely(pdev->dev_flags & PCI_DEV_FLAGS_DMA_ALIAS_DEVFN)) { pci_for_each_dma_alias() 90 if (tmp->dev_flags & PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS) pci_for_each_dma_alias()
|
H A D | quirks.c | 1143 pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; quirk_no_ata_d3() 1936 dev->dev_flags |= PCI_DEV_FLAGS_VPD_REF_F0; quirk_f0_vpd_link() 2639 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; quirk_msi_intx_disable_bug() 2655 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; quirk_msi_intx_disable_ati_bug() 2663 dev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; quirk_msi_intx_disable_qca_bug() 3107 dev->dev_flags |= PCI_DEV_FLAGS_NO_BUS_RESET; quirk_no_bus_reset() 3126 dev->dev_flags |= PCI_DEV_FLAGS_NO_PM_RESET; quirk_no_pm_reset() 3589 dev->dev_flags |= PCI_DEV_FLAGS_DMA_ALIAS_DEVFN; quirk_dma_func0_alias() 3605 dev->dev_flags |= PCI_DEV_FLAGS_DMA_ALIAS_DEVFN; quirk_dma_func1_alias() 3668 dev->dev_flags |= PCI_DEV_FLAGS_DMA_ALIAS_DEVFN; quirk_fixed_dma_alias() 3692 pdev->dev_flags |= PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS; quirk_use_pcie_bridge_dma_alias() 3804 u16 flags = dev->dev_flags & PCI_DEV_FLAGS_ACS_ENABLED_QUIRK ? pci_quirk_intel_pch_acs() 4024 dev->dev_flags |= PCI_DEV_FLAGS_ACS_ENABLED_QUIRK; pci_quirk_enable_intel_pch_acs()
|
H A D | access.c | 492 if (dev->dev_flags & PCI_DEV_FLAGS_VPD_REF_F0) pci_vpd_pci22_init()
|
H A D | pci.c | 841 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) pci_set_power_state() 3233 if (!dev->pm_cap || dev->dev_flags & PCI_DEV_FLAGS_NO_PM_RESET) pci_pm_reset() 3308 !dev->bus->self || dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET) pci_parent_bus_reset() 3343 dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET) pci_dev_reset_slot_function() 3601 if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET || pci_bus_resetable() 3667 if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET || pci_slot_resetable()
|
H A D | msi.c | 440 if (!(dev->dev_flags & PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG)) pci_intx_for_msi()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | core.c | 875 set_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags); ath10k_core_restart() 991 clear_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags); ath10k_core_start() 1298 set_bit(ATH10K_FLAG_CORE_REGISTERED, &ar->dev_flags); ath10k_core_register_work() 1329 if (!test_bit(ATH10K_FLAG_CORE_REGISTERED, &ar->dev_flags)) ath10k_core_unregister()
|
H A D | thermal.c | 146 if (test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) { ath10k_thermal_show_temp()
|
H A D | txrx.c | 155 test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)); ath10k_wait_for_peer_common()
|
H A D | core.h | 600 unsigned long dev_flags; member in struct:ath10k
|
H A D | mac.c | 568 if (test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) ath10k_vdev_setup_sync() 777 test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); ath10k_monitor_recalc() 818 set_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); ath10k_start_cac() 823 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); ath10k_start_cac() 838 if (!test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) ath10k_stop_cac() 841 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); ath10k_stop_cac() 2761 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); ath10k_halt() 4511 &ar->dev_flags); ath10k_flush()
|
H A D | htt_rx.c | 1458 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) { ath10k_htt_rx_amsdu_allowed()
|
H A D | wmi.c | 1042 if (ret && test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) ath10k_wmi_cmd_send() 1519 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) { ath10k_wmi_event_mgmt_rx()
|
/linux-4.1.27/drivers/of/ |
H A D | of_mdio.c | 228 phy->dev_flags = flags; of_phy_connect()
|
/linux-4.1.27/sound/pci/ac97/ |
H A D | ac97_patch.c | 2636 ac97->spec.dev_flags = (ac97->id == 0x414c4722 || patch_alc650() 2646 if (ac97->spec.dev_flags && patch_alc650() 2708 if (ac97->spec.dev_flags) alc655_iec958_route_info() 2721 if (ac97->spec.dev_flags && val == 3) alc655_iec958_route_get() 2772 ac97->spec.dev_flags = 1; /* ALC658 */ patch_alc655() 2775 ac97->spec.dev_flags = 2; patch_alc655() 2786 if (ac97->spec.dev_flags) /* ALC658 */ patch_alc655() 2883 ac97->spec.dev_flags = 0; /* for IEC958 playback route - ALC655 compatible */ patch_alc850() 3156 val |= surr_on[ac97->spec.dev_flags][is_surround_on(ac97)]; cm9761_update_jacks() 3157 val |= clfe_on[ac97->spec.dev_flags][is_clfe_on(ac97)]; cm9761_update_jacks() 3158 val |= surr_shared[ac97->spec.dev_flags][is_shared_surrout(ac97)]; cm9761_update_jacks() 3159 val |= clfe_shared[ac97->spec.dev_flags][is_shared_clfeout(ac97)]; cm9761_update_jacks() 3252 ac97->spec.dev_flags = 0; /* 1 = model 82 revision B, 2 = model 83 */ patch_cm9761() 3259 ac97->spec.dev_flags = tmp & 1; /* revision B? */ patch_cm9761() 3262 ac97->spec.dev_flags = 2; patch_cm9761() 3294 if (ac97->spec.dev_flags) patch_cm9761()
|
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/ |
H A D | au1xxx_dbdma.h | 309 u32 dev_flags; member in struct:dbdma_device_table
|
/linux-4.1.27/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 258 phy->dev_flags |= MICREL_PHY_50MHZ_CLK; apx4devkit_phy_fixup()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | uas.c | 914 unsigned long dev_flags; uas_probe() local 916 if (!uas_use_uas_driver(intf, id, &dev_flags)) uas_probe() 938 devinfo->flags = dev_flags; uas_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 367 phydev->dev_flags = phy_flags; bcmgenet_mii_probe()
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
H A D | dns323-setup.c | 516 phy->dev_flags |= MARVELL_PHY_M1118_DNS323_LEDS; dns323c_phy_fixup()
|
/linux-4.1.27/drivers/iommu/ |
H A D | iommu.c | 594 if (((pdev->dev_flags & PCI_DEV_FLAGS_DMA_ALIAS_DEVFN) && for_each_pci_dev() 596 ((tmp->dev_flags & PCI_DEV_FLAGS_DMA_ALIAS_DEVFN) && for_each_pci_dev()
|
H A D | amd_iommu.c | 352 pdev->dev_flags |= PCI_DEV_FLAGS_DMA_ALIAS_DEVFN; get_alias()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_devinfo.c | 773 module_param_string(dev_flags, scsi_dev_flags, sizeof(scsi_dev_flags), 0); 774 MODULE_PARM_DESC(dev_flags,
|
H A D | scsi_scan.c | 1116 "dev_flags=%s:%s:0x240 or 0x1000240\n", scsi_probe_and_add_lun()
|
/linux-4.1.27/include/target/ |
H A D | target_core_base.h | 753 u32 dev_flags; member in struct:se_device
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | au1xmmc.c | 851 .dev_flags = DEV_FLAGS_ANYUSE,
|
/linux-4.1.27/drivers/net/hyperv/ |
H A D | hyperv_net.h | 697 u32 dev_flags; member in struct:rndis_initialize_complete
|
H A D | rndis_filter.c | 160 rndis_msg->msg.init_complete.dev_flags, dump_rndis_message()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-au1550.c | 89 .dev_flags = DEV_FLAGS_ANYUSE|DEV_FLAGS_SYNC,
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
H A D | main.c | 1312 pdev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG; alx_probe()
|
/linux-4.1.27/include/sound/ |
H A D | ac97_codec.h | 521 unsigned int dev_flags; /* device specific */ member in union:snd_ac97::__anon12974
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 1573 phydev->dev_flags |= PHY_BRCM_AUTO_PWRDWN_ENABLE; tg3_mdio_init() 1577 phydev->dev_flags |= PHY_BRCM_CLEAR_RGMII_MODE | tg3_mdio_init() 1582 phydev->dev_flags |= PHY_BRCM_STD_IBND_DISABLE; tg3_mdio_init() 1584 phydev->dev_flags |= PHY_BRCM_EXT_IBND_RX_ENABLE; tg3_mdio_init() 1586 phydev->dev_flags |= PHY_BRCM_EXT_IBND_TX_ENABLE; tg3_mdio_init() 1594 phydev->dev_flags |= PHY_BRCM_AUTO_PWRDWN_ENABLE; tg3_mdio_init()
|