/drivers/usb/serial/ |
D | kobil_sct.c | 140 __u16 device_type; member 160 priv->device_type = le16_to_cpu(serial->dev->descriptor.idProduct); in kobil_startup() 162 switch (priv->device_type) { in kobil_startup() 310 if (priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID || in kobil_open() 311 priv->device_type == KOBIL_ADAPTER_K_PRODUCT_ID) { in kobil_open() 341 if (priv->device_type == KOBIL_USBTWIN_PRODUCT_ID || in kobil_open() 342 priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID || in kobil_open() 343 priv->device_type == KOBIL_KAAN_SIM_PRODUCT_ID) { in kobil_open() 452 …if (((priv->device_type != KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 2) && (priv->filled >= (… in kobil_write() 453 …((priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 3) && (priv->filled >= (priv… in kobil_write() [all …]
|
/drivers/mtd/chips/ |
D | cfi_util.c | 30 int osf = cfi->interleave * cfi->device_type; /* scale factor */ in cfi_qry_present() 58 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_on() 59 cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_on() 64 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_on() 65 cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_on() 66 cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_on() 70 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_on() 71 cfi_send_gen_cmd(0x98, 0x555, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_on() 82 cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_off() 83 cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL); in cfi_qry_mode_off() [all …]
|
D | cfi_probe.c | 148 map->name, cfi->interleave, cfi->device_type*8, base, in cfi_probe_chip() 157 int ofs_factor = cfi->interleave*cfi->device_type; in cfi_chip_setup() 191 cfi_send_gen_cmd(0xf0, 0, base, map, cfi, cfi->device_type, NULL); in cfi_chip_setup() 192 cfi_send_gen_cmd(0xaa, 0x555, base, map, cfi, cfi->device_type, NULL); in cfi_chip_setup() 193 cfi_send_gen_cmd(0x55, 0x2aa, base, map, cfi, cfi->device_type, NULL); in cfi_chip_setup() 194 cfi_send_gen_cmd(0x90, 0x555, base, map, cfi, cfi->device_type, NULL); in cfi_chip_setup() 232 map->name, cfi->interleave, cfi->device_type*8, base, in cfi_chip_setup()
|
D | jedec_probe.c | 1812 mask = (1 << (cfi->device_type * 8)) - 1; in jedec_read_mfr() 1826 mask = (1 << (cfi->device_type * 8)) -1; in jedec_read_id() 1845 cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_reset() 1846 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, base, map, cfi, cfi->device_type, NULL); in jedec_reset() 1849 cfi_send_gen_cmd(0xF0, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_reset() 1855 cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL); in jedec_reset() 1865 if (! (jedec_table[index].devtypes & p_cfi->device_type)) { in cfi_jedec_setup() 1867 jedec_table[index].name, 4 * (1<<p_cfi->device_type)); in cfi_jedec_setup() 1903 p_cfi->addr_unlock1 = unlock_addrs[uaddr].addr1 / p_cfi->device_type; in cfi_jedec_setup() 1904 p_cfi->addr_unlock2 = unlock_addrs[uaddr].addr2 / p_cfi->device_type; in cfi_jedec_setup() [all …]
|
D | cfi_cmdset_0002.c | 994 cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 995 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 996 cfi_send_gen_cmd(0x88, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 1000 cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 1001 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 1002 cfi_send_gen_cmd(0x90, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 1003 cfi_send_gen_cmd(0x00, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_read_secsi_onechip() 1102 cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_write_oneword() 1103 cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL); in do_write_oneword() 1104 cfi_send_gen_cmd(0xA0, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL); in do_write_oneword() [all …]
|
D | cfi_cmdset_0020.c | 856 chipstatus |= status.x[w] >> (cfi->device_type * 8); in do_erase_oneblock() 1145 int ofs_factor = cfi->interleave * cfi->device_type; in cfi_staa_lock() 1163 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_lock() 1165 cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_lock() 1171 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_lock() 1173 cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_lock() 1294 int ofs_factor = cfi->interleave * cfi->device_type; in cfi_staa_unlock() 1305 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_unlock() 1311 cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_unlock() 1318 cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL); in cfi_staa_unlock() [all …]
|
/drivers/s390/crypto/ |
D | ap_bus.c | 159 ap_test_queue(ap_qid_t qid, int *queue_depth, int *device_type) in ap_test_queue() argument 167 *device_type = (int) (reg2 >> 24); in ap_test_queue() 382 static int ap_query_queue(ap_qid_t qid, int *queue_depth, int *device_type) in ap_query_queue() argument 393 *device_type = t_device_type; in ap_query_queue() 521 return snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->device_type); in ap_hwtype_show() 551 return sprintf(buf, "ap:t%02X", to_ap_dev(dev)->device_type); in ap_modalias_show() 586 (id->dev_type != ap_dev->device_type)) in ap_bus_match() 610 retval = add_uevent_var(env, "DEV_TYPE=%04X", ap_dev->device_type); in ap_uevent() 615 retval = add_uevent_var(env, "MODALIAS=ap:t%02X", ap_dev->device_type); in ap_uevent() 819 int queue_depth, device_type, count, max_count, best_domain; in ap_select_domain() local [all …]
|
D | ap_bus.h | 137 int device_type; /* AP device type. */ member
|
/drivers/scsi/qla2xxx/ |
D | qla_os.c | 1514 ha->device_type = DT_EXTENDED_IDS; in qla2x00_set_isp_flags() 1517 ha->device_type |= DT_ISP2100; in qla2x00_set_isp_flags() 1518 ha->device_type &= ~DT_EXTENDED_IDS; in qla2x00_set_isp_flags() 1522 ha->device_type |= DT_ISP2200; in qla2x00_set_isp_flags() 1523 ha->device_type &= ~DT_EXTENDED_IDS; in qla2x00_set_isp_flags() 1527 ha->device_type |= DT_ISP2300; in qla2x00_set_isp_flags() 1528 ha->device_type |= DT_ZIO_SUPPORTED; in qla2x00_set_isp_flags() 1532 ha->device_type |= DT_ISP2312; in qla2x00_set_isp_flags() 1533 ha->device_type |= DT_ZIO_SUPPORTED; in qla2x00_set_isp_flags() 1537 ha->device_type |= DT_ISP2322; in qla2x00_set_isp_flags() [all …]
|
D | qla_def.h | 2332 uint32_t device_type; member 2355 #define DT_MASK(ha) ((ha)->device_type & (DT_ISP_LAST - 1)) 2385 #define IS_IIDMA_CAPABLE(ha) ((ha)->device_type & DT_IIDMA) 2386 #define IS_FWI2_CAPABLE(ha) ((ha)->device_type & DT_FWI2) 2387 #define IS_ZIO_SUPPORTED(ha) ((ha)->device_type & DT_ZIO_SUPPORTED) 2388 #define IS_OEM_001(ha) ((ha)->device_type & DT_OEM_001) 2389 #define HAS_EXTENDED_IDS(ha) ((ha)->device_type & DT_EXTENDED_IDS)
|
/drivers/scsi/libsas/ |
D | sas_internal.h | 139 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy() 142 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy() 145 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy() 148 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
|
/drivers/scsi/ |
D | scsi_transport_sas.c | 129 sas_bitfield_name_search(device_type, sas_device_type_names) 469 if (!phy->identify.device_type) in show_sas_device_type() 471 return get_sas_device_type_names(phy->identify.device_type, buf); in show_sas_device_type() 473 static DEVICE_ATTR(device_type, S_IRUGO, show_sas_device_type, NULL); 1080 if (!rphy->identify.device_type) in show_sas_rphy_device_type() 1083 rphy->identify.device_type, buf); in show_sas_rphy_device_type() 1086 static SAS_DEVICE_ATTR(rphy, device_type, S_IRUGO, 1156 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_read_port_mode_page() 1284 rphy->identify.device_type == SAS_END_DEVICE; in sas_end_dev_match() 1307 (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE || in sas_expander_match() [all …]
|
D | ibmmca.c | 319 int device_type; /* type of the SCSI-device. See include/scsi/scsi.h member 685 …if ((ld(shpnt)[ldn].device_type != TYPE_NO_LUN) && (ld(shpnt)[ldn].device_type != TYPE_NO_DEVICE))… in interrupt_handler() 1239 if (device_exists(shpnt, ldn, &ld(shpnt)[ldn].block_length, &ld(shpnt)[ldn].device_type)) { in check_devices() 1336 static int device_exists(struct Scsi_Host *shpnt, int ldn, int *block_length, int *device_type) in device_exists() argument 1344 *device_type = TYPE_ROM; in device_exists() 1349 *device_type = TYPE_WORM; in device_exists() 1354 *device_type = TYPE_DISK; in device_exists() 1362 *device_type = TYPE_MOD; in device_exists() 1370 *device_type = TYPE_TAPE; in device_exists() 1375 *device_type = TYPE_PROCESSOR; in device_exists() [all …]
|
/drivers/net/ixgb/ |
D | ixgb_hw.c | 61 u32 device_type); 767 u32 device_type) in ixgb_read_phy_reg() argument 775 ASSERT(device_type <= IXGB_MAX_PHY_DEV_TYPE); in ixgb_read_phy_reg() 779 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) | in ixgb_read_phy_reg() 806 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) | in ixgb_read_phy_reg() 860 u32 device_type, in ixgb_write_phy_reg() argument 868 ASSERT(device_type <= IXGB_MAX_PHY_DEV_TYPE); in ixgb_write_phy_reg() 875 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) | in ixgb_write_phy_reg() 902 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) | in ixgb_write_phy_reg()
|
/drivers/ide/ |
D | ide-atapi.c | 32 u8 gcw[2], protocol, device_type, removable, drq_type, packet_size; in ide_check_atapi_device() local 37 device_type = gcw[1] & 0x1F; in ide_check_atapi_device() 44 if (drive->media == ide_floppy && device_type == 5 && in ide_check_atapi_device() 47 device_type = 0; in ide_check_atapi_device() 53 else if ((drive->media == ide_floppy && device_type != 0) || in ide_check_atapi_device() 54 (drive->media == ide_tape && device_type != 1)) in ide_check_atapi_device() 56 s, drive->name, device_type); in ide_check_atapi_device()
|
/drivers/net/ixgbe/ |
D | ixgbe_phy.c | 163 u32 device_type, u16 *phy_data) in ixgbe_read_phy_reg_generic() argument 182 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) | in ixgbe_read_phy_reg_generic() 213 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) | in ixgbe_read_phy_reg_generic() 261 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_generic() argument 282 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) | in ixgbe_write_phy_reg_generic() 313 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) | in ixgbe_write_phy_reg_generic()
|
D | ixgbe_phy.h | 83 u32 device_type, u16 *phy_data); 85 u32 device_type, u16 phy_data);
|
/drivers/media/video/cpia2/ |
D | cpia2_core.c | 142 unsigned int device = cam->params.pnp_id.device_type; in cpia2_do_command() 437 cam->params.pnp_id.device_type = DEVICE_STV_672; in cpia2_do_command() 440 cam->params.pnp_id.device_type = DEVICE_STV_676; in cpia2_do_command() 656 if (cam->params.pnp_id.device_type == DEVICE_STV_672) { in cpia2_reset_camera() 668 if (cam->params.pnp_id.device_type == DEVICE_STV_672) in cpia2_reset_camera() 677 if (cam->params.pnp_id.device_type == DEVICE_STV_676) { in cpia2_reset_camera() 763 if (cam->params.pnp_id.device_type == DEVICE_STV_672) in cpia2_reset_camera() 775 if (cam->params.pnp_id.device_type == DEVICE_STV_676) in cpia2_reset_camera() 978 if (cam->params.pnp_id.device_type == DEVICE_STV_672) in set_default_user_mode() 1210 if (cam->params.pnp_id.device_type == DEVICE_STV_672) { in config_sensor_410() [all …]
|
D | cpia2_v4l.c | 700 switch (cam->params.pnp_id.device_type) { in ioctl_querycap() 1011 if (cam->params.pnp_id.device_type == DEVICE_STV_672) in ioctl_queryctrl() 1016 if(cam->params.pnp_id.device_type == DEVICE_STV_672) in ioctl_queryctrl() 1020 if(cam->params.pnp_id.device_type == DEVICE_STV_672 && in ioctl_queryctrl() 1034 if(cam->params.pnp_id.device_type != DEVICE_STV_672) in ioctl_queryctrl() 1074 if(cam->params.pnp_id.device_type == DEVICE_STV_672 && in ioctl_querymenu()
|
/drivers/usb/core/ |
D | usb.h | 107 extern struct device_type usb_device_type; 108 extern struct device_type usb_if_device_type;
|
/drivers/net/ |
D | s2io.c | 1183 if (nic->device_type == XFRAME_II_DEVICE) { in init_tti() 1270 if (nic->device_type & XFRAME_II_DEVICE) { in init_nic() 1286 if (nic->device_type == XFRAME_II_DEVICE) { in init_nic() 1315 if (nic->device_type & XFRAME_II_DEVICE) { in init_nic() 1382 if ((nic->device_type == XFRAME_I_DEVICE) && in init_nic() 1413 if (nic->device_type & XFRAME_II_DEVICE) in init_nic() 1705 if (nic->device_type == XFRAME_II_DEVICE) { in init_nic() 1728 if (nic->device_type == XFRAME_II_DEVICE) { in init_nic() 1802 if (nic->device_type == XFRAME_II_DEVICE) in init_nic() 1862 if (nic->device_type == XFRAME_II_DEVICE) { in init_nic() [all …]
|
/drivers/mmc/core/ |
D | bus.h | 23 struct device_type *type);
|
/drivers/video/via/ |
D | chip.h | 111 int device_type; member
|
D | ioctl.h | 199 unsigned int device_type; member
|
/drivers/media/dvb/siano/ |
D | smsusb.c | 315 params.device_type = sms_get_board(board_id)->type; in smsusb_init_device() 317 switch (params.device_type) { in smsusb_init_device()
|