Searched refs:gpio_enable (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | pixcir_i2c_ts.c | 80 struct gpio_desc *gpio_enable; member 342 if (ts->gpio_enable) { in pixcir_start() 343 gpiod_set_value_cansleep(ts->gpio_enable, 1); in pixcir_start() 388 if (ts->gpio_enable) in pixcir_stop() 389 gpiod_set_value_cansleep(ts->gpio_enable, 0); in pixcir_stop() 534 tsdata->gpio_enable = devm_gpiod_get_optional(dev, "enable", in pixcir_i2c_ts_probe() 536 if (IS_ERR(tsdata->gpio_enable)) in pixcir_i2c_ts_probe() 537 return dev_err_probe(dev, PTR_ERR(tsdata->gpio_enable), in pixcir_i2c_ts_probe() 540 if (tsdata->gpio_enable) in pixcir_i2c_ts_probe()
|
| /linux/drivers/fsi/ |
| H A D | fsi-master-gpio.c | 30 struct gpio_desc *gpio_enable; /* FSI enable */ member 662 gpiod_direction_output(master->gpio_enable, 1); in fsi_master_gpio_init() 676 gpiod_direction_output(master->gpio_enable, 1); in fsi_master_gpio_init_external() 692 gpiod_set_value(master->gpio_enable, enable ? 1 : 0); in fsi_master_gpio_link_enable() 818 master->gpio_enable = gpio; in fsi_master_gpio_probe()
|
| H A D | fsi-master-ast-cf.c | 95 struct gpio_desc *gpio_enable; /* FSI enable */ member 795 gpiod_direction_output(master->gpio_enable, 1); in setup_gpios_for_copro() 1037 gpiod_direction_output(master->gpio_enable, 1); in fsi_master_acf_setup_external() 1053 gpiod_set_value(master->gpio_enable, enable ? 1 : 0); in fsi_master_acf_link_enable() 1277 master->gpio_enable = gpio; in fsi_master_acf_probe()
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttvp.h | 300 u32 gpio_enable; member
|
| H A D | bttv-driver.c | 3531 btv->state.gpio_enable = btread(BT848_GPIO_OUT_EN); in bttv_suspend() 3550 gpio_inout(0xffffff, btv->state.gpio_enable); in bttv_resume()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-pistachio.c | 868 static inline void gpio_enable(struct pistachio_gpio_bank *bank, in gpio_enable() function 1208 gpio_enable(bank, offset); in pistachio_gpio_direction_input() 1220 gpio_enable(bank, offset); in pistachio_gpio_direction_output()
|
| /linux/drivers/scsi/ |
| H A D | qla1280.h | 207 uint16_t gpio_enable; member
|