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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dkeywest.c32 static struct pmac_keywest *keywest_ctx; variable in typeref:struct:pmac_keywest
38 i2c_set_clientdata(client, keywest_ctx);
51 if (! keywest_ctx)
59 info.addr = keywest_ctx->addr;
60 keywest_ctx->client = i2c_new_device(adapter, &info);
61 if (!keywest_ctx->client)
68 if (!keywest_ctx->client->driver) {
69 i2c_unregister_device(keywest_ctx->client);
70 keywest_ctx->client = NULL;
78 list_add_tail(&keywest_ctx
[all...]

Completed in 60 milliseconds