| /linux/drivers/hid/ |
| H A D | hid-rmi.c | 97 unsigned long device_flags; member 170 if (data->device_flags & RMI_DEVICE_OUTPUT_SET_REPORT) { in rmi_write_report() 379 if (!(hdata->device_flags & RMI_DEVICE)) in rmi_raw_event() 403 if ((data->device_flags & RMI_DEVICE) && in rmi_event() 406 if (data->device_flags & RMI_DEVICE_HAS_PHYS_BUTTONS) { in rmi_event() 445 if (!(data->device_flags & RMI_DEVICE)) in rmi_suspend() 463 if (!(data->device_flags & RMI_DEVICE)) in rmi_post_resume() 500 if (!(data->device_flags & RMI_DEVICE)) in rmi_input_configured() 549 if (data->device_flags & RMI_DEVICE) { in rmi_input_mapping() 550 if ((data->device_flags & RMI_DEVICE_HAS_PHYS_BUTTONS) && in rmi_input_mapping() [all …]
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 294 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_RMON) { in gfar_get_stats64() 613 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_GIGABIT) in gfar_get_interface() 730 priv->device_flags |= FSL_GIANFAR_DEV_HAS_BD_STASHING; in gfar_of_init() 745 priv->device_flags |= FSL_GIANFAR_DEV_HAS_BUF_STASHING; in gfar_of_init() 756 priv->device_flags |= FSL_GIANFAR_DEV_HAS_GIGABIT | in gfar_of_init() 762 priv->device_flags |= FSL_GIANFAR_DEV_HAS_GIGABIT | in gfar_of_init() 784 priv->device_flags |= FSL_GIANFAR_DEV_HAS_MAGIC_PACKET; in gfar_of_init() 787 priv->device_flags |= FSL_GIANFAR_DEV_HAS_WAKE_ON_FILER; in gfar_of_init() 944 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_EXTENDED_HASH) { in gfar_init_addr_hash_table() 1660 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_GIGABIT)) in init_phy() [all …]
|
| H A D | gianfar.h | 1139 u32 device_flags; member
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_pci.c | 1422 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) { in ahc_parse_pci_eeprom() 1434 if (sc->device_flags[i] & CFDISC) in ahc_parse_pci_eeprom() 1437 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) in ahc_parse_pci_eeprom() 1442 if ((sc->device_flags[i] & CFXFER) == 0x04 in ahc_parse_pci_eeprom() 1445 sc->device_flags[i] &= ~CFXFER; in ahc_parse_pci_eeprom() 1451 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom() 1462 scsirate = (sc->device_flags[i] & CFXFER) in ahc_parse_pci_eeprom() 1464 if (sc->device_flags[i] & CFWIDEB) in ahc_parse_pci_eeprom() 1467 scsirate = (sc->device_flags[i] & CFXFER) << 4; in ahc_parse_pci_eeprom() 1468 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom() [all …]
|
| H A D | aic79xx.h | 824 uint16_t device_flags[16]; /* words 0-15 */ member 910 uint8_t device_flags; member
|
| H A D | aic79xx_core.c | 7657 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata() 7665 sc->device_flags[targ] &= ~CFPACKETIZED; in ahd_parse_cfgdata() 7669 user_tinfo->period = (sc->device_flags[targ] & CFXFER); in ahd_parse_cfgdata() 7683 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { in ahd_parse_cfgdata() 7692 if ((sc->device_flags[targ] & CFQAS) != 0) in ahd_parse_cfgdata() 7695 if ((sc->device_flags[targ] & CFWIDEB) != 0) in ahd_parse_cfgdata()
|
| /linux/drivers/usb/serial/ |
| H A D | mos7840.c | 1456 unsigned long device_flags = id->driver_info; in mos7840_probe() local 1460 if (device_flags) in mos7840_probe() 1473 device_flags = MCS_PORTS(4); in mos7840_probe() 1475 device_flags = MCS_PORTS(1) | MCS_LED; in mos7840_probe() 1477 device_flags = MCS_PORTS(2); in mos7840_probe() 1481 usb_set_serial_data(serial, (void *)device_flags); in mos7840_probe() 1489 unsigned long device_flags = (unsigned long)usb_get_serial_data(serial); in mos7840_calc_num_ports() local 1490 int num_ports = MCS_PORTS(device_flags); in mos7840_calc_num_ports() 1523 unsigned long device_flags = (unsigned long)usb_get_serial_data(serial); in mos7840_port_probe() local 1675 mos7840_port->has_led = device_flags & MCS_LED; in mos7840_port_probe()
|
| H A D | option.c | 2548 static bool iface_is_reserved(unsigned long device_flags, u8 ifnum) in iface_is_reserved() argument 2553 return device_flags & RSVD(ifnum); in iface_is_reserved() 2561 unsigned long device_flags = id->driver_info; in option_probe() local 2572 if (iface_is_reserved(device_flags, iface_desc->bInterfaceNumber)) in option_probe() 2579 if (device_flags & NUMEP2 && iface_desc->bNumEndpoints != 2) in option_probe() 2583 usb_set_serial_data(serial, (void *)device_flags); in option_probe() 2588 static bool iface_no_modem_control(unsigned long device_flags, u8 ifnum) in iface_no_modem_control() argument 2593 return device_flags & NCTRL(ifnum); in iface_no_modem_control() 2600 unsigned long device_flags; in option_attach() local 2607 device_flags = (unsigned long)usb_get_serial_data(serial); in option_attach() [all …]
|
| /linux/drivers/scsi/ |
| H A D | qlogicpti.c | 313 qpti->dev_param[i].device_flags = 0xcd; in qlogicpti_set_hostdev_defaults() 452 param[2] = (qpti->dev_param[i].device_flags << 8); in qlogicpti_reset_hardware() 988 qpti->dev_param[tgt].device_flags |= 0x10; in qlogicpti_sdev_configure() 995 qpti->dev_param[tgt].device_flags |= 0x20; in qlogicpti_sdev_configure() 999 param[2] = (qpti->dev_param[tgt].device_flags << 8); in qlogicpti_sdev_configure() 1000 if (qpti->dev_param[tgt].device_flags & 0x10) { in qlogicpti_sdev_configure()
|
| H A D | qlogicpti.h | 310 u_short device_flags; member
|
| H A D | hpsa_cmd.h | 271 u8 device_flags; member
|
| /linux/drivers/media/common/siano/ |
| H A D | smscoreapi.c | 729 dev->device_flags = params->flags; in smscore_register_device() 1149 if (!(coredev->device_flags & SMS_DEVICE_FAMILY2)) in smscore_load_firmware_from_file() 1330 if (coredev->device_flags & SMS_DEVICE_FAMILY2) { in smscore_set_device_mode() 1338 if (!(coredev->device_flags & SMS_DEVICE_NOT_READY)) { in smscore_set_device_mode() 1383 coredev->device_flags &= ~SMS_DEVICE_NOT_READY; in smscore_set_device_mode() 1820 if (coredev->device_flags & SMS_DEVICE_FAMILY2) { in smscore_configure_gpio() 1971 if (!(coredev->device_flags & SMS_DEVICE_FAMILY2)) { in smscore_gpio_configure()
|
| H A D | smscoreapi.h | 166 unsigned long device_flags; member
|
| /linux/include/linux/usb/ |
| H A D | rndis_host.h | 75 __le32 device_flags; member
|
| /linux/include/uapi/linux/ |
| H A D | i2o-dev.h | 206 __u32 device_flags; member
|
| /linux/include/acpi/ |
| H A D | actbl3.h | 373 u8 device_flags; member
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi.h | 974 u8 device_flags; member 984 u8 device_flags; member
|
| H A D | smartpqi_init.c | 1268 …rpl_16byte_wwid_list->lun_entries[i].device_flags = rpl_8byte_wwid_list->lun_entries[i].device_fla… in pqi_report_phys_luns() 2562 if ((phys_lun->device_flags & in pqi_update_scsi_devices()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_mr.c | 61 if (vha->device_flags & DFLG_DEV_FAILED) { in qlafx00_mailbox_command() 1445 if ((vha->device_flags & DFLG_NO_CABLE)) in qlafx00_rescan_isp() 1595 if (vha->device_flags & DFLG_DEV_FAILED) { in qlafx00_reset_initialize() 1716 vha->device_flags |= DFLG_NO_CABLE; in qlafx00_process_aen() 2006 vha->device_flags = DFLG_NO_CABLE; in qlafx00_initialize_adapter()
|
| H A D | qla_init.c | 2748 vha->device_flags = DFLG_NO_CABLE; in qla2x00_initialize_adapter() 4934 vha->device_flags &= ~DFLG_NO_CABLE; in qla2x00_fw_ready() 4985 vha->device_flags |= DFLG_NO_CABLE; in qla2x00_fw_ready() 5007 if (rval && !(vha->device_flags & DFLG_NO_CABLE)) { in qla2x00_fw_ready() 6332 vha->device_flags &= ~SWITCH_FOUND; in qla2x00_configure_fabric() 6335 vha->device_flags |= SWITCH_FOUND; in qla2x00_configure_fabric() 7031 if (!(ha->device_flags & DFLG_NO_CABLE)) { in qla2x00_perform_loop_resync() 7245 if (vha->device_flags & DFLG_DEV_FAILED) { in qla83xx_nic_core_reset() 7745 return vha->device_flags & DFLG_NO_CABLE ? 0 : status; in qla2x00_restart_isp() 9416 if ((vha->device_flags & DFLG_NO_CABLE)) in qla82xx_restart_isp()
|
| H A D | qla_isr.c | 1383 vha->device_flags |= DFLG_DEV_FAILED; in qla2x00_async_event() 1397 vha->device_flags |= DFLG_DEV_FAILED; in qla2x00_async_event() 1518 vha->device_flags |= DFLG_NO_CABLE; in qla2x00_async_event() 1690 vha->device_flags |= DFLG_NO_CABLE; in qla2x00_async_event()
|
| H A D | qla_mid.c | 517 vha->device_flags = 0; in qla24xx_create_vhost()
|
| H A D | qla_attr.c | 1168 vha->device_flags & DFLG_NO_CABLE) in qla2x00_link_state_show() 3004 if (vha->device_flags & SWITCH_FOUND) in qla2x00_get_host_fabric_name()
|
| H A D | qla_nx.c | 2931 vha->device_flags |= DFLG_DEV_FAILED; in qla8xxx_dev_failed_handler() 3407 if (vha->device_flags & DFLG_DEV_FAILED) { in qla82xx_abort_isp()
|
| H A D | qla_os.c | 381 if (vha->device_flags & DFLG_DEV_FAILED) { in qla2x00_restart_timer() 3420 base_vha->device_flags); in qla2x00_probe_one() 7498 if (!(vha->device_flags & DFLG_NO_CABLE) && !vha->vp_idx) { in qla2x00_timer()
|