Searched refs:contender (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 225 struct flchip *contender; in get_chip() local 227 contender = shared->writing; in get_chip() 228 if (contender && contender != chip) { in get_chip() 238 ret = mutex_trylock(&contender->mutex); in get_chip() 243 ret = chip_ready(map, contender, mode); in get_chip() 247 mutex_unlock(&contender->mutex); in get_chip() 251 mutex_unlock(&contender->mutex); in get_chip() 259 put_chip(map, contender); in get_chip() 260 mutex_unlock(&contender->mutex); in get_chip() 263 mutex_unlock(&contender->mutex); in get_chip()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 954 struct flchip *contender; in get_chip() local 956 contender = shared->writing; in get_chip() 957 if (contender && contender != chip) { in get_chip() 967 ret = mutex_trylock(&contender->mutex); in get_chip() 972 ret = chip_ready(map, contender, contender->start, mode); in get_chip() 976 mutex_unlock(&contender->mutex); in get_chip() 980 mutex_unlock(&contender->mutex); in get_chip() 988 put_chip(map, contender, contender->start); in get_chip() 989 mutex_unlock(&contender->mutex); in get_chip() 992 mutex_unlock(&contender->mutex); in get_chip()
|
| /OK3568_Linux_fs/kernel/tools/firewire/ |
| H A D | nosy-dump.h | 39 uint32_t contender:1; member
|
| H A D | nosy-dump.c | 795 (pp->self_id.contender ? ", irm contender" : ""), in print_packet()
|