Symbol: device_type
arch/powerpc/kexec/core_64.c
494
const char *device_type;
arch/powerpc/kexec/core_64.c
540
device_type = of_get_property(dn, "device_type", NULL);
arch/powerpc/kexec/core_64.c
541
if (!device_type || strcmp(device_type, "cpu"))
arch/x86/hyperv/irqdomain.c
127
hv_devid.device_type = HV_DEVICE_TYPE_PCI;
arch/x86/hyperv/irqdomain.c
410
hv_devid.device_type = HV_DEVICE_TYPE_IOAPIC;
arch/x86/hyperv/irqdomain.c
423
hv_devid.device_type = HV_DEVICE_TYPE_IOAPIC;
block/genhd.c
1334
const struct device_type disk_type = {
block/partitions/core.c
266
const struct device_type part_type = {
drivers/accel/amdxdna/amdxdna_pci_drv.h
93
int device_type;
drivers/accel/amdxdna/amdxdna_sysfs.c
31
return sprintf(buf, "%d\n", xdna->dev_info->device_type);
drivers/accel/amdxdna/amdxdna_sysfs.c
33
static DEVICE_ATTR_RO(device_type);
drivers/accel/amdxdna/npu1_regs.c
143
.device_type = AMDXDNA_DEV_TYPE_KMQ,
drivers/accel/amdxdna/npu3_regs.c
85
.device_type = AMDXDNA_DEV_TYPE_PF,
drivers/accel/amdxdna/npu3_regs.c
96
.device_type = AMDXDNA_DEV_TYPE_UMQ,
drivers/accel/amdxdna/npu4_regs.c
205
.device_type = AMDXDNA_DEV_TYPE_KMQ,
drivers/accel/amdxdna/npu5_regs.c
111
.device_type = AMDXDNA_DEV_TYPE_KMQ,
drivers/accel/amdxdna/npu6_regs.c
112
.device_type = AMDXDNA_DEV_TYPE_KMQ,
drivers/accel/drm_accel.c
23
static const struct device_type accel_sysfs_device_minor = {
drivers/accel/habanalabs/common/sysfs.c
436
static DEVICE_ATTR_RO(device_type);
drivers/acpi/acpi_platform.c
138
if (adev->device_type == ACPI_BUS_TYPE_DEVICE) {
drivers/acpi/acpi_video.c
1129
int device_type;
drivers/acpi/acpi_video.c
1172
device_type = acpi_video_get_device_type(video, device_id);
drivers/acpi/acpi_video.c
1174
switch (device_type & 0xffe2ffff) {
drivers/acpi/button.c
561
switch (adev->device_type) {
drivers/acpi/button.c
603
if (adev->device_type == ACPI_BUS_TYPE_POWER_BUTTON)
drivers/acpi/button.c
607
if (adev->device_type == ACPI_BUS_TYPE_SLEEP_BUTTON)
drivers/acpi/nhlt.c
73
(dev_type < 0 || ep->device_type == dev_type) &&
drivers/acpi/scan.c
1182
switch (device->device_type) {
drivers/acpi/scan.c
1391
int device_type)
drivers/acpi/scan.c
1397
switch (device_type) {
drivers/acpi/scan.c
1812
device->device_type = type;
drivers/acpi/tiny-power-button.c
48
if (device->device_type == ACPI_BUS_TYPE_POWER_BUTTON) {
drivers/acpi/tiny-power-button.c
68
if (device->device_type == ACPI_BUS_TYPE_POWER_BUTTON) {
drivers/ata/libata-core.c
5559
const struct device_type ata_port_type = {
drivers/ata/libata-transport.c
246
static const struct device_type ata_port_sas_type = {
drivers/ata/libata.h
39
extern const struct device_type ata_port_type;
drivers/auxdisplay/line-display.c
376
static const struct device_type linedisp_type = {
drivers/base/bus.c
1161
const struct device_type *type;
drivers/base/bus.c
1177
struct device *start, const struct device_type *type)
drivers/base/class.c
321
const struct device *start, const struct device_type *type)
drivers/base/core.c
2967
const struct device_type *type = dev->type;
drivers/base/core.c
3034
const struct device_type *type = dev->type;
drivers/base/core.c
4755
const struct device_type *type = dev->type;
drivers/block/rbd.c
5254
static const struct device_type rbd_device_type = {
drivers/block/xen-blkback/xenbus.c
707
char *device_type;
drivers/block/xen-blkback/xenbus.c
741
device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL);
drivers/block/xen-blkback/xenbus.c
742
if (!IS_ERR(device_type)) {
drivers/block/xen-blkback/xenbus.c
743
cdrom = strcmp(device_type, "cdrom") == 0;
drivers/block/xen-blkback/xenbus.c
744
kfree(device_type);
drivers/bus/fsl-mc/fsl-mc-bus.c
341
const struct device_type fsl_mc_bus_dprc_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
346
const struct device_type fsl_mc_bus_dpni_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
351
const struct device_type fsl_mc_bus_dpio_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
356
const struct device_type fsl_mc_bus_dpsw_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
361
const struct device_type fsl_mc_bus_dpbp_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
366
const struct device_type fsl_mc_bus_dpcon_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
371
const struct device_type fsl_mc_bus_dpmcp_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
376
const struct device_type fsl_mc_bus_dpmac_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
381
const struct device_type fsl_mc_bus_dprtc_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
386
const struct device_type fsl_mc_bus_dpseci_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
391
const struct device_type fsl_mc_bus_dpdmux_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
396
const struct device_type fsl_mc_bus_dpdcei_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
401
const struct device_type fsl_mc_bus_dpaiop_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
406
const struct device_type fsl_mc_bus_dpci_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
411
const struct device_type fsl_mc_bus_dpdmai_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
416
static const struct device_type fsl_mc_bus_dpdbg_type = {
drivers/bus/fsl-mc/fsl-mc-bus.c
420
static const struct device_type *fsl_mc_get_device_type(const char *type)
drivers/bus/fsl-mc/fsl-mc-bus.c
423
const struct device_type *dev_type;
drivers/bus/ti-sysc.c
2376
static const struct device_type sysc_device_type = {
drivers/char/ipmi/ipmi_msghandler.c
3003
static const struct device_type bmc_device_type = {
drivers/counter/counter-core.c
52
static const struct device_type counter_device_type = {
drivers/cxl/core/core.h
10
extern const struct device_type cxl_nvdimm_bridge_type;
drivers/cxl/core/core.h
11
extern const struct device_type cxl_nvdimm_type;
drivers/cxl/core/core.h
12
extern const struct device_type cxl_pmu_type;
drivers/cxl/core/core.h
34
extern const struct device_type cxl_pmem_region_type;
drivers/cxl/core/core.h
35
extern const struct device_type cxl_dax_region_type;
drivers/cxl/core/core.h
36
extern const struct device_type cxl_region_type;
drivers/cxl/core/features.c
661
.device_type = FWCTL_DEVICE_TYPE_CXL,
drivers/cxl/core/memdev.c
577
static const struct device_type cxl_class_memdev_type = {
drivers/cxl/core/memdev.c
584
static const struct device_type cxl_memdev_type = {
drivers/cxl/core/pmem.c
179
const struct device_type cxl_nvdimm_type = {
drivers/cxl/core/pmem.c
39
const struct device_type cxl_nvdimm_bridge_type = {
drivers/cxl/core/pmu.c
19
const struct device_type cxl_pmu_type = {
drivers/cxl/core/port.c
467
static const struct device_type cxl_decoder_endpoint_type = {
drivers/cxl/core/port.c
473
static const struct device_type cxl_decoder_switch_type = {
drivers/cxl/core/port.c
479
static const struct device_type cxl_decoder_root_type = {
drivers/cxl/core/port.c
592
static const struct device_type cxl_port_type = {
drivers/cxl/core/region.c
2541
const struct device_type cxl_region_type = {
drivers/cxl/core/region_dax.c
24
const struct device_type cxl_dax_region_type = {
drivers/cxl/core/region_pmem.c
28
const struct device_type cxl_pmem_region_type = {
drivers/dax/bus.c
1427
static const struct device_type dev_dax_type = {
drivers/dax/bus.c
804
static const struct device_type dax_mapping_type = {
drivers/dma/idxd/cdev.c
152
static const struct device_type idxd_cdev_file_type = {
drivers/dma/idxd/cdev.c
165
static const struct device_type idxd_cdev_device_type = {
drivers/dma/idxd/idxd.h
284
const struct device_type *dev_type;
drivers/dma/idxd/idxd.h
536
extern const struct device_type dsa_device_type;
drivers/dma/idxd/idxd.h
537
extern const struct device_type iax_device_type;
drivers/dma/idxd/idxd.h
538
extern const struct device_type idxd_wq_device_type;
drivers/dma/idxd/idxd.h
539
extern const struct device_type idxd_engine_device_type;
drivers/dma/idxd/idxd.h
540
extern const struct device_type idxd_group_device_type;
drivers/dma/idxd/sysfs.c
1397
const struct device_type idxd_wq_device_type = {
drivers/dma/idxd/sysfs.c
1851
const struct device_type dsa_device_type = {
drivers/dma/idxd/sysfs.c
1857
const struct device_type iax_device_type = {
drivers/dma/idxd/sysfs.c
580
const struct device_type idxd_group_device_type = {
drivers/dma/idxd/sysfs.c
94
const struct device_type idxd_engine_device_type = {
drivers/edac/edac_device.c
585
static const struct device_type edac_dev_type = {
drivers/edac/edac_mc_sysfs.c
256
static const struct device_type dimm_attr_type = {
drivers/edac/edac_mc_sysfs.c
549
static const struct device_type mci_attr_type = {
drivers/edac/i7core_edac.c
1086
static const struct device_type addrmatch_type = {
drivers/edac/i7core_edac.c
1117
static const struct device_type all_channel_counts_type = {
drivers/extcon/extcon.h
59
struct device_type extcon_dev_type;
drivers/firewire/core-device.c
825
static struct device_type fw_unit_type = {
drivers/firewire/core-device.c
972
static struct device_type fw_device_type = {
drivers/fsi/fsi-core.c
931
static const struct device_type cfam_type = {
drivers/fsi/fsi-core.c
947
const struct device_type fsi_cdev_type = {
drivers/fwctl/bnxt/main.c
223
.device_type = FWCTL_DEVICE_TYPE_BNXT,
drivers/fwctl/main.c
81
cmd->out_device_type = fwctl->ops->device_type;
drivers/fwctl/mlx5/main.c
362
.device_type = FWCTL_DEVICE_TYPE_MLX5,
drivers/fwctl/pds/main.c
459
.device_type = FWCTL_DEVICE_TYPE_PDS,
drivers/gpio/gpiolib.c
908
static const struct device_type gpio_dev_type = {
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2213
result_device_id.device_type = DEVICE_TYPE_LCD;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2218
result_device_id.device_type = DEVICE_TYPE_LCD;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2223
result_device_id.device_type = DEVICE_TYPE_CRT;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2228
result_device_id.device_type = DEVICE_TYPE_CRT;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2233
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2238
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2243
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2248
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2253
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2258
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2264
result_device_id.device_type = DEVICE_TYPE_UNKNOWN;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2317
enum dal_device_type device_type,
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2320
switch (device_type) {
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
71
enum dal_device_type device_type,
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
961
uint32_t mask = get_support_mask_for_device_id(id.device_type, id.enum_id);
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
1628
enum dal_device_type device_type = device_id.device_type;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
1631
switch (device_type) {
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
793
result_device_id.device_type = DEVICE_TYPE_LCD;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
798
result_device_id.device_type = DEVICE_TYPE_LCD;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
803
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
808
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
813
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
818
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
823
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
828
result_device_id.device_type = DEVICE_TYPE_DFP;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
834
result_device_id.device_type = DEVICE_TYPE_UNKNOWN;
drivers/gpu/drm/amd/display/dc/link/link_factory.c
800
if (link->device_tag.dev_id.device_type == DEVICE_TYPE_CRT &&
drivers/gpu/drm/amd/display/dc/link/link_factory.c
804
if (link->device_tag.dev_id.device_type == DEVICE_TYPE_LCD &&
drivers/gpu/drm/amd/display/dc/link/link_factory.c
809
DC_LOG_DC("BIOS object table - device_tag.dev_id.device_type: %d", link->device_tag.dev_id.device_type);
drivers/gpu/drm/amd/display/include/grph_object_ctrl_defs.h
66
enum dal_device_type device_type:16;
drivers/gpu/drm/display/drm_dp_aux_bus.c
170
static struct device_type dp_aux_device_type_type = {
drivers/gpu/drm/drm_mipi_dsi.c
129
static const struct device_type mipi_dsi_device_type = {
drivers/gpu/drm/drm_privacy_screen.c
367
static struct device_type drm_privacy_screen_type = {
drivers/gpu/drm/drm_sysfs.c
56
static struct device_type drm_sysfs_device_minor = {
drivers/gpu/drm/drm_sysfs.c
60
static struct device_type drm_sysfs_device_connector = {
drivers/gpu/drm/gma500/cdv_intel_dp.c
1917
p_child->device_type == DEVICE_TYPE_eDP)
drivers/gpu/drm/gma500/cdv_intel_lvds.c
443
if (child->device_type != DEVICE_TYPE_INT_LFP &&
drivers/gpu/drm/gma500/cdv_intel_lvds.c
444
child->device_type != DEVICE_TYPE_LFP)
drivers/gpu/drm/gma500/intel_bios.c
356
if (!p_child->device_type) {
drivers/gpu/drm/gma500/intel_bios.c
470
if (!p_child->device_type) {
drivers/gpu/drm/gma500/intel_bios.c
490
if (!p_child->device_type) {
drivers/gpu/drm/gma500/intel_bios.h
184
u16 device_type;
drivers/gpu/drm/i915/display/intel_bios.c
2620
devdata->child.device_type &= ~DEVICE_TYPE_TMDS_DVI_SIGNALING;
drivers/gpu/drm/i915/display/intel_bios.c
2621
devdata->child.device_type |= DEVICE_TYPE_NOT_HDMI_OUTPUT;
drivers/gpu/drm/i915/display/intel_bios.c
2649
return devdata->child.device_type & DEVICE_TYPE_ANALOG_OUTPUT;
drivers/gpu/drm/i915/display/intel_bios.c
2655
return devdata->child.device_type & DEVICE_TYPE_TMDS_DVI_SIGNALING;
drivers/gpu/drm/i915/display/intel_bios.c
2662
(devdata->child.device_type & DEVICE_TYPE_NOT_HDMI_OUTPUT) == 0;
drivers/gpu/drm/i915/display/intel_bios.c
2668
return devdata->child.device_type & DEVICE_TYPE_DISPLAYPORT_OUTPUT;
drivers/gpu/drm/i915/display/intel_bios.c
2675
devdata->child.device_type & DEVICE_TYPE_INTERNAL_CONNECTOR;
drivers/gpu/drm/i915/display/intel_bios.c
2681
return devdata->child.device_type & DEVICE_TYPE_MIPI_OUTPUT;
drivers/gpu/drm/i915/display/intel_bios.c
2949
if (!child->device_type)
drivers/gpu/drm/i915/display/intel_bios.c
2954
child->device_type);
drivers/gpu/drm/i915/display/intel_bios.c
3052
child->device_type |= DEVICE_TYPE_TMDS_DVI_SIGNALING;
drivers/gpu/drm/i915/display/intel_bios.c
3055
child->device_type |= DEVICE_TYPE_DISPLAYPORT_OUTPUT;
drivers/gpu/drm/i915/display/intel_bios.c
3058
child->device_type |= DEVICE_TYPE_INTERNAL_CONNECTOR;
drivers/gpu/drm/i915/display/intel_bios.c
3064
child->device_type, port_name(port));
drivers/gpu/drm/i915/display/intel_bios.c
3422
switch (child->device_type) {
drivers/gpu/drm/i915/display/intel_bios.c
3462
if (child->device_type != DEVICE_TYPE_INT_LFP &&
drivers/gpu/drm/i915/display/intel_bios.c
3463
child->device_type != DEVICE_TYPE_LFP)
drivers/gpu/drm/i915/display/intel_bios.c
3553
if (!(child->device_type & DEVICE_TYPE_MIPI_OUTPUT))
drivers/gpu/drm/i915/display/intel_bios.c
3659
if (!(child->device_type & DEVICE_TYPE_MIPI_OUTPUT))
drivers/gpu/drm/i915/display/intel_vbt_defs.h
476
u16 device_type; /* See DEVICE_TYPE_* above */
drivers/gpu/drm/i915/gvt/opregion.c
178
v->child0.device_type = DEVICE_TYPE_DP;
drivers/gpu/drm/i915/gvt/opregion.c
186
v->child1.device_type = DEVICE_TYPE_DP;
drivers/gpu/drm/i915/gvt/opregion.c
194
v->child2.device_type = DEVICE_TYPE_DP;
drivers/gpu/drm/i915/gvt/opregion.c
202
v->child3.device_type = DEVICE_TYPE_DP;
drivers/gpu/drm/i915/gvt/opregion.c
71
u16 device_type;
drivers/greybus/bundle.c
169
const struct device_type greybus_bundle_type = {
drivers/greybus/control.c
439
const struct device_type greybus_control_type = {
drivers/greybus/hd.c
119
const struct device_type greybus_hd_type = {
drivers/greybus/interface.c
768
const struct device_type greybus_interface_type = {
drivers/greybus/module.c
84
const struct device_type greybus_module_type = {
drivers/greybus/svc.c
1307
const struct device_type greybus_svc_type = {
drivers/hid/hid-lenovo-go.c
1004
switch (device_type) {
drivers/hid/hid-lenovo-go.c
104
u8 device_type;
drivers/hid/hid-lenovo-go.c
1082
enum dev_type device_type)
drivers/hid/hid-lenovo-go.c
1120
index, device_type, &val, size);
drivers/hid/hid-lenovo-go.c
1130
enum dev_type device_type)
drivers/hid/hid-lenovo-go.c
1137
index, device_type, NULL, 0);
drivers/hid/hid-lenovo-go.c
1152
switch (device_type) {
drivers/hid/hid-lenovo-go.c
1168
switch (device_type) {
drivers/hid/hid-lenovo-go.c
1289
enum dev_type device_type,
drivers/hid/hid-lenovo-go.c
1296
switch (device_type) {
drivers/hid/hid-lenovo-go.c
1344
size_t count, enum dev_type device_type)
drivers/hid/hid-lenovo-go.c
1359
device_type, &val, size);
drivers/hid/hid-lenovo-go.c
338
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
359
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
380
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
401
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
422
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
449
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
460
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
475
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
509
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
521
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
580
switch (cmd_rep->device_type) {
drivers/hid/hid-lenovo-go.c
763
enum dev_type device_type)
drivers/hid/hid-lenovo-go.c
769
index, device_type, NULL, 0);
drivers/hid/hid-lenovo-go.c
775
switch (device_type) {
drivers/hid/hid-lenovo-go.c
797
switch (device_type) {
drivers/hid/hid-lenovo-go.c
819
switch (device_type) {
drivers/hid/hid-lenovo-go.c
841
switch (device_type) {
drivers/hid/hid-lenovo-go.c
863
switch (device_type) {
drivers/hid/hid-lenovo-go.c
893
enum dev_type device_type)
drivers/hid/hid-lenovo-go.c
934
SET_FEATURE_STATUS, index, device_type, &val,
drivers/hid/hid-lenovo-go.c
945
enum dev_type device_type)
drivers/hid/hid-lenovo-go.c
952
GET_FEATURE_STATUS, index, device_type, NULL, 0);
drivers/hid/hid-lenovo-go.c
958
switch (device_type) {
drivers/hid/hid-lenovo-go.c
974
switch (device_type) {
drivers/hid/hid-logitech-dj.c
1032
workitem->device_type = hidpp_report->params[HIDPP_PARAM_DEVICE_INFO] &
drivers/hid/hid-logitech-dj.c
1036
switch (workitem->device_type) {
drivers/hid/hid-logitech-dj.c
1067
workitem->device_type = HIDPP_DEVICE_TYPE_MOUSE;
drivers/hid/hid-logitech-dj.c
1079
workitem->device_type = HIDPP_DEVICE_TYPE_KEYBOARD;
drivers/hid/hid-logitech-dj.c
1094
const char *device_type = "UNKNOWN";
drivers/hid/hid-logitech-dj.c
1102
device_type = "Bluetooth";
drivers/hid/hid-logitech-dj.c
1113
device_type = "27 Mhz";
drivers/hid/hid-logitech-dj.c
1117
device_type = "QUAD or eQUAD";
drivers/hid/hid-logitech-dj.c
1121
device_type = "eQUAD step 4 DJ";
drivers/hid/hid-logitech-dj.c
1125
device_type = "DFU Lite";
drivers/hid/hid-logitech-dj.c
1128
device_type = "eQUAD step 4 Lite";
drivers/hid/hid-logitech-dj.c
1132
device_type = "eQUAD step 4 Gaming";
drivers/hid/hid-logitech-dj.c
1137
device_type = "eQUAD step 4 for gamepads";
drivers/hid/hid-logitech-dj.c
1140
device_type = "eQUAD nano Lite";
drivers/hid/hid-logitech-dj.c
1144
device_type = "eQUAD Lightspeed 1";
drivers/hid/hid-logitech-dj.c
1149
device_type = "eQUAD Lightspeed 1.1";
drivers/hid/hid-logitech-dj.c
1155
device_type = "eQUAD Lightspeed 1.2";
drivers/hid/hid-logitech-dj.c
1169
device_type,
drivers/hid/hid-logitech-dj.c
1176
device_type, hidpp_report->params[HIDPP_PARAM_PROTO_TYPE],
drivers/hid/hid-logitech-dj.c
173
u8 device_type;
drivers/hid/hid-logitech-dj.c
824
if (workitem->device_type) {
drivers/hid/hid-logitech-dj.c
827
switch (workitem->device_type) {
drivers/hid/hid-plantronics.c
199
drv_data->device_type = plantronics_device_type(hdev);
drivers/hid/hid-plantronics.c
41
unsigned long device_type;
drivers/hid/hid-plantronics.c
55
unsigned long plt_type = drv_data->device_type;
drivers/hid/intel-ish-hid/ishtp/bus.c
404
static const struct device_type ishtp_cl_device_type = {
drivers/hid/wacom_sys.c
1611
if (!(wacom->wacom_wac.features.device_type & WACOM_DEVICETYPE_PAD))
drivers/hid/wacom_sys.c
2346
if (wacom_wac->features.device_type & WACOM_DEVICETYPE_TOUCH) {
drivers/hid/wacom_sys.c
2417
if (features->device_type == WACOM_DEVICETYPE_NONE &&
drivers/hid/wacom_sys.c
2428
features->device_type |= WACOM_DEVICETYPE_PEN;
drivers/hid/wacom_sys.c
2437
((features->device_type & WACOM_DEVICETYPE_TOUCH) ||
drivers/hid/wacom_sys.c
2438
(features->device_type & WACOM_DEVICETYPE_PAD))) {
drivers/hid/wacom_sys.c
2465
if (wacom->wacom_wac.features.device_type & WACOM_DEVICETYPE_PAD) {
drivers/hid/wacom_sys.c
2482
(features->device_type & WACOM_DEVICETYPE_PEN)) {
drivers/hid/wacom_sys.c
2489
if (features->device_type & WACOM_DEVICETYPE_WL_MONITOR) {
drivers/hid/wacom_sys.c
2907
if (features->device_type & WACOM_DEVICETYPE_WL_MONITOR)
drivers/hid/wacom_sys.c
454
features->device_type |= WACOM_DEVICETYPE_PEN;
drivers/hid/wacom_sys.c
456
features->device_type |= WACOM_DEVICETYPE_TOUCH;
drivers/hid/wacom_sys.c
505
features->device_type |= WACOM_DEVICETYPE_DIRECT;
drivers/hid/wacom_sys.c
507
features->device_type &= ~WACOM_DEVICETYPE_DIRECT;
drivers/hid/wacom_sys.c
511
if (features->device_type & WACOM_DEVICETYPE_DIRECT)
drivers/hid/wacom_sys.c
696
if (features->device_type & WACOM_DEVICETYPE_TOUCH) {
drivers/hid/wacom_sys.c
711
} else if (features->device_type & WACOM_DEVICETYPE_PEN) {
drivers/hid/wacom_sys.c
748
features->device_type = WACOM_DEVICETYPE_WL_MONITOR;
drivers/hid/wacom_sys.c
750
features->device_type = WACOM_DEVICETYPE_NONE;
drivers/hid/wacom_sys.c
804
if ((features->device_type & WACOM_DEVICETYPE_DIRECT) &&
drivers/hid/wacom_sys.c
805
!(sibling_features->device_type & WACOM_DEVICETYPE_DIRECT))
drivers/hid/wacom_sys.c
812
if (!(features->device_type & WACOM_DEVICETYPE_DIRECT) &&
drivers/hid/wacom_sys.c
813
(sibling_features->device_type & WACOM_DEVICETYPE_DIRECT))
drivers/hid/wacom_sys.c
817
if ((features->device_type & WACOM_DEVICETYPE_PEN) &&
drivers/hid/wacom_sys.c
818
!(sibling_features->device_type & WACOM_DEVICETYPE_TOUCH))
drivers/hid/wacom_sys.c
822
if ((features->device_type & WACOM_DEVICETYPE_TOUCH) &&
drivers/hid/wacom_sys.c
823
!(sibling_features->device_type & WACOM_DEVICETYPE_PEN))
drivers/hid/wacom_sys.c
918
if (wacom_wac->features.device_type & WACOM_DEVICETYPE_TOUCH)
drivers/hid/wacom_sys.c
920
else if (wacom_wac->features.device_type & WACOM_DEVICETYPE_PEN)
drivers/hid/wacom_wac.c
2012
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2017
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2022
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2034
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2055
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2059
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2079
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2089
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2093
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2097
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2101
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2109
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2119
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
2922
features->device_type |= WACOM_DEVICETYPE_DIRECT;
drivers/hid/wacom_wac.c
3274
(features->device_type & WACOM_DEVICETYPE_PEN))
drivers/hid/wacom_wac.c
3642
if (features->device_type & WACOM_DEVICETYPE_PEN)
drivers/hid/wacom_wac.c
3643
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
3647
if (features->device_type & WACOM_DEVICETYPE_TOUCH && !features->x_max) {
drivers/hid/wacom_wac.c
3662
features->device_type |= WACOM_DEVICETYPE_TOUCH;
drivers/hid/wacom_wac.c
3664
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
3676
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
3689
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
3699
features->device_type = WACOM_DEVICETYPE_TOUCH;
drivers/hid/wacom_wac.c
3702
features->device_type = WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
3706
features->device_type |= WACOM_DEVICETYPE_PEN |
drivers/hid/wacom_wac.c
3713
features->device_type |= WACOM_DEVICETYPE_PEN |
drivers/hid/wacom_wac.c
3741
features->device_type |= WACOM_DEVICETYPE_DIRECT;
drivers/hid/wacom_wac.c
3759
if (features->device_type == WACOM_DEVICETYPE_WL_MONITOR) {
drivers/hid/wacom_wac.c
3765
features->device_type |= WACOM_DEVICETYPE_WL_MONITOR;
drivers/hid/wacom_wac.c
3791
if (!(features->device_type & WACOM_DEVICETYPE_PEN))
drivers/hid/wacom_wac.c
3794
if (features->device_type & WACOM_DEVICETYPE_DIRECT)
drivers/hid/wacom_wac.c
3956
if (!(features->device_type & WACOM_DEVICETYPE_TOUCH))
drivers/hid/wacom_wac.c
3959
if (features->device_type & WACOM_DEVICETYPE_DIRECT)
drivers/hid/wacom_wac.c
4230
features->device_type |= WACOM_DEVICETYPE_PAD;
drivers/hid/wacom_wac.c
4232
if (!(features->device_type & WACOM_DEVICETYPE_PAD))
drivers/hid/wacom_wac.h
263
int device_type;
drivers/hwtracing/coresight/coresight-priv.h
16
extern const struct device_type coresight_dev_type[];
drivers/hwtracing/coresight/coresight-sysfs.c
410
const struct device_type coresight_dev_type[] = {
drivers/hwtracing/intel_th/core.c
183
static const struct device_type intel_th_source_device_type = {
drivers/hwtracing/intel_th/core.c
336
static const struct device_type intel_th_output_device_type = {
drivers/hwtracing/intel_th/core.c
343
static const struct device_type intel_th_switch_device_type = {
drivers/hwtracing/intel_th/core.c
348
static const struct device_type *intel_th_device_type[] = {
drivers/i2c/i2c-core-base.c
1386
const struct device_type i2c_adapter_type = {
drivers/i2c/i2c-core-base.c
708
const struct device_type i2c_client_type = {
drivers/i3c/master.c
143
static const struct device_type i3c_device_type;
drivers/i3c/master.c
335
static const struct device_type i3c_device_type = {
drivers/i3c/master.c
843
static const struct device_type i3c_masterdev_type = {
drivers/iio/iio_core.h
19
extern const struct device_type iio_device_type;
drivers/iio/industrialio-core.c
1668
const struct device_type iio_device_type = {
drivers/iio/industrialio-sw-device.c
110
d->device_type = dt;
drivers/iio/industrialio-sw-device.c
121
struct iio_sw_device_type *dt = d->device_type;
drivers/iio/industrialio-trigger.c
530
static const struct device_type iio_trig_type = {
drivers/input/input.c
1875
static const struct device_type input_dev_type = {
drivers/input/rmi4/rmi_bus.c
138
static const struct device_type rmi_function_type = {
drivers/input/rmi4/rmi_bus.c
58
static const struct device_type rmi_device_type = {
drivers/mcb/mcb-core.c
169
static const struct device_type mcb_carrier_device_type = {
drivers/media/common/siano/smscoreapi.c
732
smscore_registry_settype(dev->devpath, params->device_type);
drivers/media/common/siano/smscoreapi.h
135
enum sms_device_type_st device_type;
drivers/media/dvb-frontends/mxl692.c
29
int device_type;
drivers/media/dvb-frontends/mxl692.c
667
if (dev_type != dev->device_type)
drivers/media/mmc/siano/smssdio.c
265
params.device_type = sms_get_board(board_id)->type;
drivers/media/mmc/siano/smssdio.c
267
if (params.device_type != SMS_STELLAR)
drivers/media/pci/bt8xx/dst.c
1056
static u8 device_type[8] = {0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff};
drivers/media/pci/bt8xx/dst.c
1059
device_type[7] = dst_check_sum(device_type, 7);
drivers/media/pci/bt8xx/dst.c
1061
if (write_dst(state, device_type, FIXED_COMM))
drivers/media/rc/rc-main.c
1696
static const struct device_type rc_dev_type = {
drivers/media/usb/siano/smsusb.c
427
params.device_type = sms_get_board(board_id)->type;
drivers/media/usb/siano/smsusb.c
429
switch (params.device_type) {
drivers/memory/of_memory.c
106
u32 device_type,
drivers/memory/of_memory.c
114
switch (device_type) {
drivers/memory/of_memory.c
258
u32 device_type, u32 *nr_frequencies)
drivers/memory/of_memory.c
265
switch (device_type) {
drivers/memory/of_memory.h
17
u32 device_type, u32 *nr_frequencies);
drivers/memory/of_memory.h
22
struct device *dev, u32 device_type, u32 *nr_frequencies);
drivers/memory/of_memory.h
35
u32 device_type, u32 *nr_frequencies)
drivers/memory/of_memory.h
48
struct device *dev, u32 device_type, u32 *nr_frequencies)
drivers/memstick/core/ms_block.c
1768
if (boot_block->attr.device_type & 0x03)
drivers/memstick/core/ms_block.h
100
unsigned char device_type;
drivers/memstick/core/mspro_block.c
328
rc += sysfs_emit_at(buffer, rc, "device type: %x\n", x_sys->device_type);
drivers/memstick/core/mspro_block.c
95
unsigned char device_type;
drivers/message/fusion/mptsas.c
3044
identify->device_type = SAS_PHY_UNUSED;
drivers/message/fusion/mptsas.c
3047
identify->device_type = SAS_END_DEVICE;
drivers/message/fusion/mptsas.c
3050
identify->device_type = SAS_EDGE_EXPANDER_DEVICE;
drivers/message/fusion/mptsas.c
3053
identify->device_type = SAS_FANOUT_EXPANDER_DEVICE;
drivers/message/fusion/mptsas.c
3255
switch (identify.device_type) {
drivers/message/fusion/mptsas.c
3261
rphy = sas_expander_alloc(port, identify.device_type);
drivers/message/fusion/mptsas.c
3284
if (identify.device_type == SAS_EDGE_EXPANDER_DEVICE ||
drivers/message/fusion/mptsas.c
3285
identify.device_type == SAS_FANOUT_EXPANDER_DEVICE)
drivers/message/fusion/mptsas.c
3495
if (rphy->identify.device_type == SAS_END_DEVICE)
drivers/message/fusion/mptsas.c
3504
if (rphy->identify.device_type ==
drivers/message/fusion/mptsas.c
3506
rphy->identify.device_type ==
drivers/mfd/mfd-core.c
33
static const struct device_type mfd_dev_type = {
drivers/mfd/sec-acpm.c
29
int device_type;
drivers/mfd/sec-acpm.c
528
ret = sec_pmic_probe(dev, pdata->device_type, irq, regmap_pmic, NULL);
drivers/mfd/sec-acpm.c
544
.device_type = S2MPG10,
drivers/mfd/sec-acpm.c
554
.device_type = S2MPG11,
drivers/mfd/sec-common.c
125
switch (sec_pmic->device_type) {
drivers/mfd/sec-common.c
148
if (sec_pmic->device_type != S2MPS13X)
drivers/mfd/sec-common.c
192
int sec_pmic_probe(struct device *dev, int device_type, unsigned int irq,
drivers/mfd/sec-common.c
207
sec_pmic->device_type = device_type;
drivers/mfd/sec-common.c
229
switch (sec_pmic->device_type) {
drivers/mfd/sec-common.c
281
sec_pmic->device_type);
drivers/mfd/sec-common.c
303
switch (sec_pmic->device_type) {
drivers/mfd/sec-common.c
315
sec_pmic->device_type);
drivers/mfd/sec-core.h
17
int sec_pmic_probe(struct device *dev, int device_type, unsigned int irq,
drivers/mfd/sec-i2c.c
179
return sec_pmic_probe(&client->dev, pdata->device_type, client->irq,
drivers/mfd/sec-i2c.c
190
.device_type = S2DOS05
drivers/mfd/sec-i2c.c
195
.device_type = S2MPA01,
drivers/mfd/sec-i2c.c
200
.device_type = S2MPS11X,
drivers/mfd/sec-i2c.c
205
.device_type = S2MPS13X,
drivers/mfd/sec-i2c.c
210
.device_type = S2MPS14X,
drivers/mfd/sec-i2c.c
215
.device_type = S2MPS15X,
drivers/mfd/sec-i2c.c
220
.device_type = S2MPU02,
drivers/mfd/sec-i2c.c
225
.device_type = S2MPU05,
drivers/mfd/sec-i2c.c
230
.device_type = S2MU005,
drivers/mfd/sec-i2c.c
235
.device_type = S5M8767X,
drivers/mfd/sec-i2c.c
30
int device_type;
drivers/mfd/sec-irq.c
449
switch (sec_pmic->device_type) {
drivers/mfd/sec-irq.c
462
sec_pmic->device_type);
drivers/mfd/sec-irq.c
468
sec_pmic->device_type);
drivers/mfd/sec-irq.c
485
switch (sec_pmic->device_type) {
drivers/mfd/sec-irq.c
520
sec_pmic->device_type);
drivers/misc/mei/bus.c
1349
static const struct device_type mei_cl_device_type = {
drivers/mmc/core/bus.c
278
struct mmc_card *mmc_alloc_card(struct mmc_host *host, const struct device_type *type)
drivers/mmc/core/bus.h
26
const struct device_type *type);
drivers/mmc/core/mmc.c
895
static const struct device_type mmc_type = {
drivers/mmc/core/sd.c
821
const struct device_type sd_type = {
drivers/mmc/core/sd.h
7
extern const struct device_type sd_type;
drivers/mmc/core/sdio.c
69
static const struct device_type sdio_type = {
drivers/mtd/chips/cfi_cmdset_0001.c
2091
int status, ofs_factor = cfi->interleave * cfi->device_type;
drivers/mtd/chips/cfi_cmdset_0001.c
2363
data_offset *= cfi->interleave * cfi->device_type;
drivers/mtd/chips/cfi_cmdset_0001.c
2364
reg_prot_offset *= cfi->interleave * cfi->device_type;
drivers/mtd/chips/cfi_cmdset_0002.c
1281
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1283
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1285
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1296
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1298
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1300
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1302
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
139
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1438
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1440
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1442
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1486
int ofs_factor = cfi->interleave * cfi->device_type;
drivers/mtd/chips/cfi_cmdset_0002.c
1541
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1544
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1547
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1662
cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1663
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
1664
cfi_send_gen_cmd(0xA0, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2005
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2007
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2009
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2046
cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2047
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2263
cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2264
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2265
cfi_send_gen_cmd(0xA0, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2436
cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2437
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2438
cfi_send_gen_cmd(0x80, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2439
cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2440
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2441
cfi_send_gen_cmd(0x10, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2536
cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2537
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2538
cfi_send_gen_cmd(0x80, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2539
cfi_send_gen_cmd(0xAA, cfi->addr_unlock1, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2540
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, chip->start, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2645
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2647
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2649
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2651
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2653
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2680
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2735
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2737
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
2740
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0002.c
541
((cfi->device_type == CFI_DEVICETYPE_X8 && (cfi->id & 0xff) == 0x7e) ||
drivers/mtd/chips/cfi_cmdset_0002.c
542
(cfi->device_type == CFI_DEVICETYPE_X16 && cfi->id == 0x227e)))
drivers/mtd/chips/cfi_cmdset_0002.c
845
cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
1131
int ofs_factor = cfi->interleave * cfi->device_type;
drivers/mtd/chips/cfi_cmdset_0020.c
1146
cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
1148
cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
1154
cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
1156
cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
1277
int ofs_factor = cfi->interleave * cfi->device_type;
drivers/mtd/chips/cfi_cmdset_0020.c
1288
cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
1294
cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
1301
cfi_send_gen_cmd(0x90, 0x55, 0, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
1303
cfi_send_gen_cmd(0xff, 0x55, 0, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_cmdset_0020.c
850
chipstatus |= status.x[w] >> (cfi->device_type * 8);
drivers/mtd/chips/cfi_probe.c
173
map->name, cfi->interleave, cfi->device_type*8, base,
drivers/mtd/chips/cfi_probe.c
198
int ofs_factor = cfi->interleave*cfi->device_type;
drivers/mtd/chips/cfi_probe.c
263
cfi_send_gen_cmd(0xf0, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_probe.c
264
cfi_send_gen_cmd(0xaa, addr_unlock1, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_probe.c
265
cfi_send_gen_cmd(0x55, addr_unlock2, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_probe.c
266
cfi_send_gen_cmd(0x90, addr_unlock1, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_probe.c
282
map->name, cfi->interleave, cfi->device_type*8, base,
drivers/mtd/chips/cfi_util.c
222
int osf = cfi->interleave * cfi->device_type; /* scale factor */
drivers/mtd/chips/cfi_util.c
250
cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
251
cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
256
cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
257
cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
258
cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
262
cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
263
cfi_send_gen_cmd(0x98, 0x555, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
267
cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
268
cfi_send_gen_cmd(0xAA, 0x5555, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
269
cfi_send_gen_cmd(0x55, 0x2AAA, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
270
cfi_send_gen_cmd(0x98, 0x5555, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
274
cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
275
cfi_send_gen_cmd(0xAA, 0x555, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
276
cfi_send_gen_cmd(0x55, 0x2AA, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
277
cfi_send_gen_cmd(0x98, 0x555, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
288
cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
289
cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
293
cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/cfi_util.c
302
int ofs_factor = cfi->interleave * cfi->device_type;
drivers/mtd/chips/cfi_util.c
44
unsigned type = cfi->device_type;
drivers/mtd/chips/gen_probe.c
183
cfi->device_type = type;
drivers/mtd/chips/jedec_probe.c
1924
mask = (1ULL << (cfi->device_type * 8)) - 1;
drivers/mtd/chips/jedec_probe.c
1940
mask = (1ULL << (cfi->device_type * 8)) - 1;
drivers/mtd/chips/jedec_probe.c
1958
cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
1959
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
1962
cfi_send_gen_cmd(0xF0, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
1968
cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
1978
if (!(jedec_table[index].devtypes & cfi->device_type)) {
drivers/mtd/chips/jedec_probe.c
1980
jedec_table[index].name, 4 * (1<<cfi->device_type));
drivers/mtd/chips/jedec_probe.c
2017
cfi->addr_unlock1 = unlock_addrs[uaddr].addr1 / cfi->device_type;
drivers/mtd/chips/jedec_probe.c
2018
cfi->addr_unlock2 = unlock_addrs[uaddr].addr2 / cfi->device_type;
drivers/mtd/chips/jedec_probe.c
2049
switch (cfi->device_type) {
drivers/mtd/chips/jedec_probe.c
2075
__func__, cfi->device_type);
drivers/mtd/chips/jedec_probe.c
2092
if (! (finfo->devtypes & cfi->device_type))
drivers/mtd/chips/jedec_probe.c
2100
&& ( unlock_addrs[uaddr].addr1 / cfi->device_type != cfi->addr_unlock1 ||
drivers/mtd/chips/jedec_probe.c
2101
unlock_addrs[uaddr].addr2 / cfi->device_type != cfi->addr_unlock2 ) ) {
drivers/mtd/chips/jedec_probe.c
2139
cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
2140
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
2142
cfi_send_gen_cmd(0x90, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
2164
cfi->addr_unlock1 = unlock_addrs[uaddr_idx].addr1 / cfi->device_type;
drivers/mtd/chips/jedec_probe.c
2165
cfi->addr_unlock2 = unlock_addrs[uaddr_idx].addr2 / cfi->device_type;
drivers/mtd/chips/jedec_probe.c
2188
cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
2189
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
2191
cfi_send_gen_cmd(0x90, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL);
drivers/mtd/chips/jedec_probe.c
2201
cfi->mfr, cfi->id, cfi_interleave(cfi), cfi->device_type);
drivers/mtd/chips/jedec_probe.c
2274
map->name, cfi_interleave(cfi), cfi->device_type*8, base,
drivers/mtd/hyperbus/hbmc-am654.c
47
cfi.device_type = CFI_DEVICETYPE_X16;
drivers/mtd/hyperbus/hbmc-am654.c
48
cfi_send_gen_cmd(0xF0, 0, 0, map, &cfi, cfi.device_type, NULL);
drivers/mtd/hyperbus/hbmc-am654.c
49
cfi_send_gen_cmd(0x98, 0x55, 0, map, &cfi, cfi.device_type, NULL);
drivers/mtd/mtdcore.c
374
static const struct device_type mtd_devtype = {
drivers/mux/core.c
81
static const struct device_type mux_type = {
drivers/net/amt.c
3106
static const struct device_type amt_type = {
drivers/net/bareudp.c
568
static const struct device_type bareudp_type = {
drivers/net/bonding/bond_main.c
5986
static const struct device_type bond_type = {
drivers/net/ethernet/intel/idpf/virtchnl2.h
560
__le32 device_type;
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
473
int ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
480
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
508
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
550
u32 device_type, u16 *phy_data)
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
556
status = ixgbe_read_phy_reg_mdi(hw, reg_addr, device_type,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
574
int ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
584
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
613
(device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) |
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
648
u32 device_type, u16 phy_data)
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
654
status = ixgbe_write_phy_reg_mdi(hw, reg_addr, device_type,
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h
133
u32 device_type, u16 *phy_data);
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h
135
u32 device_type, u16 phy_data);
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h
137
u32 device_type, u16 *phy_data);
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h
139
u32 device_type, u16 phy_data);
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
1393
u32 device_type, u32 data)
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
1408
(device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT));
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
353
u32 device_type, u16 *phy_data)
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
359
u32 device_type, u16 phy_data)
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
3763
u32 device_type, u16 *phy_data)
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
3771
status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data);
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
3789
u32 device_type, u16 phy_data)
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
3797
status = ixgbe_write_phy_reg_mdi(hw, reg_addr, device_type, phy_data);
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
696
u32 device_type, u32 *data)
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
711
(device_type << IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT));
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
796
__always_unused u32 device_type,
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
822
__always_unused u32 device_type,
drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c
738
enum mlxsw_reg_mgpir_device_type device_type;
drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c
750
mlxsw_reg_mgpir_unpack(mgpir_pl, &gbox_num, &device_type, NULL, NULL,
drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c
752
if (device_type != MLXSW_REG_MGPIR_DEVICE_TYPE_GEARBOX_DIE ||
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
505
enum mlxsw_reg_mgpir_device_type device_type;
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
517
mlxsw_reg_mgpir_unpack(mgpir_pl, &gbox_num, &device_type, NULL,
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
519
if (device_type != MLXSW_REG_MGPIR_DEVICE_TYPE_GEARBOX_DIE ||
drivers/net/ethernet/mellanox/mlxsw/reg.h
11297
MLXSW_ITEM32(reg, mgpir, device_type, 0x00, 24, 4);
drivers/net/ethernet/mellanox/mlxsw/reg.h
11337
enum mlxsw_reg_mgpir_device_type *device_type,
drivers/net/ethernet/mellanox/mlxsw/reg.h
11343
if (device_type)
drivers/net/ethernet/mellanox/mlxsw/reg.h
11344
*device_type = mlxsw_reg_mgpir_device_type_get(payload);
drivers/net/ethernet/sfc/falcon/falcon.c
2153
unsigned int device_id, u32 device_type)
drivers/net/ethernet/sfc/falcon/falcon.c
2155
if (device_type != 0) {
drivers/net/ethernet/sfc/falcon/falcon.c
2158
1 << SPI_DEV_TYPE_FIELD(device_type, SPI_DEV_TYPE_SIZE);
drivers/net/ethernet/sfc/falcon/falcon.c
2160
SPI_DEV_TYPE_FIELD(device_type, SPI_DEV_TYPE_ADDR_LEN);
drivers/net/ethernet/sfc/falcon/falcon.c
2164
SPI_DEV_TYPE_FIELD(device_type, SPI_DEV_TYPE_ERASE_CMD);
drivers/net/ethernet/sfc/falcon/falcon.c
2166
1 << SPI_DEV_TYPE_FIELD(device_type,
drivers/net/ethernet/sfc/falcon/falcon.c
2169
1 << SPI_DEV_TYPE_FIELD(device_type,
drivers/net/ethernet/wangxun/txgbe/txgbe_main.c
301
u8 device_type = wx->subsystem_device_id & 0xF0;
drivers/net/ethernet/wangxun/txgbe/txgbe_main.c
323
switch (device_type) {
drivers/net/geneve.c
1703
static const struct device_type geneve_type = {
drivers/net/gtp.c
1340
static const struct device_type gtp_type = {
drivers/net/macsec.c
3821
static const struct device_type macsec_type = {
drivers/net/netdevsim/bus.c
150
static const struct device_type nsim_bus_dev_type = {
drivers/net/ovpn/main.c
106
static const struct device_type ovpn_type = {
drivers/net/pfcp.c
134
static const struct device_type pfcp_type = {
drivers/net/phy/phy_device.c
721
static const struct device_type mdio_bus_phy_type = {
drivers/net/ppp/ppp_generic.c
1620
static const struct device_type ppp_type = {
drivers/net/usb/hso.c
2466
static const struct device_type hso_type = {
drivers/net/usb/usbnet.c
1717
static const struct device_type wlan_type = {
drivers/net/usb/usbnet.c
1721
static const struct device_type wwan_type = {
drivers/net/vxlan/vxlan_core.c
3318
static const struct device_type vxlan_type = {
drivers/net/wireguard/device.c
272
static const struct device_type device_type = { .name = KBUILD_MODNAME };
drivers/net/wireguard/device.c
300
SET_NETDEV_DEVTYPE(dev, &device_type);
drivers/net/wwan/qcom_bam_dmux.c
407
static const struct device_type wwan_type = {
drivers/net/wwan/wwan_core.c
1103
static const struct device_type wwan_type = { .name = "wwan" };
drivers/net/wwan/wwan_core.c
134
static const struct device_type wwan_dev_type = {
drivers/net/wwan/wwan_core.c
381
static const struct device_type wwan_port_dev_type = {
drivers/nfc/pn533/pn533.c
1657
if (dev->device_type == PN533_DEVICE_PN532_AUTOPOLL) {
drivers/nfc/pn533/pn533.c
2278
switch (dev->device_type) {
drivers/nfc/pn533/pn533.c
2398
switch (dev->device_type) {
drivers/nfc/pn533/pn533.c
2451
switch (dev->device_type) {
drivers/nfc/pn533/pn533.c
2606
if ((dev->device_type == PN533_DEVICE_PN532) ||
drivers/nfc/pn533/pn533.c
2607
(dev->device_type == PN533_DEVICE_PN532_AUTOPOLL)) {
drivers/nfc/pn533/pn533.c
2649
switch (dev->device_type) {
drivers/nfc/pn533/pn533.c
2668
dev->device_type);
drivers/nfc/pn533/pn533.c
2688
switch (dev->device_type) {
drivers/nfc/pn533/pn533.c
2738
struct pn533 *pn53x_common_init(u32 device_type,
drivers/nfc/pn533/pn533.c
2760
priv->device_type = device_type;
drivers/nfc/pn533/pn533.h
135
u32 device_type;
drivers/nfc/pn533/pn533.h
232
struct pn533 *pn53x_common_init(u32 device_type,
drivers/nfc/pn533/usb.c
218
if (dev->device_type == PN533_DEVICE_ACR122U)
drivers/nvdimm/btt_devs.c
162
static const struct device_type nd_btt_device_type = {
drivers/nvdimm/bus.c
292
static const struct device_type nvdimm_bus_dev_type = {
drivers/nvdimm/dax_devs.c
35
static const struct device_type nd_dax_device_type = {
drivers/nvdimm/dimm_devs.c
558
static const struct device_type nvdimm_device_type = {
drivers/nvdimm/namespace_devs.c
1409
static const struct device_type namespace_io_device_type = {
drivers/nvdimm/namespace_devs.c
1415
static const struct device_type namespace_pmem_device_type = {
drivers/nvdimm/pfn_devs.c
273
static const struct device_type nd_pfn_device_type = {
drivers/nvdimm/region_devs.c
816
static const struct device_type nd_pmem_device_type = {
drivers/nvdimm/region_devs.c
822
static const struct device_type nd_volatile_device_type = {
drivers/nvdimm/region_devs.c
964
const struct device_type *dev_type, const char *caller)
drivers/nvmem/core.c
543
static const struct device_type nvmem_provider_type = {
drivers/parport/share.c
102
static struct device_type parport_device_type = {
drivers/pci/endpoint/pci-epf-core.c
21
static const struct device_type pci_epf_type;
drivers/pci/endpoint/pci-epf-core.c
621
static const struct device_type pci_epf_type = {
drivers/pci/pci-acpi.c
428
u16 device_type;
drivers/pci/pci-acpi.c
520
if (!(hpx3_device_type(dev) & reg->device_type))
drivers/pci/pci-acpi.c
587
hpx3_reg->device_type = reg_fields[0].integer.value;
drivers/pci/probe.c
2496
static const struct device_type pci_dev_type = {
drivers/pci/probe.c
654
static const struct device_type pci_host_bridge_type = {
drivers/peci/core.c
28
const struct device_type peci_controller_type = {
drivers/peci/device.c
248
const struct device_type peci_device_type = {
drivers/peci/internal.h
127
extern const struct device_type peci_controller_type;
drivers/peci/internal.h
76
extern const struct device_type peci_device_type;
drivers/perf/fujitsu_uncore_pmu.c
447
unsigned long device_type = (unsigned long)device_get_match_data(dev);
drivers/perf/fujitsu_uncore_pmu.c
468
switch (device_type) {
drivers/perf/fujitsu_uncore_pmu.c
482
return dev_err_probe(dev, -EINVAL, "illegal device type: %lu\n", device_type);
drivers/phy/tegra/xusb.c
155
static const struct device_type tegra_xusb_pad_type = {
drivers/phy/tegra/xusb.c
528
static const struct device_type tegra_xusb_port_type = {
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1478
.device_type = BCM21664_PINCTRL_TYPE,
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1654
enum bcm281xx_pinctrl_type device_type = pdata->info->device_type;
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1664
if (device_type == BCM21664_PINCTRL_TYPE) {
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
1680
if (device_type == BCM21664_PINCTRL_TYPE) {
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
2005
enum bcm281xx_pinctrl_type device_type = pdata->info->device_type;
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
2023
if (device_type == BCM21664_PINCTRL_TYPE)
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
2050
if (device_type == BCM21664_PINCTRL_TYPE) {
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
2066
if (device_type == BCM21664_PINCTRL_TYPE) {
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
2131
if (pdata->info->device_type == BCM21664_PINCTRL_TYPE) {
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
971
.device_type = BCM281XX_PINCTRL_TYPE,
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
98
enum bcm281xx_pinctrl_type device_type;
drivers/platform/surface/aggregator/bus.c
60
const struct device_type ssam_device_type = {
drivers/platform/wmi/core.c
1113
static const struct device_type wmi_type_event = {
drivers/platform/wmi/core.c
1119
static const struct device_type wmi_type_method = {
drivers/platform/wmi/core.c
1125
static const struct device_type wmi_type_data = {
drivers/platform/wmi/core.c
167
static const struct device_type wmi_type_event;
drivers/platform/wmi/core.c
169
static const struct device_type wmi_type_method;
drivers/platform/x86/intel/int3472/tps68470.c
151
int device_type;
drivers/platform/x86/intel/int3472/tps68470.c
176
device_type = skl_int3472_tps68470_calc_type(adev);
drivers/platform/x86/intel/int3472/tps68470.c
177
switch (device_type) {
drivers/platform/x86/intel/int3472/tps68470.c
223
return device_type;
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
731
int isst_if_cdev_register(int device_type, struct isst_if_cmd_cb *cb)
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
733
if (device_type >= ISST_IF_DEV_MAX)
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
736
if (device_type < ISST_IF_DEV_TPMI && isst_hpm_support)
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
749
memcpy(&punit_callbacks[device_type], cb, sizeof(*cb));
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
750
punit_callbacks[device_type].registered = 1;
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
766
void isst_if_cdev_unregister(int device_type)
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
769
punit_callbacks[device_type].def_ioctl = NULL;
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
770
punit_callbacks[device_type].registered = 0;
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
771
if (device_type == ISST_IF_DEV_MBOX)
drivers/platform/x86/tuxedo/nb04/wmi_ab.c
434
in.get_device_status_in.device_type = TUX_GET_DEVICE_STATUS_DEVICE_ID_KEYBOARD;
drivers/platform/x86/tuxedo/nb04/wmi_util.h
42
u8 device_type;
drivers/power/sequencing/core.c
294
static const struct device_type pwrseq_device_type = {
drivers/power/supply/power_supply.h
15
struct device_type;
drivers/power/supply/power_supply_core.c
35
static const struct device_type power_supply_dev_type = {
drivers/power/supply/s2m-charger.c
264
pmic_drvdata->device_type);
drivers/remoteproc/remoteproc_core.c
2381
static const struct device_type rproc_type = {
drivers/rtc/rtc-s5m.c
168
enum sec_device_type device_type;
drivers/rtc/rtc-s5m.c
251
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
300
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
325
if (info->device_type == S2MPS13X)
drivers/rtc/rtc-s5m.c
353
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
377
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
415
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
454
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
493
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
531
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
598
switch (info->device_type) {
drivers/rtc/rtc-s5m.c
667
enum sec_device_type device_type =
drivers/rtc/rtc-s5m.c
681
switch (device_type) {
drivers/rtc/rtc-s5m.c
701
device_type);
drivers/rtc/rtc-s5m.c
715
} else if (device_type == S2MPG10) {
drivers/rtc/rtc-s5m.c
720
device_type);
drivers/rtc/rtc-s5m.c
725
info->device_type = device_type;
drivers/rtc/rtc-s5m.c
769
info->device_type == S2MPG10) {
drivers/s390/cio/css.c
398
static const struct device_type io_subchannel_type = {
drivers/s390/crypto/ap_bus.c
643
id->dev_type == to_ap_dev(dev)->device_type)
drivers/s390/crypto/ap_bus.c
647
id->dev_type == to_ap_dev(dev)->device_type)
drivers/s390/crypto/ap_bus.c
674
rc = add_uevent_var(env, "DEV_TYPE=%04X", ap_dev->device_type);
drivers/s390/crypto/ap_bus.c
678
rc = add_uevent_var(env, "MODALIAS=ap:t%02X", ap_dev->device_type);
drivers/s390/crypto/ap_bus.h
169
int device_type; /* AP device type. */
drivers/s390/crypto/ap_card.c
136
return sysfs_emit(buf, "ap:t%02X\n", to_ap_dev(dev)->device_type);
drivers/s390/crypto/ap_card.c
219
static struct device_type ap_card_type = {
drivers/s390/crypto/ap_card.c
241
ac->ap_dev.device_type = comp_type;
drivers/s390/crypto/ap_card.c
26
return sysfs_emit(buf, "%d\n", ac->ap_dev.device_type);
drivers/s390/crypto/ap_queue.c
1190
aq->ap_dev.device_type = ac->ap_dev.device_type;
drivers/s390/crypto/ap_queue.c
903
static struct device_type ap_queue_type = {
drivers/s390/crypto/zcrypt_api.c
1294
stat->hwtype = zc->card->ap_dev.device_type;
drivers/s390/crypto/zcrypt_api.c
1322
stat->hwtype = zc->card->ap_dev.device_type;
drivers/s390/crypto/zcrypt_api.c
1345
devstat->hwtype = zc->card->ap_dev.device_type;
drivers/s390/crypto/zcrypt_cex4.c
502
if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) {
drivers/s390/crypto/zcrypt_cex4.c
506
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX5) {
drivers/s390/crypto/zcrypt_cex4.c
510
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX6) {
drivers/s390/crypto/zcrypt_cex4.c
514
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX7) {
drivers/s390/crypto/zcrypt_cex4.c
540
if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) {
drivers/s390/crypto/zcrypt_cex4.c
547
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX5) {
drivers/s390/crypto/zcrypt_cex4.c
554
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX6) {
drivers/s390/crypto/zcrypt_cex4.c
561
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX7) {
drivers/s390/crypto/zcrypt_cex4.c
580
if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) {
drivers/s390/crypto/zcrypt_cex4.c
584
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX5) {
drivers/s390/crypto/zcrypt_cex4.c
588
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX6) {
drivers/s390/crypto/zcrypt_cex4.c
592
} else if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX7) {
drivers/s390/net/ctcm_main.c
1247
static const struct device_type ctcm_devtype = {
drivers/s390/net/qeth_core_main.c
6210
static const struct device_type qeth_generic_devtype = {
drivers/s390/net/qeth_l2_main.c
2287
static const struct device_type qeth_l2_devtype = {
drivers/s390/net/qeth_l3_main.c
1921
static const struct device_type qeth_l3_devtype = {
drivers/scsi/aacraid/aacraid.h
355
u8 device_type; /* type of drive */
drivers/scsi/fcoe/fcoe_sysfs.c
630
static const struct device_type fcoe_ctlr_device_type = {
drivers/scsi/fcoe/fcoe_sysfs.c
636
static const struct device_type fcoe_fcf_device_type = {
drivers/scsi/hisi_sas/hisi_sas_main.c
678
id->dev_type = phy->identify.device_type;
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c
1369
phy->identify.device_type = id->dev_type;
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c
1371
if (phy->identify.device_type == SAS_END_DEVICE)
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c
1374
else if (phy->identify.device_type != SAS_PHY_UNUSED)
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
1549
if (phy->identify.device_type == SAS_END_DEVICE) {
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
2697
phy->identify.device_type = id->dev_type;
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
2699
if (phy->identify.device_type == SAS_END_DEVICE)
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
2702
else if (phy->identify.device_type != SAS_PHY_UNUSED) {
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
3279
phy->identify.device_type = SAS_SATA_DEV;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
1106
if (phy->identify.device_type == SAS_END_DEVICE) {
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
1637
phy->identify.device_type = SAS_SATA_DEV;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
1656
phy->identify.device_type = id->dev_type;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
1658
if (phy->identify.device_type == SAS_END_DEVICE)
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
1661
else if (phy->identify.device_type != SAS_PHY_UNUSED)
drivers/scsi/hosts.c
389
static const struct device_type scsi_host_type = {
drivers/scsi/hpsa.c
3594
if (physdev->LUN[i].device_type ==
drivers/scsi/hpsa.c
4284
u8 device_type;
drivers/scsi/hpsa.c
4290
device_type = rle->device_type;
drivers/scsi/hpsa.c
4293
if (device_type == BMIC_DEVICE_TYPE_ENCLOSURE)
drivers/scsi/hpsa.c
9602
identify->device_type = SAS_END_DEVICE;
drivers/scsi/hpsa_cmd.h
270
u8 device_type;
drivers/scsi/hpsa_cmd.h
797
u8 device_type; /* type of drive */
drivers/scsi/libsas/sas_expander.c
2140
switch (rphy->identify.device_type) {
drivers/scsi/libsas/sas_expander.c
275
phy->phy->identify.device_type = dr->attached_dev_type;
drivers/scsi/libsas/sas_host_smp.c
47
resp_data[12] = rphy->identify.device_type << 4;
drivers/scsi/libsas/sas_internal.h
163
rphy->identify.device_type = SAS_END_DEVICE;
drivers/scsi/libsas/sas_internal.h
166
rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE;
drivers/scsi/libsas/sas_internal.h
169
rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE;
drivers/scsi/libsas/sas_internal.h
172
rphy->identify.device_type = SAS_PHY_UNUSED;
drivers/scsi/libsas/sas_internal.h
183
phy->identify.device_type = SAS_END_DEVICE;
drivers/scsi/libsas/sas_internal.h
185
phy->identify.device_type = dev->dev_type;
drivers/scsi/libsas/sas_internal.h
188
phy->identify.device_type = SAS_PHY_UNUSED;
drivers/scsi/libsas/sas_scsi_host.c
813
BUG_ON(dev->rphy->identify.device_type != SAS_END_DEVICE);
drivers/scsi/mpi3mr/mpi/mpi30_cnfg.h
641
u8 device_type;
drivers/scsi/mpi3mr/mpi3mr_transport.c
1369
if (mr_sas_port->remote_identify.device_type == SAS_PHY_UNUSED) {
drivers/scsi/mpi3mr/mpi3mr_transport.c
1411
if (mr_sas_port->remote_identify.device_type == SAS_END_DEVICE) {
drivers/scsi/mpi3mr/mpi3mr_transport.c
1451
if (mr_sas_port->remote_identify.device_type == SAS_END_DEVICE) {
drivers/scsi/mpi3mr/mpi3mr_transport.c
1456
mr_sas_port->remote_identify.device_type);
drivers/scsi/mpi3mr/mpi3mr_transport.c
1467
if (mr_sas_port->remote_identify.device_type == SAS_END_DEVICE) {
drivers/scsi/mpi3mr/mpi3mr_transport.c
1490
if (mr_sas_port->remote_identify.device_type ==
drivers/scsi/mpi3mr/mpi3mr_transport.c
1492
mr_sas_port->remote_identify.device_type ==
drivers/scsi/mpi3mr/mpi3mr_transport.c
2216
if (mr_sas_port->remote_identify.device_type ==
drivers/scsi/mpi3mr/mpi3mr_transport.c
2221
else if (mr_sas_port->remote_identify.device_type ==
drivers/scsi/mpi3mr/mpi3mr_transport.c
2223
mr_sas_port->remote_identify.device_type ==
drivers/scsi/mpi3mr/mpi3mr_transport.c
2486
if (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE ||
drivers/scsi/mpi3mr/mpi3mr_transport.c
2487
rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE) {
drivers/scsi/mpi3mr/mpi3mr_transport.c
2497
} else if (rphy->identify.device_type == SAS_END_DEVICE) {
drivers/scsi/mpi3mr/mpi3mr_transport.c
706
enum sas_device_type device_type =
drivers/scsi/mpi3mr/mpi3mr_transport.c
707
mr_sas_port->remote_identify.device_type;
drivers/scsi/mpi3mr/mpi3mr_transport.c
713
if (device_type == SAS_END_DEVICE)
drivers/scsi/mpi3mr/mpi3mr_transport.c
717
else if (device_type == SAS_EDGE_EXPANDER_DEVICE ||
drivers/scsi/mpi3mr/mpi3mr_transport.c
718
device_type == SAS_FANOUT_EXPANDER_DEVICE)
drivers/scsi/mpi3mr/mpi3mr_transport.c
840
identify->device_type = SAS_PHY_UNUSED;
drivers/scsi/mpi3mr/mpi3mr_transport.c
843
identify->device_type = SAS_END_DEVICE;
drivers/scsi/mpi3mr/mpi3mr_transport.c
846
identify->device_type = SAS_EDGE_EXPANDER_DEVICE;
drivers/scsi/mpt3sas/mpt3sas_scsih.c
12320
if (mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_scsih.c
12325
else if (mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_scsih.c
12327
mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_scsih.c
12588
if (mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_scsih.c
12593
else if (mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_scsih.c
12595
mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_scsih.c
4286
if (mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_scsih.c
4304
if (mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_scsih.c
4306
mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_transport.c
121
if (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE ||
drivers/scsi/mpt3sas/mpt3sas_transport.c
122
rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE) {
drivers/scsi/mpt3sas/mpt3sas_transport.c
132
} else if (rphy->identify.device_type == SAS_END_DEVICE) {
drivers/scsi/mpt3sas/mpt3sas_transport.c
245
identify->device_type = SAS_PHY_UNUSED;
drivers/scsi/mpt3sas/mpt3sas_transport.c
248
identify->device_type = SAS_END_DEVICE;
drivers/scsi/mpt3sas/mpt3sas_transport.c
251
identify->device_type = SAS_EDGE_EXPANDER_DEVICE;
drivers/scsi/mpt3sas/mpt3sas_transport.c
254
identify->device_type = SAS_FANOUT_EXPANDER_DEVICE;
drivers/scsi/mpt3sas/mpt3sas_transport.c
505
enum sas_device_type device_type =
drivers/scsi/mpt3sas/mpt3sas_transport.c
506
mpt3sas_port->remote_identify.device_type;
drivers/scsi/mpt3sas/mpt3sas_transport.c
513
if (device_type == SAS_END_DEVICE)
drivers/scsi/mpt3sas/mpt3sas_transport.c
516
else if (device_type == SAS_EDGE_EXPANDER_DEVICE ||
drivers/scsi/mpt3sas/mpt3sas_transport.c
517
device_type == SAS_FANOUT_EXPANDER_DEVICE)
drivers/scsi/mpt3sas/mpt3sas_transport.c
728
if (mpt3sas_port->remote_identify.device_type == SAS_PHY_UNUSED) {
drivers/scsi/mpt3sas/mpt3sas_transport.c
768
if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) {
drivers/scsi/mpt3sas/mpt3sas_transport.c
806
if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) {
drivers/scsi/mpt3sas/mpt3sas_transport.c
819
mpt3sas_port->remote_identify.device_type);
drivers/scsi/mpt3sas/mpt3sas_transport.c
841
if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) {
drivers/scsi/mpt3sas/mpt3sas_transport.c
856
if (mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mpt3sas/mpt3sas_transport.c
858
mpt3sas_port->remote_identify.device_type ==
drivers/scsi/mvsas/mv_sas.c
1028
phy->identify.device_type =
drivers/scsi/mvsas/mv_sas.c
1031
if (phy->identify.device_type == SAS_END_DEVICE)
drivers/scsi/mvsas/mv_sas.c
1034
else if (phy->identify.device_type != SAS_PHY_UNUSED)
drivers/scsi/mvsas/mv_sas.c
239
id->dev_type = phy->identify.device_type;
drivers/scsi/pm8001/pm8001_hwi.c
3003
id->dev_type = phy->identify.device_type;
drivers/scsi/pm8001/pm8001_hwi.c
3157
phy->identify.device_type = deviceType;
drivers/scsi/pm8001/pm8001_hwi.c
3159
if (phy->identify.device_type == SAS_END_DEVICE)
drivers/scsi/pm8001/pm8001_hwi.c
3161
else if (phy->identify.device_type != SAS_PHY_UNUSED)
drivers/scsi/pm8001/pm8001_hwi.c
3215
phy->identify.device_type = SAS_SATA_DEV;
drivers/scsi/pm8001/pm8001_hwi.c
3242
phy->identify.device_type = 0;
drivers/scsi/pm8001/pm80xx_hwi.c
3241
phy->identify.device_type = deviceType;
drivers/scsi/pm8001/pm80xx_hwi.c
3243
if (phy->identify.device_type == SAS_END_DEVICE)
drivers/scsi/pm8001/pm80xx_hwi.c
3245
else if (phy->identify.device_type != SAS_PHY_UNUSED)
drivers/scsi/pm8001/pm80xx_hwi.c
3303
phy->identify.device_type = SAS_SATA_DEV;
drivers/scsi/pm8001/pm80xx_hwi.c
3332
phy->identify.device_type = 0;
drivers/scsi/qla2xxx/qla_def.h
4321
uint32_t device_type;
drivers/scsi/qla2xxx/qla_def.h
4385
#define IS_T10_PI_CAPABLE(ha) ((ha)->device_type & DT_T10_PI)
drivers/scsi/qla2xxx/qla_def.h
4386
#define IS_IIDMA_CAPABLE(ha) ((ha)->device_type & DT_IIDMA)
drivers/scsi/qla2xxx/qla_def.h
4387
#define IS_FWI2_CAPABLE(ha) ((ha)->device_type & DT_FWI2)
drivers/scsi/qla2xxx/qla_def.h
4388
#define IS_ZIO_SUPPORTED(ha) ((ha)->device_type & DT_ZIO_SUPPORTED)
drivers/scsi/qla2xxx/qla_def.h
4389
#define IS_OEM_001(ha) ((ha)->device_type & DT_OEM_001)
drivers/scsi/qla2xxx/qla_def.h
4390
#define HAS_EXTENDED_IDS(ha) ((ha)->device_type & DT_EXTENDED_IDS)
drivers/scsi/qla2xxx/qla_def.h
4391
#define IS_CT6_SUPPORTED(ha) ((ha)->device_type & DT_CT6_SUPPORTED)
drivers/scsi/qla2xxx/qla_init.c
3669
ha->device_type |= DT_ISP2200A;
drivers/scsi/qla2xxx/qla_os.c
2639
ha->device_type = DT_EXTENDED_IDS;
drivers/scsi/qla2xxx/qla_os.c
2643
ha->device_type &= ~DT_EXTENDED_IDS;
drivers/scsi/qla2xxx/qla_os.c
2648
ha->device_type &= ~DT_EXTENDED_IDS;
drivers/scsi/qla2xxx/qla_os.c
2653
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2658
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2663
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2666
ha->device_type |= DT_OEM_001;
drivers/scsi/qla2xxx/qla_os.c
2679
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2680
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2681
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2686
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2687
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2688
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2693
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2694
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2695
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2700
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2705
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2710
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2711
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2712
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2717
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2718
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2719
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2724
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2725
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2732
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2733
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2740
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2741
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2742
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2743
ha->device_type |= DT_T10_PI;
drivers/scsi/qla2xxx/qla_os.c
2748
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2749
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2750
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2751
ha->device_type |= DT_T10_PI;
drivers/scsi/qla2xxx/qla_os.c
2759
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2760
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2761
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2762
ha->device_type |= DT_T10_PI;
drivers/scsi/qla2xxx/qla_os.c
2767
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2768
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2769
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2770
ha->device_type |= DT_T10_PI;
drivers/scsi/qla2xxx/qla_os.c
2775
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2776
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2777
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2778
ha->device_type |= DT_T10_PI;
drivers/scsi/qla2xxx/qla_os.c
2784
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2785
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2786
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2787
ha->device_type |= DT_T10_PI;
drivers/scsi/qla2xxx/qla_os.c
2793
ha->device_type |= DT_ZIO_SUPPORTED;
drivers/scsi/qla2xxx/qla_os.c
2794
ha->device_type |= DT_FWI2;
drivers/scsi/qla2xxx/qla_os.c
2795
ha->device_type |= DT_IIDMA;
drivers/scsi/qla2xxx/qla_os.c
2796
ha->device_type |= DT_T10_PI;
drivers/scsi/qla2xxx/qla_os.c
2815
ha->device_type, ha->port_no, ha->fw_srisc_address);
drivers/scsi/qla4xxx/ql4_83xx.c
434
int device_type;
drivers/scsi/qla4xxx/ql4_83xx.c
464
device_map[i].device_type = func_nibble & 0x3;
drivers/scsi/qla4xxx/ql4_83xx.c
467
if (device_map[i].device_type == NIC_CLASS) {
drivers/scsi/qla4xxx/ql4_83xx.c
472
} else if (device_map[i].device_type == ISCSI_CLASS) {
drivers/scsi/scsi_scan.c
417
static const struct device_type scsi_target_type = {
drivers/scsi/scsi_sysfs.c
1672
static const struct device_type scsi_dev_type = {
drivers/scsi/scsi_sysfs.c
30
static const struct device_type scsi_dev_type;
drivers/scsi/scsi_transport_iscsi.c
1012
static const struct device_type iscsi_flashnode_sess_dev_type = {
drivers/scsi/scsi_transport_iscsi.c
1198
static const struct device_type iscsi_flashnode_conn_dev_type = {
drivers/scsi/scsi_transport_sas.c
1235
if (!rphy->identify.device_type)
drivers/scsi/scsi_transport_sas.c
1238
rphy->identify.device_type, buf);
drivers/scsi/scsi_transport_sas.c
1241
static SAS_DEVICE_ATTR(rphy, device_type, S_IRUGO,
drivers/scsi/scsi_transport_sas.c
131
sas_bitfield_name_search(device_type, sas_device_type_names)
drivers/scsi/scsi_transport_sas.c
1428
rphy->identify.device_type == SAS_END_DEVICE;
drivers/scsi/scsi_transport_sas.c
1451
(rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE ||
drivers/scsi/scsi_transport_sas.c
1452
rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE);
drivers/scsi/scsi_transport_sas.c
1515
rdev->rphy.identify.device_type = SAS_END_DEVICE;
drivers/scsi/scsi_transport_sas.c
1556
rdev->rphy.identify.device_type = type;
drivers/scsi/scsi_transport_sas.c
1593
if (identify->device_type == SAS_END_DEVICE &&
drivers/scsi/scsi_transport_sas.c
1597
else if (identify->device_type == SAS_END_DEVICE)
drivers/scsi/scsi_transport_sas.c
1601
if (identify->device_type == SAS_END_DEVICE &&
drivers/scsi/scsi_transport_sas.c
167
BUG_ON(rphy->identify.device_type != SAS_END_DEVICE);
drivers/scsi/scsi_transport_sas.c
1684
switch (rphy->identify.device_type) {
drivers/scsi/scsi_transport_sas.c
1730
if (rphy->identify.device_type != SAS_END_DEVICE ||
drivers/scsi/scsi_transport_sas.c
1855
SETUP_PHY_ATTRIBUTE(device_type);
drivers/scsi/scsi_transport_sas.c
578
if (!phy->identify.device_type)
drivers/scsi/scsi_transport_sas.c
580
return get_sas_device_type_names(phy->identify.device_type, buf);
drivers/scsi/scsi_transport_sas.c
582
static DEVICE_ATTR(device_type, S_IRUGO, show_sas_device_type, NULL);
drivers/scsi/smartpqi/smartpqi.h
1116
u8 device_type; /* as reported by */
drivers/scsi/smartpqi/smartpqi.h
1541
u8 device_type; /* type of drive */
drivers/scsi/smartpqi/smartpqi.h
973
u8 device_type;
drivers/scsi/smartpqi/smartpqi.h
983
u8 device_type;
drivers/scsi/smartpqi/smartpqi_init.c
11156
device_type) != 120);
drivers/scsi/smartpqi/smartpqi_init.c
1270
rpl_16byte_wwid_list->lun_entries[i].device_type = rpl_8byte_wwid_list->lun_entries[i].device_type;
drivers/scsi/smartpqi/smartpqi_init.c
2030
if (device->device_type == SA_DEVICE_TYPE_NVME)
drivers/scsi/smartpqi/smartpqi_init.c
2099
existing_device->device_type = new_device->device_type;
drivers/scsi/smartpqi/smartpqi_init.c
2375
if (device->device_type == SA_DEVICE_TYPE_CONTROLLER &&
drivers/scsi/smartpqi/smartpqi_init.c
2526
device->device_type = phys_lun->device_type;
drivers/scsi/smartpqi/smartpqi_init.c
2527
if (device->device_type == SA_DEVICE_TYPE_EXPANDER_SMP)
drivers/scsi/smartpqi/smartpqi_init.c
6585
if (device->device_type == SA_DEVICE_TYPE_NVME)
drivers/scsi/smartpqi/smartpqi_sas_transport.c
100
switch (pqi_sas_port->device->device_type) {
drivers/scsi/smartpqi/smartpqi_sas_transport.c
538
if (rphy->identify.device_type != SAS_FANOUT_EXPANDER_DEVICE) {
drivers/scsi/smartpqi/smartpqi_sas_transport.c
67
identify->device_type = SAS_END_DEVICE;
drivers/siox/siox-core.c
501
static const struct device_type siox_device_type = {
drivers/siox/siox-core.c
679
static const struct device_type siox_master_type = {
drivers/soundwire/master.c
115
const struct device_type sdw_master_type = {
drivers/soundwire/slave.c
21
const struct device_type sdw_slave_type = {
drivers/spmi/spmi.c
30
static const struct device_type spmi_dev_type = {
drivers/spmi/spmi.c
42
static const struct device_type spmi_ctrl_type = {
drivers/staging/greybus/gbphy.c
68
static const struct device_type greybus_gbphy_dev_type = {
drivers/staging/greybus/spilib.c
459
dev_type = response.device_type;
drivers/target/target_core_device.c
689
int device_type = dev->transport->get_device_type(dev);
drivers/target/target_core_device.c
700
pr_debug(" Type: %s ", scsi_device_type(device_type));
drivers/thunderbolt/domain.c
333
const struct device_type tb_domain_type = {
drivers/thunderbolt/retimer.c
383
const struct device_type tb_retimer_type = {
drivers/thunderbolt/switch.c
2373
const struct device_type tb_switch_type = {
drivers/thunderbolt/tb.h
763
extern const struct device_type tb_domain_type;
drivers/thunderbolt/tb.h
764
extern const struct device_type tb_retimer_type;
drivers/thunderbolt/tb.h
765
extern const struct device_type tb_switch_type;
drivers/thunderbolt/tb.h
766
extern const struct device_type usb4_port_device_type;
drivers/thunderbolt/usb4_port.c
289
const struct device_type usb4_port_device_type = {
drivers/thunderbolt/xdomain.c
1132
const struct device_type tb_service_type = {
drivers/thunderbolt/xdomain.c
2050
const struct device_type tb_xdomain_type = {
drivers/tty/serdev/core.c
67
static const struct device_type serdev_device_type = {
drivers/tty/serdev/core.c
85
static const struct device_type serdev_ctrl_type = {
drivers/tty/serial/serial_base_bus.c
25
static const struct device_type serial_ctrl_type = {
drivers/tty/serial/serial_base_bus.c
29
static const struct device_type serial_port_type = {
drivers/tty/serial/serial_base_bus.c
67
const struct device_type *type,
drivers/ufs/core/ufs-sysfs.c
1148
UFS_DEVICE_DESC_PARAM(device_type, _DEVICE_TYPE, 1);
drivers/usb/common/ulpi.c
138
static const struct device_type ulpi_dev_type = {
drivers/usb/core/endpoint.c
137
const struct device_type usb_ep_device_type = {
drivers/usb/core/message.c
1915
const struct device_type usb_if_device_type = {
drivers/usb/core/port.c
487
const struct device_type usb_port_device_type = {
drivers/usb/core/usb.c
596
const struct device_type usb_device_type = {
drivers/usb/core/usb.h
147
extern const struct device_type usb_device_type;
drivers/usb/core/usb.h
148
extern const struct device_type usb_if_device_type;
drivers/usb/core/usb.h
149
extern const struct device_type usb_ep_device_type;
drivers/usb/core/usb.h
150
extern const struct device_type usb_port_device_type;
drivers/usb/gadget/function/u_ether.c
724
static const struct device_type gadget_type = {
drivers/usb/phy/phy.c
678
static const struct device_type usb_phy_dev_type = {
drivers/usb/roles/class.c
341
static const struct device_type usb_role_dev_type = {
drivers/usb/serial/kobil_sct.c
107
__u16 device_type;
drivers/usb/serial/kobil_sct.c
137
priv->device_type = le16_to_cpu(serial->dev->descriptor.idProduct);
drivers/usb/serial/kobil_sct.c
139
switch (priv->device_type) {
drivers/usb/serial/kobil_sct.c
209
if (priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
210
priv->device_type == KOBIL_ADAPTER_K_PRODUCT_ID) {
drivers/usb/serial/kobil_sct.c
220
if (priv->device_type == KOBIL_USBTWIN_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
221
priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
222
priv->device_type == KOBIL_KAAN_SIM_PRODUCT_ID) {
drivers/usb/serial/kobil_sct.c
295
if (((priv->device_type != KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 2) && (priv->filled >= (priv->buf[1] + 3))) ||
drivers/usb/serial/kobil_sct.c
296
((priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 3) && (priv->filled >= (priv->buf[2] + 4)))) {
drivers/usb/serial/kobil_sct.c
298
if (priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
299
priv->device_type == KOBIL_ADAPTER_K_PRODUCT_ID) {
drivers/usb/serial/kobil_sct.c
327
if (priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
328
priv->device_type == KOBIL_ADAPTER_K_PRODUCT_ID) {
drivers/usb/serial/kobil_sct.c
354
if (priv->device_type == KOBIL_USBTWIN_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
355
priv->device_type == KOBIL_KAAN_SIM_PRODUCT_ID) {
drivers/usb/serial/kobil_sct.c
396
if (priv->device_type == KOBIL_USBTWIN_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
397
priv->device_type == KOBIL_KAAN_SIM_PRODUCT_ID) {
drivers/usb/serial/kobil_sct.c
405
if (dtr && priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) {
drivers/usb/serial/kobil_sct.c
439
if (priv->device_type == KOBIL_USBTWIN_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
440
priv->device_type == KOBIL_KAAN_SIM_PRODUCT_ID) {
drivers/usb/serial/kobil_sct.c
490
if (priv->device_type == KOBIL_USBTWIN_PRODUCT_ID ||
drivers/usb/serial/kobil_sct.c
491
priv->device_type == KOBIL_KAAN_SIM_PRODUCT_ID)
drivers/usb/typec/class.c
1236
const struct device_type typec_plug_dev_type = {
drivers/usb/typec/class.c
1384
const struct device_type typec_cable_dev_type = {
drivers/usb/typec/class.c
2123
const struct device_type typec_port_dev_type = {
drivers/usb/typec/class.c
618
const struct device_type typec_port_altmode_dev_type = {
drivers/usb/typec/class.c
625
const struct device_type typec_plug_altmode_dev_type = {
drivers/usb/typec/class.c
632
const struct device_type typec_partner_altmode_dev_type = {
drivers/usb/typec/class.c
642
const struct device_type *type)
drivers/usb/typec/class.c
882
const struct device_type typec_partner_dev_type = {
drivers/usb/typec/class.h
93
extern const struct device_type typec_partner_dev_type;
drivers/usb/typec/class.h
94
extern const struct device_type typec_cable_dev_type;
drivers/usb/typec/class.h
95
extern const struct device_type typec_plug_dev_type;
drivers/usb/typec/class.h
96
extern const struct device_type typec_port_dev_type;
drivers/usb/typec/mux.c
159
const struct device_type typec_switch_dev_type = {
drivers/usb/typec/mux.c
404
const struct device_type typec_mux_dev_type = {
drivers/usb/typec/mux.h
21
extern const struct device_type typec_switch_dev_type;
drivers/usb/typec/mux.h
22
extern const struct device_type typec_mux_dev_type;
drivers/usb/typec/pd.c
160
static const struct device_type source_fixed_supply_type = {
drivers/usb/typec/pd.c
185
static const struct device_type sink_fixed_supply_type = {
drivers/usb/typec/pd.c
216
static const struct device_type source_variable_supply_type = {
drivers/usb/typec/pd.c
230
static const struct device_type sink_variable_supply_type = {
drivers/usb/typec/pd.c
261
static const struct device_type source_battery_type = {
drivers/usb/typec/pd.c
275
static const struct device_type sink_battery_type = {
drivers/usb/typec/pd.c
342
static const struct device_type source_pps_type = {
drivers/usb/typec/pd.c
356
static const struct device_type sink_pps_type = {
drivers/usb/typec/pd.c
421
static const struct device_type source_spr_avs_type = {
drivers/usb/typec/pd.c
434
static const struct device_type sink_spr_avs_type = {
drivers/usb/typec/pd.c
453
static const struct device_type *source_type[] = {
drivers/usb/typec/pd.c
459
static const struct device_type *source_apdo_type[] = {
drivers/usb/typec/pd.c
464
static const struct device_type *sink_type[] = {
drivers/usb/typec/pd.c
470
static const struct device_type *sink_apdo_type[] = {
drivers/usb/typec/pd.c
478
const struct device_type *type;
drivers/usb/typec/pd.c
548
static const struct device_type pd_capabilities_type = {
drivers/usb/typec/pd.c
663
static const struct device_type pd_type = {
drivers/usb/typec/retimer.c
88
const struct device_type typec_retimer_dev_type = {
drivers/usb/typec/retimer.h
15
extern const struct device_type typec_retimer_dev_type;
drivers/video/fbdev/sunxvr500.c
248
const char *device_type;
drivers/video/fbdev/sunxvr500.c
265
device_type = of_get_property(of_node, "device_type", NULL);
drivers/video/fbdev/sunxvr500.c
266
if (!device_type) {
drivers/video/fbdev/via/ioctl.h
178
unsigned int device_type;
fs/btrfs/accessors.h
115
BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64);
fs/smb/client/cifs_ioctl.h
23
__u32 device_type;
fs/smb/client/ioctl.c
255
fsinf->device_type = le32_to_cpu(tcon->fsDevInfo.DeviceType);
include/acpi/acpi_bus.h
479
int device_type;
include/acpi/actbl2.h
2414
u8 device_type;
include/hyperv/hvhdk_mini.h
505
u64 device_type : 2;
include/hyperv/hvhdk_mini.h
511
u64 device_type : 2;
include/hyperv/hvhdk_mini.h
528
u16 device_type : 2;
include/hyperv/hvhdk_mini.h
539
u16 device_type : 2;
include/hyperv/hvhdk_mini.h
546
u32 device_type : 2;
include/linux/blkdev.h
48
extern const struct device_type disk_type;
include/linux/blkdev.h
49
extern const struct device_type part_type;
include/linux/device.h
708
const struct device_type *type;
include/linux/device/class.h
74
const struct device_type *type;
include/linux/device/class.h
89
const struct device *start, const struct device_type *type);
include/linux/fsi.h
83
extern const struct device_type fsi_cdev_type;
include/linux/fsl/mc.h
433
extern const struct device_type fsl_mc_bus_dprc_type;
include/linux/fsl/mc.h
434
extern const struct device_type fsl_mc_bus_dpni_type;
include/linux/fsl/mc.h
435
extern const struct device_type fsl_mc_bus_dpio_type;
include/linux/fsl/mc.h
436
extern const struct device_type fsl_mc_bus_dpsw_type;
include/linux/fsl/mc.h
437
extern const struct device_type fsl_mc_bus_dpbp_type;
include/linux/fsl/mc.h
438
extern const struct device_type fsl_mc_bus_dpcon_type;
include/linux/fsl/mc.h
439
extern const struct device_type fsl_mc_bus_dpmcp_type;
include/linux/fsl/mc.h
440
extern const struct device_type fsl_mc_bus_dpmac_type;
include/linux/fsl/mc.h
441
extern const struct device_type fsl_mc_bus_dprtc_type;
include/linux/fsl/mc.h
442
extern const struct device_type fsl_mc_bus_dpseci_type;
include/linux/fsl/mc.h
443
extern const struct device_type fsl_mc_bus_dpdmux_type;
include/linux/fsl/mc.h
444
extern const struct device_type fsl_mc_bus_dpdcei_type;
include/linux/fsl/mc.h
445
extern const struct device_type fsl_mc_bus_dpaiop_type;
include/linux/fsl/mc.h
446
extern const struct device_type fsl_mc_bus_dpci_type;
include/linux/fsl/mc.h
447
extern const struct device_type fsl_mc_bus_dpdmai_type;
include/linux/fwctl.h
26
enum fwctl_device_type device_type;
include/linux/greybus.h
109
extern const struct device_type greybus_hd_type;
include/linux/greybus.h
110
extern const struct device_type greybus_module_type;
include/linux/greybus.h
111
extern const struct device_type greybus_interface_type;
include/linux/greybus.h
112
extern const struct device_type greybus_control_type;
include/linux/greybus.h
113
extern const struct device_type greybus_bundle_type;
include/linux/greybus.h
114
extern const struct device_type greybus_svc_type;
include/linux/greybus/greybus_protocols.h
872
__u8 device_type;
include/linux/i2c.h
27
extern const struct device_type i2c_adapter_type;
include/linux/i2c.h
28
extern const struct device_type i2c_client_type;
include/linux/iio/common/st_sensors.h
53
#define ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \
include/linux/iio/common/st_sensors.h
56
.type = device_type, \
include/linux/iio/common/st_sensors.h
73
#define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \
include/linux/iio/common/st_sensors.h
75
ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \
include/linux/iio/sw_device.h
32
struct iio_sw_device_type *device_type;
include/linux/mfd/samsung/core.h
72
int device_type;
include/linux/mtd/cfi.h
277
int device_type;
include/linux/soundwire/sdw_type.h
8
extern const struct device_type sdw_slave_type;
include/linux/soundwire/sdw_type.h
9
extern const struct device_type sdw_master_type;
include/linux/surface_aggregator/device.h
196
extern const struct device_type ssam_device_type;
include/linux/thunderbolt.h
97
extern const struct device_type tb_service_type;
include/linux/thunderbolt.h
98
extern const struct device_type tb_xdomain_type;
include/linux/usb/typec_altmode.h
12
extern const struct device_type typec_port_altmode_dev_type;
include/linux/usb/typec_altmode.h
13
extern const struct device_type typec_plug_altmode_dev_type;
include/linux/usb/typec_altmode.h
14
extern const struct device_type typec_partner_altmode_dev_type;
include/net/ieee802154_netdev.h
131
device_type:1,
include/net/ieee802154_netdev.h
145
device_type:1,
include/scsi/scsi_transport_sas.h
241
return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE ||
include/scsi/scsi_transport_sas.h
242
rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE;
include/scsi/scsi_transport_sas.h
53
enum sas_device_type device_type;
include/sound/intel-nhlt.h
137
int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type);
include/sound/intel-nhlt.h
172
static inline int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type)
include/sound/intel-nhlt.h
72
u8 device_type;
net/8021q/vlan_dev.c
525
static const struct device_type vlan_type = {
net/bluetooth/6lowpan.c
586
static const struct device_type bt_type = {
net/bluetooth/bnep/core.c
576
static const struct device_type bnep_type = {
net/bluetooth/hci_sysfs.c
113
static const struct device_type bt_host = {
net/bluetooth/hci_sysfs.c
19
static const struct device_type bt_link = {
net/bridge/br_device.c
476
static const struct device_type br_type = {
net/dsa/user.c
2611
static const struct device_type dsa_type = {
net/hsr/hsr_device.c
617
static const struct device_type hsr_type = {
net/l2tp/l2tp_eth.c
92
static const struct device_type l2tpeth_type = {
net/mac802154/scan.c
558
frame.assoc_req_pl.device_type = 1;
net/wireless/core.c
1486
static const struct device_type wiphy_type = {
sound/ac97/bus.c
286
static const struct device_type ac97_adapter_type = {
sound/core/pcm.c
609
static const struct device_type pcm_dev_type = {
sound/hda/core/intel-nhlt.c
138
int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type)
sound/hda/core/intel-nhlt.c
144
if (!nhlt || (device_type != NHLT_DEVICE_BT && device_type != NHLT_DEVICE_I2S))
sound/hda/core/intel-nhlt.c
149
if (epnt->linktype == NHLT_LINK_SSP && epnt->device_type == device_type) {
sound/hda/core/intel-nhlt.c
187
epnt->device_type == NHLT_DEVICE_I2S &&
sound/hda/core/intel-nhlt.c
277
epnt->direction, epnt->device_type);
sound/hda/core/intel-nhlt.c
286
epnt->device_type == dev_type;
sound/hda/core/intel-nhlt.c
365
epnt->device_type);
sound/hda/core/intel-nhlt.c
366
return epnt->device_type;
sound/hda/core/intel-nhlt.c
381
epnt->direction, epnt->device_type);
sound/pci/azt3328.c
2313
unsigned long device_type)
sound/pci/intel8x0.c
1018
if (chip->device_type == DEVICE_NFORCE) {
sound/pci/intel8x0.c
1028
} else if (chip->device_type == DEVICE_INTEL_ICH4) {
sound/pci/intel8x0.c
1048
if (chip->device_type == DEVICE_INTEL_ICH4)
sound/pci/intel8x0.c
1170
if (chip->device_type == DEVICE_SIS) {
sound/pci/intel8x0.c
1286
int idx = chip->device_type == DEVICE_NFORCE ? NVD_SPBAR : ICHD_SPBAR;
sound/pci/intel8x0.c
1294
int idx = chip->device_type == DEVICE_NFORCE ? NVD_SPBAR : ICHD_SPBAR;
sound/pci/intel8x0.c
1648
switch (chip->device_type) {
sound/pci/intel8x0.c
2203
switch (chip->device_type) {
sound/pci/intel8x0.c
2224
if (chip->device_type != DEVICE_ALI) {
sound/pci/intel8x0.c
2232
if (chip->device_type == DEVICE_INTEL_ICH4) {
sound/pci/intel8x0.c
2266
if (chip->device_type == DEVICE_ALI)
sound/pci/intel8x0.c
2288
if (chip->device_type == DEVICE_INTEL_ICH4)
sound/pci/intel8x0.c
2292
if (chip->device_type != DEVICE_INTEL_ICH4)
sound/pci/intel8x0.c
2304
if (chip->device_type == DEVICE_INTEL_ICH4) {
sound/pci/intel8x0.c
2309
if (chip->device_type == DEVICE_INTEL_ICH4) {
sound/pci/intel8x0.c
2338
if (chip->device_type == DEVICE_INTEL_ICH4) {
sound/pci/intel8x0.c
2342
if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
sound/pci/intel8x0.c
2346
if (chip->device_type == DEVICE_INTEL_ICH4 && !spdif_aclink) {
sound/pci/intel8x0.c
2359
if (chip->device_type != DEVICE_ALI)
sound/pci/intel8x0.c
2447
if (chip->device_type == DEVICE_NFORCE)
sound/pci/intel8x0.c
2507
if (chip->device_type == DEVICE_SIS) {
sound/pci/intel8x0.c
2511
if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
sound/pci/intel8x0.c
2561
if (chip->device_type != DEVICE_ALI) {
sound/pci/intel8x0.c
2607
if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) {
sound/pci/intel8x0.c
2633
if (chip->device_type == DEVICE_INTEL_ICH4)
sound/pci/intel8x0.c
2663
if (chip->device_type == DEVICE_INTEL_ICH4 && !spdif_aclink) {
sound/pci/intel8x0.c
2734
if (chip->device_type != DEVICE_ALI)
sound/pci/intel8x0.c
2766
if (chip->device_type == DEVICE_ALI) {
sound/pci/intel8x0.c
2850
if (chip->device_type == DEVICE_ALI)
sound/pci/intel8x0.c
2855
if (chip->device_type == DEVICE_INTEL_ICH4)
sound/pci/intel8x0.c
2869
if (chip->device_type == DEVICE_INTEL_ICH4 ||
sound/pci/intel8x0.c
2870
chip->device_type == DEVICE_SIS)
sound/pci/intel8x0.c
2928
unsigned long device_type)
sound/pci/intel8x0.c
2972
chip->device_type = device_type;
sound/pci/intel8x0.c
2999
if (device_type == DEVICE_ALI) {
sound/pci/intel8x0.c
3013
chip->bdbars_count = bdbars[device_type];
sound/pci/intel8x0.c
3016
switch (device_type) {
sound/pci/intel8x0.c
3032
if (device_type == DEVICE_SIS) {
sound/pci/intel8x0.c
3040
if (device_type == DEVICE_ALI)
sound/pci/intel8x0.c
3043
ichdev->pos_shift = (device_type == DEVICE_SIS) ? 0 : 1;
sound/pci/intel8x0.c
3065
chip->int_sta_reg = device_type == DEVICE_ALI ?
sound/pci/intel8x0.c
3071
switch(chip->device_type) {
sound/pci/intel8x0.c
339
unsigned int device_type;
sound/pci/intel8x0.c
990
switch (chip->device_type) {
sound/pci/intel8x0m.c
1062
if (chip->device_type == DEVICE_ALI)
sound/pci/intel8x0m.c
1088
unsigned long device_type)
sound/pci/intel8x0m.c
1106
chip->device_type = device_type;
sound/pci/intel8x0m.c
1115
if (device_type == DEVICE_ALI) {
sound/pci/intel8x0m.c
1138
if (device_type == DEVICE_SIS) {
sound/pci/intel8x0m.c
1146
if (device_type == DEVICE_ALI)
sound/pci/intel8x0m.c
1150
chip->pcm_pos_shift = (device_type == DEVICE_SIS) ? 0 : 1;
sound/pci/intel8x0m.c
164
unsigned int device_type;
sound/pci/intel8x0m.c
777
switch (chip->device_type) {
sound/pci/intel8x0m.c
878
if (chip->device_type != DEVICE_ALI)
sound/pci/intel8x0m.c
965
if (chip->device_type == DEVICE_SIS) {
sound/soc/intel/atom/sst-mfld-dsp.h
393
u8 device_type;
sound/soc/intel/atom/sst-mfld-platform-pcm.c
201
str_params->device_type = map[index].device_id;
sound/soc/intel/atom/sst-mfld-platform-pcm.c
214
str_params->device_type = map[index].device_id;
sound/soc/intel/atom/sst-mfld-platform.h
85
u8 device_type;
sound/soc/intel/atom/sst/sst_stream.c
72
sst_drv_ctx->streams[str_id].pipe_id = str_params->device_type;
sound/soc/sof/intel/hda.c
574
static int check_nhlt_ssp_mask(struct snd_sof_dev *sdev, u8 device_type)
sound/soc/sof/intel/hda.c
585
ssp_mask = intel_nhlt_ssp_endpoint_mask(nhlt, device_type);
sound/soc/sof/intel/hda.c
588
device_type == NHLT_DEVICE_BT ? "BT" : "I2S",
sound/soc/sof/intel/hda.c
589
device_type, ssp_mask);