Home
last modified time | relevance | path

Searched refs:gpio_enable (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/android/
Dtimed_gpio.c60 static void gpio_enable(struct timed_output_dev *dev, int value) in gpio_enable() function
110 gpio_dat->dev.enable = gpio_enable; in timed_gpio_probe()
/drivers/scsi/qla2xxx/
Dqla_sup.c1470 uint16_t gpio_enable; in qla2x00_beacon_blink() local
1484 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); in qla2x00_beacon_blink()
1487 gpio_enable = RD_REG_WORD(&reg->gpioe); in qla2x00_beacon_blink()
1492 gpio_enable |= GPIO_LED_MASK; in qla2x00_beacon_blink()
1495 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_blink()
1497 WRT_REG_WORD(&reg->gpioe, gpio_enable); in qla2x00_beacon_blink()
1523 uint16_t gpio_enable; in qla2x00_beacon_on() local
1541 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); in qla2x00_beacon_on()
1544 gpio_enable = RD_REG_WORD(&reg->gpioe); in qla2x00_beacon_on()
1547 gpio_enable |= GPIO_LED_MASK; in qla2x00_beacon_on()
[all …]
/drivers/media/pci/bt8xx/
Dbttvp.h356 u32 gpio_enable; member
Dbttv-driver.c4357 btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN); in bttv_suspend()
4399 gpio_inout(0xffffff, btv->state.gpio_enable); in bttv_resume()
/drivers/scsi/
Dqla1280.h217 uint16_t gpio_enable; member
Dqla1280.c2254 WRT_REG_WORD(&reg->gpio_enable, in qla1280_nvram_config()