Searched refs:keywest_ctx (Results 1 – 1 of 1) sorted by relevance
16 static struct pmac_keywest *keywest_ctx; variable23 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 …]