Searched refs:_client (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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-v5.4/drivers/gpu/drm/nouveau/include/nvif/ |
D | client.h | 25 struct nvif_client *_client = (a); \ 26 (struct nvkm_client *)_client->object.priv; \
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | i2c.c | 80 #define MLXSW_I2C_READ_MSG(_client, _addr_buf, _buf, _len) { \ argument 81 { .addr = (_client)->addr, \ 85 { .addr = (_client)->addr, \ 90 #define MLXSW_I2C_WRITE_MSG(_client, _buf, _len) \ argument 91 { .addr = (_client)->addr, \
|