Home
last modified time | relevance | path

Searched refs:dev_ctrl (Results 1 – 8 of 8) sorted by relevance

/drivers/devfreq/
Dtegra30-devfreq.c241 u32 intr_status, dev_ctrl; in actmon_isr_device() local
247 dev_ctrl = device_readl(dev, ACTMON_DEV_CTRL); in actmon_isr_device()
257 dev_ctrl |= ACTMON_DEV_CTRL_CONSECUTIVE_BELOW_WMARK_EN; in actmon_isr_device()
262 dev_ctrl |= ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_EN; in actmon_isr_device()
271 dev_ctrl |= ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_EN; in actmon_isr_device()
276 dev_ctrl |= ACTMON_DEV_CTRL_CONSECUTIVE_BELOW_WMARK_EN; in actmon_isr_device()
281 dev_ctrl |= ACTMON_DEV_CTRL_CONSECUTIVE_BELOW_WMARK_EN; in actmon_isr_device()
283 dev_ctrl &= ~ACTMON_DEV_CTRL_CONSECUTIVE_BELOW_WMARK_EN; in actmon_isr_device()
286 device_writel(dev, dev_ctrl, ACTMON_DEV_CTRL); in actmon_isr_device()
/drivers/remoteproc/
Dkeystone_remoteproc.c60 struct regmap *dev_ctrl; member
86 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr); in keystone_rproc_dsp_boot()
345 ksproc->dev_ctrl = in keystone_rproc_of_get_dev_syscon()
347 if (IS_ERR(ksproc->dev_ctrl)) { in keystone_rproc_of_get_dev_syscon()
348 ret = PTR_ERR(ksproc->dev_ctrl); in keystone_rproc_of_get_dev_syscon()
/drivers/hid/
Dhid-alps.c499 u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; in u1_init() local
504 &dev_ctrl, 0, true); in u1_init()
510 dev_ctrl &= ~U1_DISABLE_DEV; in u1_init()
511 dev_ctrl |= U1_TP_ABS_MODE; in u1_init()
513 NULL, dev_ctrl, false); in u1_init()
587 dev_ctrl |= U1_SP_ABS_MODE; in u1_init()
589 NULL, dev_ctrl, false); in u1_init()
/drivers/misc/habanalabs/
Dhabanalabs_ioctl.c290 return _hl_info_ioctl(hpriv, data, hpriv->hdev->dev_ctrl); in hl_info_ioctl_control()
365 dev_crit_ratelimited(hdev->dev_ctrl, in _hl_ioctl()
452 dev_err(hdev->dev_ctrl, "invalid ioctl: pid=%d, nr=0x%02x\n", in hl_ioctl_control()
457 return _hl_ioctl(filep, cmd, arg, ioctl, hdev->dev_ctrl); in hl_ioctl_control()
Ddevice.c205 rc = cdev_device_add(&hdev->cdev_ctrl, hdev->dev_ctrl); in device_cdev_sysfs_add()
224 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in device_cdev_sysfs_add()
234 kfree(hdev->dev_ctrl); in device_cdev_sysfs_del()
240 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in device_cdev_sysfs_del()
1086 name, &hdev->cdev_ctrl, &hdev->dev_ctrl); in hl_device_init()
1285 kfree(hdev->dev_ctrl); in hl_device_init()
Dhabanalabs_drv.c196 dev_err_ratelimited(hdev->dev_ctrl, in hl_device_open_ctrl()
198 dev_name(hdev->dev_ctrl)); in hl_device_open_ctrl()
Dhabanalabs.h1261 struct device *dev_ctrl; member
/drivers/net/wireless/marvell/libertas/
Dif_spi.c384 u32 dev_ctrl; in spu_get_chip_revision() local
385 err = spu_read_u32(card, IF_SPI_DEVICEID_CTRL_REG, &dev_ctrl); in spu_get_chip_revision()
388 *card_id = IF_SPI_DEVICEID_CTRL_REG_TO_CARD_ID(dev_ctrl); in spu_get_chip_revision()
389 *card_rev = IF_SPI_DEVICEID_CTRL_REG_TO_CARD_REV(dev_ctrl); in spu_get_chip_revision()