Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Dpinctrl-microchip-sgpio.c238 unsigned int single_shot; in sgpio_single_shot() local
246 single_shot = SGPIO_OCELOT_SINGLE_SHOT; in sgpio_single_shot()
250 single_shot = SGPIO_SPARX5_SINGLE_SHOT; in sgpio_single_shot()
266 ret = regmap_update_bits(priv->regs, addr, single_shot | auto_repeat, in sgpio_single_shot()
267 single_shot); in sgpio_single_shot()
272 !(ctrl & single_shot), 100, 60000); in sgpio_single_shot()
/linux-6.1.9/drivers/hwmon/
Dina3221.c129 bool single_shot; member
289 if (ina->single_shot) { in ina3221_read_in()
346 if (ina->single_shot) { in ina3221_read_curr()
812 ina->single_shot = of_property_read_bool(np, "ti,single-shot"); in ina3221_probe_from_dt()
865 if (ina->single_shot) in ina3221_probe()