Symbol: gpio_enable
drivers/fsi/fsi-master-ast-cf.c
1037
gpiod_direction_output(master->gpio_enable, 1);
drivers/fsi/fsi-master-ast-cf.c
1053
gpiod_set_value(master->gpio_enable, enable ? 1 : 0);
drivers/fsi/fsi-master-ast-cf.c
1277
master->gpio_enable = gpio;
drivers/fsi/fsi-master-ast-cf.c
795
gpiod_direction_output(master->gpio_enable, 1);
drivers/fsi/fsi-master-ast-cf.c
95
struct gpio_desc *gpio_enable; /* FSI enable */
drivers/fsi/fsi-master-gpio.c
30
struct gpio_desc *gpio_enable; /* FSI enable */
drivers/fsi/fsi-master-gpio.c
662
gpiod_direction_output(master->gpio_enable, 1);
drivers/fsi/fsi-master-gpio.c
676
gpiod_direction_output(master->gpio_enable, 1);
drivers/fsi/fsi-master-gpio.c
692
gpiod_set_value(master->gpio_enable, enable ? 1 : 0);
drivers/fsi/fsi-master-gpio.c
818
master->gpio_enable = gpio;
drivers/input/touchscreen/pixcir_i2c_ts.c
342
if (ts->gpio_enable) {
drivers/input/touchscreen/pixcir_i2c_ts.c
343
gpiod_set_value_cansleep(ts->gpio_enable, 1);
drivers/input/touchscreen/pixcir_i2c_ts.c
388
if (ts->gpio_enable)
drivers/input/touchscreen/pixcir_i2c_ts.c
389
gpiod_set_value_cansleep(ts->gpio_enable, 0);
drivers/input/touchscreen/pixcir_i2c_ts.c
534
tsdata->gpio_enable = devm_gpiod_get_optional(dev, "enable",
drivers/input/touchscreen/pixcir_i2c_ts.c
536
if (IS_ERR(tsdata->gpio_enable))
drivers/input/touchscreen/pixcir_i2c_ts.c
537
return dev_err_probe(dev, PTR_ERR(tsdata->gpio_enable),
drivers/input/touchscreen/pixcir_i2c_ts.c
540
if (tsdata->gpio_enable)
drivers/input/touchscreen/pixcir_i2c_ts.c
80
struct gpio_desc *gpio_enable;
drivers/media/pci/bt8xx/bttv-driver.c
3531
btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN);
drivers/media/pci/bt8xx/bttv-driver.c
3550
gpio_inout(0xffffff, btv->state.gpio_enable);
drivers/media/pci/bt8xx/bttvp.h
300
u32 gpio_enable;
drivers/pinctrl/pinctrl-pistachio.c
1208
gpio_enable(bank, offset);
drivers/pinctrl/pinctrl-pistachio.c
1220
gpio_enable(bank, offset);
drivers/scsi/qla1280.c
2209
WRT_REG_WORD(&reg->gpio_enable,
drivers/scsi/qla1280.h
207
uint16_t gpio_enable;
drivers/scsi/qla2xxx/qla_sup.c
1620
uint16_t gpio_enable;
drivers/scsi/qla2xxx/qla_sup.c
1634
gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
drivers/scsi/qla2xxx/qla_sup.c
1637
gpio_enable = rd_reg_word(&reg->gpioe);
drivers/scsi/qla2xxx/qla_sup.c
1642
gpio_enable |= GPIO_LED_MASK;
drivers/scsi/qla2xxx/qla_sup.c
1645
WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
drivers/scsi/qla2xxx/qla_sup.c
1647
wrt_reg_word(&reg->gpioe, gpio_enable);
drivers/scsi/qla2xxx/qla_sup.c
1673
uint16_t gpio_enable;
drivers/scsi/qla2xxx/qla_sup.c
1691
gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
drivers/scsi/qla2xxx/qla_sup.c
1694
gpio_enable = rd_reg_word(&reg->gpioe);
drivers/scsi/qla2xxx/qla_sup.c
1697
gpio_enable |= GPIO_LED_MASK;
drivers/scsi/qla2xxx/qla_sup.c
1701
WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
drivers/scsi/qla2xxx/qla_sup.c
1703
wrt_reg_word(&reg->gpioe, gpio_enable);