Searched refs:_client (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| D | client.h | 29 const struct nvkm_client *_client = _object->client; \ 30 if (_client->debug >= NV_DBG_##l) \ 31 printk(KERN_##p "nouveau: %s:%08x:%08x: "f, _client->name, \
|
| /Linux-v6.6/drivers/gpu/drm/nouveau/include/nvif/ |
| D | client.h | 24 struct nvif_client *_client = (a); \ 25 (struct nvkm_client *)_client->object.priv; \
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| D | i2c.c | 98 #define MLXSW_I2C_READ_MSG(_client, _addr_buf, _buf, _len) { \ argument 99 { .addr = (_client)->addr, \ 103 { .addr = (_client)->addr, \ 108 #define MLXSW_I2C_WRITE_MSG(_client, _buf, _len) \ argument 109 { .addr = (_client)->addr, \
|