Lines Matching full:scl
15 static struct gpio_desc *scl; variable
33 /* Send an SCL pulse */ in tpg110_readwrite_reg()
34 gpiod_set_value_cansleep(scl, 1); in tpg110_readwrite_reg()
36 gpiod_set_value_cansleep(scl, 0); in tpg110_readwrite_reg()
48 /* Send an SCL pulse */ in tpg110_readwrite_reg()
49 gpiod_set_value_cansleep(scl, 1); in tpg110_readwrite_reg()
51 gpiod_set_value_cansleep(scl, 0); in tpg110_readwrite_reg()
58 /* Send an SCL pulse */ in tpg110_readwrite_reg()
59 gpiod_set_value_cansleep(scl, 1); in tpg110_readwrite_reg()
61 gpiod_set_value_cansleep(scl, 0); in tpg110_readwrite_reg()
77 /* Send an SCL pulse */ in tpg110_readwrite_reg()
78 gpiod_set_value_cansleep(scl, 1); in tpg110_readwrite_reg()
80 gpiod_set_value_cansleep(scl, 0); in tpg110_readwrite_reg()
200 scl = devm_fwnode_get_gpiod_from_child(dev, "scl", &np->fwnode, in tpg110_init()
201 GPIOD_OUT_LOW, "scl"); in tpg110_init()
202 if (IS_ERR(scl)) { in tpg110_init()
203 dev_err(dev, "no SCL GPIO\n"); in tpg110_init()