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