Searched refs:single_shot (Results 1 – 2 of 2) sorted by relevance
240 unsigned int single_shot; in sgpio_single_shot() local248 single_shot = SGPIO_OCELOT_SINGLE_SHOT; in sgpio_single_shot()252 single_shot = SGPIO_SPARX5_SINGLE_SHOT; in sgpio_single_shot()268 ret = regmap_update_bits(priv->regs, addr, single_shot | auto_repeat, in sgpio_single_shot()269 single_shot); in sgpio_single_shot()274 !(ctrl & single_shot), 100, 60000); in sgpio_single_shot()
136 bool single_shot; member297 if (ina->single_shot) { in ina3221_read_in()354 if (ina->single_shot) { in ina3221_read_curr()822 ina->single_shot = of_property_read_bool(np, "ti,single-shot"); in ina3221_probe_from_dt()874 if (ina->single_shot) in ina3221_probe()