Home
last modified time | relevance | path

Searched refs:keywest_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/sound/ppc/
Dkeywest.c16 static struct pmac_keywest *keywest_ctx; variable
24 if (!keywest_ctx->client) in keywest_probe()
25 keywest_ctx->client = client; in keywest_probe()
26 i2c_set_clientdata(client, keywest_ctx); in keywest_probe()
40 if (! keywest_ctx) in keywest_attach_adapter()
48 info.addr = keywest_ctx->addr; in keywest_attach_adapter()
52 keywest_ctx->client = client; in keywest_attach_adapter()
59 if (!keywest_ctx->client->dev.driver) { in keywest_attach_adapter()
60 i2c_unregister_device(keywest_ctx->client); in keywest_attach_adapter()
61 keywest_ctx->client = NULL; in keywest_attach_adapter()
[all …]