/drivers/scsi/aic94xx/ |
D | aic94xx_dev.c | 70 if (dev->dev_type == SAS_SATA_PM_PORT) in asd_set_ddb_type() 102 if (dev->dev_type == SAS_SATA_DEV || dev->dev_type == SAS_SATA_PM_PORT) { in asd_set_dmamode() 126 if (dev->dev_type == SAS_SATA_DEV || dev->dev_type == SAS_SATA_PM || in asd_init_sata() 127 dev->dev_type == SAS_SATA_PM_PORT) { in asd_init_sata() 160 if ((dev->dev_type == SAS_SATA_DEV) || in asd_init_target_ddb() 173 if (!dev->parent && dev_is_expander(dev->dev_type)) in asd_init_target_ddb() 182 if (dev->dev_type == SAS_SATA_PM) in asd_init_target_ddb() 195 if (dev->dev_type == SAS_SATA_DEV || (dev->tproto & SAS_PROTOCOL_STP)) { in asd_init_target_ddb() 203 if (dev->dev_type == SAS_END_DEVICE) { in asd_init_target_ddb() 311 switch (dev->dev_type) { in asd_dev_found()
|
/drivers/scsi/libsas/ |
D | sas_discover.c | 25 switch (dev->dev_type) { in sas_init_dev() 80 dev->dev_type = SAS_SATA_PM; in sas_get_port_device() 82 dev->dev_type = SAS_SATA_DEV; in sas_get_port_device() 87 dev->dev_type = id->dev_type; in sas_get_port_device() 104 switch (dev->dev_type) { in sas_get_port_device() 124 pr_warn("ERROR: Unidentified device type %d\n", dev->dev_type); in sas_get_port_device() 152 if (dev_is_sata(dev) || dev->dev_type == SAS_END_DEVICE) in sas_get_port_device() 300 if (dev_is_expander(dev->dev_type)) in sas_free_device() 331 if (dev->dev_type == SAS_END_DEVICE && in sas_unregister_common_dev() 449 switch (dev->dev_type) { in sas_discover_domain() [all …]
|
D | sas_expander.c | 197 enum sas_device_type dev_type; in sas_set_ex_phy() local 231 dev_type = phy->attached_dev_type; in sas_set_ex_phy() 323 if (new_phy || phy->attached_dev_type != dev_type || in sas_set_ex_phy() 867 child->dev_type = SAS_END_DEVICE; in sas_ex_discover_end_dev() 981 child->dev_type = phy->attached_dev_type; in sas_ex_discover_expander() 1143 if (!dev_is_expander(child->dev_type)) in sas_check_level_subtractive_boundary() 1218 if (dev->dev_type != SAS_EDGE_EXPANDER_DEVICE) in sas_check_ex_subtractive_boundary() 1258 ex_type[parent->dev_type], in sas_print_parent_topology_bug() 1262 ex_type[child->dev_type], in sas_print_parent_topology_bug() 1324 if (!dev_is_expander(child->parent->dev_type)) in sas_check_parent_topology() [all …]
|
/drivers/media/usb/tm6000/ |
D | tm6000-core.c | 192 if (dev->dev_type == TM6010) { in tm6000_set_fourcc_format() 218 if (dev->dev_type == TM6010) { in tm6000_set_vbi() 274 if (dev->dev_type == TM6010) { in tm6000_init_analog_mode() 345 if (dev->dev_type == TM6010) { in tm6000_init_digital_mode() 565 if (dev->dev_type != TM6000) in tm6000_init() 566 dev->dev_type = TM6000; in tm6000_init() 570 if (dev->dev_type != TM6010) in tm6000_init() 571 dev->dev_type = TM6010; in tm6000_init() 579 if (dev->dev_type == TM6010) { in tm6000_init() 629 if (dev->dev_type == TM6010) { in tm6000_set_audio_bitrate() [all …]
|
D | tm6000-i2c.c | 37 if (dev->dev_type == TM6010) in tm6000_i2c_send_regs() 71 if (dev->dev_type == TM6010) in tm6000_i2c_recv_regs() 118 if (dev->dev_type == TM6010) { in tm6000_i2c_recv_regs16()
|
/drivers/hv/ |
D | channel_mgmt.c | 31 { .dev_type = HV_IDE, 38 { .dev_type = HV_SCSI, 45 { .dev_type = HV_FC, 52 { .dev_type = HV_NIC, 59 { .dev_type = HV_ND, 66 { .dev_type = HV_PCIE, 73 { .dev_type = HV_FB, 80 { .dev_type = HV_KBD, 87 { .dev_type = HV_MOUSE, 94 { .dev_type = HV_KVP, [all …]
|
/drivers/regulator/ |
D | max14577-regulator.c | 42 &maxim_charger_currents[max14577->dev_type]; in max14577_reg_get_current_limit() 64 &maxim_charger_currents[max14577->dev_type]; in max14577_reg_set_current_limit() 167 switch (max14577->dev_type) { in max14577_get_regmap() 191 enum maxim_device_type dev_type = max14577->dev_type; in max14577_regulator_probe() local 193 switch (dev_type) { in max14577_regulator_probe()
|
/drivers/vdpa/ifcvf/ |
D | ifcvf_main.c | 177 u32 type = vf->dev_type; in ifcvf_vdpa_get_features() 184 IFCVF_ERR(pdev, "VIRTIO ID %u not supported\n", vf->dev_type); in ifcvf_vdpa_get_features() 351 return vf->dev_type; in ifcvf_vdpa_get_device_id() 467 u32 dev_type; in get_dev_type() local 478 dev_type = pdev->subsystem_device; in get_dev_type() 480 dev_type = pdev->device - 0x1040; in get_dev_type() 482 return dev_type; in get_dev_type() 510 vf->dev_type = get_dev_type(pdev); in ifcvf_vdpa_dev_add() 560 u32 dev_type; in ifcvf_probe() local 569 dev_type = get_dev_type(pdev); in ifcvf_probe() [all …]
|
/drivers/input/misc/ |
D | max77693-haptic.c | 48 enum max77693_types dev_type; member 88 if (haptic->dev_type != TYPE_MAX77843) in max77843_haptic_bias() 110 switch (haptic->dev_type) { in max77693_haptic_configure() 143 if (haptic->dev_type != TYPE_MAX77693) in max77693_haptic_lowsys() 310 haptic->dev_type = platform_get_device_id(pdev)->driver_data; in max77693_haptic_probe() 311 switch (haptic->dev_type) { in max77693_haptic_probe() 320 haptic->dev_type); in max77693_haptic_probe()
|
D | da7280.c | 239 u8 dev_type; member 786 haptics->dev_type = DA7280_DEV_MAX; in da7280_parse_properties() 789 haptics->dev_type = da7280_haptic_of_mode_str(dev, str); in da7280_parse_properties() 973 if (haptics->dev_type == DA7280_DEV_MAX) { in da7280_init() 978 haptics->dev_type = val & DA7280_ACTUATOR_TYPE_MASK ? in da7280_init() 983 if (haptics->dev_type == DA7280_LRA && in da7280_init() 993 } else if (haptics->dev_type == DA7280_ERM_COIN) { in da7280_init() 1020 (haptics->dev_type ? 1 : 0)) | in da7280_init()
|
/drivers/s390/crypto/ |
D | vfio_ap_drv.c | 31 { .dev_type = AP_DEVICE_TYPE_CEX4, 33 { .dev_type = AP_DEVICE_TYPE_CEX5, 35 { .dev_type = AP_DEVICE_TYPE_CEX6, 37 { .dev_type = AP_DEVICE_TYPE_CEX7,
|
D | zcrypt_cex2a.c | 49 { .dev_type = AP_DEVICE_TYPE_CEX2A, 51 { .dev_type = AP_DEVICE_TYPE_CEX3A, 59 { .dev_type = AP_DEVICE_TYPE_CEX2A, 61 { .dev_type = AP_DEVICE_TYPE_CEX3A,
|
D | zcrypt_cex4.c | 44 { .dev_type = AP_DEVICE_TYPE_CEX4, 46 { .dev_type = AP_DEVICE_TYPE_CEX5, 48 { .dev_type = AP_DEVICE_TYPE_CEX6, 50 { .dev_type = AP_DEVICE_TYPE_CEX7, 58 { .dev_type = AP_DEVICE_TYPE_CEX4, 60 { .dev_type = AP_DEVICE_TYPE_CEX5, 62 { .dev_type = AP_DEVICE_TYPE_CEX6, 64 { .dev_type = AP_DEVICE_TYPE_CEX7,
|
D | zcrypt_cex2c.c | 43 { .dev_type = AP_DEVICE_TYPE_CEX2C, 45 { .dev_type = AP_DEVICE_TYPE_CEX3C, 53 { .dev_type = AP_DEVICE_TYPE_CEX2C, 55 { .dev_type = AP_DEVICE_TYPE_CEX3C,
|
/drivers/bluetooth/ |
D | hci_vhci.c | 83 __u8 dev_type; in __vhci_create_device() local 89 dev_type = opcode & 0x03; in __vhci_create_device() 91 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device() 111 hdev->dev_type = dev_type; in __vhci_create_device()
|
/drivers/mfd/ |
D | max14577.c | 283 max14577->dev_type, device_id, vendor_id); in max14577_print_dev_type() 408 max14577->dev_type = in max14577_i2c_probe() 411 max14577->dev_type = id->driver_data; in max14577_i2c_probe() 416 switch (max14577->dev_type) { in max14577_i2c_probe() 442 if (max14577->dev_type == MAXIM_DEVICE_TYPE_MAX77836) { in max14577_i2c_probe() 458 if (max14577->dev_type == MAXIM_DEVICE_TYPE_MAX77836) in max14577_i2c_probe() 472 if (max14577->dev_type == MAXIM_DEVICE_TYPE_MAX77836) in max14577_i2c_remove()
|
/drivers/power/supply/ |
D | max14577_charger.c | 27 enum maxim_device_type dev_type, u8 val) { in maxim_get_charger_type() argument 38 if (dev_type == MAXIM_DEVICE_TYPE_MAX77836) in maxim_get_charger_type() 133 chg_type = maxim_get_charger_type(chg->max14577->dev_type, reg_data); in max14577_get_online() 172 chg_type = maxim_get_charger_type(chg->max14577->dev_type, reg_data); in max14577_get_battery_health() 267 switch (chg->max14577->dev_type) { in max14577_init_eoc() 307 &maxim_charger_currents[chg->max14577->dev_type]; in max14577_init_fast_charge() 435 val->strval = model_names[chg->max14577->dev_type]; in max14577_charger_get_property()
|
D | power_supply.h | 18 extern void power_supply_init_attrs(struct device_type *dev_type); 23 static inline void power_supply_init_attrs(struct device_type *dev_type) {} in power_supply_init_attrs() argument
|
/drivers/i2c/busses/ |
D | i2c-mxs.c | 70 #define MXS_I2C_DATA(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x60 : 0xa0) 72 #define MXS_I2C_DEBUG0_CLR(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x78 : 0xb8) 115 enum mxs_i2c_devtype dev_type; member 362 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_pio_trigger_write_cmd() 551 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_pio_setup_xfer() 624 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_xfer_msg() 802 i2c->dev_type = (uintptr_t)of_device_get_match_data(&pdev->dev); in mxs_i2c_probe()
|
/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 372 ((!pm8001_dev || (pm8001_dev->dev_type == SAS_PHY_UNUSED))) 397 if (dev->dev_type != SAS_SATA_DEV) in pm8001_task_exec() 567 if (pm8001_ha->devices[dev].dev_type == SAS_PHY_UNUSED) { in pm8001_alloc_dev() 603 pm8001_dev->dev_type = SAS_PHY_UNUSED; in pm8001_free_dev() 639 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify() 641 if (parent_dev && dev_is_expander(parent_dev->dev_type)) { in pm8001_dev_found_notify() 661 if (dev->dev_type == SAS_SATA_DEV) { in pm8001_dev_found_notify() 671 if (dev->dev_type == SAS_END_DEVICE) in pm8001_dev_found_notify() 885 pm8001_dev->device_id, pm8001_dev->dev_type); in pm8001_dev_gone_notify() 943 if (!pm8001_dev || (pm8001_dev->dev_type == SAS_PHY_UNUSED)) in pm8001_open_reject_retry()
|
/drivers/staging/greybus/ |
D | spilib.c | 449 u8 dev_type; in gb_spi_setup_device() local 459 dev_type = response.device_type; in gb_spi_setup_device() 461 if (dev_type == GB_SPI_SPI_DEV) in gb_spi_setup_device() 464 else if (dev_type == GB_SPI_SPI_NOR) in gb_spi_setup_device() 467 else if (dev_type == GB_SPI_SPI_MODALIAS) in gb_spi_setup_device()
|
/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 11 ((!dev) || (dev->dev_type == SAS_PHY_UNUSED)) 583 if (device->dev_type != SAS_SATA_DEV) in hisi_sas_task_exec() 648 id->dev_type = phy->identify.device_type; in hisi_sas_bytes_dmaed() 669 if (hisi_hba->devices[i].dev_type == SAS_PHY_UNUSED) { in hisi_sas_alloc_dev() 676 sas_dev->dev_type = device->dev_type; in hisi_sas_alloc_dev() 703 switch (device->dev_type) { in hisi_sas_init_device() 780 if (parent_dev && dev_is_expander(parent_dev->dev_type)) { in hisi_sas_dev_found() 803 sas_dev->device_id, sas_dev->dev_type); in hisi_sas_dev_found() 1048 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || in hisi_sas_release_tasks() 1072 sas_dev->device_id, sas_dev->dev_type); in hisi_sas_dev_gone() [all …]
|
/drivers/gpu/drm/bridge/analogix/ |
D | analogix_dp_reg.c | 74 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) { in analogix_dp_init_analog_param() 76 if (dp->plat_data->dev_type == RK3288_DP) in analogix_dp_init_analog_param() 125 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) in analogix_dp_reset() 237 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) { in analogix_dp_set_pll_power_down() 258 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) in analogix_dp_set_analog_power_down() 263 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) in analogix_dp_set_analog_power_down() 321 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) in analogix_dp_set_analog_power_down() 333 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) in analogix_dp_set_analog_power_down() 481 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) in analogix_dp_init_aux() 888 if (dp->plat_data && is_rockchip(dp->plat_data->dev_type)) { in analogix_dp_config_video_slave_mode()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rxon.c | 29 ctx->staging.dev_type = ctx->unused_devtype; in iwl_connection_init_rx_config() 33 ctx->staging.dev_type = ctx->ap_devtype; in iwl_connection_init_rx_config() 37 ctx->staging.dev_type = ctx->station_devtype; in iwl_connection_init_rx_config() 42 ctx->staging.dev_type = ctx->ibss_devtype; in iwl_connection_init_rx_config() 49 ctx->staging.dev_type = RXON_DEV_TYPE_SNIFFER; in iwl_connection_init_rx_config() 110 u8 old_dev_type = send->dev_type; in iwlagn_disable_pan() 121 send->dev_type = RXON_DEV_TYPE_P2P; in iwlagn_disable_pan() 126 send->dev_type = old_dev_type; in iwlagn_disable_pan() 863 CHK_NEQ(staging->dev_type, active->dev_type); in iwl_full_rxon_required() 907 IWL_DEBUG_RADIO(priv, "u8 dev_type: 0x%x\n", rxon->dev_type); in iwl_print_rx_config_cmd()
|
/drivers/dma/ |
D | ste_dma40.c | 1241 u32 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.dev_type); in d40_config_set_event() 1712 if ((is_log && conf->dev_type > d40c->base->num_log_chans) || in d40_validate_conf() 1713 (!is_log && conf->dev_type > d40c->base->num_phy_chans) || in d40_validate_conf() 1714 (conf->dev_type < 0)) { in d40_validate_conf() 1715 chan_err(d40c, "Invalid device type (%d)\n", conf->dev_type); in d40_validate_conf() 1833 int dev_type = d40c->dma_cfg.dev_type; in d40_allocate_channel() local 1848 log_num = 2 * dev_type; in d40_allocate_channel() 1853 log_num = 2 * dev_type + 1; in d40_allocate_channel() 1858 event_group = D40_TYPE_TO_GROUP(dev_type); in d40_allocate_channel() 1859 event_line = D40_TYPE_TO_EVENT(dev_type); in d40_allocate_channel() [all …]
|