Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/mtd/chips/
Dcfi_cmdset_0001.c920 struct flchip *contender; in get_chip() local
922 contender = shared->writing; in get_chip()
923 if (contender && contender != chip) { in get_chip()
933 ret = mutex_trylock(&contender->mutex); in get_chip()
938 ret = chip_ready(map, contender, contender->start, mode); in get_chip()
942 mutex_unlock(&contender->mutex); in get_chip()
946 mutex_unlock(&contender->mutex); in get_chip()
954 put_chip(map, contender, contender->start); in get_chip()
955 mutex_unlock(&contender->mutex); in get_chip()
958 mutex_unlock(&contender->mutex); in get_chip()
/linux-4.1.27/tools/firewire/
Dnosy-dump.h38 uint32_t contender:1; member
Dnosy-dump.c808 (pp->self_id.contender ? ", irm contender" : ""), in print_packet()