gpio_enable
gpiod_direction_output(master->gpio_enable, 1);
gpiod_set_value(master->gpio_enable, enable ? 1 : 0);
master->gpio_enable = gpio;
gpiod_direction_output(master->gpio_enable, 1);
struct gpio_desc *gpio_enable; /* FSI enable */
struct gpio_desc *gpio_enable; /* FSI enable */
gpiod_direction_output(master->gpio_enable, 1);
gpiod_direction_output(master->gpio_enable, 1);
gpiod_set_value(master->gpio_enable, enable ? 1 : 0);
master->gpio_enable = gpio;
if (ts->gpio_enable) {
gpiod_set_value_cansleep(ts->gpio_enable, 1);
if (ts->gpio_enable)
gpiod_set_value_cansleep(ts->gpio_enable, 0);
tsdata->gpio_enable = devm_gpiod_get_optional(dev, "enable",
if (IS_ERR(tsdata->gpio_enable))
return dev_err_probe(dev, PTR_ERR(tsdata->gpio_enable),
if (tsdata->gpio_enable)
struct gpio_desc *gpio_enable;
btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN);
gpio_inout(0xffffff, btv->state.gpio_enable);
u32 gpio_enable;
gpio_enable(bank, offset);
gpio_enable(bank, offset);
WRT_REG_WORD(®->gpio_enable,
uint16_t gpio_enable;
uint16_t gpio_enable;
gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
gpio_enable = rd_reg_word(®->gpioe);
gpio_enable |= GPIO_LED_MASK;
WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
wrt_reg_word(®->gpioe, gpio_enable);
uint16_t gpio_enable;
gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
gpio_enable = rd_reg_word(®->gpioe);
gpio_enable |= GPIO_LED_MASK;
WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
wrt_reg_word(®->gpioe, gpio_enable);