Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/lpddr/
Dlpddr_cmds.c211 struct flchip *contender; in get_chip() local
213 contender = shared->writing; in get_chip()
214 if (contender && contender != chip) { in get_chip()
224 ret = mutex_trylock(&contender->mutex); in get_chip()
229 ret = chip_ready(map, contender, mode); in get_chip()
233 mutex_unlock(&contender->mutex); in get_chip()
237 mutex_unlock(&contender->mutex); in get_chip()
245 put_chip(map, contender); in get_chip()
246 mutex_unlock(&contender->mutex); in get_chip()
249 mutex_unlock(&contender->mutex); in get_chip()
/Linux-v4.19/drivers/mtd/chips/
Dcfi_cmdset_0001.c950 struct flchip *contender; in get_chip() local
952 contender = shared->writing; in get_chip()
953 if (contender && contender != chip) { in get_chip()
963 ret = mutex_trylock(&contender->mutex); in get_chip()
968 ret = chip_ready(map, contender, contender->start, mode); in get_chip()
972 mutex_unlock(&contender->mutex); in get_chip()
976 mutex_unlock(&contender->mutex); in get_chip()
984 put_chip(map, contender, contender->start); in get_chip()
985 mutex_unlock(&contender->mutex); in get_chip()
988 mutex_unlock(&contender->mutex); in get_chip()
/Linux-v4.19/tools/firewire/
Dnosy-dump.h39 uint32_t contender:1; member
Dnosy-dump.c808 (pp->self_id.contender ? ", irm contender" : ""), in print_packet()