Searched refs:dev_type (Results 1 - 25 of 99) sorted by relevance

1234

/drivers/staging/unisys/include/
H A Dvbushelper.h30 const char *dev_type, const char *drv_name,
36 "%s", (dev_type) ? dev_type : "unknownType");
28 bus_device_info_init( ULTRA_VBUS_DEVICEINFO * bus_device_info_ptr, const char *dev_type, const char *drv_name, const char *ver, const char *ver_tag) argument
/drivers/media/pci/mantis/
H A Dmantis_vp3028.c33 .dev_type = MANTIS_DEV_TYPE,
H A Dhopper_vp3028.c78 .dev_type = MANTIS_DEV_TYPE,
H A Dmantis_vp1034.c110 .dev_type = MANTIS_DEV_TYPE,
H A Dmantis_vp3030.c93 .dev_type = MANTIS_DEV_TYPE,
H A Dmantis_core.c104 .dev_type = MANTIS_DEV_UNKNOWN,
143 mantis->hwconfig->model_name, mantis->hwconfig->dev_type,
/drivers/power/
H A Dpower_supply.h19 extern void power_supply_init_attrs(struct device_type *dev_type);
24 static inline void power_supply_init_attrs(struct device_type *dev_type) {} argument
H A Dmax14577_charger.c40 enum maxim_device_type dev_type, u8 val) {
51 if (dev_type == MAXIM_DEVICE_TYPE_MAX77836)
124 chg_type = maxim_get_charger_type(chg->max14577->dev_type, reg_data);
157 chg_type = maxim_get_charger_type(chg->max14577->dev_type, reg_data);
245 switch (chg->max14577->dev_type) {
285 &maxim_charger_currents[chg->max14577->dev_type];
415 val->strval = model_names[chg->max14577->dev_type];
39 maxim_get_charger_type( enum maxim_device_type dev_type, u8 val) argument
/drivers/regulator/
H A Dmax14577.c52 &maxim_charger_currents[max14577->dev_type];
74 &maxim_charger_currents[max14577->dev_type];
202 enum maxim_device_type dev_type)
215 switch (dev_type) {
239 enum maxim_device_type dev_type)
241 switch (dev_type) {
252 enum maxim_device_type dev_type)
254 switch (dev_type) {
265 enum maxim_device_type dev_type)
270 enum maxim_device_type dev_type)
201 max14577_regulator_dt_parse_pdata(struct platform_device *pdev, enum maxim_device_type dev_type) argument
238 match_init_data(int index, enum maxim_device_type dev_type) argument
251 match_of_node(int index, enum maxim_device_type dev_type) argument
264 max14577_regulator_dt_parse_pdata(struct platform_device *pdev, enum maxim_device_type dev_type) argument
269 match_init_data(int index, enum maxim_device_type dev_type) argument
275 match_of_node(int index, enum maxim_device_type dev_type) argument
315 enum maxim_device_type dev_type = max14577->dev_type; local
[all...]
/drivers/scsi/aic94xx/
H A Daic94xx_dev.c87 if (dev->dev_type == SAS_SATA_PM_PORT)
119 if (dev->dev_type == SAS_SATA_DEV || dev->dev_type == SAS_SATA_PM_PORT) {
143 if (dev->dev_type == SAS_SATA_DEV || dev->dev_type == SAS_SATA_PM ||
144 dev->dev_type == SAS_SATA_PM_PORT) {
177 if ((dev->dev_type == SAS_SATA_DEV) ||
191 (dev->dev_type == SAS_EDGE_EXPANDER_DEVICE ||
192 dev->dev_type == SAS_FANOUT_EXPANDER_DEVICE))
201 if (dev->dev_type
[all...]
/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c381 enum exynos_drm_device_type dev_type,
386 if (dev_type != EXYNOS_DEVICE_TYPE_CRTC &&
387 dev_type != EXYNOS_DEVICE_TYPE_CONNECTOR) {
412 if (dev_type == EXYNOS_DEVICE_TYPE_CRTC) {
414 cdev->dev_type_flag |= dev_type;
417 if (dev_type == EXYNOS_DEVICE_TYPE_CONNECTOR) {
419 cdev->dev_type_flag |= dev_type;
433 if (dev_type == EXYNOS_DEVICE_TYPE_CRTC)
435 if (dev_type == EXYNOS_DEVICE_TYPE_CONNECTOR)
439 cdev->dev_type_flag = dev_type;
380 exynos_drm_component_add(struct device *dev, enum exynos_drm_device_type dev_type, enum exynos_drm_output_type out_type) argument
448 exynos_drm_component_del(struct device *dev, enum exynos_drm_device_type dev_type) argument
[all...]
H A Dexynos_drm_drv.h360 enum exynos_drm_device_type dev_type,
364 enum exynos_drm_device_type dev_type);
/drivers/scsi/libsas/
H A Dsas_discover.c41 switch (dev->dev_type) {
96 dev->dev_type = SAS_SATA_PM;
98 dev->dev_type = SAS_SATA_DEV;
103 dev->dev_type = id->dev_type;
111 switch (dev->dev_type) {
131 printk("ERROR: Unidentified device type %d\n", dev->dev_type);
159 if (dev_is_sata(dev) || dev->dev_type == SAS_END_DEVICE)
318 if (dev->dev_type == SAS_EDGE_EXPANDER_DEVICE || dev->dev_type
[all...]
H A Dsas_expander.c200 enum sas_device_type dev_type; local
234 dev_type = phy->attached_dev_type;
325 if (new_phy || phy->attached_dev_type != dev_type ||
836 child->dev_type = SAS_END_DEVICE;
951 child->dev_type = phy->attached_dev_type;
1133 if (child->dev_type != SAS_EDGE_EXPANDER_DEVICE &&
1134 child->dev_type != SAS_FANOUT_EXPANDER_DEVICE)
1211 if (dev->dev_type != SAS_EDGE_EXPANDER_DEVICE)
1256 ex_type[parent->dev_type],
1260 ex_type[child->dev_type],
[all...]
/drivers/bluetooth/
H A Dhci_vhci.c102 __u8 dev_type; local
104 /* bits 0-1 are dev_type (BR/EDR or AMP) */
105 dev_type = opcode & 0x03;
107 if (dev_type != HCI_BREDR && dev_type != HCI_AMP)
127 hdev->dev_type = dev_type;
H A Dbtmrvl_drv.h45 u8 dev_type; member in struct:btmrvl_device
/drivers/media/common/b2c2/
H A Dflexcop-misc.c70 prefix, flexcop_device_names[fc->dev_type],
/drivers/s390/char/
H A Dvmur.h35 __u8 dev_type; member in struct:file_control_block
H A Dtape_proc.c58 seq_printf(m, "%04X/", device->cdev->id.dev_type);
/drivers/mfd/
H A Dmax14577.c293 max14577->dev_type, device_id, vendor_id);
418 max14577->dev_type =
421 max14577->dev_type = id->driver_data;
426 switch (max14577->dev_type) {
452 if (max14577->dev_type == MAXIM_DEVICE_TYPE_MAX77836) {
468 if (max14577->dev_type == MAXIM_DEVICE_TYPE_MAX77836)
482 if (max14577->dev_type == MAXIM_DEVICE_TYPE_MAX77836)
/drivers/media/usb/tm6000/
H A Dtm6000-core.c206 if (dev->dev_type == TM6010) {
232 if (dev->dev_type == TM6010) {
288 if (dev->dev_type == TM6010) {
359 if (dev->dev_type == TM6010) {
579 if (dev->dev_type != TM6000)
580 dev->dev_type = TM6000;
584 if (dev->dev_type != TM6010)
585 dev->dev_type = TM6010;
593 if (dev->dev_type == TM6010) {
643 if (dev->dev_type
[all...]
H A Dtm6000-i2c.c51 if (dev->dev_type == TM6010)
85 if (dev->dev_type == TM6010)
132 if (dev->dev_type == TM6010) {
/drivers/hid/
H A Dhid-lgff.c37 struct dev_type { struct
59 static const struct dev_type devices[] = {
/drivers/scsi/isci/
H A Dremote_device.h300 return dev->dev_type == SAS_EDGE_EXPANDER_DEVICE || dev->dev_type == SAS_FANOUT_EXPANDER_DEVICE;
/drivers/i2c/busses/
H A Di2c-mxs.c74 #define MXS_I2C_DATA(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x60 : 0xa0)
76 #define MXS_I2C_DEBUG0_CLR(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x78 : 0xb8)
111 * @dev_type: distinguish i.MX23/i.MX28 features
119 enum mxs_i2c_devtype dev_type; member in struct:mxs_i2c_dev
363 if (i2c->dev_type == MXS_I2C_V1)
555 if (i2c->dev_type == MXS_I2C_V1)
630 if (i2c->dev_type == MXS_I2C_V1)
820 i2c->dev_type = device_id->driver_data;

Completed in 545 milliseconds

1234