Home
last modified time | relevance | path

Searched refs:wait_free_us (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c25 * @wait_free_us: we'll give up after this many microseconds.
33 unsigned int wait_free_us; member
48 stop_time = jiffies + usecs_to_jiffies(arb->wait_free_us) + 1; in i2c_arbitrator_select()
153 if (of_property_read_u32(np, "wait-free-us", &arb->wait_free_us)) in i2c_arbitrator_probe()
154 arb->wait_free_us = 50000; in i2c_arbitrator_probe()
/kernel/linux/linux-6.6/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c25 * @wait_free_us: we'll give up after this many microseconds.
33 unsigned int wait_free_us; member
48 stop_time = jiffies + usecs_to_jiffies(arb->wait_free_us) + 1; in i2c_arbitrator_select()
153 if (of_property_read_u32(np, "wait-free-us", &arb->wait_free_us)) in i2c_arbitrator_probe()
154 arb->wait_free_us = 50000; in i2c_arbitrator_probe()

Completed in 2 milliseconds