devtype            88 arch/powerpc/boot/serial.c 	char devtype[MAX_PROP_LEN];
devtype           101 arch/powerpc/boot/serial.c 		if ((getprop(devp, "device_type", devtype, sizeof(devtype)) > 0)
devtype           102 arch/powerpc/boot/serial.c 				&& !strcmp(devtype, "serial"))
devtype            79 arch/powerpc/boot/virtex.c 	char devtype[MAX_PROP_LEN];
devtype            91 arch/powerpc/boot/virtex.c 		if ((getprop(devp, "device_type", devtype, sizeof(devtype)) > 0)
devtype            92 arch/powerpc/boot/virtex.c 				&& !strcmp(devtype, "serial")
devtype            41 drivers/amba/bus.c 	ret = (dev->uci.devtype == uci->devtype) &&
devtype           438 drivers/amba/bus.c 			dev->uci.devtype =
devtype           243 drivers/block/paride/bpck.c 	if (pi->devtype == PI_PCD) {
devtype           352 drivers/block/paride/paride.c 	int devtype, int verbose, char *device)
devtype           391 drivers/block/paride/paride.c 		pi->devtype = devtype;
devtype            42 drivers/block/paride/paride.h 	int	devtype;	     /* device type: PI_PD etc. */
devtype            69 drivers/block/paride/paride.h 	int devtype,		/* device type: PI_PD, PI_PCD, etc ... */
devtype           131 drivers/bus/imx-weim.c 			     const struct imx_weim_devtype *devtype,
devtype           139 drivers/bus/imx-weim.c 	if (WARN_ON(devtype->cs_regs_count > MAX_CS_REGS_COUNT))
devtype           141 drivers/bus/imx-weim.c 	if (WARN_ON(devtype->cs_count > MAX_CS_COUNT))
devtype           145 drivers/bus/imx-weim.c 					 value, devtype->cs_regs_count);
devtype           165 drivers/bus/imx-weim.c 		if (cs_idx >= devtype->cs_count)
devtype           171 drivers/bus/imx-weim.c 					devtype->cs_regs_count * sizeof(u32))) {
devtype           177 drivers/bus/imx-weim.c 		for (i = 0; i < devtype->cs_regs_count; i++)
devtype           179 drivers/bus/imx-weim.c 				base + cs_idx * devtype->cs_stride + i * 4);
devtype           183 drivers/bus/imx-weim.c 				devtype->cs_regs_count * sizeof(u32));
devtype           194 drivers/bus/imx-weim.c 	const struct imx_weim_devtype *devtype = of_id->data;
devtype           200 drivers/bus/imx-weim.c 	if (devtype == &imx50_weim_devtype) {
devtype           207 drivers/bus/imx-weim.c 		if (devtype->wcr_bcm) {
devtype           208 drivers/bus/imx-weim.c 			reg = readl(base + devtype->wcr_offset);
devtype           209 drivers/bus/imx-weim.c 			writel(reg | devtype->wcr_bcm,
devtype           210 drivers/bus/imx-weim.c 				base + devtype->wcr_offset);
devtype           218 drivers/bus/imx-weim.c 		ret = weim_timing_setup(&pdev->dev, child, base, devtype, &ts);
devtype           184 drivers/dma/imx-dma.c 	enum imx_dma_type		devtype;
devtype           229 drivers/dma/imx-dma.c 	return imxdma->devtype == IMX1_DMA;
devtype           234 drivers/dma/imx-dma.c 	return imxdma->devtype == IMX27_DMA;
devtype          1073 drivers/dma/imx-dma.c 	imxdma->devtype = pdev->id_entry->driver_data;
devtype           662 drivers/edac/mv64x60_edac.c 	u32 devtype;
devtype           677 drivers/edac/mv64x60_edac.c 	devtype = (ctl >> 20) & 0x3;
devtype           678 drivers/edac/mv64x60_edac.c 	switch (devtype) {
devtype            32 drivers/fpga/altera-ps-spi.c 	enum altera_ps_devtype devtype;
devtype            60 drivers/fpga/altera-ps-spi.c 	.devtype = CYCLONE5,
devtype            68 drivers/fpga/altera-ps-spi.c 	.devtype = ARRIA10,
devtype           242 drivers/fpga/altera-ps-spi.c 	kernel_ulong_t devtype = id->driver_data;
devtype           246 drivers/fpga/altera-ps-spi.c 	if (devtype >= ARRAY_SIZE(altera_ps_data_map))
devtype           249 drivers/fpga/altera-ps-spi.c 	data = altera_ps_data_map[devtype];
devtype           250 drivers/fpga/altera-ps-spi.c 	if (!data || data->devtype != devtype)
devtype           332 drivers/gpio/gpio-mpc8xxx.c 	const struct mpc8xxx_gpio_devtype *devtype =
devtype           374 drivers/gpio/gpio-mpc8xxx.c 	if (!devtype)
devtype           375 drivers/gpio/gpio-mpc8xxx.c 		devtype = &mpc8xxx_gpio_devtype_default;
devtype           381 drivers/gpio/gpio-mpc8xxx.c 	if (devtype->irq_set_type)
devtype           382 drivers/gpio/gpio-mpc8xxx.c 		mpc8xxx_irq_chip.irq_set_type = devtype->irq_set_type;
devtype           384 drivers/gpio/gpio-mpc8xxx.c 	if (devtype->gpio_dir_out)
devtype           385 drivers/gpio/gpio-mpc8xxx.c 		gc->direction_output = devtype->gpio_dir_out;
devtype           386 drivers/gpio/gpio-mpc8xxx.c 	if (devtype->gpio_get)
devtype           387 drivers/gpio/gpio-mpc8xxx.c 		gc->get = devtype->gpio_get;
devtype           414 drivers/gpio/gpio-mpc8xxx.c 	if (devtype->gpio_dir_in_init)
devtype           415 drivers/gpio/gpio-mpc8xxx.c 		devtype->gpio_dir_in_init(gc);
devtype           954 drivers/gpu/ipu-v3/ipu-common.c 	const struct ipu_devtype *devtype = ipu->devtype;
devtype           956 drivers/gpu/ipu-v3/ipu-common.c 	ret = ipu_cpmem_init(ipu, dev, ipu_base + devtype->cpmem_ofs);
devtype           962 drivers/gpu/ipu-v3/ipu-common.c 	ret = ipu_csi_init(ipu, dev, 0, ipu_base + devtype->csi0_ofs,
devtype           969 drivers/gpu/ipu-v3/ipu-common.c 	ret = ipu_csi_init(ipu, dev, 1, ipu_base + devtype->csi1_ofs,
devtype           977 drivers/gpu/ipu-v3/ipu-common.c 			  ipu_base + devtype->ic_ofs,
devtype           978 drivers/gpu/ipu-v3/ipu-common.c 			  ipu_base + devtype->tpm_ofs);
devtype           984 drivers/gpu/ipu-v3/ipu-common.c 	ret = ipu_vdi_init(ipu, dev, ipu_base + devtype->vdi_ofs,
devtype           998 drivers/gpu/ipu-v3/ipu-common.c 	ret = ipu_di_init(ipu, dev, 0, ipu_base + devtype->disp0_ofs,
devtype          1005 drivers/gpu/ipu-v3/ipu-common.c 	ret = ipu_di_init(ipu, dev, 1, ipu_base + devtype->disp1_ofs,
devtype          1012 drivers/gpu/ipu-v3/ipu-common.c 	ret = ipu_dc_init(ipu, dev, ipu_base + devtype->cm_ofs +
devtype          1013 drivers/gpu/ipu-v3/ipu-common.c 			IPU_CM_DC_REG_OFS, ipu_base + devtype->dc_tmpl_ofs);
devtype          1020 drivers/gpu/ipu-v3/ipu-common.c 			devtype->cm_ofs + IPU_CM_DMFC_REG_OFS, ipu_clk);
devtype          1026 drivers/gpu/ipu-v3/ipu-common.c 	ret = ipu_dp_init(ipu, dev, ipu_base + devtype->srm_ofs);
devtype          1033 drivers/gpu/ipu-v3/ipu-common.c 			devtype->cm_ofs + IPU_CM_SMFC_REG_OFS);
devtype          1380 drivers/gpu/ipu-v3/ipu-common.c 	const struct ipu_devtype *devtype;
devtype          1382 drivers/gpu/ipu-v3/ipu-common.c 	devtype = of_device_get_match_data(&pdev->dev);
devtype          1383 drivers/gpu/ipu-v3/ipu-common.c 	if (!devtype)
devtype          1414 drivers/gpu/ipu-v3/ipu-common.c 	ipu->devtype = devtype;
devtype          1415 drivers/gpu/ipu-v3/ipu-common.c 	ipu->ipu_type = devtype->type;
devtype          1422 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->cm_ofs);
devtype          1424 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->cm_ofs + IPU_CM_IDMAC_REG_OFS);
devtype          1426 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->cpmem_ofs);
devtype          1428 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->csi0_ofs);
devtype          1430 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->csi1_ofs);
devtype          1432 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->ic_ofs);
devtype          1434 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->disp0_ofs);
devtype          1436 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->disp1_ofs);
devtype          1438 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->srm_ofs);
devtype          1440 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->tpm_ofs);
devtype          1442 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->cm_ofs + IPU_CM_DC_REG_OFS);
devtype          1444 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->cm_ofs + IPU_CM_IC_REG_OFS);
devtype          1446 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->cm_ofs + IPU_CM_DMFC_REG_OFS);
devtype          1448 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->vdi_ofs);
devtype          1451 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->cm_ofs, PAGE_SIZE);
devtype          1453 drivers/gpu/ipu-v3/ipu-common.c 			ipu_base + devtype->cm_ofs + IPU_CM_IDMAC_REG_OFS,
devtype          1506 drivers/gpu/ipu-v3/ipu-common.c 	dev_info(&pdev->dev, "%s probed\n", devtype->name);
devtype           171 drivers/gpu/ipu-v3/ipu-prv.h 	const struct ipu_devtype	*devtype;
devtype           203 drivers/hid/hid-wiimote-core.c 	if (wdata->state.devtype == WIIMOTE_DEV_BALANCE_BOARD) {
devtype           621 drivers/hid/hid-wiimote-core.c 				 unsigned int devtype)
devtype           628 drivers/hid/hid-wiimote-core.c 	mods = wiimote_devtype_mods[devtype];
devtype           668 drivers/hid/hid-wiimote-core.c 	wdata->state.devtype = devtype;
devtype           691 drivers/hid/hid-wiimote-core.c 	mods = wiimote_devtype_mods[wdata->state.devtype];
devtype           694 drivers/hid/hid-wiimote-core.c 	wdata->state.devtype = WIIMOTE_DEV_UNKNOWN;
devtype           812 drivers/hid/hid-wiimote-core.c 	__u8 devtype = WIIMOTE_DEV_GENERIC;
devtype           821 drivers/hid/hid-wiimote-core.c 		devtype = WIIMOTE_DEV_BALANCE_BOARD;
devtype           824 drivers/hid/hid-wiimote-core.c 		devtype = WIIMOTE_DEV_PRO_CONTROLLER;
devtype           829 drivers/hid/hid-wiimote-core.c 		devtype = WIIMOTE_DEV_GEN10;
devtype           832 drivers/hid/hid-wiimote-core.c 		devtype = WIIMOTE_DEV_GEN20;
devtype           835 drivers/hid/hid-wiimote-core.c 		devtype = WIIMOTE_DEV_BALANCE_BOARD;
devtype           838 drivers/hid/hid-wiimote-core.c 		devtype = WIIMOTE_DEV_PRO_CONTROLLER;
devtype           844 drivers/hid/hid-wiimote-core.c 			devtype = WIIMOTE_DEV_GEN10;
devtype           847 drivers/hid/hid-wiimote-core.c 			devtype = WIIMOTE_DEV_GEN20;
devtype           853 drivers/hid/hid-wiimote-core.c 	if (devtype == WIIMOTE_DEV_GENERIC)
devtype           858 drivers/hid/hid-wiimote-core.c 			 wiimote_devtype_names[devtype]);
devtype           860 drivers/hid/hid-wiimote-core.c 	wiimote_modules_load(wdata, devtype);
devtype           872 drivers/hid/hid-wiimote-core.c 	wdata->state.devtype = WIIMOTE_DEV_UNKNOWN;
devtype          1209 drivers/hid/hid-wiimote-core.c 	if (wdata->state.devtype == WIIMOTE_DEV_PENDING) {
devtype          1256 drivers/hid/hid-wiimote-core.c 	mods = wiimote_devtype_mods[wdata->state.devtype];
devtype          1277 drivers/hid/hid-wiimote-core.c 	mods = wiimote_devtype_mods[wdata->state.devtype];
devtype          1369 drivers/hid/hid-wiimote-core.c 	mods = wiimote_devtype_mods[wdata->state.devtype];
devtype          1399 drivers/hid/hid-wiimote-core.c 	mods = wiimote_devtype_mods[wdata->state.devtype];
devtype          1708 drivers/hid/hid-wiimote-core.c 	type = wdata->state.devtype;
devtype          1731 drivers/hid/hid-wiimote-core.c static DEVICE_ATTR(devtype, S_IRUGO, wiimote_dev_show, NULL);
devtype           120 drivers/hid/hid-wiimote.h 	__u8 devtype;
devtype           654 drivers/hwtracing/coresight/coresight-cpu-debug.c 		.devtype	= 0x00000015,
devtype          1200 drivers/hwtracing/coresight/coresight-etm4x.c 		.devtype	= 0x00000013,
devtype           167 drivers/i2c/busses/i2c-imx.c 	enum imx_i2c_type	devtype;
devtype           209 drivers/i2c/busses/i2c-imx.c 	.devtype		= IMX1_I2C,
devtype           219 drivers/i2c/busses/i2c-imx.c 	.devtype		= IMX21_I2C,
devtype           229 drivers/i2c/busses/i2c-imx.c 	.devtype		= VF610_I2C,
devtype           267 drivers/i2c/busses/i2c-imx.c 	return i2c_imx->hwdata->devtype == IMX1_I2C;
devtype           132 drivers/i2c/busses/i2c-rcar.c 	enum rcar_i2c_type devtype;
devtype           217 drivers/i2c/busses/i2c-rcar.c 	if (priv->devtype == I2C_RCAR_GEN3)
devtype           250 drivers/i2c/busses/i2c-rcar.c 	switch (priv->devtype) {
devtype           372 drivers/i2c/busses/i2c-rcar.c 	if (priv->devtype == I2C_RCAR_GEN3 &&
devtype           791 drivers/i2c/busses/i2c-rcar.c 	if (priv->devtype == I2C_RCAR_GEN3) {
devtype           945 drivers/i2c/busses/i2c-rcar.c 	priv->devtype = (enum rcar_i2c_type)of_device_get_match_data(dev);
devtype           974 drivers/i2c/busses/i2c-rcar.c 	if (priv->devtype == I2C_RCAR_GEN3) {
devtype            37 drivers/leds/leds-mc13783.c 	struct mc13xxx_led_devtype	*devtype;
devtype           105 drivers/leds/leds-mc13783.c 	return mc13xxx_reg_rmw(leds->master, leds->devtype->ledctrl_base + reg,
devtype           130 drivers/leds/leds-mc13783.c 					 leds->devtype->num_regs);
devtype           149 drivers/leds/leds-mc13783.c 		pdata->led[i].id = leds->devtype->led_min + tmp;
devtype           181 drivers/leds/leds-mc13783.c 	struct mc13xxx_led_devtype *devtype =
devtype           191 drivers/leds/leds-mc13783.c 	leds->devtype = devtype;
devtype           205 drivers/leds/leds-mc13783.c 	    (leds->num_leds > (devtype->led_max - devtype->led_min + 1))) {
devtype           215 drivers/leds/leds-mc13783.c 	for (i = 0; i < devtype->num_regs; i++) {
devtype           216 drivers/leds/leds-mc13783.c 		ret = mc13xxx_reg_write(mcdev, leds->devtype->ledctrl_base + i,
devtype           231 drivers/leds/leds-mc13783.c 		if ((id > devtype->led_max) || (id < devtype->led_min)) {
devtype          1896 drivers/media/cec/cec-adap.c 	u8 devtype = cec_log_addr2dev(adap, dest_laddr);
devtype          2039 drivers/media/cec/cec-adap.c 		if (devtype == CEC_OP_PRIM_DEVTYPE_SWITCH && dest_laddr == 15)
devtype          2041 drivers/media/cec/cec-adap.c 		cec_msg_report_physical_addr(&tx_cec_msg, adap->phys_addr, devtype);
devtype          2052 drivers/media/cec/cec-adap.c 		if (devtype == CEC_OP_PRIM_DEVTYPE_SWITCH)
devtype           255 drivers/media/i2c/ov7670.c 	const struct ov7670_devtype *devtype; /* Device specifics */
devtype           967 drivers/media/i2c/ov7670.c 	unsigned int n_win_sizes = info->devtype->n_win_sizes;
devtype           991 drivers/media/i2c/ov7670.c 			wsize = info->devtype->win_sizes + i;
devtype          1003 drivers/media/i2c/ov7670.c 	for (wsize = info->devtype->win_sizes;
devtype          1004 drivers/media/i2c/ov7670.c 	     wsize < info->devtype->win_sizes + win_sizes_limit; wsize++)
devtype          1007 drivers/media/i2c/ov7670.c 	if (wsize >= info->devtype->win_sizes + win_sizes_limit)
devtype          1166 drivers/media/i2c/ov7670.c 	info->devtype->get_framerate(sd, &ival->interval);
devtype          1178 drivers/media/i2c/ov7670.c 	return info->devtype->set_framerate(sd, tpf);
devtype          1195 drivers/media/i2c/ov7670.c 	unsigned int n_win_sizes = info->devtype->n_win_sizes;
devtype          1210 drivers/media/i2c/ov7670.c 		struct ov7670_win_size *win = &info->devtype->win_sizes[i];
devtype          1237 drivers/media/i2c/ov7670.c 	unsigned int n_win_sizes = info->devtype->n_win_sizes;
devtype          1247 drivers/media/i2c/ov7670.c 		struct ov7670_win_size *win = &info->devtype->win_sizes[i];
devtype          1700 drivers/media/i2c/ov7670.c 	format->width = info->devtype->win_sizes[0].width;
devtype          1701 drivers/media/i2c/ov7670.c 	format->height = info->devtype->win_sizes[0].height;
devtype          1915 drivers/media/i2c/ov7670.c 	info->devtype = &ov7670_devdata[id->driver_data];
devtype          1917 drivers/media/i2c/ov7670.c 	info->wsize = &info->devtype->win_sizes[0];
devtype          1926 drivers/media/i2c/ov7670.c 	info->devtype->set_framerate(sd, &tpf);
devtype           892 drivers/media/pci/cx18/cx18-driver.c 	u32 devtype;
devtype           952 drivers/media/pci/cx18/cx18-driver.c 	devtype = cx18_read_reg(cx, 0xC72028);
devtype           953 drivers/media/pci/cx18/cx18-driver.c 	switch (devtype & 0xff000000) {
devtype           955 drivers/media/pci/cx18/cx18-driver.c 		CX18_INFO("cx23418 revision %08x (A)\n", devtype);
devtype           958 drivers/media/pci/cx18/cx18-driver.c 		CX18_INFO("cx23418 revision %08x (B)\n", devtype);
devtype           961 drivers/media/pci/cx18/cx18-driver.c 		CX18_INFO("cx23418 revision %08x (Unknown)\n", devtype);
devtype            67 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_HX4 ||
devtype            68 drivers/media/platform/coda/coda-bit.c 	    dev->devtype->product == CODA_7541 ||
devtype            69 drivers/media/platform/coda/coda-bit.c 	    dev->devtype->product == CODA_960) {
devtype            80 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960) {
devtype           124 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960) {
devtype           138 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960)
devtype           289 drivers/media/platform/coda/coda-bit.c 				if (ctx->dev->devtype->product == CODA_960)
devtype           440 drivers/media/platform/coda/coda-bit.c 	if ((dev->devtype->product == CODA_960) &&
devtype           453 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_DX6)
devtype           503 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product != CODA_DX6 &&
devtype           543 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_DX6)
devtype           562 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product != CODA_DX6)
devtype           581 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_DX6)
devtype           594 drivers/media/platform/coda/coda-bit.c 	if (!ctx->psbuf.vaddr && (dev->devtype->product == CODA_HX4 ||
devtype           595 drivers/media/platform/coda/coda-bit.c 				  dev->devtype->product == CODA_7541)) {
devtype           603 drivers/media/platform/coda/coda-bit.c 		size = dev->devtype->workbuf_size;
devtype           604 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960 &&
devtype           631 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960)
devtype           637 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960)
devtype           640 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960 &&
devtype           664 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960) {
devtype           807 drivers/media/platform/coda/coda-bit.c 	switch (dev->devtype->product) {
devtype           839 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_HX4 ||
devtype           840 drivers/media/platform/coda/coda-bit.c 		    dev->devtype->product == CODA_7541) {
devtype           900 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_HX4 ||
devtype           901 drivers/media/platform/coda/coda-bit.c 	    dev->devtype->product == CODA_7541) {
devtype           962 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960) {
devtype           978 drivers/media/platform/coda/coda-bit.c 	if (product != dev->devtype->product) {
devtype           981 drivers/media/platform/coda/coda-bit.c 			 coda_product_name(dev->devtype->product),
devtype          1097 drivers/media/platform/coda/coda-bit.c 	switch (dev->devtype->product) {
devtype          1120 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_DX6) {
devtype          1128 drivers/media/platform/coda/coda-bit.c 	switch (dev->devtype->product) {
devtype          1160 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960)
devtype          1169 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960)
devtype          1229 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960)
devtype          1245 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960)
devtype          1260 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960) {
devtype          1267 drivers/media/platform/coda/coda-bit.c 			if (dev->devtype->product == CODA_DX6)
devtype          1284 drivers/media/platform/coda/coda-bit.c 		switch (dev->devtype->product) {
devtype          1316 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960)
devtype          1335 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_HX4 ||
devtype          1336 drivers/media/platform/coda/coda-bit.c 	    dev->devtype->product == CODA_7541) {
devtype          1340 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product != CODA_DX6) {
devtype          1351 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960) {
devtype          1400 drivers/media/platform/coda/coda-bit.c 		if (ctx->dev->devtype->product != CODA_960 &&
devtype          1514 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960)
devtype          1582 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960) {
devtype          1608 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product != CODA_DX6)
devtype          1711 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960)
devtype          1812 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product != CODA_HX4 &&
devtype          1813 drivers/media/platform/coda/coda-bit.c 	    dev->devtype->product != CODA_7541 &&
devtype          1814 drivers/media/platform/coda/coda-bit.c 	    dev->devtype->product != CODA_960)
devtype          1881 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960 &&
devtype          1891 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_HX4 ||
devtype          1892 drivers/media/platform/coda/coda-bit.c 		    dev->devtype->product == CODA_7541) {
devtype          1898 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960) {
devtype          1905 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product != CODA_960)
devtype          1929 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_DX6) {
devtype          1981 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product != CODA_DX6) {
devtype          2050 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product != CODA_DX6) {
devtype          2064 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960) {
devtype          2080 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_HX4 ||
devtype          2081 drivers/media/platform/coda/coda-bit.c 	    dev->devtype->product == CODA_7541) {
devtype          2088 drivers/media/platform/coda/coda-bit.c 	} else if (dev->devtype->product == CODA_960) {
devtype          2156 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_960)
devtype          2166 drivers/media/platform/coda/coda-bit.c 		if (dev->devtype->product == CODA_960) {
devtype          2194 drivers/media/platform/coda/coda-bit.c 	switch (dev->devtype->product) {
devtype          2212 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product != CODA_DX6)
devtype          2339 drivers/media/platform/coda/coda-bit.c 	if (dev->devtype->product == CODA_HX4 ||
devtype          2340 drivers/media/platform/coda/coda-bit.c 	    dev->devtype->product == CODA_7541) {
devtype           280 drivers/media/platform/coda/coda-common.c 	const struct coda_codec *codecs = dev->devtype->codecs;
devtype           281 drivers/media/platform/coda/coda-common.c 	int num_codecs = dev->devtype->num_codecs;
devtype           305 drivers/media/platform/coda/coda-common.c 	const struct coda_codec *codecs = dev->devtype->codecs;
devtype           306 drivers/media/platform/coda/coda-common.c 	int num_codecs = dev->devtype->num_codecs;
devtype           332 drivers/media/platform/coda/coda-common.c 	if (i >= dev->devtype->num_vdevs)
devtype           335 drivers/media/platform/coda/coda-common.c 	return dev->devtype->vdevs[i];
devtype           390 drivers/media/platform/coda/coda-common.c 	strscpy(cap->card, coda_product_name(ctx->dev->devtype->product),
devtype           724 drivers/media/platform/coda/coda-common.c 		if (!disable_tiling && ctx->dev->devtype->product == CODA_960) {
devtype          1859 drivers/media/platform/coda/coda-common.c 			if (ctx->dev->devtype->product != CODA_960 &&
devtype          2135 drivers/media/platform/coda/coda-common.c 	int max_gop_size = (ctx->dev->devtype->product == CODA_DX6) ? 60 : 99;
devtype          2145 drivers/media/platform/coda/coda-common.c 	if (ctx->dev->devtype->product != CODA_960) {
devtype          2168 drivers/media/platform/coda/coda-common.c 	if (ctx->dev->devtype->product == CODA_HX4 ||
devtype          2169 drivers/media/platform/coda/coda-common.c 	    ctx->dev->devtype->product == CODA_7541) {
devtype          2178 drivers/media/platform/coda/coda-common.c 	if (ctx->dev->devtype->product == CODA_960) {
devtype          2197 drivers/media/platform/coda/coda-common.c 	if (ctx->dev->devtype->product == CODA_HX4 ||
devtype          2198 drivers/media/platform/coda/coda-common.c 	    ctx->dev->devtype->product == CODA_7541 ||
devtype          2199 drivers/media/platform/coda/coda-common.c 	    ctx->dev->devtype->product == CODA_960) {
devtype          2255 drivers/media/platform/coda/coda-common.c 	if (ctx->dev->devtype->product == CODA_HX4 ||
devtype          2256 drivers/media/platform/coda/coda-common.c 	    ctx->dev->devtype->product == CODA_7541)
devtype          2258 drivers/media/platform/coda/coda-common.c 	else if (ctx->dev->devtype->product == CODA_960)
devtype          2413 drivers/media/platform/coda/coda-common.c 	if (dev->devtype->product == CODA_DX6)
devtype          2448 drivers/media/platform/coda/coda-common.c 	switch (dev->devtype->product) {
devtype          2556 drivers/media/platform/coda/coda-common.c 	if (ctx->dev->devtype->product == CODA_DX6)
devtype          2606 drivers/media/platform/coda/coda-common.c 	if (dev->devtype->product == CODA_DX6) {
devtype          2626 drivers/media/platform/coda/coda-common.c 	if (dev->devtype->product == CODA_960 ||
devtype          2627 drivers/media/platform/coda/coda-common.c 	    dev->devtype->product == CODA_7541 ||
devtype          2628 drivers/media/platform/coda/coda-common.c 	    dev->devtype->product == CODA_HX4) {
devtype          2641 drivers/media/platform/coda/coda-common.c 	switch (dev->devtype->product) {
devtype          2650 drivers/media/platform/coda/coda-common.c 	if (dev->devtype->product == CODA_960)
devtype          2656 drivers/media/platform/coda/coda-common.c 	if (dev->devtype->product != CODA_DX6)
devtype          2688 drivers/media/platform/coda/coda-common.c 	if (i >= dev->devtype->num_vdevs)
devtype          2690 drivers/media/platform/coda/coda-common.c 	type = dev->devtype->vdevs[i]->type;
devtype          2692 drivers/media/platform/coda/coda-common.c 	strscpy(vfd->name, dev->devtype->vdevs[i]->name, sizeof(vfd->name));
devtype          2732 drivers/media/platform/coda/coda-common.c 		if (dev->devtype->product == CODA_DX6) {
devtype          2753 drivers/media/platform/coda/coda-common.c 	if (dev->firmware >= ARRAY_SIZE(dev->devtype->firmware))
devtype          2756 drivers/media/platform/coda/coda-common.c 	fw = dev->devtype->firmware[dev->firmware];
devtype          2759 drivers/media/platform/coda/coda-common.c 		coda_product_name(dev->devtype->product));
devtype          2786 drivers/media/platform/coda/coda-common.c 			 dev->devtype->firmware[dev->firmware]);
devtype          2814 drivers/media/platform/coda/coda-common.c 	for (i = 0; i < dev->devtype->num_vdevs; i++) {
devtype          2819 drivers/media/platform/coda/coda-common.c 				 dev->devtype->vdevs[i]->name, ret);
devtype          2956 drivers/media/platform/coda/coda-common.c 		dev->devtype = of_id->data;
devtype          2958 drivers/media/platform/coda/coda-common.c 		dev->devtype = &coda_devdata[pdev_id->driver_data];
devtype          3034 drivers/media/platform/coda/coda-common.c 	if (dev->devtype->product == CODA_DX6) {
devtype          3036 drivers/media/platform/coda/coda-common.c 					 dev->devtype->workbuf_size, "workbuf",
devtype          3042 drivers/media/platform/coda/coda-common.c 	if (dev->devtype->tempbuf_size) {
devtype          3044 drivers/media/platform/coda/coda-common.c 					 dev->devtype->tempbuf_size, "tempbuf",
devtype          3050 drivers/media/platform/coda/coda-common.c 	dev->iram.size = dev->devtype->iram_size;
devtype            74 drivers/media/platform/coda/coda.h 	const struct coda_devtype *devtype;
devtype           157 drivers/mmc/host/mxcmmc.c 	enum mxcmci_type	devtype;
devtype           194 drivers/mmc/host/mxcmmc.c 	return host->devtype == IMX31_MMC;
devtype           199 drivers/mmc/host/mxcmmc.c 	return host->devtype == MPC512X_MMC;
devtype          1049 drivers/mmc/host/mxcmmc.c 		host->devtype = id_entry->driver_data;
devtype          1051 drivers/mmc/host/mxcmmc.c 		host->devtype = pdev->id_entry->driver_data;
devtype           303 drivers/mtd/devices/lart.c    __u32 manufacturer,devtype;
devtype           311 drivers/mtd/devices/lart.c    devtype = FLASH_TO_DATA (read32 (ADDR_TO_FLASH_U2 (0x00000001)));
devtype           316 drivers/mtd/devices/lart.c    return (manufacturer == FLASH_MANUFACTURER && (devtype == FLASH_DEVICE_16mbit_TOP || devtype == FLASH_DEVICE_16mbit_BOTTOM));
devtype           212 drivers/net/can/xilinx_can.c 	struct xcan_devtype_data devtype;
devtype           345 drivers/net/can/xilinx_can.c 	if (priv->devtype.flags & XCAN_FLAG_RX_FIFO_MULTI)
devtype           416 drivers/net/can/xilinx_can.c 	btr1 |= (bt->phase_seg2 - 1) << priv->devtype.btr_ts2_shift;
devtype           419 drivers/net/can/xilinx_can.c 	btr1 |= (bt->sjw - 1) << priv->devtype.btr_sjw_shift;
devtype           424 drivers/net/can/xilinx_can.c 	if (priv->devtype.cantype == XAXI_CANFD ||
devtype           425 drivers/net/can/xilinx_can.c 	    priv->devtype.cantype == XAXI_CANFD_2_0) {
devtype           433 drivers/net/can/xilinx_can.c 		btr1 |= (dbt->phase_seg2 - 1) << priv->devtype.btr_ts2_shift;
devtype           436 drivers/net/can/xilinx_can.c 		btr1 |= (dbt->sjw - 1) << priv->devtype.btr_sjw_shift;
devtype           481 drivers/net/can/xilinx_can.c 	if (priv->devtype.flags & XCAN_FLAG_RXMNF)
devtype           496 drivers/net/can/xilinx_can.c 	if (priv->devtype.flags & XCAN_FLAG_EXT_FILTERS)
devtype           592 drivers/net/can/xilinx_can.c 	if (priv->devtype.cantype == XAXI_CANFD ||
devtype           593 drivers/net/can/xilinx_can.c 	    priv->devtype.cantype == XAXI_CANFD_2_0) {
devtype           711 drivers/net/can/xilinx_can.c 	if (priv->devtype.flags & XCAN_FLAG_TX_MAILBOXES)
devtype          1133 drivers/net/can/xilinx_can.c 	if (priv->devtype.flags & XCAN_FLAG_RX_FIFO_MULTI) {
devtype          1144 drivers/net/can/xilinx_can.c 		if (priv->devtype.flags & XCAN_FLAG_CANFD_2)
devtype          1152 drivers/net/can/xilinx_can.c 		if (priv->devtype.flags & XCAN_FLAG_CANFD_2)
devtype          1197 drivers/net/can/xilinx_can.c 		if (priv->devtype.flags & XCAN_FLAG_RX_FIFO_MULTI)
devtype          1660 drivers/net/can/xilinx_can.c 	const struct xcan_devtype_data *devtype = &xcan_axi_data;
devtype          1677 drivers/net/can/xilinx_can.c 		devtype = of_id->data;
devtype          1679 drivers/net/can/xilinx_can.c 	hw_tx_max_property = devtype->flags & XCAN_FLAG_TX_MAILBOXES ?
devtype          1716 drivers/net/can/xilinx_can.c 	if (!(devtype->flags & XCAN_FLAG_TX_MAILBOXES) &&
devtype          1717 drivers/net/can/xilinx_can.c 	    (devtype->flags & XCAN_FLAG_TXFEMP))
devtype          1731 drivers/net/can/xilinx_can.c 	priv->can.bittiming_const = devtype->bittiming_const;
devtype          1737 drivers/net/can/xilinx_can.c 	if (devtype->cantype == XAXI_CANFD)
devtype          1741 drivers/net/can/xilinx_can.c 	if (devtype->cantype == XAXI_CANFD_2_0)
devtype          1745 drivers/net/can/xilinx_can.c 	if (devtype->cantype == XAXI_CANFD ||
devtype          1746 drivers/net/can/xilinx_can.c 	    devtype->cantype == XAXI_CANFD_2_0)
devtype          1751 drivers/net/can/xilinx_can.c 	priv->devtype = *devtype;
devtype          1771 drivers/net/can/xilinx_can.c 	priv->bus_clk = devm_clk_get(&pdev->dev, devtype->bus_clk_name);
devtype          1808 drivers/net/can/xilinx_can.c 	if (priv->devtype.flags & XCAN_FLAG_CANFD_2) {
devtype           661 drivers/nvdimm/bus.c static DEVICE_ATTR_RO(devtype);
devtype            23 drivers/nvmem/imx-ocotp-scu.c 	int devtype;
devtype            39 drivers/nvmem/imx-ocotp-scu.c 	.devtype = IMX8QXP,
devtype            44 drivers/nvmem/imx-ocotp-scu.c 	.devtype = IMX8QM,
devtype            94 drivers/nvmem/imx-ocotp-scu.c 		if (priv->data->devtype == IMX8QXP) {
devtype            70 drivers/rtc/rtc-mxc.c 	enum imx_rtc_type devtype;
devtype            97 drivers/rtc/rtc-mxc.c 	return data->devtype == IMX1_RTC;
devtype           325 drivers/rtc/rtc-mxc.c 		pdata->devtype = (enum imx_rtc_type)of_id->data;
devtype           327 drivers/rtc/rtc-mxc.c 		pdata->devtype = pdev->id_entry->driver_data;
devtype           601 drivers/s390/cio/device.c static DEVICE_ATTR_RO(devtype);
devtype           763 drivers/s390/net/qeth_core.h 	const struct device_type *devtype;
devtype          5697 drivers/s390/net/qeth_core_main.c 						card->discipline->devtype;
devtype           994 drivers/s390/net/qeth_l2_main.c 	.devtype = &qeth_l2_devtype,
devtype          2482 drivers/s390/net/qeth_l3_main.c 	.devtype = &qeth_l3_devtype,
devtype          1096 drivers/scsi/BusLogic.h 	unsigned char devtype:5;	/* Byte 0 Bits 0-4 */
devtype          1744 drivers/scsi/aacraid/aachba.c 	if (dev->hba_map[bus][target].devtype != AAC_DEVTYPE_NATIVE_RAW)
devtype          1978 drivers/scsi/aacraid/aachba.c 			dev->hba_map[bus][target].devtype =
devtype          1984 drivers/scsi/aacraid/aachba.c 			dev->hba_map[bus][target].devtype =
devtype          1989 drivers/scsi/aacraid/aachba.c 			dev->hba_map[bus][target].devtype =
devtype          2094 drivers/scsi/aacraid/aachba.c 			dev->hba_map[bus][target].devtype = 0;
devtype          2897 drivers/scsi/aacraid/aachba.c 				dev->hba_map[bus][cid].devtype
devtype          3724 drivers/scsi/aacraid/aachba.c 		if (dev->hba_map[bus][cid].devtype == AAC_DEVTYPE_NATIVE_RAW) {
devtype          3725 drivers/scsi/aacraid/aachba.c 			dev->hba_map[bus][cid].devtype = AAC_DEVTYPE_ARC_RAW;
devtype          1335 drivers/scsi/aacraid/aacraid.h 	u8		devtype;	/* device type */
devtype          2724 drivers/scsi/aacraid/aacraid.h struct aac_driver_ident* aac_get_driver_ident(int devtype);
devtype           572 drivers/scsi/aacraid/commctrl.c 		dev->hba_map[chn][user_srbcmd->id].devtype ==
devtype           269 drivers/scsi/aacraid/linit.c struct aac_driver_ident* aac_get_driver_ident(int devtype)
devtype           271 drivers/scsi/aacraid/linit.c 	return &aac_drivers[devtype];
devtype           395 drivers/scsi/aacraid/linit.c 	u8 devtype = 0;
devtype           400 drivers/scsi/aacraid/linit.c 		devtype = aac->hba_map[chn][tid].devtype;
devtype           402 drivers/scsi/aacraid/linit.c 		if (devtype == AAC_DEVTYPE_NATIVE_RAW) {
devtype           407 drivers/scsi/aacraid/linit.c 		if (devtype == AAC_DEVTYPE_ARC_RAW) {
devtype           520 drivers/scsi/aacraid/linit.c 		aac->hba_map[chn][tid].devtype == AAC_DEVTYPE_NATIVE_RAW)
devtype           681 drivers/scsi/aacraid/linit.c 	if (aac->hba_map[bus][cid].devtype == AAC_DEVTYPE_NATIVE_RAW) {
devtype           905 drivers/scsi/aacraid/linit.c 	if (info->devtype != AAC_DEVTYPE_NATIVE_RAW &&
devtype           963 drivers/scsi/aacraid/linit.c 	if (info->devtype != AAC_DEVTYPE_NATIVE_RAW &&
devtype          1029 drivers/scsi/aacraid/linit.c 			    info->devtype != AAC_DEVTYPE_NATIVE_RAW) {
devtype          1094 drivers/scsi/aacraid/linit.c 				if (info->devtype == AAC_DEVTYPE_NATIVE_RAW)
devtype          1216 drivers/scsi/atp870u.c 			atp_dev->id[c][k].devtype = 0x7f;
devtype          1844 drivers/scsi/atp870u.c 		dev->id[c][i].devtype = mbuf[0];
devtype          2112 drivers/scsi/atp870u.c 		if ((dev->id[c][i].devtype == 0x00) || (dev->id[c][i].devtype == 0x07) || ((dev->id[c][i].devtype == 0x05) && ((n & 0x10) != 0))) {
devtype            49 drivers/scsi/atp870u.h 		unsigned char devtype;
devtype          1512 drivers/scsi/gdth.c         ha->hdr[hdrive].devtype = (u16)ha->info;
devtype          1738 drivers/scsi/gdth.c                 if ( (nscp->cmnd[4]&1) && !(ha->hdr[t].devtype&1) ) {
devtype          1747 drivers/scsi/gdth.c                     nscp->cmnd[3] = (ha->hdr[t].devtype&1) ? 1:0;
devtype          1896 drivers/scsi/gdth.c                 t,ha->hdr[t].devtype));
devtype          1897 drivers/scsi/gdth.c         inq.type_qual = (ha->hdr[t].devtype&4) ? TYPE_ROM:TYPE_DISK;
devtype          1901 drivers/scsi/gdth.c         if ((ha->hdr[t].devtype & 1) ||
devtype          1927 drivers/scsi/gdth.c         mpd.hd.dev_par     = (ha->hdr[t].devtype&2) ? 0x80:0;
devtype          3834 drivers/scsi/gdth.c         ha->hdr[i].devtype = (status == S_OK ? (u16)info : 0);
devtype           349 drivers/scsi/gdth.h     u8      devtype;                        /* SCSI devicetype */
devtype           852 drivers/scsi/gdth.h         u16          devtype;                /* further information */
devtype           296 drivers/scsi/gdth_proc.c                     pdi->devtype = 0xff;
devtype           299 drivers/scsi/gdth_proc.c                 if (pdi->devtype == 0) {
devtype           788 drivers/scsi/hpsa.c 	if (hdev->devtype == TYPE_DISK || hdev->devtype == TYPE_ZBC)
devtype           835 drivers/scsi/hpsa.c 				scsi_device_type(hdev->devtype));
devtype           837 drivers/scsi/hpsa.c 		if (hdev->devtype == TYPE_RAID || is_logical_device(hdev)) {
devtype           855 drivers/scsi/hpsa.c 		if ((hdev->devtype == TYPE_DISK || hdev->devtype == TYPE_ZBC) &&
devtype          1220 drivers/scsi/hpsa.c 	switch (dev->devtype) {
devtype          1257 drivers/scsi/hpsa.c 			scsi_device_type(dev->devtype),
devtype          1493 drivers/scsi/hpsa.c 	if (dev1->devtype != dev2->devtype)
devtype          1713 drivers/scsi/hpsa.c 			if (dev[j]->devtype != TYPE_DISK &&
devtype          1714 drivers/scsi/hpsa.c 			    dev[j]->devtype != TYPE_ZBC)
devtype          1768 drivers/scsi/hpsa.c 		if (dev[i]->devtype != TYPE_DISK &&
devtype          1769 drivers/scsi/hpsa.c 		    dev[i]->devtype != TYPE_ZBC)
devtype          3946 drivers/scsi/hpsa.c 	this_device->devtype = (inq_buff[0] & 0x1f);
devtype          3963 drivers/scsi/hpsa.c 			scsi_device_type(this_device->devtype),
devtype          3969 drivers/scsi/hpsa.c 	if ((this_device->devtype == TYPE_DISK ||
devtype          3970 drivers/scsi/hpsa.c 		this_device->devtype == TYPE_ZBC) &&
devtype          4014 drivers/scsi/hpsa.c 		*is_OBDR_device = (this_device->devtype == TYPE_ROM &&
devtype          4452 drivers/scsi/hpsa.c 		switch (this_device->devtype) {
devtype          5994 drivers/scsi/hpsa.c 	if (dev->devtype == TYPE_ENCLOSURE) {
devtype            62 drivers/scsi/hpsa.h 	unsigned int devtype;
devtype           400 drivers/scsi/myrb.h 	} __packed devtype:2;		/* Byte 1 Bits 0-1 */
devtype           900 drivers/scsi/smartpqi/smartpqi.h 	int	devtype;		/* as reported by INQUIRY commmand */
devtype          1319 drivers/scsi/smartpqi/smartpqi_init.c 	device->devtype = buffer[0] & 0x1f;
devtype          1323 drivers/scsi/smartpqi/smartpqi_init.c 	if (pqi_is_logical_device(device) && device->devtype == TYPE_DISK) {
devtype          1586 drivers/scsi/smartpqi/smartpqi_init.c 	return scsi_device_type(device->devtype);
devtype          1629 drivers/scsi/smartpqi/smartpqi_init.c 		if (device->devtype == TYPE_DISK)
devtype          1640 drivers/scsi/smartpqi/smartpqi_init.c 		if (device->devtype == TYPE_DISK ||
devtype          1641 drivers/scsi/smartpqi/smartpqi_init.c 			device->devtype == TYPE_ZBC)
devtype          1655 drivers/scsi/smartpqi/smartpqi_init.c 	existing_device->devtype = new_device->devtype;
devtype          1882 drivers/scsi/smartpqi/smartpqi_init.c 	switch (device->devtype) {
devtype          1927 drivers/scsi/smartpqi/smartpqi_init.c 	switch (device->devtype) {
devtype          6343 drivers/scsi/smartpqi/smartpqi_init.c 					scsi_device_type(device->devtype));
devtype          6345 drivers/scsi/smartpqi/smartpqi_init.c 		if (device->devtype == TYPE_RAID ||
devtype          6366 drivers/scsi/smartpqi/smartpqi_init.c 		if ((device->devtype == TYPE_DISK ||
devtype          6367 drivers/scsi/smartpqi/smartpqi_init.c 			device->devtype == TYPE_ZBC) &&
devtype           336 drivers/scsi/smartpqi/smartpqi_sas_transport.c 	if (found_device->devtype == TYPE_ENCLOSURE) {
devtype           351 drivers/scsi/smartpqi/smartpqi_sas_transport.c 		if (device->devtype == TYPE_ENCLOSURE &&
devtype           371 drivers/scsi/smartpqi/smartpqi_sas_transport.c 		if (device->devtype == TYPE_ENCLOSURE &&
devtype            78 drivers/spi/spi-imx.c 	enum spi_imx_devtype devtype;
devtype           121 drivers/spi/spi-imx.c 	return d->devtype_data->devtype == IMX27_CSPI;
devtype           126 drivers/spi/spi-imx.c 	return d->devtype_data->devtype == IMX35_CSPI;
devtype           131 drivers/spi/spi-imx.c 	return d->devtype_data->devtype == IMX51_ECSPI;
devtype           136 drivers/spi/spi-imx.c 	return d->devtype_data->devtype == IMX53_ECSPI;
devtype           921 drivers/spi/spi-imx.c 	.devtype = IMX1_CSPI,
devtype           935 drivers/spi/spi-imx.c 	.devtype = IMX21_CSPI,
devtype           950 drivers/spi/spi-imx.c 	.devtype = IMX27_CSPI,
devtype           964 drivers/spi/spi-imx.c 	.devtype = IMX31_CSPI,
devtype           979 drivers/spi/spi-imx.c 	.devtype = IMX35_CSPI,
devtype           995 drivers/spi/spi-imx.c 	.devtype = IMX51_ECSPI,
devtype          1009 drivers/spi/spi-imx.c 	.devtype = IMX53_ECSPI,
devtype           247 drivers/tty/serial/fsl_lpuart.c 	enum lpuart_type	devtype;
devtype           275 drivers/tty/serial/fsl_lpuart.c 	enum lpuart_type devtype;
devtype           281 drivers/tty/serial/fsl_lpuart.c 	.devtype = VF610_LPUART,
devtype           286 drivers/tty/serial/fsl_lpuart.c 	.devtype = LS1021A_LPUART,
devtype           291 drivers/tty/serial/fsl_lpuart.c 	.devtype = IMX7ULP_LPUART,
devtype           297 drivers/tty/serial/fsl_lpuart.c 	.devtype = IMX8QXP_LPUART,
devtype           316 drivers/tty/serial/fsl_lpuart.c 	return sport->devtype == IMX8QXP_LPUART;
devtype          2395 drivers/tty/serial/fsl_lpuart.c 	sport->devtype = sdata->devtype;
devtype           192 drivers/tty/serial/imx.c 	enum imx_uart_type devtype;
devtype           240 drivers/tty/serial/imx.c 		.devtype = IMX1_UART,
devtype           244 drivers/tty/serial/imx.c 		.devtype = IMX21_UART,
devtype           248 drivers/tty/serial/imx.c 		.devtype = IMX53_UART,
devtype           252 drivers/tty/serial/imx.c 		.devtype = IMX6Q_UART,
devtype           346 drivers/tty/serial/imx.c 	return sport->devdata->devtype == IMX1_UART;
devtype           351 drivers/tty/serial/imx.c 	return sport->devdata->devtype == IMX21_UART;
devtype           356 drivers/tty/serial/imx.c 	return sport->devdata->devtype == IMX53_UART;
devtype           361 drivers/tty/serial/imx.c 	return sport->devdata->devtype == IMX6Q_UART;
devtype           270 drivers/tty/serial/max310x.c 	struct max310x_devtype	*devtype;
devtype           326 drivers/tty/serial/max310x.c 			"%s ID 0x%02x does not match\n", s->devtype->name, val);
devtype           347 drivers/tty/serial/max310x.c 		dev_err(dev, "%s not present\n", s->devtype->name);
devtype           369 drivers/tty/serial/max310x.c 			"%s ID 0x%02x does not match\n", s->devtype->name, val);
devtype           400 drivers/tty/serial/max310x.c 			"%s ID 0x%02x does not match\n", s->devtype->name, val);
devtype           831 drivers/tty/serial/max310x.c 	if (s->devtype->nr > 1) {
devtype           837 drivers/tty/serial/max310x.c 			val = ((1 << s->devtype->nr) - 1) & ~val;
devtype          1053 drivers/tty/serial/max310x.c 	s->devtype->power(port, 1);
devtype          1103 drivers/tty/serial/max310x.c 	s->devtype->power(port, 0);
devtype          1110 drivers/tty/serial/max310x.c 	return (port->type == PORT_MAX310X) ? s->devtype->name : NULL;
devtype          1163 drivers/tty/serial/max310x.c 	for (i = 0; i < s->devtype->nr; i++) {
devtype          1165 drivers/tty/serial/max310x.c 		s->devtype->power(&s->p[i].port, 0);
devtype          1176 drivers/tty/serial/max310x.c 	for (i = 0; i < s->devtype->nr; i++) {
devtype          1177 drivers/tty/serial/max310x.c 		s->devtype->power(&s->p[i].port, 1);
devtype          1253 drivers/tty/serial/max310x.c static int max310x_probe(struct device *dev, struct max310x_devtype *devtype,
devtype          1265 drivers/tty/serial/max310x.c 	s = devm_kzalloc(dev, struct_size(s, p, devtype->nr), GFP_KERNEL);
devtype          1302 drivers/tty/serial/max310x.c 	s->devtype = devtype;
devtype          1306 drivers/tty/serial/max310x.c 	ret = devtype->detect(dev);
devtype          1310 drivers/tty/serial/max310x.c 	for (i = 0; i < devtype->nr; i++) {
devtype          1326 drivers/tty/serial/max310x.c 			     devtype->mode1);
devtype          1332 drivers/tty/serial/max310x.c 	for (i = 0; i < devtype->nr; i++) {
devtype          1378 drivers/tty/serial/max310x.c 		devtype->power(&s->p[i].port, 0);
devtype          1385 drivers/tty/serial/max310x.c 	s->gpio.label		= devtype->name;
devtype          1392 drivers/tty/serial/max310x.c 	s->gpio.ngpio		= devtype->nr * 4;
devtype          1408 drivers/tty/serial/max310x.c 	for (i = 0; i < devtype->nr; i++) {
devtype          1426 drivers/tty/serial/max310x.c 	for (i = 0; i < s->devtype->nr; i++) {
devtype          1432 drivers/tty/serial/max310x.c 		s->devtype->power(&s->p[i].port, 0);
devtype          1462 drivers/tty/serial/max310x.c 	struct max310x_devtype *devtype;
devtype          1480 drivers/tty/serial/max310x.c 		devtype = (struct max310x_devtype *)of_id->data;
devtype          1484 drivers/tty/serial/max310x.c 		devtype = (struct max310x_devtype *)id_entry->driver_data;
devtype          1487 drivers/tty/serial/max310x.c 	regcfg.max_register = devtype->nr * 0x20 - 1;
devtype          1490 drivers/tty/serial/max310x.c 	return max310x_probe(&spi->dev, devtype, regmap, spi->irq);
devtype           429 drivers/tty/serial/mxs-auart.c 	enum mxs_auart_type devtype;
devtype           474 drivers/tty/serial/mxs-auart.c 	return s->devtype == IMX28_AUART;
devtype           479 drivers/tty/serial/mxs-auart.c 	return s->devtype == ASM9260_AUART;
devtype          1672 drivers/tty/serial/mxs-auart.c 		s->devtype = pdev->id_entry->driver_data;
devtype           321 drivers/tty/serial/sc16is7xx.c 	const struct sc16is7xx_devtype	*devtype;
devtype           723 drivers/tty/serial/sc16is7xx.c 		for (i = 0; i < s->devtype->nr_uart; ++i)
devtype          1070 drivers/tty/serial/sc16is7xx.c 	return (port->type == PORT_SC16IS7XX) ? s->devtype->name : NULL;
devtype          1178 drivers/tty/serial/sc16is7xx.c 			   const struct sc16is7xx_devtype *devtype,
devtype          1191 drivers/tty/serial/sc16is7xx.c 	s = devm_kzalloc(dev, struct_size(s, p, devtype->nr_uart), GFP_KERNEL);
devtype          1219 drivers/tty/serial/sc16is7xx.c 	s->devtype = devtype;
devtype          1234 drivers/tty/serial/sc16is7xx.c 	if (devtype->nr_gpio) {
devtype          1244 drivers/tty/serial/sc16is7xx.c 		s->gpio.ngpio		 = devtype->nr_gpio;
devtype          1256 drivers/tty/serial/sc16is7xx.c 	for (i = 0; i < devtype->nr_uart; ++i) {
devtype          1318 drivers/tty/serial/sc16is7xx.c 	if (devtype->nr_gpio)
devtype          1338 drivers/tty/serial/sc16is7xx.c 	if (s->devtype->nr_gpio)
devtype          1342 drivers/tty/serial/sc16is7xx.c 	for (i = 0; i < s->devtype->nr_uart; i++) {
devtype          1380 drivers/tty/serial/sc16is7xx.c 	const struct sc16is7xx_devtype *devtype;
devtype          1395 drivers/tty/serial/sc16is7xx.c 		devtype = device_get_match_data(&spi->dev);
devtype          1396 drivers/tty/serial/sc16is7xx.c 		if (!devtype)
devtype          1401 drivers/tty/serial/sc16is7xx.c 		devtype = (struct sc16is7xx_devtype *)id_entry->driver_data;
devtype          1406 drivers/tty/serial/sc16is7xx.c 			      (devtype->nr_uart - 1);
devtype          1409 drivers/tty/serial/sc16is7xx.c 	return sc16is7xx_probe(&spi->dev, devtype, regmap, spi->irq, flags);
devtype          1447 drivers/tty/serial/sc16is7xx.c 	const struct sc16is7xx_devtype *devtype;
devtype          1452 drivers/tty/serial/sc16is7xx.c 		devtype = device_get_match_data(&i2c->dev);
devtype          1453 drivers/tty/serial/sc16is7xx.c 		if (!devtype)
devtype          1456 drivers/tty/serial/sc16is7xx.c 		devtype = (struct sc16is7xx_devtype *)id->driver_data;
devtype          1461 drivers/tty/serial/sc16is7xx.c 			      (devtype->nr_uart - 1);
devtype          1464 drivers/tty/serial/sc16is7xx.c 	return sc16is7xx_probe(&i2c->dev, devtype, regmap, i2c->irq, flags);
devtype           148 drivers/video/fbdev/imxfb.c 	enum imxfb_type		devtype;
devtype           205 drivers/video/fbdev/imxfb.c 	return fbi->devtype == IMX1_FB;
devtype           671 drivers/video/fbdev/imxfb.c 	fbi->devtype = pdev->id_entry->driver_data;
devtype            48 drivers/visorbus/vbuschannel.h 	u8 devtype[16];
devtype           420 drivers/visorbus/visorbus_main.c 	if (!isprint(devinfo->devtype[0]))
devtype           431 drivers/visorbus/visorbus_main.c 	seq_printf(seq, "%-*.*s ", (int)sizeof(devinfo->devtype),
devtype           432 drivers/visorbus/visorbus_main.c 		   (int)sizeof(devinfo->devtype), devinfo->devtype);
devtype           824 drivers/visorbus/visorbus_main.c 	snprintf(bus_device_info_ptr->devtype,
devtype           825 drivers/visorbus/visorbus_main.c 		 sizeof(bus_device_info_ptr->devtype),
devtype           395 drivers/xen/xenbus/xenbus_probe.c static DEVICE_ATTR_RO(devtype);
devtype            54 include/linux/amba/bus.h 	unsigned int devtype;
devtype          2205 include/linux/netdevice.h #define SET_NETDEV_DEVTYPE(net, devtype)	((net)->dev.type = (devtype))
devtype            28 net/llc/llc_sap.c static int llc_mac_header_len(unsigned short devtype)
devtype            30 net/llc/llc_sap.c 	switch (devtype) {
devtype          1055 sound/core/pcm.c 		int devtype = -1;
devtype          1060 sound/core/pcm.c 			devtype = SNDRV_DEVICE_TYPE_PCM_PLAYBACK;
devtype          1063 sound/core/pcm.c 			devtype = SNDRV_DEVICE_TYPE_PCM_CAPTURE;
devtype          1067 sound/core/pcm.c 		err = snd_register_device(devtype, pcm->card, pcm->device,
devtype            41 sound/soc/codecs/max98088.c 	enum max98088_type devtype;
devtype          1751 sound/soc/codecs/max98088.c        max98088->devtype = id->driver_data;
devtype          1434 sound/soc/codecs/max98090.c 	if (max98090->devtype == MAX98091) {
devtype          1445 sound/soc/codecs/max98090.c 	if (max98090->devtype == MAX98091) {
devtype          2363 sound/soc/codecs/max98090.c 	enum max98090_type devtype;
devtype          2401 sound/soc/codecs/max98090.c 		devtype = MAX98090;
devtype          2404 sound/soc/codecs/max98090.c 		devtype = MAX98091;
devtype          2407 sound/soc/codecs/max98090.c 		devtype = MAX98090;
devtype          2411 sound/soc/codecs/max98090.c 	if (max98090->devtype != devtype) {
devtype          2413 sound/soc/codecs/max98090.c 		max98090->devtype = devtype;
devtype          2543 sound/soc/codecs/max98090.c 	max98090->devtype = driver_data;
devtype          1520 sound/soc/codecs/max98090.h 	enum max98090_type devtype;
devtype            42 sound/soc/codecs/max98095.c 	enum max98095_type devtype;
devtype          2135 sound/soc/codecs/max98095.c 	max98095->devtype = id->driver_data;
devtype            47 sound/soc/codecs/tas5720.c 	enum tas572x_type devtype;
devtype           182 sound/soc/codecs/tas5720.c 	switch (tas5720->devtype) {
devtype           304 sound/soc/codecs/tas5720.c 	switch (tas5720->devtype) {
devtype           649 sound/soc/codecs/tas5720.c 	data->devtype = id->driver_data;
devtype            50 sound/soc/codecs/wm8904.c 	enum wm8904_type devtype;
devtype          1187 sound/soc/codecs/wm8904.c 	switch (wm8904->devtype) {
devtype          2078 sound/soc/codecs/wm8904.c 	switch (wm8904->devtype) {
devtype          2086 sound/soc/codecs/wm8904.c 			wm8904->devtype);
devtype          2175 sound/soc/codecs/wm8904.c 		wm8904->devtype = (enum wm8904_type)match->data;
devtype          2177 sound/soc/codecs/wm8904.c 		wm8904->devtype = id->driver_data;