Searched refs:gpio_enable (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c80 struct gpio_desc *gpio_enable; member in struct:pixcir_i2c_ts_data
342 if (ts->gpio_enable) {
343 gpiod_set_value_cansleep(ts->gpio_enable, 1);
388 if (ts->gpio_enable)
389 gpiod_set_value_cansleep(ts->gpio_enable, 0);
534 tsdata->gpio_enable = devm_gpiod_get_optional(dev, "enable",
536 if (IS_ERR(tsdata->gpio_enable))
537 return dev_err_probe(dev, PTR_ERR(tsdata->gpio_enable),
540 if (tsdata->gpio_enable)
/linux-master/drivers/fsi/
H A Dfsi-master-gpio.c30 struct gpio_desc *gpio_enable; /* FSI enable */ member in struct:fsi_master_gpio
662 gpiod_direction_output(master->gpio_enable, 1);
676 gpiod_direction_output(master->gpio_enable, 1);
692 gpiod_set_value(master->gpio_enable, enable ? 1 : 0);
818 master->gpio_enable = gpio;
H A Dfsi-master-ast-cf.c95 struct gpio_desc *gpio_enable; /* FSI enable */ member in struct:fsi_master_acf
795 gpiod_direction_output(master->gpio_enable, 1);
1037 gpiod_direction_output(master->gpio_enable, 1);
1053 gpiod_set_value(master->gpio_enable, enable ? 1 : 0);
1277 master->gpio_enable = gpio;
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h300 u32 gpio_enable; member in struct:bttv_suspend_state
H A Dbttv-driver.c3533 btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN);
3552 gpio_inout(0xffffff, btv->state.gpio_enable);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_sup.c1575 uint16_t gpio_enable; local
1589 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1592 gpio_enable = rd_reg_word(&reg->gpioe);
1596 /* Set the modified gpio_enable values */
1597 gpio_enable |= GPIO_LED_MASK;
1600 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); local
1602 wrt_reg_word(&reg->gpioe, gpio_enable);
1628 uint16_t gpio_enable; local
1646 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1649 gpio_enable
1656 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); local
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-pistachio.c868 static inline void gpio_enable(struct pistachio_gpio_bank *bank, function
1203 gpio_enable(bank, offset);
1215 gpio_enable(bank, offset);
/linux-master/drivers/scsi/
H A Dqla1280.h207 uint16_t gpio_enable; member in struct:device_reg
H A Dqla1280.c2207 WRT_REG_WORD(&reg->gpio_enable,

Completed in 234 milliseconds