Home
last modified time | relevance | path

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

/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c224 struct flchip *contender; in get_chip() local
226 contender = shared->writing; in get_chip()
227 if (contender && contender != chip) { in get_chip()
237 ret = mutex_trylock(&contender->mutex); in get_chip()
242 ret = chip_ready(map, contender, mode); in get_chip()
246 mutex_unlock(&contender->mutex); in get_chip()
250 mutex_unlock(&contender->mutex); in get_chip()
258 put_chip(map, contender); in get_chip()
259 mutex_unlock(&contender->mutex); in get_chip()
262 mutex_unlock(&contender->mutex); in get_chip()
/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c968 struct flchip *contender; in get_chip() local
970 contender = shared->writing; in get_chip()
971 if (contender && contender != chip) { in get_chip()
981 ret = mutex_trylock(&contender->mutex); in get_chip()
986 ret = chip_ready(map, contender, contender->start, mode); in get_chip()
990 mutex_unlock(&contender->mutex); in get_chip()
994 mutex_unlock(&contender->mutex); in get_chip()
1002 put_chip(map, contender, contender->start); in get_chip()
1003 mutex_unlock(&contender->mutex); in get_chip()
1006 mutex_unlock(&contender->mutex); in get_chip()
/linux/tools/firewire/
H A Dnosy-dump.h39 uint32_t contender:1; member
H A Dnosy-dump.c795 (pp->self_id.contender ? ", irm contender" : ""), in print_packet()