/linux-4.19.296/drivers/regulator/ |
D | max14577-regulator.c | 42 &maxim_charger_currents[max14577->dev_type]; in max14577_reg_get_current_limit() 64 &maxim_charger_currents[max14577->dev_type]; in max14577_reg_set_current_limit() 172 enum maxim_device_type dev_type) in match_init_data() argument 174 switch (dev_type) { in match_init_data() 185 enum maxim_device_type dev_type) in match_of_node() argument 187 switch (dev_type) { in match_of_node() 198 enum maxim_device_type dev_type) in match_init_data() argument 204 enum maxim_device_type dev_type) in match_of_node() argument 219 switch (max14577->dev_type) { in max14577_get_regmap() 243 enum maxim_device_type dev_type = max14577->dev_type; in max14577_regulator_probe() local [all …]
|
D | s2mps11.c | 35 enum sec_device_type dev_type; member 509 switch (s2mps11->dev_type) { in s2mps14_regulator_enable() 541 switch (s2mps11->dev_type) { in s2mps14_regulator_set_suspend_disable() 840 if (s2mps11->dev_type == S2MPS14X) in s2mps11_pmic_dt_parse() 1096 s2mps11->dev_type = platform_get_device_id(pdev)->driver_data; in s2mps11_pmic_probe() 1097 switch (s2mps11->dev_type) { in s2mps11_pmic_probe() 1125 s2mps11->dev_type); in s2mps11_pmic_probe()
|
/linux-4.19.296/include/scsi/ |
D | sas_ata.h | 35 return dev->dev_type == SAS_SATA_DEV || dev->dev_type == SAS_SATA_PM || in dev_is_sata() 36 dev->dev_type == SAS_SATA_PM_PORT || dev->dev_type == SAS_SATA_PENDING; in dev_is_sata()
|
/linux-4.19.296/drivers/s390/crypto/ |
D | zcrypt_pcixcc.c | 59 { .dev_type = AP_DEVICE_TYPE_PCIXCC, 61 { .dev_type = AP_DEVICE_TYPE_CEX2C, 63 { .dev_type = AP_DEVICE_TYPE_CEX3C, 71 { .dev_type = AP_DEVICE_TYPE_PCIXCC, 73 { .dev_type = AP_DEVICE_TYPE_CEX2C, 75 { .dev_type = AP_DEVICE_TYPE_CEX3C,
|
D | zcrypt_cex4.c | 45 { .dev_type = AP_DEVICE_TYPE_CEX4, 47 { .dev_type = AP_DEVICE_TYPE_CEX5, 49 { .dev_type = AP_DEVICE_TYPE_CEX6, 57 { .dev_type = AP_DEVICE_TYPE_CEX4, 59 { .dev_type = AP_DEVICE_TYPE_CEX5, 61 { .dev_type = AP_DEVICE_TYPE_CEX6,
|
D | zcrypt_cex2a.c | 51 { .dev_type = AP_DEVICE_TYPE_CEX2A, 53 { .dev_type = AP_DEVICE_TYPE_CEX3A, 61 { .dev_type = AP_DEVICE_TYPE_CEX2A, 63 { .dev_type = AP_DEVICE_TYPE_CEX3A,
|
/linux-4.19.296/drivers/bluetooth/ |
D | hci_vhci.c | 95 __u8 dev_type; in __vhci_create_device() local 101 dev_type = opcode & 0x03; in __vhci_create_device() 103 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device() 123 hdev->dev_type = dev_type; in __vhci_create_device()
|
D | btmrvl_main.c | 139 priv->btmrvl_dev.dev_type = HCI_AMP; in btmrvl_process_event() 141 priv->btmrvl_dev.dev_type = HCI_PRIMARY; in btmrvl_process_event() 143 BT_DBG("dev_type: %d", priv->btmrvl_dev.dev_type); in btmrvl_process_event() 691 hdev->dev_type = priv->btmrvl_dev.dev_type; in btmrvl_register_hdev()
|
D | btsdio.c | 322 hdev->dev_type = HCI_AMP; in btsdio_probe() 324 hdev->dev_type = HCI_PRIMARY; in btsdio_probe()
|
D | hci_serdev.c | 340 hdev->dev_type = HCI_AMP; in hci_uart_register_device() 342 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_device()
|
/linux-4.19.296/usr/ |
D | gen_init_cpio.c | 241 uid_t uid, gid_t gid, char dev_type, in cpio_mknod() argument 246 if (dev_type == 'b') in cpio_mknod() 280 char dev_type; in cpio_mknod_line() local 286 name, &mode, &uid, &gid, &dev_type, &maj, &min)) { in cpio_mknod_line() 290 rc = cpio_mknod(name, mode, uid, gid, dev_type, maj, min); in cpio_mknod_line()
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-mxs.c | 69 #define MXS_I2C_DATA(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x60 : 0xa0) 71 #define MXS_I2C_DEBUG0_CLR(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x78 : 0xb8) 114 enum mxs_i2c_devtype dev_type; member 358 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_pio_trigger_write_cmd() 547 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_pio_setup_xfer() 620 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_xfer_msg() 814 i2c->dev_type = device_id->driver_data; in mxs_i2c_probe()
|
/linux-4.19.296/drivers/hid/ |
D | hid-lgff.c | 37 struct dev_type { struct 59 static const struct dev_type devices[] = { argument
|
D | hid-alps.c | 105 enum dev_num dev_type; member 461 switch (data->dev_type) { in alps_post_reset() 695 switch (data->dev_type) { in alps_input_configured() 808 data->dev_type = T4; in alps_probe() 813 data->dev_type = U1; in alps_probe() 816 data->dev_type = UNKNOWN; in alps_probe()
|
/linux-4.19.296/drivers/edac/ |
D | synopsys_edac.c | 266 static enum dev_type synps_edac_get_dtype(const void __iomem *base) in synps_edac_get_dtype() 268 enum dev_type dt; in synps_edac_get_dtype() 298 enum dev_type dt; in synps_edac_get_eccstate()
|
/linux-4.19.296/include/drm/bridge/ |
D | analogix_dp.h | 30 enum analogix_dp_devtype dev_type; member
|
/linux-4.19.296/include/rdma/ |
D | ib_addr.h | 67 unsigned short dev_type; member 135 return dev_addr->dev_type == ARPHRD_INFINIBAND ? 4 : 0; in rdma_addr_gid_offset()
|
/linux-4.19.296/drivers/media/common/b2c2/ |
D | flexcop-misc.c | 69 prefix, flexcop_device_names[fc->dev_type], in flexcop_device_name()
|
D | flexcop-fe-tuner.c | 645 fc->dev_type = FC_SKYS2_REV33; in skystarS2_rev33_attach() 689 fc->dev_type = flexcop_frontends[i].type; in flexcop_frontend_init() 698 fc->dev_type = FC_UNK; in flexcop_frontend_init()
|
/linux-4.19.296/drivers/s390/char/ |
D | vmur.h | 38 __u8 dev_type; member
|
D | tape_proc.c | 59 seq_printf(m, "%04X/", device->cdev->id.dev_type); in tape_proc_show()
|
/linux-4.19.296/drivers/bus/ |
D | mips_cdmm.c | 446 void __iomem *mips_cdmm_early_probe(unsigned int dev_type) in mips_cdmm_early_probe() argument 454 if (WARN_ON(!dev_type)) in mips_cdmm_early_probe() 470 if (type == dev_type) in mips_cdmm_early_probe()
|
/linux-4.19.296/include/linux/platform_data/ |
D | dma-ste-dma40.h | 113 int dev_type; member
|
/linux-4.19.296/include/linux/ |
D | edac.h | 80 enum dev_type { enum 448 enum dev_type dtype; /* memory device type */
|
/linux-4.19.296/block/partitions/ |
D | ibm.c | 89 if ((info->cu_type == 0x6310 && info->dev_type == 0x9336) || in find_label() 90 (info->cu_type == 0x3880 && info->dev_type == 0x3370)) in find_label()
|