Home
last modified time | relevance | path

Searched refs:dev_type (Results 1 – 25 of 62) sorted by relevance

123

/linux-4.19.296/drivers/regulator/
Dmax14577-regulator.c42 &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 …]
Ds2mps11.c35 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/
Dsas_ata.h35 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/
Dzcrypt_pcixcc.c59 { .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,
Dzcrypt_cex4.c45 { .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,
Dzcrypt_cex2a.c51 { .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/
Dhci_vhci.c95 __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()
Dbtmrvl_main.c139 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()
Dbtsdio.c322 hdev->dev_type = HCI_AMP; in btsdio_probe()
324 hdev->dev_type = HCI_PRIMARY; in btsdio_probe()
Dhci_serdev.c340 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/
Dgen_init_cpio.c241 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/
Di2c-mxs.c69 #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/
Dhid-lgff.c37 struct dev_type { struct
59 static const struct dev_type devices[] = { argument
Dhid-alps.c105 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/
Dsynopsys_edac.c266 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/
Danalogix_dp.h30 enum analogix_dp_devtype dev_type; member
/linux-4.19.296/include/rdma/
Dib_addr.h67 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/
Dflexcop-misc.c69 prefix, flexcop_device_names[fc->dev_type], in flexcop_device_name()
Dflexcop-fe-tuner.c645 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/
Dvmur.h38 __u8 dev_type; member
Dtape_proc.c59 seq_printf(m, "%04X/", device->cdev->id.dev_type); in tape_proc_show()
/linux-4.19.296/drivers/bus/
Dmips_cdmm.c446 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/
Ddma-ste-dma40.h113 int dev_type; member
/linux-4.19.296/include/linux/
Dedac.h80 enum dev_type { enum
448 enum dev_type dtype; /* memory device type */
/linux-4.19.296/block/partitions/
Dibm.c89 if ((info->cu_type == 0x6310 && info->dev_type == 0x9336) || in find_label()
90 (info->cu_type == 0x3880 && info->dev_type == 0x3370)) in find_label()

123