Home
last modified time | relevance | path

Searched refs:users (Results 1 – 4 of 4) sorted by relevance

/drivers/reboot-mode/
A DKconfig13 Enable support for reboot mode control. This will allow users to
21 Use GPIOs to control the reboot mode. This will allow users to boot
30 Use RTC non volatile memory to control the reboot mode. This will allow users to boot
/drivers/mtd/ubi/
A Deba.c139 le->users = 0; in ltree_add_entry()
184 le->users += 1; in ltree_add_entry()
223 le->users -= 1; in leb_read_unlock()
224 ubi_assert(le->users >= 0); in leb_read_unlock()
226 if (le->users == 0) { in leb_read_unlock()
276 le->users -= 1; in leb_write_trylock()
277 ubi_assert(le->users >= 0); in leb_write_trylock()
278 if (le->users == 0) { in leb_write_trylock()
299 le->users -= 1; in leb_write_unlock()
300 ubi_assert(le->users >= 0); in leb_write_unlock()
[all …]
A Dubi.h200 int users; member
/drivers/remoteproc/
A DKconfig10 # All users should depend on DM

Completed in 13 milliseconds