Home
last modified time | relevance | path

Searched refs:single_shot (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/pinctrl/
Dpinctrl-microchip-sgpio.c240 unsigned int single_shot; in sgpio_single_shot() local
248 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()
/linux-6.12.1/drivers/hwmon/
Dina3221.c136 bool single_shot; member
297 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()