Searched refs:_client (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| D | client.h | 39 const struct nvkm_client *_client = _object->client; \ 40 if (_client->debug >= NV_DBG_##l) \ 41 printk(KERN_##p "nouveau: %s:%08x:%08x: "f, _client->name, \
|
| /Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
| D | client.h | 25 struct nvif_client *_client = (a); \ 26 (struct nvkm_client *)_client->object.priv; \
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
| D | i2c.c | 72 #define MLXSW_I2C_READ_MSG(_client, _addr_buf, _buf, _len) { \ argument 73 { .addr = (_client)->addr, \ 77 { .addr = (_client)->addr, \ 82 #define MLXSW_I2C_WRITE_MSG(_client, _buf, _len) \ argument 83 { .addr = (_client)->addr, \
|