gpio_enable 95 drivers/fsi/fsi-master-ast-cf.c struct gpio_desc *gpio_enable; /* FSI enable */ gpio_enable 795 drivers/fsi/fsi-master-ast-cf.c gpiod_direction_output(master->gpio_enable, 1); gpio_enable 1037 drivers/fsi/fsi-master-ast-cf.c gpiod_direction_output(master->gpio_enable, 1); gpio_enable 1052 drivers/fsi/fsi-master-ast-cf.c gpiod_set_value(master->gpio_enable, 1); gpio_enable 1276 drivers/fsi/fsi-master-ast-cf.c master->gpio_enable = gpio; gpio_enable 30 drivers/fsi/fsi-master-gpio.c struct gpio_desc *gpio_enable; /* FSI enable */ gpio_enable 662 drivers/fsi/fsi-master-gpio.c gpiod_direction_output(master->gpio_enable, 1); gpio_enable 676 drivers/fsi/fsi-master-gpio.c gpiod_direction_output(master->gpio_enable, 1); gpio_enable 691 drivers/fsi/fsi-master-gpio.c gpiod_set_value(master->gpio_enable, 1); gpio_enable 817 drivers/fsi/fsi-master-gpio.c master->gpio_enable = gpio; gpio_enable 29 drivers/input/touchscreen/pixcir_i2c_ts.c struct gpio_desc *gpio_enable; gpio_enable 292 drivers/input/touchscreen/pixcir_i2c_ts.c if (ts->gpio_enable) { gpio_enable 293 drivers/input/touchscreen/pixcir_i2c_ts.c gpiod_set_value_cansleep(ts->gpio_enable, 1); gpio_enable 338 drivers/input/touchscreen/pixcir_i2c_ts.c if (ts->gpio_enable) gpio_enable 339 drivers/input/touchscreen/pixcir_i2c_ts.c gpiod_set_value_cansleep(ts->gpio_enable, 0); gpio_enable 534 drivers/input/touchscreen/pixcir_i2c_ts.c tsdata->gpio_enable = devm_gpiod_get_optional(dev, "enable", gpio_enable 536 drivers/input/touchscreen/pixcir_i2c_ts.c if (IS_ERR(tsdata->gpio_enable)) { gpio_enable 537 drivers/input/touchscreen/pixcir_i2c_ts.c error = PTR_ERR(tsdata->gpio_enable); gpio_enable 543 drivers/input/touchscreen/pixcir_i2c_ts.c if (tsdata->gpio_enable) gpio_enable 4291 drivers/media/pci/bt8xx/bttv-driver.c btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN); gpio_enable 4333 drivers/media/pci/bt8xx/bttv-driver.c gpio_inout(0xffffff, btv->state.gpio_enable); gpio_enable 343 drivers/media/pci/bt8xx/bttvp.h u32 gpio_enable; gpio_enable 1199 drivers/pinctrl/pinctrl-pistachio.c gpio_enable(bank, offset); gpio_enable 1211 drivers/pinctrl/pinctrl-pistachio.c gpio_enable(bank, offset); gpio_enable 2209 drivers/scsi/qla1280.c WRT_REG_WORD(®->gpio_enable, gpio_enable 208 drivers/scsi/qla1280.h uint16_t gpio_enable; gpio_enable 1574 drivers/scsi/qla2xxx/qla_sup.c uint16_t gpio_enable; gpio_enable 1588 drivers/scsi/qla2xxx/qla_sup.c gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); gpio_enable 1591 drivers/scsi/qla2xxx/qla_sup.c gpio_enable = RD_REG_WORD(®->gpioe); gpio_enable 1596 drivers/scsi/qla2xxx/qla_sup.c gpio_enable |= GPIO_LED_MASK; gpio_enable 1599 drivers/scsi/qla2xxx/qla_sup.c WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); gpio_enable 1601 drivers/scsi/qla2xxx/qla_sup.c WRT_REG_WORD(®->gpioe, gpio_enable); gpio_enable 1627 drivers/scsi/qla2xxx/qla_sup.c uint16_t gpio_enable; gpio_enable 1645 drivers/scsi/qla2xxx/qla_sup.c gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); gpio_enable 1648 drivers/scsi/qla2xxx/qla_sup.c gpio_enable = RD_REG_WORD(®->gpioe); gpio_enable 1651 drivers/scsi/qla2xxx/qla_sup.c gpio_enable |= GPIO_LED_MASK; gpio_enable 1655 drivers/scsi/qla2xxx/qla_sup.c WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); gpio_enable 1657 drivers/scsi/qla2xxx/qla_sup.c WRT_REG_WORD(®->gpioe, gpio_enable); gpio_enable 185 drivers/video/backlight/sky81452-backlight.c pdata->gpio_enable = of_get_gpio(np, 0); gpio_enable 267 drivers/video/backlight/sky81452-backlight.c if (gpio_is_valid(pdata->gpio_enable)) { gpio_enable 268 drivers/video/backlight/sky81452-backlight.c ret = devm_gpio_request_one(dev, pdata->gpio_enable, gpio_enable 315 drivers/video/backlight/sky81452-backlight.c if (gpio_is_valid(pdata->gpio_enable)) gpio_enable 316 drivers/video/backlight/sky81452-backlight.c gpio_set_value_cansleep(pdata->gpio_enable, 0); gpio_enable 26 include/linux/platform_data/sky81452-backlight.h int gpio_enable;