Lines Matching defs:dat
41 struct gpio_desc *dat;
52 gpiod_set_value(host->dat, bit ? 1 : 0);
80 ret = gpiod_get_value(host->dat);
127 gpiod_direction_output(host->dat, 1);
142 ret = gpiod_direction_input(host->dat);
229 chost->dat = devm_gpiod_get_index(&pdev->dev, NULL, 1, GPIOD_IN);
230 if (IS_ERR(chost->dat))
231 return PTR_ERR(chost->dat);
236 gpiod_set_consumer_name(chost->dat, "CBUS dat");