| /Linux-v5.4/drivers/hid/ |
| D | hid-rmi.c | 97 unsigned long device_flags; member 170 if (data->device_flags & RMI_DEVICE_OUTPUT_SET_REPORT) { in rmi_write_report() 380 if (!(hdata->device_flags & RMI_DEVICE)) in rmi_raw_event() 404 if ((data->device_flags & RMI_DEVICE) && in rmi_event() 407 if (data->device_flags & RMI_DEVICE_HAS_PHYS_BUTTONS) { in rmi_event() 448 if (!(data->device_flags & RMI_DEVICE)) in rmi_suspend() 466 if (!(data->device_flags & RMI_DEVICE)) in rmi_post_resume() 504 if (!(data->device_flags & RMI_DEVICE)) in rmi_input_configured() 553 if (data->device_flags & RMI_DEVICE) { in rmi_input_mapping() 554 if ((data->device_flags & RMI_DEVICE_HAS_PHYS_BUTTONS) && in rmi_input_mapping() [all …]
|
| /Linux-v5.4/drivers/regulator/ |
| D | tps80031-regulator.c | 76 u8 device_flags; member 153 int volt_index = ri->device_flags & 0x3; in tps80031_dcdc_list_voltage() 234 (ri->device_flags & TRACK_MODE_ENABLE)) { in tps80031_ldo_list_voltage() 258 (ri->device_flags & TRACK_MODE_ENABLE)) { in tps80031_ldo_map_voltage() 624 ri->device_flags = smps_mult & BIT(5) ? TRACK_MODE_ENABLE : 0; in check_smps_mode_mult() 626 if (ri->device_flags & TRACK_MODE_ENABLE) { in check_smps_mode_mult() 637 ri->device_flags = (smps_offset & mult_offset) ? DCDC_OFFSET_EN : 0; in check_smps_mode_mult() 638 ri->device_flags |= (smps_mult & mult_offset) ? DCDC_EXTENDED_EN : 0; in check_smps_mode_mult() 639 switch (ri->device_flags) { in check_smps_mode_mult()
|
| /Linux-v5.4/drivers/scsi/aic7xxx/ |
| D | aic7770.c | 323 target_settings = (sc->device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom() 324 if (sc->device_flags[i] & CFSYNCH) in aha2840_load_seeprom() 326 if (sc->device_flags[i] & CFWIDEB) in aha2840_load_seeprom() 328 if (sc->device_flags[i] & CFDISC) in aha2840_load_seeprom()
|
| 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 …]
|
| D | aic79xx.h | 824 uint16_t device_flags[16]; /* words 0-15 */ member 910 uint8_t device_flags; member
|
| D | aic7xxx.h | 770 uint16_t device_flags[16]; /* words 0-15 */ member
|
| /Linux-v5.4/drivers/net/ethernet/freescale/ |
| D | gianfar.c | 633 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_GIGABIT) in gfar_get_interface() 764 priv->device_flags |= FSL_GIANFAR_DEV_HAS_BD_STASHING; in gfar_of_init() 779 priv->device_flags |= FSL_GIANFAR_DEV_HAS_BUF_STASHING; in gfar_of_init() 787 priv->device_flags |= FSL_GIANFAR_DEV_HAS_GIGABIT | in gfar_of_init() 793 priv->device_flags |= FSL_GIANFAR_DEV_HAS_GIGABIT | in gfar_of_init() 815 priv->device_flags |= FSL_GIANFAR_DEV_HAS_MAGIC_PACKET; in gfar_of_init() 818 priv->device_flags |= FSL_GIANFAR_DEV_HAS_WAKE_ON_FILER; in gfar_of_init() 975 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_EXTENDED_HASH) { in gfar_init_addr_hash_table() 1683 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_GIGABIT) in init_phy() 2120 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_TIMER)) in gfar_hwtstamp_set() [all …]
|
| D | gianfar_ethtool.c | 117 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_RMON) in gfar_gstrings() 139 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_RMON) { in gfar_fill_stats() 153 if (priv->device_flags & FSL_GIANFAR_DEV_HAS_RMON) in gfar_sset_count() 260 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_COALESCE)) in gfar_gcoalesce() 321 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_COALESCE)) in gfar_scoalesce() 1483 if (!(priv->device_flags & FSL_GIANFAR_DEV_HAS_TIMER)) { in gfar_get_ts_info()
|
| D | gianfar.h | 1096 u32 device_flags; member
|
| /Linux-v5.4/include/linux/ |
| D | fs_enet_pd.h | 134 u32 device_flags; member
|
| /Linux-v5.4/drivers/media/common/siano/ |
| D | smscoreapi.c | 729 dev->device_flags = params->flags; in smscore_register_device() 1155 !(coredev->device_flags & SMS_DEVICE_FAMILY2)) in smscore_load_firmware_from_file() 1173 rc = (coredev->device_flags & SMS_DEVICE_FAMILY2) ? in smscore_load_firmware_from_file() 1338 if (coredev->device_flags & SMS_DEVICE_FAMILY2) { in smscore_set_device_mode() 1346 if (!(coredev->device_flags & SMS_DEVICE_NOT_READY)) { in smscore_set_device_mode() 1392 coredev->device_flags &= ~SMS_DEVICE_NOT_READY; in smscore_set_device_mode() 1829 if (coredev->device_flags & SMS_DEVICE_FAMILY2) { in smscore_configure_gpio() 1980 if (!(coredev->device_flags & SMS_DEVICE_FAMILY2)) { in smscore_gpio_configure()
|
| D | smscoreapi.h | 172 unsigned long device_flags; member
|
| /Linux-v5.4/drivers/scsi/ |
| 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() 986 qpti->dev_param[tgt].device_flags |= 0x10; in qlogicpti_slave_configure() 993 qpti->dev_param[tgt].device_flags |= 0x20; in qlogicpti_slave_configure() 997 param[2] = (qpti->dev_param[tgt].device_flags << 8); in qlogicpti_slave_configure() 998 if (qpti->dev_param[tgt].device_flags & 0x10) { in qlogicpti_slave_configure()
|
| D | qlogicpti.h | 310 u_short device_flags; member
|
| D | hpsa_cmd.h | 267 u8 device_flags; member
|
| D | dpt_i2o.c | 3171 if(d->lct_data.device_flags&(1<<0)) in adpt_i2o_report_hba_unit() 3173 if(d->lct_data.device_flags&(1<<1)) in adpt_i2o_report_hba_unit() 3175 if(!(d->lct_data.device_flags&(1<<4))) in adpt_i2o_report_hba_unit() 3177 if(!(d->lct_data.device_flags&(1<<5))) in adpt_i2o_report_hba_unit()
|
| /Linux-v5.4/include/linux/usb/ |
| D | rndis_host.h | 89 __le32 device_flags; member
|
| /Linux-v5.4/drivers/usb/serial/ |
| D | option.c | 2048 unsigned long device_flags = id->driver_info; in option_probe() local 2059 if (device_flags & RSVD(iface_desc->bInterfaceNumber)) in option_probe() 2066 if (device_flags & NUMEP2 && iface_desc->bNumEndpoints != 2) in option_probe() 2070 usb_set_serial_data(serial, (void *)device_flags); in option_probe() 2079 unsigned long device_flags; in option_attach() local 2086 device_flags = (unsigned long)usb_get_serial_data(serial); in option_attach() 2090 if (!(device_flags & NCTRL(iface_desc->bInterfaceNumber))) in option_attach()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | i2o-dev.h | 206 __u32 device_flags; member
|
| /Linux-v5.4/include/acpi/ |
| D | actbl3.h | 345 u8 device_flags; member
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_mr.c | 63 if (vha->device_flags & DFLG_DEV_FAILED) { in qlafx00_mailbox_command() 1470 if ((vha->device_flags & DFLG_NO_CABLE)) in qlafx00_rescan_isp() 1620 if (vha->device_flags & DFLG_DEV_FAILED) { in qlafx00_reset_initialize() 1742 vha->device_flags |= DFLG_NO_CABLE; in qlafx00_process_aen() 2035 vha->device_flags = DFLG_NO_CABLE; in qlafx00_initialize_adapter()
|
| D | qla_init.c | 2157 vha->device_flags = DFLG_NO_CABLE; in qla2x00_initialize_adapter() 4159 vha->device_flags &= ~DFLG_NO_CABLE; in qla2x00_fw_ready() 4210 vha->device_flags |= DFLG_NO_CABLE; in qla2x00_fw_ready() 4232 if (rval && !(vha->device_flags & DFLG_NO_CABLE)) { in qla2x00_fw_ready() 5495 vha->device_flags &= ~SWITCH_FOUND; in qla2x00_configure_fabric() 5498 vha->device_flags |= SWITCH_FOUND; in qla2x00_configure_fabric() 6191 if (!(ha->device_flags & DFLG_NO_CABLE)) { in qla2x00_perform_loop_resync() 6456 if (vha->device_flags & DFLG_DEV_FAILED) { in qla83xx_nic_core_reset() 6920 if ((vha->device_flags & DFLG_NO_CABLE)) in qla2x00_restart_isp() 8546 if ((vha->device_flags & DFLG_NO_CABLE)) in qla82xx_restart_isp()
|
| D | qla_isr.c | 738 vha->device_flags |= DFLG_DEV_FAILED; in qla2x00_async_event() 752 vha->device_flags |= DFLG_DEV_FAILED; in qla2x00_async_event() 863 vha->device_flags |= DFLG_NO_CABLE; in qla2x00_async_event() 1036 vha->device_flags |= DFLG_NO_CABLE; in qla2x00_async_event()
|
| D | qla_mid.c | 502 vha->device_flags = 0; in qla24xx_create_vhost()
|
| /Linux-v5.4/drivers/scsi/smartpqi/ |
| D | smartpqi.h | 847 u8 device_flags; member
|