Home
last modified time | relevance | path

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

/openbmc/linux/sound/ppc/
H A Dkeywest.c16 static struct pmac_keywest *keywest_ctx; variable
23 if (!keywest_ctx->client) in keywest_probe()
24 keywest_ctx->client = client; in keywest_probe()
25 i2c_set_clientdata(client, keywest_ctx); in keywest_probe()
39 if (! keywest_ctx) in keywest_attach_adapter()
47 info.addr = keywest_ctx->addr; in keywest_attach_adapter()
51 keywest_ctx->client = client; in keywest_attach_adapter()
58 if (!keywest_ctx->client->dev.driver) { in keywest_attach_adapter()
59 i2c_unregister_device(keywest_ctx->client); in keywest_attach_adapter()
60 keywest_ctx->client = NULL; in keywest_attach_adapter()
[all …]